Tagged: hall tickets, results
- This topic has 5 replies, 2 voices, and was last updated 4 years ago by Skandha.
-
AuthorPosts
-
October 30, 2019 at 8:55 pm #193131Glen PavelichParticipant
I just purchased this theme, but I really would like the feature slider above the menu.
I have a child theme activated.
Is there a code that can be added for this work around?October 31, 2019 at 2:24 am #193154SkandhaParticipant@fireflywebs: Hello there,
You will need to create a child theme and do a little bit of customization for that. 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,
SkandhaNovember 4, 2019 at 9:46 am #224608Glen PavelichParticipantYes, I said above I have a child theme. Just need the function php code.
G
November 4, 2019 at 11:45 pm #224662SkandhaParticipant@fireflywebs: Hello there,
Go to => Child theme folder => functions.php and add the following Code.function slider_above_menu() { remove_action('clean_education_before_content', 'clean_education_featured_slider', 10); add_action('clean_education_header', 'clean_education_featured_slider', 55); } add_action( 'wp_head', 'slider_above_menu');
Let me know if this works out!
Kind Regards,
SkandhaNovember 15, 2019 at 1:22 pm #226115Glen PavelichParticipantThank you. This edit always works great.
November 17, 2019 at 10:54 pm #226414SkandhaParticipant@fireflywebs: Hello there, I hope I was able to resolve your issue. If it’s not too much trouble, I have a quick request: could you please leave an honest review?
https://wordpress.org/support/theme/clean-education/reviews/#new-post
Your review will help others know what to expect when they’re looking for the support I offer. Even a sentence or two would be hugely
appreciated. Thanks, and if there’s anything else at all that I can do to help, don’t hesitate to let me know. Have a good day! 🙂Kind Regards,
Skandha -
AuthorPosts
- The topic ‘Feature Slider Above Menu’ is closed to new replies.