Ina
Forum Replies Created
-
Hi, @wpraph
This is caused by the styling of your theme. Add this code in Appearance -> Customize -> Additional CSS and it should do the trick:
li.zoom-instagram-widget__item { list-style-type: none; }
Forum: Reviews
In reply to: [WPZOOM Social Feed Widget & Block] LovelyThanks for the feedback, @aryamagi! We’re glad you have found the plugin useful.
If you have any suggestions on making it better, let us know ??@cgloogs what’s the link to your website and where is the widget located?
Forum: Plugins
In reply to: [Social Icons Widget & Block by WPZOOM] Can’t remove bulletsHi, @addredford
This is caused by the styling of your theme.
Add this code in Appearance -> Customize -> Additional CSS:
li.zoom-social_icons-list__item { background: none; }
- This reply was modified 5 years, 9 months ago by Ina. Reason: Code formatting
Forum: Plugins
In reply to: [WPZOOM Social Feed Widget & Block] Blurry images@stevenseagal try setting another resolution for the images in the widget settings: https://jumpshare.com/v/NDZiWBYD7lKW3xOYSFgH
- This reply was modified 5 years, 10 months ago by Ina.
Forum: Plugins
In reply to: [WPZOOM Social Feed Widget & Block] Plugin doesnt work@kennylajara the buttons can be enabled in WPZOOM -> Theme Options -> General -> Single Post Options. Keep in mind that if you’re using the Foodica Lite version, these options are not available there. Only the PRO version supports them.
@kennylajara Those buttons are directly integrated into the Foodica theme and are not available with the Social Icons Widget.
Forum: Plugins
In reply to: [Social Icons Widget & Block by WPZOOM] My theme adds a weird arrow?Hi, Chris
Seems to be some default CSS from your theme’s sidebar that adds these lines.
Try adding this code in Appearance -> Customize -> Additional CSS#sidebar ul ul li { border-top: none; }