Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #685414

    Hi Guys.
    Thank you very much for your awesome support.
    I was looking about how to do something like that:

    http://preview.themeforest.net/item/inesta-responsive-one-page-wordpress-theme/full_screen_preview/6648341?_ga=1.219003546.209827295.1473398049

    Insert a video or image before the main menu.
    Thank you very much.
    p.d.I`m using google search but all what i find is about mega menu.
    p.d.2: I was trying using on header settings, logo left and menu below, but then i have to setup a big logo like 1280×800 with some words, and be responsive like Inesta example?

    • This topic was modified 8 years, 2 months ago by mrpacogp.
    #685620

    Hi guys.
    Can i set something on header.php like to load some page? Or Block?
    My idea is to design a block with one gif, or video, with some text, and below of that the main menu of header.

    #686669

    Hi!

    Thank you for using Enfold.

    Insert the container in the header.php file, above this line:

    	<?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' );
    
    	} ?>
    

    You can either create your own container or use the existing slider or color section shortcode combine with the do_shortcode function. https://developer.wordpress.org/reference/functions/do_shortcode/

    Best regards,
    Ismael

    #688326

    Thank you very much for your support.
    I would test it today!

    #688949

    Hi,

    Great, let us know how you get on with it.

    Thanks,
    Rikard

    #694242

    Hi, thank you very much for help.
    I got it working, i can load something like a gallery or contat form before the navmenu, and get the nav-menu at the bottom of the page.
    But, when i scroll down, i have setup on enfold, “if checked the header will sitck to the top of your site…” but the header get in bad position, not the top.
    Apologize about my english.
    I want to load a gallery or something before the nave menu, and when i scrolldown, the menu moves to the top.

    #694419

    Hi,

    Ok, could you post a link to the site in question so that we can take a closer look please?

    Best regards,
    Rikard

    #694473

    Hi Rikard, thank you very much.
    I`m testing in kingvaders.com
    Kind regards.

    #695580

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    #header.header-scrolled {
        top: 0;
    }
    

    Best regards,
    Yigit

    #695583

    Thank you very much for your support.
    I would test it right now.
    Remember, this is what i want to do:
    http://preview.themeforest.net/item/inesta-responsive-one-page-wordpress-theme/full_screen_preview/6648341?_ga=1.219003546.209827295.1473398049
    An image or video before the menu, when scroll down the menu move to the top and fix.

    testing i told you soon.

    Thank you again.

    —Tested:
    http://kingvaders.com/
    Now the header disappears.

    • This reply was modified 8 years, 1 month ago by mrpacogp.
    #695586

    Hey!

    It does not disappear on my end. It is stuck to top when scrolled down. Please try checking your page in incognito view and flush browser cache

    Cheers!
    Yigit

    #695594

    Awesome! You are trust!
    Now its working!
    Well, thank you very much, i can work right now with the beautiful enfold theme!
    Now i have to find a gallery working,
    i do on header.php:

    Well, dont work code tag on my browser, chrome on osx.

    Edit:
    Working on Chrome, Safari and Firefox, thank you again,Yigit Ismael and Rikard !!
    Kind regards.

    • This reply was modified 8 years, 1 month ago by mrpacogp.
    #695890

    Hi,

    Great, glad we could help :-)

    Please let us know if you should need any further help on the topic.

    Regards,
    Rikard

Viewing 13 posts - 1 through 13 (of 13 total)
  • You must be logged in to reply to this topic.