signale
Forum Replies Created
-
I’ve resolved the issue with another solution and feature you described is about the each post, I needed for all of them
- This reply was modified 3 years, 4 months ago by signale.
Forum: Plugins
In reply to: [Loops & Logic] Woocommerce Template for the product in the loopOh, I did get that – like inside literal physical formal tags not like inside tag itself 🙂 Now I’m interested how it’s possible inside the tag like to mean through the attribute 😀 As actually it’s something I was wondered, like to say a loop tag I need to wrap each item into this template. But I guess it’s absolutely not at that point yet. Although I feel like the developers’ logic level is totally capable on such trick, I wouldn’t be surprised at all if that will be implemented in future. I will check the thread you mentioned, thank you very much, I’m so happy this is alive 🙂
Forum: Plugins
In reply to: [Loops & Logic] Woocommerce Template for the product in the loopOh, thanks, will use it in the future.
Forum: Plugins
In reply to: [Loops & Logic] Woocommerce Template for the product in the loopMy apologies, resolved this one, though this template tag, would be great to grasp the idea, whenever you got time to answer, thanks!
Forum: Plugins
In reply to: [Events Made Easy] Theme template of the single eventChecked – nope, still doesn’t show up. And that’s weird, as it’s a very old theme provider, they always follow conventions – Thrivethemes.
Could you please tell how to make those templates appear on that function call? May be they use some other way? I’ve read there’s another array with the opposite format of keys/values.
If those templates are already present then they could be returned by a proper function if to make it to transfer the info? Would be so right, thanks.Forum: Plugins
In reply to: [Events Made Easy] RSVP form template processing differentlyOh, awesome, and it would be so useful to have filters for all other templates too.
Thanks for such responsive support.Forum: Plugins
In reply to: [Events Made Easy] RSVP form template processing differentlyWell, I’m not putting the shortcode inside the form template, I’m doing quite the opposite – I’m putting the form template into the shortcode which I wish to render lately just as I’m doing with the single event template here:
https://ww.wp.xz.cn/support/topic/shortcode-and-placeholder-render-order/In the form default template I got a shortcode. But it doesn’t render correctly, it doesn’t see placeholders and outputs them as is
So I need to put the same
do_shortcode()function before rendering the placeholders. It seems like the ordinary filtereme_events_format_prefilterdoesn’t have effect hereForum: Plugins
In reply to: [Events Made Easy] Theme template of the single eventOh, really? So it is what I thought it was, ok, will check with other theme, thanks a lot for the confirmation
Forum: Plugins
In reply to: [Events Made Easy] Theme template of the single eventYeah, though even if it’s an “All” type template it still doesn’t show up in the Single Event Edit page right sidebar dropdown control(the last dropdown control there).
It seems like a global page template, though even after adding such template it doesn’t show up there neitherForum: Plugins
In reply to: [Events Made Easy] Shortcode and placeholder render orderYeah, cool, now no need for checking which template or else is processing, now it’s much better, brilliant, thank you, Franky!
Forum: Plugins
In reply to: [Events Made Easy] Shortcode and placeholder render orderHey, Franky, thank you for your reply. My apologies for not being clear.
But yes, you got the idea exactly as this is.
I managed to make it work eventually. Though my solution is not precisely elegant.
I just set a flag to each template to differ them and define which shortcode to render.
Could you please tell if that’s possible to check the template id/name through the $format variable? Something like $format[“template_name”]
I just feel like violating something implementing it through checking the string containing.Thank you, when I will be able to evaluate this plugin, I will rate it with a detailed analyses. But I wish to make it consiously, knowing and seeing the entire system. Now I’m only learning it, seems very right system
Forum: Plugins
In reply to: [Events Made Easy] Shortcode and placeholder render orderfunction my_eme_extra_event_format_filter($format, $event) { return do_shortcode("[thrive_leads id='101']"); } add_filter('eme_events_format_prefilter','my_eme_extra_event_format_filter',10,3);I’ve tried this and it even works, though not right(I should check on the correct template part I guess), but it shows that it’s possible
https://ivan-chay.seo-fin.com/events/orality-in-james-joyce-conference/#
It loads for a long time, but eventually renders correct(except for the map)
Forum: Plugins
In reply to: [Events Made Easy] Shortcode and placeholder render orderI got similar situation to this one:
https://wordpress.stackexchange.com/questions/34205/are-shortcode-functions-applied-while-rendering-the-content-or-are-they-executeI found eme_events_format_prefilter filter and I suspect I should make sure my shortcode renders before this point.
So basically I got a visual editor(Elementor type), after building the layout it provides the shortcode.
So I’m building my layout and insert placeholders. Usually, when I use Custom Shortcode Content plugin, for example, it renders just as intended.
But here it displays placeholders as is.
So I thought, may be if I tell to render this tool shortcode first and then EME – then placeholders will be in the flow already – before the time to render them.
So, EME gives me perfect render of this Visual Editor tool, the issue is it makes it after placeholders are rendered and I need them to render after this shortcode does
Hope it’s a bit more clear now.
- This reply was modified 4 years, 6 months ago by signale.
I saw top notch plugins starting from 1 star review. It feels weird, but the reality is such. Users recognize these ways of reality – relax, free world is often unrational, it’s not like in a ruled one, it’s different. Accept it and let go, it will reflect your level. It’s wrong to see the author reacting wrong as the author got another level 🙂 So, respect your position and just ignore buggy reviews, it’s really wrong at first, but later you will smile at it. After all, it can be a kid.
Solved 🙂
Thoguh I inserted into the setting, would be also great to know the code. As the plugin I’m checking got only this “ready” event.- This reply was modified 4 years, 11 months ago by signale.