GymPerformance
Forum Replies Created
-
There you go
https://we.tl/t-ZdlPpqk0FUThat’s exactly what I did, but I could still see the og tags in the source code.
I now disabled and re-enabled the plugin. Seems to work now.
question:
if I activate OG again, what exactly will show up?
where can I define what og title etc will be?Forum: Plugins
In reply to: [Meta for WooCommerce] Issue Connecting WordPress With WoocommerceI actually ended up removing the plugin and installing an older version…
I know in fact that I’m not the only one with this issue with the most recent version. So please fix this asap and let us know once we can upgrade…Forum: Plugins
In reply to: [Meta for WooCommerce] Issue with facebook for wordpress 2.0.1Same issue over here. Could you eventually fix it?
Forum: Plugins
In reply to: [Sales Countdown Timer] 3 Figure Number – Cut OffOn mobile, the fourth box can’t be seen though. Any solution for that?
Forum: Plugins
In reply to: [Sales Countdown Timer] 3 Figure Number – Cut OffGreat!
Thank you.
Forum: Plugins
In reply to: [Related Posts Thumbnails Plugin for WordPress] Alignment CenterHere’s a print screen–
this way, it is not clear to what image the title belongs to since the spaces are too high…
any way to fix that?
Thanks in advance
- This reply was modified 7 years, 1 month ago by GymPerformance.
Forum: Plugins
In reply to: [Related Posts Thumbnails Plugin for WordPress] Alignment Centerthanks! that makes it definitely better.
However, the realted posts still don’t appear optimal.
If you have a look at https://gymperformance.ch/koerperhaltung-verbessern/, you’ll see weird spaces between the thumbnail and the post titles.any fixes for that?
thank you.
Forum: Plugins
In reply to: [Related Posts Thumbnails Plugin for WordPress] Alignment CenterThank you.
Implemented the code and the thumbnails are now centered on desktop devices. Works great so far.
However, I figured that they are not fully visible on mobile anymore:
Is there a way to use other pictures (or a smaller version of them) for mobile devices?
Forum: Plugins
In reply to: [WooCommerce] WooCommerce Translation to GermanI’ve actually tried both version and switches language of wordpress to German as well as German (swiss)… without success 🙁
Couldn’t find a solution yet
Forum: Plugins
In reply to: [WooCommerce] WooCommerce Translation to GermanTried it.
Doesn’t make a difference, unfortunately (no matter whether I change wordpress to German (Swiss) or just German
Forum: Plugins
In reply to: [WooCommerce] WooCommerce Translation to GermanWell, the instructions right here (https://docs.woothemes.com/document/woocommerce-localization/)
don’t state how the files need to be called?They are actually called
woocommerce-de_DE.po /mo
and are in
/public_html/wp-content/languages/woocommerceIs that correct?
Forum: Plugins
In reply to: [WooCommerce] WooCommerce Translation to GermanI’ve got both of them…
Hey there
I do actually have the same problem.
Could you please tell me how you fixed the problem?
I’ve added the following code to the function.php file of my CHILD theme.
function sitemap_exclude_taxonomy( $value, $taxonomy ) {
if ( ‘layout_type’ == $taxonomy ) return true;
}
add_filter( ‘wpseo_sitemap_exclude_taxonomy’, ‘sitemap_exclude_taxonomy’, 10, 2 );do you have an idea why it doesn’t work?