Tagged: 

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #1126016
    #1126030

    Hey Greg,

    Have you attempted placing this within header.php and using css to position as you like?

    Best regards,
    Jordan Shannon

    #1126049

    Hello Jordan,

    The header.php seems to be calling in another file that actually loads the logo & nav elements:

    	<?php 
    	if(!$blank) //blank templates dont display header nor footer
    	{ 
    		 //fetch the template file that holds the main menu, located in includes/helper-menu-main.php
             get_template_part( 'includes/helper', 'main-menu' );
    
    	} ?>

    So, it looks like the helper-menu-main.php file is the one to edit… but…
    I get lost really quickly with that file. A lot of “if” statements to handle the different variables available in the admin.

    I don’t see where to add a new div element that I can then place with CSS.

    More help please?
    Greg

    #1126341

    Can support pick this up? #ping

    #1126462

    Hi Donkies11,

    You can add a widget area in the header and add the link there as a widget.
    Here is how to do it:

    Best regards,
    Victoria

    #1126695

    Hello Victoria,

    Perfect – this works!

    Thank you,
    Greg

    P.S. This ticket/post can be closed. gw

    #1126728

    Hi Greg,

    Great, I’m glad that Victoria could help you out and thanks for the feedback. Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘place Patron link (script) between logo & menu’ is closed to new replies.