Home Forums Themes Support Claue Currency switcher + some small style tweaks

Viewing 17 reply threads
  • Author
    Posts
    • #36540

      Hi Harry,

      We have a a few small issues which we can’t resolve on our site and need your help with:

      (1) We have set up the multi currencies on Claue, and have also set up the Woocommerce settings for geolocating as well as their new MaxMind Geolocation feature. We need the currencies to geolocate and to display the right currency for the country of the user (eg. user is in the UK so they will see all prices in British Pounds – they will not need to change the currency, it will just show up like that. For all other users who are not in the countries of the currencies which are set up, the US dollar would display). But even with what we have set up, the Claue currency switcher is not geolocating. We have tested it through a proxy server in the target countries so we know that it is not working properly.

      We have another site which uses multi currencies with geolocating and the MaxMind set up so we are fairly familiar with how this all works. Could you please advise how we can fix this so it does geolocate properly?

      (2)  We have set up an instagram shop in the store (link is in the main menu on the home page). We would like it to display 4 columns instead of 3. We have changed all the setting on the back end which we can find to try to do this but we haven’t had any luck. Could you please let us know how we can change it?

      (3) The Sale page has the Woocommerce Filter Sidebar selected but it is not showing up any filters, only categories. Could you please let us know how to fix this?

      (4) In the review widget in the footer on the front page, we would like to not show up the user name details. Could you please let us know how to do this?

      (5) And finally, we haven’t been able to find the place which changes the colour of the text on the page subtitles – such as the Sale page. Currently it is off white and very hard to read. We also need to change the colour of the text on the shop page title/subtitle – “Shop all Products”. At the moment it is dark green and quite hard to read.

      Thank you again Harry, appreciate your help.

    • #36572

      Hi,

      1. I’m sorry the multi currencies integrated in our theme can’t work with Geo location. Please try this plugin https://wordpress.org/plugins/woocommerce-currency-switcher/

      2. Please login your account to https://snapppt.com/embeds > Shop the feed > Shoppable Galleries https://prnt.sc/slvd5b and change your setting.

      3. Please use this plugin and assign sale page https://wordpress.org/plugins/on-sale-page-for-woocommerce/

      4. I’m sorry the widget doesn’t support it

      5. Please add below code to Claue > Theme Option > General layout > custom CSS

      .page-head p {
      	color: #222;
      }

      and change #222 with your color.

      Kind regards

      Harry
      Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

    • #36577

      Hi Harry,

      Thank you for your replies and fixes. Here are our responses:

      1. That is disappointing about the currency switcher. We remember asking in particular about the currency switcher and whether it geo located before we bought the theme because we were building an international store and needed that feature. Are you working on making it geolocate in the future? Or on incorporating the WOOCS plugin inside the theme?

      2.  Thank you for this, we have fixed it. 🙂

      3. Is there no other way to add the filter except for adding a new plugin? We already have so many plugins and each one adds extra bulk and slows down the load time. If at all possible we would prefer to fix it another way. Could you please let us know if there is any way to fix it through some particular functions.php code snippet.

      4. We were  able to hide the photo in the widget so is there a reason why it doesn’t allow the user’s details to be hidden?

      5. Thank you for the code snippet. That has fixed the colour on the subtitle. But you forgot to give us the code to change the colour of the text on the shop page title/subtitle – “Shop all Products”. At the moment it is dark green and quite hard to read. Would you mind sending that to us?

      Many thanks again.

    • #36585

      Hi,

      1. We will try do it in future update.

      3. By default the filter doesn’t support on custom page it only work on shop page and category page. You can make it run without plugin by create sale category and assign all sale product to this category.

      4. Yes

      5. Please add more code

      .page-head h1 {
      	color: #fff;
      }

      and change #fff as the color you want.

      Kind regards

      Harry
      Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

    • #36590

      Hi Harry,

      Thank you for your quick reply, we appreciate it.

      Here are our responses:

      1. Definitely try for this. Not many themes have currency switcher capability with geocaching and there are more and more stores wanting to sell internationally. So even though this theme is now 3 years old, it would give it a real competitive edge over most.

      3. Thank you for the suggestion with the sale page as a category page. Great idea, we will try this.

      4. We don’t understand you reply here. Please let us know – if the photo can be hidden, why can’t the user’s name be hidden?

      5. Thank you for the code snippet but we already have this one loaded for all the H1 titles. What we need to do is to change the colour on the title and subtitle of the shop page only. This is because this one has a photo in the background so the title and subtitle will need to be white on this page so that it can be visible. But we don’t want to change all of the page titles and subtitles to white otherwise they will not be visible. Is there a css snippet you could recommend to us which would be able to make just the title + subtitle on the shop page white?

      Thank you as always.

    • #36593

      Hi,

      4. Sorry i miss understood. I think you want show user detail.

      Please add more code

      .product_list_widget .reviewer {
      display: none;
      }

      5. Please change code to

      .archive.post-type-archive .page-head h1 {
      	color: #fff;
      }

      Kind regards

      Harry
      Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

    • #36598

      Hi Harry,

      Thank you very much for replying to us so quickly, we appreciate it. 🙂

      4. Thank you for the code snippet, that worked! Now it shows the title of the product/comment which you can click on to get taken to the page. We need to change it to show the comment (not the title) which you can click to get taken to the page. So basically to do the same thing – take the user to the product page – but on the front end, to show the comment for the review, not the title of the review. How can we do this?

      5. Thank you for the snippet, this one worked partially. It changed the title on that page to white but if you go to the shop page, you will see that the subtitle is still in green. How can we make this one white too?

      Thank you again for all your help, we really appreciate it!

    • #36601

      Hi,

      4. I’m sorry this widget doesn’t support to show comment, Please try research a plugin https://www.cloudways.com/blog/review-plugins-for-woocommerce/

      5. Please change code to

      .archive.post-type-archive .page-head p {
      	color: #fff;
      }

      Kind regards

      Harry
      Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

    • #36606

      Hi Harry,

      Thank you very much once again for your quick reply, we really appreciate it.

      Here are our replies to yours:

      4. Thank you for the suggestions. We went through the list and checked all of the plugins but surprisingly, none seemed to do exactly what we needed to do or if they did, they had other issues with them (like that you get a Google penalty if you use them). We don’t need some fancy review plugin – something which cooks dinner and takes the kids to school as well. 😉  We just need to be able to show the comment and the number of stars on the widget. You mentioned that it is not possible to show the comment instead of the title on the widget. In that case, is it possible to just add the comment to the title which is there now? So that it shows the title, comment and the number of stars.

      5. Thank you very much, that worked! 🙂

      Thank you again!

       

    • #36615

      Hi,

      Yes, the widget you used on your site only support show product reviewed not support to show the comment so can’t get the comment. It only show the tittle, image, stars.

      Kind regards

      Harry
      Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

    • #36619

      Hi Harry,

      That’s a shame but it got us to thinking of an alternative way we could maybe solve the situation.

      If we can’t display the comments from the reviews through this widget, we are thinking about maybe instead setting up something on the front home page which would display the comments from customers. Maybe like a click through gallery/carousel, similar to the the way the “follow us on Instagram” is set up (where if the person clicks on the image or comment, they are taken direct to the page). We would put this above the blog feed. We know there is a woocommerce comments widget but we are not sure if this is the best way to set this up if we also maybe wanted to add the image of the product with the comment.

      We don’t really know Page Builder all that well so would you be able to give us some advice on how to best set this up, through what features and also the settings we need to use for any image/comment boxes?

      Many thanks in advance for your help, much appreciate it.

    • #36628

      Hi,

      I see this widget has feature to display in Recent Review Widget https://wordpress.org/plugins/woodiscuz-woocommerce-comments/

      Please try this.

      Kind regards

      Harry
      Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

    • #36631

      Hi Harry,

      Thank you for the suggestion but unfortunately this plugin won’t work for us.

      We actually did a lot of research on review plugin over the last couple of days and have even tried out a few but none have worked. So this is why we just want to create something through the page builder. Basically a feed or a gallery with a photo and text below it which can link to a page. The text would be the comment and the photo would be the product. Kind of similar to the instagram feed but bigger pictures, not as many of them and the text of the comment below the picture. We tries setting up something like this today through pagebuilder but it didn’t work because we aren’t experts in it. Would you be able to help us with setting this up?

      Thank you again, much appreciate it.

    • #36634

      Hi,

      please install this plugin Mega Addons For WPBakery Page Builder and use Carousel Slider and one product as one slide https://prnt.sc/snt672

      Kind regards

      Harry
      Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

    • #36637

      Hi Harry,

      Thank you very much for your reply and suggestion about this plugin.

      We did install try out that plugin and actually, we ended up using the Testimonial element in it instead since this is perfect for what we need. 🙂 We have loaded up three testimonials to try it out but now, we have all of the three testimonials running down the page in one column instead of in a single row across the page. Here is a screenshot of what we mean (the testimonials are at the bottom of the home page, just before the footer):

      http://prnt.sc/so04uu

      We have tried to order them all in one row but we are not having any luck. Would you mind letting us know how to do this in WP Bakery  PageBuilder?

      Thank you kindly for your help.

    • #36641

      Hi,

      Please try this plugin https://wordpress.org/plugins/testimonial-slider-and-showcase/

      Kind regards

      Harry
      Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

    • #36642

      Hi Harry,

      Thank you for your suggestion but we already have the testimonials set up through the Mega Addons plugin you suggested earlier. Please take a look at the screenshot we sent you in the last message. All we need is to be able to line up the testimonials in one row instead of having them all one below the other. How do we do this on Page Builder?

      Many thanks again.

    • #36644

      Hi,

      The testimonial of Mega Addons doesn’t support show as slider or 3 testimonials on a row so i suggest to use another plugin.

      Kind regards

      Harry
      Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

Viewing 17 reply threads

You must be logged in to reply to this topic.