-
-
Hi
On my website i would like to add Houzz social link to footer social icon.
https://bluelinecontracting.com/development
Please let me know how can i achieve that.
Looking forward to hear from you soon.
Thanks & Regards
Narinder
-
Hello,
To add a new social you need to edit theme files. The responsible file is: folie/includes/widgets/codeless_socialwidget.php
If you make the changes directly to parent theme files, they will be overwritten in case of a theme update. And as result, the changes will be gone.
There are three ways you can avoid this.
1-You can save a copy of the file you are adding changes and replace it in the future (after theme update).
2-Perform a partial update. Meaning, you check the change log and overwrite ONLY the files that has been altered from the release. Not overwrite the entire theme folder.
(Not recommended)
3-Just use a child theme.(Recommended)Best regards!
-
Hi
I just tried to edit that file but no luck.
Could you please let me know what and where i need to make the changes in the file.Thanks
-
Hello,
All the available socials in theme, you can see them listed in this file. Just add your own social in each group of code (add your social to the array).
Example:$email = empty($instance['email']) ? '' : $instance['email']; $email = empty($instance['houzz']) ? '' : $instance['houzz'];
Do the same for all other snippet codes. Just copy the code of one existing social (example: facebook) and replicate it for your case.
Best regards!
-
Hi
I have done the update but still it’s showing nothing.
Also i am not able to share the file with you from here, so please let me know how can i send that file.
Looking forward to hear from you soon.
Thanks & Regards
Narinder
-
Hi
I have added the additional information please check and help me out to sort this issue.
Thanks & Regards
Narinder
-
Hello,
This is not an issue. It’s an additional customization you want and that we are willing to help you.
I added the social. Please check your site.Best regards!
-
Hi Mihaila
Thanks for you help, it sorted out my problem.
Could you please let me know know how cam i change codeless slider slider swipe after 5s
Looking forward to hear form you soon.
Thanks & Regards
Narinder
-
Hello,
You can set it up in Codeless Slider options > Autoplay, delay between slides in ms. Screenshot: https://postimg.org/image/nd6er16sn/
PS: please open new ticket for future questions.
Best regards!
-
You must be logged in to reply to this topic.