Hi
I would like to change the order the social icons appear in the social counter block so they order Facebook / Twitter / Instagram
![]()
Is this possible?
Thanks
Martin
Same wish here =)
The file responsible for social icons order is td_social_icons.php located in
wp-content\themes\Newspaper\includes\wp_booster
Changing the order of array items we can get our custom order for every social widget using those items.
Of course we will lose everything at the next update =(
My question: is it possible to load custom class within child theme without redeclare it?
Thanks a lot for your great job tagDiv guys!
EDIT
My temporary solution is changing the way in which td_social_icons.php is loaded by td_wordpres_booster.php, using locate_template function (already used to load custom child modules) instead of require_once and then and using my own td_social_icons.php in child theme (of course creating wp_booster folder in child theme)
Of course is temporary because at the next update I will lose the changes as well, but in this way at least I will keep my own social sorting =)
Hi,
Unfortunately the td_social_icons.php file is not editable using child theme as you probably noticed and I can’t offer you a solution to this. Probably the best way will be to make the changes you want by ordering the social icons into the social icons array and then make a copy of this file so you can replace it after an update.
Sorry for the inconvenience
Thanks for the message!
Hi Guys,
I am trying to do the same thing as soon as I change the order I get a 500 error,
Can we see this as a future update?
Also is there a way to fix it now. I just want RSS at the end
Hello,
I’m not sure why you get a server error. If you change the code and forget a comma or parts of the code, usually you get a syntax error. Please check your code and see if you did not delete anything. Just change the order in the array specified above and it should work. Simply move parts of the code around bu make sure to keep the syntax intact. Comma after every item and no comma at the end. And please make sure to move an entire line of code not just parts of a line: http://screencast.com/t/SxQzn73Or
Thank you!
