Theo
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Twenty Twenty] How to enable parallax effect in Twenty TwentyDon’t know if it might be useful, but there’s this old and excellent tutorial on the parallax effect:
https://keithclark.co.uk/articles/pure-css-parallax-websites/
Apparently, though, this technique is broken in iOS 13:
https://css-tricks.com/ios-13-broke-the-classic-pure-css-parallax-technique/
Forum: Plugins
In reply to: [Events Manager - Calendar, Bookings, Tickets, and more!] Can’t noindex postsForum: Plugins
In reply to: [Yoast SEO] How to exclude one specific categorySorry to bother with something related to basic php syntax, but I’m not being able to add the
wpseo_exclude_from_sitemap_by_post_ids
filter to the snippet provided. May I ask you to guide me on that?Forum: Plugins
In reply to: [Yoast SEO] How to exclude one specific categoryHey @marius_codeinwp, thank you very much for the code. It works perfectly, but unfortunately the posts are still showing up on the sitemap (despite having the noindex tag).
It’s a bit weird, seems to be related to another plugin – Events manager. I’ll ask for them, thank you for your support.Forum: Plugins
In reply to: [Yoast SEO] How to exclude one specific categoryThanks for the reply, but I can’t find a way to do what I want in Yoast. I can exclude a category, which means, afaik, its initial page, and I can exclude categories, broadly. What I want is to exclude a certain category posts – only its posts. Is it possible? Or do I need to exclude each post separately?
Forum: Plugins
In reply to: [Caldera Forms - More Than Contact Forms] a class for some formsHello Christie,
thank you for your answer, but I may not have been clear on my question: what I’d like is a way to apply a certain style to some forms, not to others. Maybe if it was possible to attribute a class to a form, I could style a group of forms. If it’s not possible, I guess my only option will be to use the forms’ IDs. Am I right?Forum: Plugins
In reply to: [Gantry 5 Framework] install.php drop-inThank you, done.
Forum: Plugins
In reply to: [Gantry 5 Framework] Can “WordPress Posts” skip current post?Worked like a charm, thank you very very much.
.
In case someone else looks for this, in my (hydrogen theme) install, the original twig file was here:
wp-content/plugins/gantry5/engines/wordpress/nucleus/particles/contentarray.html.twig
And I’ve copied it to my child theme:
wp-content/themes/child-theme/custom/particles/contentarray.html.twig
.
Thanks again, that was really helpful.Forum: Plugins
In reply to: [Gantry 5 Framework] Can “WordPress Posts” skip current post?Sounds no less than amazing, thanks a lot.
Forum: Plugins
In reply to: [Gantry 5 Framework] Can “WordPress Posts” skip current post?This page is actually a post, called Fazenda Campo Verde. The WordPress Posts particle, at the bottom, list other posts, but repeats this one. Is there a way for the particle to exclude the current post from it?
Forum: Plugins
In reply to: [Gantry 5 Framework] Can “WordPress Posts” skip current post?Hi,
I’m the one to apologize – for some reason I haven’t noticed this reply.
Yes, I still have that issue. If someone can point me the direction to solve it, I’d be very grateful.Forum: Plugins
In reply to: [Gantry 5 Framework] How to translate it?Hey chattago2002, just to make it clear – I’ve sent the language files to the following directory:
/themes/my-child-theme/languages/
And these files must be named only your language code, underline, your country code. Thus, in my case: pt_BR.mo and pt_BR.po
Forum: Plugins
In reply to: [Events Manager - Calendar, Bookings, Tickets, and more!] Remove an eventOn the left bar, just below Pages, Events should be displayed.
Forum: Plugins
In reply to: [Mailchimp List Subscribe Form] Really hard to useYep, I had seen that article – will try to do it as soon as I can.
Thanks, kind of you to dig it for me.Forum: Plugins
In reply to: [Mailchimp List Subscribe Form] Really hard to usePearl,
thanks for your prompt reply.
I’m using the Gantry 5 Hydrogen theme. I’ve already uninstalled the plugin, so I can’t give you an example. But considering this forum, translations seem to be an usual issue. See, for example, these topics:https://www.ads-software.com/support/topic/translation-field/
https://www.ads-software.com/support/topic/language-subscription-problems/
https://www.ads-software.com/support/topic/plugin-uses-wrong-language/
For me, even the plugin itself was not translated (my language is brazilian portuguese), but front end would definitely be the most important (as, I guess, for many people). And from the topics above, you can see that I need to dig the plugin code to achieve that. There would be nothing wrong with that – if it was documented, instead of buried in a topic.
.
As for the success message, again, considering this forum, it seems to be another usual issue. Even if it shows up at the top of the page, it’s hard to imagine it will be the most desirable result for most people. Being able to redirect it to a custom page should be, I believe, a very basic feature.Anyway, thanks for taking the time to reply. I’ll now try to make it work with the embedded form.