most1879
Forum Replies Created
-
Forum: Plugins
In reply to: [Google Analytics for WooCommerce] Revenue is not showing in Google AnalyticsHi @shameemreza,
yes, i have borlabs Cookie installed, and configured.
As I said, i get these: Items viewed and items added to cart.
and i don’t get purchases or revenue.@ddrj
Thank you, this has fixed the issue.
@saifislam01
Any idea how this can be fixed in an update or setting?I have removed that from the plugin file, but you need to solve this before the next update, or it will happen again, am I correct?
Forum: Plugins
In reply to: [Multisite Language Switcher] Not working with wordpress category pagesI don’t know why yet, but it seems that there is a conflict between this plugin and WooCommerce on our website, which affect the regular WordPress categories, if i disable Woocommerce on these pages, the language switcher work fine, so any idea how i can solve this without disabling Woocommerce?
Forum: Plugins
In reply to: [Multisite Language Switcher] Not working with wordpress category pagesno, the slug is removed with options from Yoast SEO plugin.
Forum: Plugins
In reply to: [Multisite Language Switcher] Not working with wordpress category pagesHi Dennis,
They are connected: (see screenshot)
but in the frontend, if you hover on the language switcher, you will see that the link goes to the homepage, it acts like they are not linked: ( see screenshot)Forum: Plugins
In reply to: [Multisite Language Switcher] Not working with wordpress category pagesThanks @realloc , thanks @goran63
it worked only for the products category, for the normal wordpress categories like news and presse-releases, it didn’t work, as the language switcher doesn’t even get the link to the other category.for example these links:
https://diamant-polymer.de/aktuelles/
https://diamant-polymer.de/presse/
they should link to:
https://diamant-polymer.de/en/news/
https://diamant-polymer.de/en/press-releases/But instead, they both link to the homepage of the other language.
This is the code i used now:
function my_msls_options_get_permalink( $url, $language ) {
if ( ‘de_DE_formal’ == $language ) {
$url = str_replace( ‘/products/’, ‘/produkte/’, $url );
$url = str_replace( ‘/news/’, ‘/aktuelles/’, $url );
$url = str_replace( ‘/press-releases/’, ‘/presse/’, $url );
}
if ( ‘en_US’ == $language ) {
$url = str_replace( ‘/produkte/’, ‘/products/’, $url );
$url = str_replace( ‘/aktuelles/’, ‘/news/’, $url );
$url = str_replace( ‘/presse/’, ‘/press-releases/’, $url );
}
return $url;
}
add_filter( ‘msls_options_get_permalink’, ‘my_msls_options_get_permalink’, 10, 2 );Forum: Plugins
In reply to: [Multisite Language Switcher] Not working with wordpress category pagesI have done that probably many times, and i did it again now as you requested, there is no change.
Forum: Plugins
In reply to: [Multisite Language Switcher] Not working with wordpress category pagesHi Dennis,
I have changed the domain now, it is on this: https://diamant-polymer.de/
now, the Product categories are not linking to their translation, but they just get random linking, sometimes to news.
for example:
https://diamant-polymer.de/produkte/dichtol/
should link to: https://diamant-polymer.de/en/products/dichtol/instead it is linking to: https://diamant-polymer.de/en/produkte/dichtol/
Although in the permalink for the english website I have the Kategorie-Basis Produkte set to: products
and in the German website it is set to: produkteForum: Plugins
In reply to: [Multisite Language Switcher] Not working with wordpress category pagesHi Dennis, it is accessible, you just have to click on “accept the risk”, because we don’t have ssl on the website yet, it is just a stage website, if you try to use Mozilla Firefox, it will work. Please try again.