drazon
Forum Replies Created
-
Forum: Plugins
In reply to: [CAOS | Host Google Analytics Locally] Track Ad Blockers?@strictlyonlinebiz In your setup with Autoptimize and deferred jquery.js do you notice any js 404 errors when having the lite ad block enabled in CAOS? I’m experiencing this at the frontend after clearing the Super Cache, but not all the times. I haven’t thoroughly tested it yet but when I do I guess I will open another thread since it’s a different issue.
Forum: Plugins
In reply to: [CAOS | Host Google Analytics Locally] Track Ad Blockers?Any way to transform this in plain JavaScript because inlined jQuery breaks with defered jquery.js ?
jQuery(window).trigger('caos_track_ad_blockers');
(EDIT) Perhaps like this: https://stackoverflow.com/questions/17833089/javascript-equivalent-to-jquery-trigger-method
- This reply was modified 4 years, 7 months ago by drazon. Reason: added link
Appreciated as always, thank you!
Forum: Fixing WordPress
In reply to: ini_set without init_get check and disabled php functions@diondesigns thank you very much, WP is one step ahead.
I created the ticket #48693
Question: In the meantime how would you use something like
add_filter('enable_wp_debug_mode_checks', '__return_false');
so that it exists at https://core.trac.www.ads-software.com/browser/tags/5.3/src/wp-includes/load.php#L322
I had no luck using it so far. I guess I’m doing something wrong
Yeap it is working, thank you. curl is what I do on those servers too.
Forum: Plugins
In reply to: [Breadcrumb NavXT] Solution to Missing field “item” for unlinked last itemgot it, thank you!
Forum: Plugins
In reply to: [Breadcrumb NavXT] Solution to Missing field “item” for unlinked last itemYou are right the resource attribute is not standard and I couldn’t find any related documentation. Also even if Google sees the last breadcrumb, as I tested with other websites it doesn’t show it in the results.
Creating something like this
function my_bcn_allowed_html($allowed_html) { $allowed_html['span'] = array( 'title' => true, 'class' => true, 'id' => true, 'dir' => true, 'align' => true, 'lang' => true, 'xml:lang' => true, 'aria-hidden' => true, 'data-icon' => true, 'itemref' => true, 'itemid' => true, 'itemprop' => true, 'itemscope' => true, 'itemtype' => true, 'resource' => true, 'property' => true, 'typeof' => true ); return $allowed_html; } add_filter('bcn_allowed_html', 'my_bcn_allowed_html', 10, 1);
has as a result the %link% to get stripped from the output. Any ideas?
Forum: Plugins
In reply to: [Breadcrumb NavXT] Solution to Missing field “item” for unlinked last itemPlease note that I’m aware of this solution however the one with the resource attribute results in google recognizing the last item even though it is unlinked
Forum: Plugins
In reply to: [Plugin Organizer] Post Type Plugins – refresh issueFixed for me! Good job
Forum: Plugins
In reply to: [Plugin Organizer] Post Type Plugins – refresh issueI’m having the same issue especially with custom post types,
I think it is related with this issue https://www.ads-software.com/support/topic/version-10-not-updating-changes-in-admin/
- This reply was modified 5 years, 6 months ago by drazon. Reason: added link
Yeap that did the trick. I would suggest though in the plugin rewrites page to mention it because as it is now I thought that if I use my_plugins for wp-content/plugins then I have to use my_plugins base slug for each plugin meaning: my_plugins/plugin1, my_plugins/plugin2 etc…
Thank you for your support!
Thank you for your answer, ok understood. One more question is it a safe option to use each plugin rewrite without a base slug? Something like:
New Plugins Path: comp
New Path for MYPLUGIN plugin: plugin1
New Path for MYPLUGIN2 plugin: plugin2So for example you suggest to set:
New Plugins Path: somethinotherthancomp
and keep the rest as they are:
New Path for MYPLUGIN plugin: comp/plugin1
New Path for MYPLUGIN2 plugin: comp/plugin2Is this ok, will it work?
Edit: i just tried that it doesn’t work and it doesn’t even change it
- This reply was modified 5 years, 6 months ago by drazon.
Just to note that the way I use the plugin rewrites is:
New Plugins Path: comp
New Path for MYPLUGIN plugin: comp/plugin1
etc…I have been using it this way the last couple of years without any problem, do you see anything wrong?
Forum: Reviews
In reply to: [OceanWP] From 5 Star to 1 Star overnightI totally agree with this review I changed mine for the same reason.