Luis Leal
Forum Replies Created
-
Hi, as a user of this plugin I can tell that probably this is related to a caching issue.
The solution is maybe quite simple, make sure that you flush cloudflare cache (in case you use it), local cache (WP Rocket, WP Fastest Cache, etc) and varnish (caching at web server level).
Have a good day.
??
Now, THAT’S AMAZING!!!
I’ll give you updates about this.
Thank you very much. ??
Thank you for the answer.
It looks like I’ll have to make a custom made solution.Have a terrific day.
Sorry, the title should be <b>”Calculations based on formula results rather than direct custom post type object values”</b> But the restrictions of the platform www.remarpro.com doesn’t allow a longer title nor modification after moderation.
I am aware that probably scope operators will not work since the custom post type object variables are declared through that.
But still wondering, is it possible to achieve that?
Thank you.
- This reply was modified 6 years, 3 months ago by Luis Leal. Reason: Please contact me at [email protected] it is very urgent and I must comment to my client for they purchase the proprietary plugin in case it is possible to handle the requirements. I'm sorry for the insistence
- This reply was modified 6 years, 3 months ago by Luis Leal.
Forum: Plugins
In reply to: [WP Fastest Cache] Gzip is not available in settings by default.If it serves to anyone, I got my response right away.
Apparently the gzip option only shows up if you actually have at least one cached item but not before.
Anyway, thank you and keep the good work, outstanding plugin.
Forum: Plugins
In reply to: [Yoast SEO] How product category at page titleAlthough this issue is currently labeled as resolved, I didn’t see any effective solution for this.
So, I would like to share with you something, take a look on the following workaround:
Yoast SEO > Titles & Metas > Taxonomies > Product Categories
Enter in Title template:
%%term_title%% %%sep%% %%sitename%%
Which means:
term_title = The title of the queried object in WP_Query.
sep = Assigned separator, I oftenly use pipes “|”.
sitename = Your default website name.Best regards.