Tagged: josue, shop pages
-
AuthorPosts
-
February 24, 2016 at 12:39 pm #588319
Hi,
I am trying to put a currency switcher in main menu. It will be awesome if it can be put it instead of the search symbol in the main menu or like a button there…
There is more info about the plugin:
Currency Switcher (https://wordpress.org/plugins/woocommerce-currency-switcher/)
Documentation at http://currency-switcher.com/documentation/#!/section_3
It has is own shortcode [woocs]I have found almost the same topic and try most of the things there, but couldn’t figure it out.
– https://kriesi.at/support/topic/woocommerce-currency-switcher/Could you help me with this case?
Regards,
Ivan- This topic was modified 8 years, 8 months ago by webcrewbg.
February 24, 2016 at 5:34 pm #588536Hi again,
I almost figure it out… make some changes in CSS, but couldn’t positioning it in one place for all page templates, that way I just add Display widget plugin and allow it just for shop pages, products, categories and etc.
Couldn’t put it in main menu instead of search icon, but I found it place in up right corner…Now I have 2 other problems:
Problem 1
I am not able to control the position of the widget area place on mobile layout and the header widget ares stays behind mobile menu, so it is very hard to switch the currency.Problem 2
It stop switching the price in single product. It just blink the switched price in dollars for example and after that load the price in EUR, but with dollar sign. This is just in the single product template, all others are good and everything is working properly..I will be very happy if you help me figure this out!
Thank you in advance for your assistance.Regards
IvanFebruary 26, 2016 at 1:22 pm #589729Hi!
1.) currency switcher? are you talking about language switcher?
On mobile version you will find language switcher when opening mobile menu.
2.) Please ask WooCommerce support about it, as they know their plugin best.
Regards,
AndyFebruary 26, 2016 at 2:01 pm #589778Hi again,
1.) I am not talking about language switcher, I mean currency switcher. I wrote which is the plugin in my first post, may be you didn’t see it:
“There is more info about the plugin:
Currency Switcher (https://wordpress.org/plugins/woocommerce-currency-switcher/)
Documentation at http://currency-switcher.com/documentation/#!/section_3 ”I also wrote that I have found almost the same topic in your forum and try most of the things there, but couldn’t figure it out. I have added header widget area, like it is wrote in the other topic, put some CSS code which I also took from there.
The link to the topic is: https://kriesi.at/support/topic/woocommerce-currency-switcher/
The guy who solved the problem there was Yigit – https://kriesi.at/support/profile/yigit/, I don’t know what exactly he had done, but need the same solution.Here is some screen shots of the problem:
http://c2n.me/3uQ8KGj.png and http://c2n.me/3uQ8ElH.png
There you can see how the currency switcher is going behind the main menu in mobile version.2.) About my second question. It is not Woocommerce plugin. I wrote to the plugin developer also and he answered me this before a couple of hours:
“Deal is in wp theme: http://clip2net.com/s/3uMjPEp – its redraws by script for mini cart, but its wrong behavior. You can write question to the theme support about …”
I am sending and links to the project in private content.
Hope you can help me in this two cases.
Thank you in advance for your assistance.Regards
Ivan- This reply was modified 8 years, 8 months ago by webcrewbg.
March 1, 2016 at 1:21 pm #591504Hope that someone from support team will help me for this problems.
Thank you in advance for your assistance.Regards
IvanMarch 1, 2016 at 1:32 pm #591508Hi Ivan!
Sorry for the late reply!
I am that Yigit guy :) Please try adding following code to Quick CSS@media only screen and (max-width: 580px) and (min-width: 481px) { #header .widget { left: 65%; top: -70px; z-index: 99999 !important; }} @media only screen and (max-width: 480px) { #header .widget { left: 9%; }}
Best regards,
YigitMarch 1, 2016 at 2:02 pm #591525Hi Yigit,
You are awesome!
Thank you man! That code resolve the problem with the mobile version.Will be very happy if you can help me to solve the other one with the single product page.
There is some issue in single product page template. The currency switcher is not working correctly. When you switch the currency, it just blink the switched price in dollars for example and after that load the price in EUR, but with dollar sign. This is just in the single product template, all others are good and everything is working properly..I wrote to the plugin developer also and he answered me this:
“Deal is in wp theme: http://clip2net.com/s/3uMjPEp – its redraws by script for mini cart, but its wrong behavior. You can write question to the theme support about …”
Thank you in advance for your assistance.
Regards
IvanMarch 1, 2016 at 2:25 pm #591540Hi Ivan!
Sorry but i am not that good when it comes to JS issues. I asked @josue to check the thread. Maybe he can help. Let us wait to hear from him.
Best regards,
YigitMarch 1, 2016 at 2:28 pm #591542March 1, 2016 at 8:24 pm #591761Hi,
Open /enfold/config-woocommerce/woocommerce-mod.js and look for line:
setTimeout(first_load_amount, 10);
Replace it by this:
//setTimeout(first_load_amount, 10);
Regards,
JosueMarch 1, 2016 at 10:22 pm #591803Hi Josue,
I replace the code, unfortunately the problem is still the same.
You can see the problem in video I sent in private content.
Do you have any other idea, what to do?
Will be very happy if you can help me figure it out this problem.Kind Regrads,
IvanMarch 1, 2016 at 11:29 pm #591814Can you hand me temporary FTP / SFTP account? post it here as a private reply.
Regards,
JosueMarch 2, 2016 at 1:49 am #591833Yes, of course..
You will see details in privateThank you in advance for your support!
Regards,
IvanMarch 2, 2016 at 9:05 pm #592296Hi,
I did some tests and it seems Enfold WooCommerce mod (config-woocommerce) is not the source of the issue (i removed it temporarily and the price still changed), can you please check if the issue persists with the default WordPress theme activated?
Regards,
Josue -
AuthorPosts
- You must be logged in to reply to this topic.