dEM0nsTAr
Forum Replies Created
-
Forum: Plugins
In reply to: [Hikari Category Permalink] Plugin FutureI think it should even easier now with this patch: https://core.trac.www.ads-software.com/ticket/18752
Forum: Plugins
In reply to: [Plugin Organizer] Suggestion for "Also effect children"That would be great in my case, too:
I have a gallery (domain.tld/gallery/) where I want to disable two plugins which works like a charm but when someone clicks on an album the URL is domain.tld/gallery/?page_id=0&albid=1 and then those plugins are active again.
Would be nice if there were an option to disable those plugins also on the children pages.Forum: Plugins
In reply to: [WP Deferred JavaScripts] Exclure certains scripts dans le backendIt would also be nice to exclude specific pages with sub pages because it works on my site but only a gallery page/plugin doesn’t work with it.
Forum: Plugins
In reply to: [Yoast SEO] Rich Snippets for ProductsWhat about the publisher tag?
Forum: Plugins
In reply to: [Yoast SEO] [Plugin: WordPress SEO by Yoast] Empty publisher tagWordPress version: 3.5.1
WordPress SEO version: 1.4.4I did this:
I have added a Google+ page as the publisher and configured the settings as shown on https://www.stateofsearch.com/rel-publisher-explaine-marketers/I expected the plugin to do this:
Add a rel=”publisher” tagInstead it did this:
It still comes up as rel=”author”.How can I fix that?
Thanks!Forum: Plugins
In reply to: [WooCommerce] Star rating not showing up on Google Rich SnippetsAny new information/solutions?
Would be great for a functions.php extension and without GD star rating pluginThanks a lot for your great support!
I have created you an account. You should got an email with the details.
Currently there is another problem on the homepage because of a created child theme but the shop is working and you can see/test it there.
Thanks a lot in advance!Thanks for your help but unfortunately it doesn’t change anything ??
Forum: Plugins
In reply to: [FeedWordPress] Duplicate postsOkay, then I hope it gets resolved with the next update
Forum: Plugins
In reply to: [FeedWordPress] Duplicate postsIs there a better fix for this available already?
Great, thanks in advance!
Can you help me with this David?
Thanks for help and sorry for not starting a new thread.
The first two entries in the code above work but not the last one.I am using the theme “Mystile” and you can see the word “Category” on https://demo2.woothemes.com/mystile/shop/castillo-cap/
Do you know how I can translate it?
Thanks in advance!Currently I use the functions.php file of my theme for specific translations which works well but not for the word “Category” which is displayed on a product page.
function kia_text_strings( $translated_text, $text, $domain ) { switch ( $translated_text ) { case 'Checkout' : $translated_text = __( 'Kasse', 'theme_text_domain' ); break; case 'Search Products' : $translated_text = __( 'Produktsuche', 'theme_text_domain' ); break; case 'Category' : $translated_text = __( 'Kategorie', 'theme_text_domain' ); break; } return $translated_text; }
How can I translate that word?
Thanks!