jan.holpuch
Forum Replies Created
-
Thank you very much for the information.
So if I understand correctly, the replacement of .jpg -> .webp is done at the .htaccess level?
It seems to me that the rule works well for elements, but not for links to jpg images or for images used as backgrounds of other elements.
I tried to demonstrate specific behavior here: https://knihovna-hranice.cz/wepb/
For direct links to images, processing the link via JavaScript, for example, into a lightbox, is possible, and the rewrite mode won’t catch it. It doesn’t necessarily have to be detrimental; displaying the original .jpg image can actually be useful.
On the other hand, it’s a pity for backgrounds; there, using a compressed image would be beneficial.
I use your plugin on all my websites, and I think resolving this “shortcoming” in some future update would make not only me happy.
Thank you in advance and greetings!Sorry, I did not explain my question well. This variables in your link serve for generating proper tags and metatags in the <head> section.
I try to find the way, how to use the CONTENT of these generated metatags somewhere in the <body> section.
For instance, this is the part of <head> section generated by plugin:
<!DOCTYPE html>
<html lang=”cs”>
<head>
…
<!– This site is optimized with the Yoast SEO plugin v7.3 – https://yoast.com/wordpress/plugins/seo/ –>
…
<meta property=”og:description” content=”Nejspíše znáte to podobenství o žábě” />I’m looking for a way how to print out in my tempate something like:
<p>The og:description is: Nejspíše znáte to podobenství o žábě</p>So, is there any system variable or function, that returns the exact content of metatags inserted by Yoast SEO plugin?
Forum: Plugins
In reply to: [WP Google Calendar Manager - Google Calendar Plugin] czechThe plugin is in Czech, I mean all labels in WP are translated. But it does not offer connection to a Google calendar that is in Czech language. All events (originally in Czech) are written in page by wrong diacritics, months, names of days are not in Czech. Any idea?
No response?
Forum: Plugins
In reply to: [WordPress Share Buttons Plugin – AddThis] complete localization
- This reply was modified 9 years ago by jan.holpuch.
Forum: Reviews
In reply to: [Product Customer List for WooCommerce] Custom fields including?OK, I understand, thanks for your reply. Finally I did the necessary modifications my selves and I think I found out a small bug during translation.
admin.js, line 73: ‘tableinfo’: wpcl_script_vars.tableinfo,
should be just ‘info’: wpcl_script_vars.tableinfo,Forum: Plugins
In reply to: [Polylang] Polylang stopped working with ACF (PRO)My scenario was different. I had run WP + ACF in one language (set up plenty of Field Groups) and after that I installed Polylang.
I think the problem could be after installation when the plugin automatically set up the default language for all posts (= including ACF definitions ??).
I have no time to test it now, on the other hand, this code in functions.php in my case really works:
add_filter('pll_get_post_types', 'unset_cpt_pll', 10, 2); function unset_cpt_pll( $post_types, $is_settings ) { unset($post_types['acf-field-group']); return $post_types; }Forum: Plugins
In reply to: [Polylang] Polylang and ACFOK, it is solved here: https://ww.wp.xz.cn/support/topic/acf-polylang?replies=10#post-8229410
Thanks to Chrystl
Forum: Plugins
In reply to: [Polylang] Polylang stopped working with ACF (PRO)Great! Thank you very much, it works 🙂
Forum: Plugins
In reply to: [Polylang] Polylang and ACFI run into the exactly same behaviour.
I can not see the form with custom fields defined by ACF in any new language. The only way is to “translate” current definition of Field Group into all used language = enter the idential definition and set up the new diferent language.
Is there any possibility to set the Field Group to be valid for all languages or switch off operation of Polylang over ACF Field Groups?
Thanks, Jan
Forum: Plugins
In reply to: [Polylang] Polylang stopped working with ACF (PRO)I run into the exactly same behaviour.
I can not see the form with custom fields defined by ACF in any new language. The only way is to “translate” current definition of Field Group into all used language = enter the idential definition and set up the new diferent language.
Is there any possibility to set the Field Group to be valid for all languages or switch off operation of Polylang over ACF Field Groups?
Thanks, Jan