8THEME8
8THEME
May 11

Snapchat social network option on Social links on Wpbakery using elemento of 8theme!

There is no snapchat social network option on Social links on Wpbakery using elemento of 8theme! – It also does not have the option to change the order of the icons the using the Social links of 8therme!
CompletedCompleted

May 11, 2026

Hello @Rikinte, We checked our Social links WPBakery element and found out that it is impossible to improve it in next way to implement sorting without breaking anything globally so we created new WPBakery element named Icons List that allows to add as many icons you would like to and sort them in the order you want. Each icon has own settings that allows you to change icon/link/size and many more. Frontend -> https://prnt.sc/dvrMBsf82IaZ Backend -> https://prnt.sc/BAUk446OQLku Example of changed order and colors/sizes/spacing -> https://prnt.sc/f0FvnhQpDCf9 All our changes you may check here -> https://xstore.8theme.com/update-history/ 
Waiting for your feedback :) Regards, Jack Richardson

May 11, 2026

Your idea is very good, there is only one problem, the libraries you currently have do not have all the icons of social networks, such as tiktok, you could put the option of icons of 8theme, and custom image

May 11, 2026

Hello @Rikinte We analized the posibilities to add our XStore Icons for default WPBakery Icon element and found out that there are no filters/actions that would allow us to add our custom font. We kept going and implemented our XStore Icons in another element. You might already use or just can do later the plugin called -> Massive Addons for WPBakery Page Builder (you may find it in our XStore Control Panel -> Plugins Installer -> https://prnt.sc/yC2PRrMLMZ3z) Also we added Massive Addons Icon element for our Icons List element -> https://prnt.sc/5gWWIoE7zkBL. Example -> https://gyazo.com/a043b30f58fe33e1a498d7fb5cc08af5. In icons font libraries select you will find our XStore Icons and could select any of possible icons ( for ex. tik-tok is there already :) ) We have implemented these features in update v8.2.2. Also check our latest changelog to see all sweet features we have made -> https://xstore.8theme.com/update-history/ Regards, Jack Richardson

May 11, 2026

Hi, okay thank you very much!

May 11, 2026

Hello, thanks a lot for adding. An option was missing please! Put a function to modify the position of icons on the site.

May 11, 2026

Hello @Rikinte, There were no reason to include such function because the result could be achived by simple css code. Example: .et-follow-buttons .follow-pinterest { order: -⁠1; } .et-follow-buttons .follow-linkedin { order: -⁠2; } .et-follow-buttons .follow-twitter { order: -⁠4; } .et-follow-buttons.buttons-size-normal { margin-left: -⁠9px; margin-right: -⁠9px; } .et-follow-buttons.buttons-size-normal a:last-child { margin-right: 9px !important; } .et-follow-buttons.buttons-size-normal a:first-child { margin-left: 9px !important; } before: https://prnt.sc/nYN_ndRlm1KR after: https://prnt.sc/ILG0Ro74sKtS P.S. As lower value of order as more on left side it will be shown and as higher value as more on right side (order: -⁠999; mostly will keep left position and order: 999; will keep right position. On rtl versions the orders will be moved vise-versa) If you still need any help with custom css please, submit a topic on our forum -> https://www.8theme.com/forums/xstore-wordpress-support-forum…

May 11, 2026

Hello @Rikinte We have implemented these features in update v8.2. Also check our latest changelog to see all sweet features we have made -> https://xstore.8theme.com/update-history/ Regards, Jack Richardson