XPOL555
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Public error message on my site after installing WP 4.7Hey there! i fixed this issue updating the visual composer plugin MANUALLY
Forum: Fixing WordPress
In reply to: Public error message on my site after installing WP 4.7You can see this error on some (a lot) other sites:
For example:
https://www.gruppoedilamar.it/preventivo/
https://www.mancianopromozione.com/info/- This reply was modified 7 years, 11 months ago by XPOL555.
Forum: Fixing WordPress
In reply to: Public error message on my site after installing WP 4.7Hi heipedro,
i confirm, i am having the same error. The site is visible (with this error) and cannot login at backend.
Paolo
Forum: Reviews
In reply to: [WP Flickity] Finally! Flickity on WordPressThank you to help me improve this plugin! ??
Forum: Plugins
In reply to: [WP Flickity] [FEATURES REQUESTS HERE] Contribute :)#ISSUE2 is now a feature in 0.4.2 version. Now settings are available.
Forum: Plugins
In reply to: [WP Flickity] Text Only SettingsSince your request is planned to be delivered in 0.5.0 release i mark this as resolved.
Just to notify that i catched it! ??
https://www.ads-software.com/support/topic/features-requests-here-contributeYou can tweet me ?? @Paolo_Falomo
Forum: Plugins
In reply to: [WP Flickity] Slider Doesn't WorkHi!
on this release 0.4.1 i added the reorder and delete feature.
0.5.0 i planned to be released at end of this month (hopefully) as said in this thread https://www.ads-software.com/support/topic/text-only-settings.
Feel free to contribute! I need more feedback ??
I’ve added you requests in a dedicated topic!
Forum: Plugins
In reply to: [WP Flickity] Text Only SettingsHi! Thanks for the interest on it!
This plugin is still in beta, i planned more changes on 0.5.0 release that will probably have more features like that.
0.5.0 is planned to be released end of this month ??
Paolo.
p.s. to contribute more watch at official repo on gitlab : https://gitlab.com/paolofalomo/wp-flickity
Forum: Plugins
In reply to: [WP Flickity] Slider Doesn't WorkHi! Thanks for the feedback.
This plugin is still in development. I’ll have much more time to work on it next days/weeks. Next update should improve the settings and compatibility.
Best Regards,
Paolo.Forum: Reviews
In reply to: [Shiny Updates] Needs to be in core+1
Forum: Plugins
In reply to: [WP Nice Scroll Bar] Enableing WP_DEBUG throws an error of enqueue_stylesOK guys! I solved this by changing the main php plugin file.
So in the file wp_nicescrollbar.php (inside the plugin folder) replace from line 19 to 23 with this code:/** * Enqueue scripts * * @param string $handle Script name * @param string $src Script url * @param array $deps (optional) Array of script names on which this script depends * @param string|bool $ver (optional) Script version (used for cache busting), set to null to disable * @param bool $in_footer (optional) Whether to enqueue the script before </head> or before </body> */ function scrollbar_enqueue() { wp_enqueue_script('wp-nice-scrollbar-main-js', WP_NICE_SCROLLBAR.'js/jquery.nicescroll.min.js', array('jquery')); wp_enqueue_style('nice-scrollbar-custom-css',WP_NICE_SCROLLBAR.'css/nice_scrollbar.css'); } add_action( 'wp_enqueue_scripts', 'scrollbar_enqueue',5 );
this add more compatibility of the plugin to latest wordpress versions, author should change this ??
Cya!
Paolo.