Direct Webstore
Well-Known Member
Have you tried this? It doesn't work for me. Clicking a currency link will refresh the page but the currency stays the same.Use a menu instead of the built in widget,
Have you tried this? It doesn't work for me. Clicking a currency link will refresh the page but the currency stays the same.Use a menu instead of the built in widget,
Have you tried this? It doesn't work for me. Clicking a currency link will refresh the page but the currency stays the same.
I am using a plugin for vertical menu. The plugin has the option to add icons, very much like the tutorial. It could be very easy, problem is it will add to http request and actually slows down loading. Every time I run load speed test, it is an issue. So I use CSS Sprites for the icons. That is why I asked earlier if the method won't add to http request.This..
plus this ...
https://www.wpbeginner.com/plugins/how-to-add-image-icons-with-navigation-menus-in-wordpress/
May solve @Mar 's flag problem.
Yeah that's the tickbox I referred to in a previous comment I should've mentioned it again thoughSolved it. Had to do this ...
View attachment 12891
More info here if anyone is interested ... https://aelia.freshdesk.com/support...eate-a-currency-selector-in-a-navigation-menu
Yes i do with wp faster cache...I don't have this issue with variable products. Are you using the Ajax method in the Cache Handler settings?
Solved it. Had to do this ...
View attachment 12891
More info here if anyone is interested ... https://aelia.freshdesk.com/support...eate-a-currency-selector-in-a-navigation-menu
Option 2
Update the plugin files
In src/views/currency-selector-widget-dropdown.php line 33:
Change it to this:PHP:echo '<option value="' . $currency_code . '" ' . $selected_attr . '>' . $currency_name. '</option>';
PHP:echo '<option value="' . $currency_code . '" ' . $selected_attr . '>' . $currency_code. '</option>';
But as you're editing the plugin files, your changes will be lost if you update the plugin
The redirect is working but is add this angly URL at the end /?ph=59b21b3eb6559c04194d356fYes i do with wp faster cache...
Greeklish?angly
Yes LOL ,thank for the correct word ! We are not all of us english teacherGreeklish?
It's like a mix of "angry" and "ugly" ... An angry, ugly URL. lol
That is what is used to make the pages cache friendly if you don't have the ajax option enabled in cache handler. In the same way that if you change the woocommerce geolocation option to 'geolocate with cache support' it does the same thing but v= insteadThe redirect is working but is add this angly URL at the end /?ph=59b21b3eb6559c04194d356f
That is what is used to make the pages cache friendly if you don't have the ajax option enabled in cache handler. In the same way that if you change the woocommerce geolocation option to 'geolocate with cache support' it does the same thing but v= instead
In cache handler make sure you have the ajax option enabled
i very sorry i really didnt mean it, was a misspelling.
i will copy it in parent or child theme?But I'm going to do this ...
And do this so the changes will be saved ... (From Aelia Support)
"From version 2.6 onward, the currency selector widget is rendered using template files that can be found in {your wordpress folder}/wp-content/plugins/woocommerce-aelia-currencyswitcher/views folder. The following standard templates are available:
If you wish to alter the templates, simply copy them in your theme. They should be put in {your theme folder}/woocommerce-aelia-currencyswitcher/ and have the same name of the original files. The Currency Switcher will then load them automatically instead of the default ones."
- currency-selector-widget-dropdown.php: displays "dropdown" style selector.
- currency-selector-widget-buttons.php: displays "buttons" style selector.
What file? currency-selector-widget-dropdown.php ? That's in the plugins folders.i try to fine the file of the menu in my theme files but i am not able to locate thinks how you are
{your wordpress folder}/wp-content/plugins/woocommerce-aelia-currencyswitcher/views folder.
i will copy it in parent or child theme?
If you wish to alter the templates, simply copy them in your theme. They should be put in {your theme folder}/woocommerce-aelia-currencyswitcher/
Parent theme.
Or child theme if you're using one.
You have to create a folder called woocommerce-aelia-currencyswitcher in Themes>Your Theme (or child theme) and put an edited copy of currency-selector-widget-dropdown.php in it.
Yes.like this one /public_html/ ( mydomain ) /wp-content/themes/davinciwoo-child/woocommerce-aelia-currencyswitcher ?
Is that good or bad? Normal as in no change? Or normal as in it did change?i just did it ...everything still work normal