ThunderThemes.net
  • Home page
  • Portfolio
  • KB
  • Support Forum
  • Demo contents
  • Login
  • Register

Support Forums

Ask for help to our wordpress experts

homepage/Forums/OldPaper Magazine WordPress Theme/Safari Menu Fix

Safari Menu Fix

Support requests are being processed on business days from 10:00 to 18:00 (GMT +1) (excluded, of course, saturday and sunday), within 24h/72h in the order they were received, please include the website URL + detailed information about your problem (with screenshots if possible).

I DO NOT ANSWER on "HOW TO" Requests
First to open a ticket be sure you'v made ALL BACKUPS, i'm not responsabile to data loss

  • 10 years, 11 months ago zuhloo
    Participant

    Hi Marco,

    do you got updates for the Safari Menu Bug? Would be great 😉

    kind regards

    10 years, 11 months ago Marco
    Keymaster

    Hi zuhloo, seems that safari has’nt resolved that bug.. when i’ll fix i don’t esitate to publish an’update 😉
    but if you would i can send you another type of bootstrap menu class (centered like this attached)…
    Regards

    Marco

    Attachments:
    You must be logged in to view attached files.
    10 years, 11 months ago zuhloo
    Participant

    Hi Marco,

    that would be great!

    10 years, 11 months ago cbkwebdesigns
    Participant

    Hello Marco, I’m loving the theme . . . I am having the same problem as Zuhloo above. Could you please me another type of bootstrap menu class as you did to Zuhloo?

    Thank you

    10 years, 10 months ago Marco
    Keymaster

    Hi all, attached NEW CENTERED MENU , this menu FIX the Safari problem with bootstrap

    You only have to override your existing file with these…

    My king regards all

    Marco

    Attachments:
    You must be logged in to view attached files.
    10 years, 10 months ago zuhloo
    Participant
    This reply has been marked as private.
    10 years, 10 months ago zuhloo
    Participant
    This reply has been marked as private.
    10 years, 10 months ago Marco
    Keymaster

    Hi zuhloo, attached your header with mod

    Regards
    Marco

    Attachments:
    You must be logged in to view attached files.
    10 years, 10 months ago susanafont
    Participant

    Hi Marco,

    I’m having this problem, but I don’t dare to change my header.php with this one, as you gave me the header.php with the problem of the colors solved.

    Could you tell me is this header fixes both problems, and if not, what lines do I have to add to my header.php and styles.css in order to solve it.

    MANY THANKS FOR YOUR HELP!

    Susana

    10 years, 10 months ago Marco
    Keymaster

    Hi Susana, you have to replace your actual NAV tag with these pasted below:

    <nav class="container">
    		<div class="row">
    	
    			<div class="col-sm-12">
    				<div class="wrapper">
    					<div id="bars">
    						<span class="fa-stack fa-lg">
    							<i class="fa fa-square fa-stack-2x"></i>
    							<i class="fa fa-bars fa-stack-1x"></i>
    						</span>
    					</div>
    					
    					<?php
    				
    					if( has_nav_menu('Main Menu') ) :	
    						wp_nav_menu( array(
    							'theme_location'	=> 'Main Menu',
    							'container' 		=> '',
    							'menu_class' 		=> 'nav text-center',
    							'menu_id' 			=> 'mainmenu',
    							'echo' 				=> true,
    							'depth'				=> 99,
    						)
    					);
    					endif;
    							
    					?>
    				</div>
    			</div>
    	
    		</div>
    	</nav>

    My king regards
    Marco

    10 years, 10 months ago CollegeOutside
    Participant

    What is this safari menu bug. I have an issue in safari when I initially load the theme, the menu items are split to two rows and offset, once I refresh, they appear as expected. Is this the resolution?

    Attachments:
    You must be logged in to view attached files.
    10 years, 10 months ago burakbeceren
    Participant

    Hi Marco, I also have the same bug on safari for the menu. Is there a permanent solution for this? Thank you

    10 years, 10 months ago Marco
    Keymaster

    Hi guys, i’m working on it… i’v resolved it taking off this class “items justyfied width” and making a centered class for menu items…

    burakbeceren, i haven’t this bug in my local and only installation… i would to work on your online website to test new code to fix it… please reply me on nardi.marco (AT) gmail.com writing your administration details + this thread link and i’ll check if i have definitely resolved this safari bug with bootstrap framework…

    My king regards
    Marco

    10 years, 10 months ago Marco
    Keymaster

    Safari menu FIXED!!!

    i open a new section for this resolution…

    My king regards
    Marco

    10 years, 10 months ago Marco
    Keymaster

    BUG SOLUTION (OldPaper 1.4+)

    OPEN HEADER.PHP FILE

    find the has_nav_menu function and add the class “nav-pills” as below:

    <?php
    				
    	if( has_nav_menu('Main Menu') ) :	
    		wp_nav_menu( array(
    			'theme_location'	=> 'Main Menu',
    			'container' 		=> '',
    			'menu_class' 		=> 'nav nav-pills nav-justified',
    			'menu_id' 			=> 'mainmenu',
    			'echo' 				=> true,
    			'depth'				=> 99,
    		)
    	);
    	endif;
    							
    ?>

    My king regards
    Marco

Viewing 15 posts - 1 through 15 (of 16 total)
1 2 →

You must be logged in to reply to this topic.

Login

Log In
Register Lost Password

Search

Recent Topics

  • Broken SIte by Becca800
    1 year, 9 months ago
  • Article Headers Disappearing by jessenigro
    1 year, 9 months ago
  • Author Bio Pic Switching Randomly by jessenigro
    1 year, 9 months ago
  • Core Plugin Critical Error by capj71
    2 years, 1 month ago
  • The package could not be installed. The theme is missing the style.css styleshee by emmachike30
    2 years, 7 months ago
  • In can't install plugins by mida
    3 years, 8 months ago
  • Updates and now site is a wreck by Becca800
    3 years, 11 months ago
  • remove the page loading effects by ysugrad2013
    3 years, 11 months ago

Recent Replies

  • coderkube on Broken SIte 1 year, 9 months ago
  • coderkube on Article Headers Disappearing 1 year, 9 months ago
  • coderkube on Author Bio Pic Switching Randomly 1 year, 9 months ago
  • Becca800 on Broken SIte 1 year, 11 months ago
  • coderkube on Core Plugin Critical Error 2 years, 1 month ago
© Copyright Thunderthemes.net - All rights reserved..