Tagged: , ,

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #168758
    SilkRoadDog
    Participant

    Running CE Pro Version: 2.1.3 (btw, are there any updates and how do I buy them?). Is there a way to either move the secondary menu to below the header image or to a sidebar?

    #168774
    Skandha
    Participant

    @silkroaddog: Hello Sally,
    There is 3.0.1 theme update available for download. Has your theme subscription expired? If so you will need to renew your subscription to be able to download the theme updates.
    Also to move the secondary menu below the Header Image you will need to create a child theme and do a bit of customization. Let me know if you are familiar with child theme customization otherwise I suggest you to hire a customizer to get it done.

    Kind Regards,
    Skandha

    #168866
    SilkRoadDog
    Participant

    Yes, it has expired. How do I renew? And yes I have a child theme set up.

    #168903
    Skandha
    Participant

    @silkroaddog: To renew your subscription you will need follow this link https://catchthemes.com/themes/clean-education-pro/ then Click on Buy Now and then follow the same procedure when bought the theme previously.

    To move the secondary menu below the header image.
    Go to => Child Theme Folder => functions.php and add the following Code.

    add_action( 'wp_head', 'move_secondary_menu' );
    function move_secondary_menu(){
    	remove_action( 'clean_education_after_header', 'clean_education_secondary_menu', 20 );
    	add_action( 'clean_education_after_header', 'clean_education_secondary_menu', 70 );
    }

    Let me know if this is what you want!
    Kind Regards,
    Skandha

    #169761
    SilkRoadDog
    Participant

    Thank you. Didn’t work. menu just ended up lower but still above the header https://imgur.com/a/fs5qh1v

    #169848
    Skandha
    Participant

    @silkroaddog: Hello there,
    It seems to work at my end. Have you put any code in the functions.php of your child theme?
    I will need to have a look at your site to fix this. For that I will need your WP admin credentials. I will contact you shortly by email.

    Kind Regards,
    Skandha

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Is there a way to move the secondary menu’ is closed to new replies.