1

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

  • Done

Avatar
Rikinte

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!

A

Activity Newest / Oldest

Avatar

Jack Richardson

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 -> prnt.sc/dvrMBsf82IaZ
Backend -> prnt.sc/BAUk446OQLku

Example of changed order and colors/sizes/spacing -> prnt.sc/f0FvnhQpDCf9


All our changes you may check here -> xstore.8theme.com/update-history/


Waiting for your feedback :)

Regards, Jack Richardson


  • Avatar
Avatar

Rikinte

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


Avatar

Jack Richardson

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 -> prnt.sc/yC2PRrMLMZ3z)

Also we added Massive Addons Icon element for our Icons List element -> prnt.sc/5gWWIoE7zkBL.
Example -> 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 -> xstore.8theme.com/update-history/
Regards, Jack Richardson


  • Avatar
Avatar

Rikinte

Hi, okay thank you very much!


  • Avatar
Avatar

Rikinte

Unfortunately your code didn't work for me, the icons are all out of order and crooked, you should have put the function in the Wpbakery element


Avatar

Rikinte

Hello,
thanks a lot for adding.

An option was missing please!

Put a function to modify the position of icons on the site.


Avatar

Jack Richardson

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: prnt.sc/nYN_ndRlm1KR
after: 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 -> www.8theme.com/forums/xstore-wordpress-support-forum/


Avatar

Jack Richardson

Status changed to: Done

Avatar

Jack Richardson

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


  • Avatar
Avatar

Jack Richardson

Status changed to: In progress