acn
Forum Replies Created
-
Forum: Plugins
In reply to: [Scripts n Styles] WPML Multilanguage SupportHi, thanks for the reply – I would guess that using get_the_ID() and other WP functions is how WPML handles the translated content. Multiple posts are created in the background and WPML manages which actual $post is being output.
Apparently they’re open to give out a license for devs:
https://wpml.org/purchase/theme-and-plugin-developers/I tried once again and it ran this time. Can’t say what was wrong before, I didn’t make any changes.
CheersForum: Plugins
In reply to: [Amazon Link] Images aren't loaded…!Hi Paul, thanks for the reply. Youcan see it in use here:
https://shoutkey.com/squash (link lasts for 12 hours)
Notice that:
- It’s like this ever since I first installed it, a month ago
- I use a caching plugin, but it’s the same thing with it disabled
- I use another Amazon link generator plugin because 1) this one doesn’t show an Image – critical – and 2) other than the prices listed horizontally I’m sorry to say that it’s not styled in an appealing way. Even the vertical flags are pretty weird in the way they’re displayed – again, sorry for the commet, please take it as constructive criticism
- So you can see that it’s not the requests – the other plugin (amazon JS) does the request just fine.
Thanks
Forum: Plugins
In reply to: [Amazon JS] Doesn't work in Chrome anonymous modeOk, it’s not anonymous mode – it’s the cache plugin I’m using vs JS. I have to disable all minification and js joining, because adding exceptions wouldn’t cut it. It doesn’t happen with all other plugins I use though.
Forum: Plugins
In reply to: [Page Takeover] Feature Request+1 for this feature…! The plugin looks great but lacking the ability to use a form makes it very less useful, sorry :/
I kept trying it again (after reading another comment) and it eventually worked. Go figure
Forum: Plugins
In reply to: [Pronamic Google Maps] Shortcodes are not workingOh, and I couldn’t make Static images run, even after turning on the static maps API…
Forum: Plugins
In reply to: [Pronamic Google Maps] Shortcodes are not workingYup, that was it. Maybe you could add a fallback shortcode, if Jetpack is detected?
Forum: Themes and Templates
In reply to: [Tracks] Frontpage Sidebar?Thanks for the info. I guess I’ll to have to try and change it; it’s kind of hard to add some extra functionality like ad placement without a sidebar.
Cheers!
I’ve solved this temporarily with a code snippet, although it would be better to have above the Place Order button:
add_action ('woocommerce_checkout_after_order_review', 'fix_captcha_order'); function fix_captcha_order () { if ( function_exists ( 'anr_captcha_form_field' ) ) { echo '<div class="form-row place-order right">'; anr_captcha_form_field(); echo '</div>'; } }
Forum: Plugins
In reply to: [WooCommerce] Checkout and Order endpoints returning not found (404) errorsSolved it by force changing Product permalinks.
My bad, apparently – I could swear it was failing in some way, but I unchecked it and it does work. Sorry about that and thanks anyway.
Hi,
No, it’s for this version available at the WP repository!Cheers
Forum: Plugins
In reply to: [Timeline Express] 1.2.1 broke some functionality!Yeah, that did the trick!
Thanks a bunch!Cheers
(and I already left a review)
Forum: Plugins
In reply to: [Timeline Express] 1.2.1 broke some functionality!Sure, thank you for that:
https://shoutkey.com/my