George
@quantum_leap on WordPress.org
- Member Since: February 24th, 2011
- Website: www.gmitropapas.com
Contribution History
George’s badges:- Translation Contributor
-
Posted a reply to UK timezone confusion, on the site WordPress.org Forums:
Issue fixed. Needed to use _event_start_local instead! -
Created a topic, UK timezone confusion, on the site WordPress.org Forums:
A client of mine has the site's timezone to Europe/Lon… -
Posted a reply to Ninja forms shortcodes are not being rendered in the front end, on the site WordPress.org Forums:
The Tuning screen I sent, has already the default settings with ninja added, I believe… -
Posted a reply to Ninja forms shortcodes are not being rendered in the front end, on the site WordPress.org Forums:
That's what I have, doesn't work for me. Here are my JS settings and excludes:https://i.imgur.com/1NVlRIx.pnghttps://i.imgur.com/VK0mCUl.png -
Posted a reply to Ninja forms shortcodes are not being rendered in the front end, on the site WordPress.org Forums:
Yeah, that's what I did, no luck! Does your example not work when you don't… -
Posted a reply to Ninja forms shortcodes are not being rendered in the front end, on the site WordPress.org Forums:
Thanks, that didn't work either. -
Posted a reply to Ninja forms shortcodes are not being rendered in the front end, on the site WordPress.org Forums:
This is ridiculous, there is so much inline ninja forms code in there, I tried… -
Posted a reply to Ninja forms shortcodes are not being rendered in the front end, on the site WordPress.org Forums:
I am also excluding jquery.js and jquery.min.js from deferred/delayed as well. Still same issue. -
Posted a reply to Shortcodes are not rendered in social share plugins, on the site WordPress.org Forums:
Ok, thanks, you are probably right, made it work with a filter. -
Created a topic, Ninja forms shortcodes are not being rendered in the front end, on the site WordPress.org Forums:
My ninja form shortcodes are not rendered when I have … -
Created a topic, Shortcodes are not rendered in social share plugins, on the site WordPress.org Forums:
I just realized that social share plugins do not rende… -
Posted a reply to Generateblocks image inside a GPP content template, on the site WordPress.org Forums:
Inserting add_filter( 'baguettebox_enqueue_assets', '__return_true' ); in functions.php did the trick, thanks again Johannes! -
Posted a reply to Generateblocks image inside a GPP content template, on the site WordPress.org Forums:
Email sent, thanks! -
Posted a reply to Generateblocks image inside a GPP content template, on the site WordPress.org Forums:
Can you please send me an email so I can send you a staging URL? -
Posted a reply to Generateblocks image inside a GPP content template, on the site WordPress.org Forums:
GeneratePress has a premium version (as a plugin) where you can set a content template.… -
Created a topic, Generateblocks image inside a GPP content template, on the site WordPress.org Forums:
I am not sure if you aware but when setting a GB image… -
Posted a reply to Clear all styles, on the site WordPress.org Forums:
Actually, only this is enough:define( 'YIKES_MAILCHIMP_EXCLUDE_STYLES', true ); -
Posted a reply to Clear all styles, on the site WordPress.org Forums:
Since the devs have gone AWOL a long time ago, here is how you clear… -
Posted a reply to Cannot map fields in Mailchimp integration, on the site WordPress.org Forums:
Just wanted to ask. Is that caching issue a one time thing? I mean, how… -
Posted a reply to Cannot map fields in Mailchimp integration, on the site WordPress.org Forums:
Hmmm, creating a new integration and removing the previous one seems to have fixed the… -
Created a topic, Clear all styles, on the site WordPress.org Forums:
Is there a way to clear all in-built styles so I can a… -
Created a topic, Cannot map fields in Mailchimp integration, on the site WordPress.org Forums:
I've created a signup form and integrated it with a Ma… -
Posted a reply to Greek character stop being displayed, on the site WordPress.org Forums:
Awesome, thanks! -
Posted a reply to Greek character stop being displayed, on the site WordPress.org Forums:
Will do, thanks for the quick turn around! -
Posted a reply to Greek character stop being displayed, on the site WordPress.org Forums:
Yeah, that seemed to have worked. Labels had to be re-written again, though (not a… -
Posted a reply to Greek character stop being displayed, on the site WordPress.org Forums:
Ok, thanks for the quick response! -
Created a topic, Greek character stop being displayed, on the site WordPress.org Forums:
I am not sure if this happened with the latest update.… -
Posted a reply to Shortcode attributes from meta query variable, on the site WordPress.org Forums:
Ok, I see, thanks for the info, I got it working like this also setting… -
Created a topic, Shortcode attributes from meta query variable, on the site WordPress.org Forums:
In the following shortcode, I have two variable, $toda… -
Created a topic, Query Monitor 404 Not Found HTTP API Call, on the site WordPress.org Forums:
I am running the Query Monitor plugin through my posts… -
Created a topic, WordFence keeps asking me to complete the configuration settings, on the site WordPress.org Forums:
I am on a Cloudways server and WordFence keeps asking … -
Posted a reply to Query Loop Block – Default output when no posts, on the site WordPress.org Forums:
@diggeddy Thanks, that was helpful! -
Posted a reply to Get the full author twitter URL, on the site WordPress.org Forums:
Ok, thank you. -
Created a topic, Get the full author twitter URL, on the site WordPress.org Forums:
I have a single post author box and I want to display … -
Created a topic, Webp file type is being allowed, on the site WordPress.org Forums:
Something strange is happening in the file upload fiel… -
Created a topic, A disgrace for the Cloudways platform, on the site WordPress.org Forums:
This plugin has issues as far as I can remember being … -
Posted a reply to WordFence reCAPTCHA, on the site WordPress.org Forums:
Isn't that part of the paid WP Armour version, though? -
Posted a reply to WordFence reCAPTCHA, on the site WordPress.org Forums:
WordFence has a WooCommerce integration for the Recaptcha to also appear in WooCommerce forms. -
Created a topic, WordFence reCAPTCHA, on the site WordPress.org Forums:
Do I need to turn WordFence reCAPTCHA and WooCommerce … -
Posted a reply to Modal link to close the modal, on the site WordPress.org Forums:
Sorry for the delay, I made it work with jQuery, thank you! -
Created a topic, Excluding classes doesn’t work, on the site WordPress.org Forums:
I've noticed that excluding classes from the Exclude E… -
Posted a reply to Change TOC heading link color when page scrolls to related content, on the site WordPress.org Forums:
Oh I see, thanks. Is there any quick change available to solve this? https://wordpress.org/support/topic/collapsable-toc-initially-not-collapsed-possible/ -
Posted a reply to Modal link to close the modal, on the site WordPress.org Forums:
Didn't work. I think I need something like this: const btn = document.querySelector(".bod-btn"); btn.addEventListener("click", addLink);… -
Posted a reply to Modal link to close the modal, on the site WordPress.org Forums:
Hi thanks for getting back. I have my script to the footer but the problem… -
Posted a reply to Modal link to close the modal, on the site WordPress.org Forums:
Sorry, this actually didn't work. Is there a way to add a class to .modal-toc… -
Posted a reply to Modal link to close the modal, on the site WordPress.org Forums:
Awesome, it worked, thanks! Two lines of JavaScript code: let element = document.getElementsByClassName(".modal-toc .ib-toc-body .ib-toc-anchors… -
Created a topic, Change TOC heading link color when page scrolls to related content, on the site WordPress.org Forums:
I have set up the TOC to appear on a sidebar which I'v… -
Created a topic, Modal link to close the modal, on the site WordPress.org Forums:
Is it possible to have links inside the modal follow t… -
Created a topic, Toggle on menu, on the site WordPress.org Forums:
Is there a shortcode I could use? I want to put the to… -
Created a topic, Target dark mode section with CSS, on the site WordPress.org Forums:
Seems like there is a wp-dark-mode-active class being …