Site logo

Archived topic

Social Widgets Sidebar

13 replies · Started by Sourabh on December 4, 2020

Viewing posts 1–14 of 14

HI,

I have gone through with GP site library (http://gpsites.co/marketer/) and liked one function which is visible in the sidebar (Snapshot below) -

https://www.dropbox.com/s/glcty091mvi0dl5/social%20Widgets.png?dl=0

So what is the name of the above widgets can I set it in the sidebar through the widget section -

Can we achieve below look for same above widgets -

https://www.dropbox.com/s/l15vxq0ylzwqdi0/social%20Widgets1.png?dl=0

Reference URL for the above snapshot is below for your understanding (Open URL and refer left-hand sidebar in the top)-

https://jnews.io/citynews/2018/07/01/ngurah-rai-international-airport-to-close-for-24-hours-for-nyepi/

Thanks :

Hi,

Marketer site template adds in Social Icons Widget & Block by WPZOOM plugin to be used for that sidebar.

To clarify: You're trying to achieve the same look similar to marketer's social icons widget sidebar?

Or, are you trying to achieve the same bordered look similar to the reference site (jnews)?

Let us know.

Jnews one I will prefer and that's possible with some custom CSS i think but you know better as i am a novice in this field...

You can try this CSS with the Social Icons Widget & Block by WPZOOM plugin:

.widget ul li.zoom-social_icons-list__item {
    border: 1px solid #000;
}

I'm not sure what you meant.

I tested my code with Marketer and it worked correctly.

Can you link me to the page in question?

Update your CSS to this:

/* Set border and link styles */
.is-right-sidebar .widget:not(.zoom-social-icons-widget) ul li a {
    display: block;
    position: relative;
    padding: 5px 0 10px;
    border-bottom: 2px solid #000;
    color: #000;
    font-size: 15px;
}/* Change link color on hover */

.is-right-sidebar .widget:not(.zoom-social-icons-widget) li a:hover {
    color: #f00;
}/* Add > symbol */

.is-right-sidebar .widget:not(.zoom-social-icons-widget) ul li a:after {
    content: '\003E';
    float: right;
    font-weight: bold;
}/*for social connect icon in sidebar*/
.widget:not(.zoom-social-icons-widget) ul li.zoom-social_icons-list__item {
    border: 1px solid #000;
}

is it for all, or separate for each (for tags, nav menu, posts lists, etc) ???

Sorry bit fault is mine, i have pasted twice that CSS, so only impact is that arrow has been removed but yet looking simple and not as desired -

we aim to achieve below look for same above widgets –

https://www.dropbox.com/s/l15vxq0ylzwqdi0/social%20Widgets1.png?dl=0

Reference URL for the above snapshot is below for your understanding (Open URL and refer left-hand sidebar in the top)-

https://jnews.io/citynews/2018/07/01/ngurah-rai-international-airport-to-close-for-24-hours-for-nyepi/

That CSS applies to all list elements, but excludes the social share icons.
To restyle the social widgets you would need to ask the plugin developer for assistance.

okay, but the same CSS is not good for all lists style because recent posts looking worse, I have raised a separate ticket for recent posts so please look into that ...

I would mark this topic as resolved now as looks like the social widgets issue is resolved :)

This archived topic is closed to new replies.