dreadedhamish
Forum Replies Created
-
I tried some earlier versions without success – 3.2.0, 3.1.5, 3.0.10
Forum: Plugins
In reply to: [Media Library Categories] Function to use seperate taxonomy not workingConfirmed. It still remains the shared Category taxonomy.
Forum: Plugins
In reply to: [Enhanced Media Library] media_category with slug brokenNot sure exactly what my error was but it’s now resolved.
Forum: Plugins
In reply to: [Enhanced Media Library] media_category with slug brokenTried 3.0.beta2-29 as well. no dice.
Also the only plugins enabled are Dokan and Woocommerce.
Forum: Plugins
In reply to: [EU Cookie Law for GDPR/CCPA] new cookie law requirement YES/NO selectionLots of misinformation in this thread.
until there is a new e-privacy regulation, PECR is in effect.
All that GDPR has done is up the ante on what consent means – which when combined with PECR means that a cookie solution needs to:
1. Not load scripts until there is consent.
2. Consent need not be granular (cookiebot is over-the-top).
3. Consent can be continuing to use the site, or scrolling, as per the guidance on PECR.The easiest solution would be adding a text box to the plugin for scripts to load after consent (instead of blocking).
Forum: Plugins
In reply to: [Variation Swatches for WooCommerce] MY GOD !!I installed, followed instructions, and BOOM. Working.
Forum: Plugins
In reply to: [Infinite Post Transporter] Infinite Post Transporter and DisqusThere is some code in transporter.php that allows jetpack sharing counts to get passed as well as the post content. I’m guessing that a similar function needs to be written to load additional scripts like disqus.
I’m trying to do it now using ea-share-count but my php isn’t that good ??
I think this plugin isn’t going to get updated anymore, but an imput on the backend for scripts to allow through the filter would be awesome.
Forum: Plugins
In reply to: [Infinite Post Transporter] PHP 7 error with JSON.parseNarrowed it down further – there was a newrelic script that my host (cloudways) injected into the head of every page. Getting them to remove it fixed the issue.
Forum: Plugins
In reply to: [Infinite Post Transporter] PHP 7 error with JSON.parseI think I’ve narrowed it down to a new relic script that is in the <head>, and when called with JSON.parse is breaking the syntax.
Is there a way to exclude a script from the JSON?
Forum: Reviews
In reply to: [Intagrate Lite] Messed up my websiteSo you mistook “Post Format” for a custom post type. Post formats are just that – formats for regular posts.
It looks like it worked perfectly.
Forum: Plugins
In reply to: [Genesis Grid] 3 Column to 2 Column ResponsivenessI haven’t got this installed, but I’ve had to do similar in the past.
I’m guessing there is a .first and a .third class, but not a .second?
If there is a .first, .second, and .third then you just need to redo the margins for each.if not, try margin-left and margin-right at 1.6% for all items.
This will introduce a margin on both sides of the content area but unless you want to edit the plugin that might be as good as it gets.Forum: Plugins
In reply to: [mobble] Process for updating mobile-detect.phpAwesome.
Forum: Plugins
In reply to: [MC4WP: Mailchimp for WordPress] Working with many Mailchimp Mailing ListsAWESOME.
Worked perfectly.Forum: Plugins
In reply to: [MC4WP: Mailchimp for WordPress] Working with many Mailchimp Mailing ListsDoes this code work for the free version or just the premium version?