- This topic has 5 replies, 2 voices, and was last updated 5 years, 7 months ago by Skandha.
-
AuthorPosts
-
March 26, 2019 at 5:43 pm #168758SilkRoadDogParticipant
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?
March 27, 2019 at 12:40 am #168774SkandhaParticipant@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,
SkandhaMarch 28, 2019 at 12:00 pm #168866SilkRoadDogParticipantYes, it has expired. How do I renew? And yes I have a child theme set up.
March 29, 2019 at 1:22 am #168903SkandhaParticipant@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,
SkandhaApril 12, 2019 at 7:01 pm #169761SilkRoadDogParticipantThank you. Didn’t work. menu just ended up lower but still above the header https://imgur.com/a/fs5qh1v
April 15, 2019 at 1:53 am #169848SkandhaParticipant@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 -
AuthorPosts
- The topic ‘Is there a way to move the secondary menu’ is closed to new replies.