llemurya
Forum Replies Created
-
Forum: Plugins
In reply to: [WPZOOM Social Feed Widget & Block] Activation failing – Parse ErrorHello @admorrow
You use a php version lower than php 5.4, we use a short array syntax
[]instead of oldarray(), please update your php version because the WordPress works with PHP 5.6.20+, read more about WordPress requirements in this article.- This reply was modified 5 years, 5 months ago by llemurya.
Forum: Plugins
In reply to: [WPZOOM Social Feed Widget & Block] Alignment in sidebarHello @essbee663
You can add this CSS Snippet.
.widget-item.zoom-instagram-widget .zoom-instagram-widget__item{ margin:0px !important; } .widget-item.zoom-instagram-widget{ display:flex; align-items: center; flex-direction: column; }Hello @balvan64
Try this solution:
/** * Dequeue font-awesome 5 styles from block. */ add_action( 'enqueue_block_assets', function () { wp_dequeue_style( 'wpzoom-social-icons-font-awesome-5' ); }, 11 ); /** * Dequeue font-awesome 3 styles from widget. */ add_action( 'wp_enqueue_scripts', function () { wp_dequeue_style( 'wpzoom-social-icons-font-awesome-3' ); }, 11 );Hope this helps.
Hello @kanadakurniawan
Your theme css rule overwrite the plugin css rule, please add the following css rule in Additional CSS from Customizer as a fix.
.widget .zoom-social-icons-list { display: block; }Hello @davidzapp
I tested the latest version of the plugin in Safari with Astra theme enabled, it works well with Customizer.
Also I tested it on Chrome, the Icons are displayed properly.
Please see these screenshots:
Tested in Safari
Tested in ChromeTry to clear cache if you have cache plugins installed, this can solve problem with square icons in popup.
The problem with grey area can be triggered by other plugins, try to disable it’s one by one to see which one cause the problem.
If these suggestions doesn’t resolve the issues, please contact us on https://www.wpzoom.com/contact/
Hello @fabricelaborie
Thanks for reporting, we will fix it in the next update.
Hello @xmsmmgrs
Please add this CSS code in WP-Admin > Appearances > Customize > Additional CSS:
.socicon { font-family: 'socicon' !important; }This solution will overwrite your css rules from theme.
Forum: Plugins
In reply to: [WPZOOM Social Feed Widget & Block] No Comments/Like Counts After UpdateHello @goldenagemedia
The new Instagram Basic API doesn’t provide the number of comments and likes for media files as it was in the deprecated Instagram API version.
Best Regards.
Hello @markcanada
The theme css rule overwrite the plugin css rules and generate this bug,
please replace this css rule in the screen.css file from the theme
/* replace old rule */ /*[class*="icon-"] {*/ /*font-family: 'icomoon';*/ /*speak: none;*/ /*font-style: normal;*/ /*font-weight: normal;*/ /*font-variant: normal;*/ /*text-transform: none;*/ /*line-height: 1;*/ /*!* Better Font Rendering =========== *!*/ /*-webkit-font-smoothing: antialiased;*/ /*-moz-osx-font-smoothing: grayscale;*/ /*}*/ /* with the new rule */ [class*="icon-"]:not([class*='socicon-']) { font-family: 'icomoon'; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; /* Better Font Rendering =========== */ -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }Hello @na1man
In the new social block for gutenberg you can set it by selecting the Font Awesome Brands Icon kit and search the mixcloud icon.
See this screenshot for social block
In the widget the mixcloud icon can be set by set the link in the url input or by adding it in the modal window.
Forum: Plugins
In reply to: [WPZOOM Social Feed Widget & Block] Remove Caption on HoverHello @shootitwithfilm
You can use the css to hide the title attribute, but keep in mind it will stop all mouse events on the element
a.zoom-instagram-link { pointer-events: none; }or you can use a jQuery solution to remove the title attributes on the document ready event
jQuery(document).ready(function() { jQuery("a.zoom-instagram-link").removeAttr("title"); });Hello @georgialou we fixed this issue, you can download the last version from Social Icons Repository
Soon we will update the plugin from WordPress repo too.Forum: Plugins
In reply to: [Page Builder by SiteOrigin] Can not add row/widgetThe same error. I am using WordPress 4.5 nighlty build. Please fix it as soon as possible
Uncaught TypeError: Cannot read property 'prototype' of undefinedForum: Reviews
In reply to: [Unyson] Wiped my site@andew Yes I am a part of the dev team behind the Unyson,and in our responsability is to fix the issues as soon as possible. I don’t see anything strange in helping our plugin users.
Forum: Reviews
In reply to: [Unyson] Wiped my site@gns-arts please make an update of the Mailer extension see this issue it was resolved, @costrelas I think you understand that in plugins can appear errors , and the developers is working on fixing that , it was fixed and you can make an update .