- This topic has 6 replies, 5 voices, and was last updated 7 years, 3 months ago by Hash.
- AuthorPosts
- June 9, 2017 at 12:15 am #3030charveepParticipant
Hi,
Love the theme. Absolute saviour. Please help me reorder the section. I want to have slider, about us, call to action, blog, testimonials. I do not know an CSS and will not know where is what directory. You will have to run me through in details.
thanks much.
June 10, 2017 at 10:59 pm #3068HashKeymasterHere is how to change the order. In the function.php of child theme add the below code. Now you just need to change the order of the $array
add_filter("total_home_sections", "total_new_home_sections"); function total_new_home_sections($array){ $array = array("slider","about", "featured","portfolio", "service", "team", "counter", "testimonial","blog" ,"logo" ,"cta"); return $array; }
October 6, 2017 at 12:23 am #3610azitaParticipantHello,
Thank you for this beautiful theme.
WP v. 4.8.2 and Total last version
I added your code to the function.php in my child theme and didn’t work.
I placed blog after slider, but nothing changed. I am still working on my local.
I appreciate if you give me some advice.Thank you
October 6, 2017 at 12:47 am #3611azitaParticipantIt was my fault. i had function.php instead of functions .php
I fixed the name and the code is working perfectly.
Thank you!November 1, 2017 at 8:57 pm #3846SoulJiahParticipantok so where do you add it? any where?
November 6, 2017 at 10:06 pm #3888maja1ParticipantHello,
I edited the code – to reorder sections and it works, but now the header picture (or color) doesent work. Why?
Help please.
November 7, 2017 at 9:59 pm #3921 - AuthorPosts
- You must be logged in to reply to this topic.