giangel84
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Mega Menu] Plugin is filling debug.log with “errors”Meanwhile I fix the issue by editing the file “wp-megamenu/classes/class.wp-megamenu-base.php”.
I just embody the foreach loop content (line 382 to 420), with:
if (is_array($widget_item)) { //loop }
Bye!
Forum: Plugins
In reply to: [WP Mega Menu] Plugin is filling debug.log with “errors”I’m using PHP 7.4 which is the minimum version I must use for security and compatibility reason.
There’s no planned update for this plugin?Forum: Plugins
In reply to: [Advanced AJAX Product Filters] the_ajax_script is not defined@dholovnia You don’t read my thread. ??
I repeat: Only “WooCoomerce” and “WooCoomerce Ajax Filters” active plugins.
No cache (neither with server or other ways).
Default wordpress theme.
Apache PHP 7.4If you replicate this basic environment, you should get the same error.
You can’t see the error anymore, since the website is under development and I had to use another plugin after 24h.
Hello @rafinkhan thanks for your reply.
I did the update to v2.0.12 as suggested and tested a bit on both backend and frontend.
Now all is working fine!Thank you very much for the quick fix!
Have a nice day. ??Hello @onlykawshar
Yes, I am using “WPFront User Role Editor”, which I use to have some custom user roles.
This is the main configuration: https://ibb.co/g77DbrR
This is the debug configuration: https://ibb.co/7gmp30sAnd finally this is the list of active plugins:
ACF City Selector Versione 1.6.0 di Beee ACF QuickEdit Fields Versione 3.1.11 di J?rn Lund ACF Search Object by ID Versione 1.0 di Hardweb.it ACF Timestamp Versione 1.1 di Hardweb.it Admin Columns Pro Versione 5.7 di AdminColumns.com Admin Columns Pro - Advanced Custom Fields (ACF) Versione 2.8 di AdminColumns.com Admin Menu Editor Versione 1.10 di Janis Elsts Advanced Custom Fields: Extended Versione 0.8.8.7 di ACF Extended Advanced Custom Fields PRO Versione 5.12.1 di Delicious Brains Advanced Editor Tools (previously TinyMCE Advanced) Versione 5.6.0 di Automattic Advanced Uptime Monitor Extension Versione 5.2.2 di MainWP All in One SEO Versione 4.1.10 di All in One SEO Team BetterDocs Versione 2.0.10 di WPDeveloper (Ultima versione: 2.0.11) Classic Editor Versione 1.6.2 di WordPress Contributors Contact Form 7 Versione 5.5.6 di Takayuki Miyoshi Custom Post Type UI Versione 1.11.2 di WebDevStudios Disable Comments Versione 2.3.4 di WPDeveloper Easy Digital Downloads Versione 2.11.6 di Easy Digital Downloads Easy Digital Downloads - Git Download Updater Versione 1.1.1 di Sandhills Development, LLC Easy Digital Downloads - Manual Purchases Versione 2.0.5 di Easy Digital Downloads Easy Digital Downloads - Software Licensing Versione 3.6.13 di Easy Digital Downloads Intuitive Custom Post Order Versione 3.1.3 di hijiri MainWP Client Reports Extension Versione 4.0.10 di MainWP MainWP Dashboard Versione 4.2 di MainWP MainWP Rocket Extension Versione 4.0.3 di MainWP MainWP Wordfence Extension Versione 4.0.5 di MainWP OnePress Image Elevator Versione 2.6.2 di OnePress Pretty Links Versione 3.2.4 di Pretty Links reSmush.it Image Optimizer Versione 0.4.2 di reSmush.it Site Kit by Google Versione 1.71.0 di Google SyntaxHighlighter Evolved Versione 3.6.1 di Alex Mills (Viper007Bond) Ultimate Nofollow Versione 1.4.8 di 5fifty Wordfence Security Versione 7.5.9 di Wordfence WP Crontrol Versione 1.12.0 di John Blackbourn & crontributors WP Custom Status Manager Versione 1.0.4 di Hardweb.it WPFront User Role Editor Versione 3.2.1.11184 di Syam Mohan WP Mail SMTP Versione 3.3.0 di WPForms WPS Hide Login Versione 1.9.4 di WPServeur, NicolasKulka, wpformation
Hope this can be helpful.
Forum: Plugins
In reply to: [Disable Media Permalink by Hardweb.it] existing Permalinks Media`Hello @mbeerli,
The plugin work easily, without any settings to do. Just install and it work!
Such as you wrote, the plugin automatically remove ALL media permalinks, reconverting from:
https://www.teawea.com/caramel-apple-pie/capi-caramelsauce/
to:
https://www.teawea.com/wp-content/uploads/2018/02/CAPi-caramelsauce.jpg
If the plugin is active, all uploads (old and new) will have not the WP permalink but it keep only the file URL.
If the plugin is inactive, all uploads (old and new) will have again the permalink exactly as your structure is configured.The plugin not work with Yoast SEO (or any other SEO plugin).
The function you mentioned “Redirect attachment URLs to the attachment itself” work only if my plugin is deactivated, because the redirect attachment system do this (example):You have some attachment URLs in your sitemap.
Engine search index your permalinks and a visitor click on it.
If the media is attached to any post/page, the “redirect attachment” function will get the ID of this post, then get the permalink of the post, finally perform a redirect to bring user directly to the post, instead of media permalink.
This function is useful specially for the themes that are not optimized to have a custom template file to display properly the media file on a specific page.I hope this could be helpful and answer to your question. ??
Hi @inputwp I just tested the latest version (1.9.2) of your plugin and I can confirm that now all is working fine!
Good job, compliments!
Glad I could help, man! ??@inputwp your welcome! ??
Thanks @inputwp you’re right!
Then I only have the last issue: ‘Disable Past Dates’ seems to keep always enabled.
If I disable that option and leave blank both fields (min/max date), in the js code there’s always “min_date”:”01\/03\/2021″ sets. (now). But I cannot select a past date, only today and forwardIs there any way to fix this quickly?
Thank you.- This reply was modified 4 years, 1 month ago by giangel84.
Hello @inputwp my name’s Gianluca. ??
Thank you for the quick reply, I wish you all the best in your work.
I had the same issue, this is my fix:
jQuery slug is changed from WP 5.6 version (previously slug was: “jquery”, new slug is “jquery-core”.
On some custom themes this behaviour need to be changed to load jquery custom version with the new “jquery-core” slug across wp_enqueue_script declaration, usually inside “functions.php” and moreover jQuery needs to be loaded to the header instead of the footer.So, after changed the slug and the position properly, the issue is fixed.
example:
wp_deregister_script( 'jquery-core' ); $footer = true; $header = false; wp_enqueue_script( 'jquery-core', MY_THEME_PATH . '/js/jquery-3.5.1.min.js', false, "3.5.1", $header );
- This reply was modified 4 years, 1 month ago by giangel84.
Forum: Plugins
In reply to: [10WebSocial] Feed only shows loading iconHaving same issue, loading images result empty with the “default” camera image.
Just tried to reset all and reconnect profile/token/feed with no success.Forum: Plugins
In reply to: [SyntaxHighlighter Evolved] Theme proposal@mrroundhill unfortunately the solution I found above doesn’t work properly.
New theme is recognised correctly by plugin, I can save it and also the custom-theme.css is loaded, but the default theme still also loaded and that’s overwriting the custom css rules.How can i fix this behaviour?
Thanks in advance.Forum: Plugins
In reply to: [SyntaxHighlighter Evolved] Theme proposal@mrroundhill
is there any chance to make a custom theme working externally? By putting files inside the ‘/wp-content/themes/mythemefolder’, or ‘/wp-content/she_themes’?Just to avoid overwriting behaviour after the plugin is upgraded.
EDIT: I found the answer by searching through the forum. ??
https://alex.blog/wordpress-plugins/syntaxhighlighter/adding-a-new-theme/- This reply was modified 4 years, 5 months ago by giangel84.
Forum: Plugins
In reply to: [SyntaxHighlighter Evolved] Default language@donnapep it would be very useful to implement a filter which make me able to set a default language code, so every time I need for a block, it’s already set with the proper choice checked. ??