Home › Forums › Themes Support › Claue › CURRENCY
- This topic has 15 replies, 2 voices, and was last updated 5 years, 10 months ago by Harry.
-
AuthorPosts
-
-
February 22, 2019 at 3:24 am #29114
I want to move the USD Currency link drop down in green above icons to my ubermenu top level. Is there a way to do this so its not so ugly like this? maybe custom coding i could add to menu item ?
-
February 22, 2019 at 12:23 pm #29120
Hi,
you want to move currency to this new position http://prntscr.com/moh4yp?
Please download attach file, extract and put in claue-child > views > header
Kind regards
Attachments:
You must be logged in to view attached files.Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
February 22, 2019 at 1:33 pm #29124
Yes that’s where i want to put it. file in the child? you mean through file manager where like where all files like wp-contents are?
-
February 22, 2019 at 1:43 pm #29125
there is no folder …>claue-child > views > header (where are you talking about?)
-
February 22, 2019 at 2:00 pm #29126
ok i found the location claue/views/header/… but there is no subfolder for “claue-child” named “views”. do i need to create this??
-
February 22, 2019 at 4:16 pm #29130
Hi,
Please install claue-child.zip included in package you download from ThemeForest. and create new folder “views in claue-child and header in views”
Kind regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
February 22, 2019 at 8:14 pm #29140
I created the folders and put the files you sent me extract it inside that folder via FTP what’s next ?
-
February 22, 2019 at 9:15 pm #29143
Please go to Appearance > Theme and activate claue-child.
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
February 23, 2019 at 4:14 am #29151
ok finally got it to respond. its really weird that i put the files from your attachment in the right place via FTP, but in file manager inside my cpanel they don’t show. so i uploaded them directly to file manager and it took it. problem is the CURRENCY wrapped to second row. i need it on right side of menu and letters to be white. About the color i’ve attached an image showing what happens when to press menu button on mobile. the CURRENCY pull down shows up in light green on white background to section. how to change this background to red (same red as on my site) and move currency on right side of this menu too where arrow shows
-
February 23, 2019 at 11:39 am #29162
Hi,
1. Please replace with new file in claue-child > views > header and add below code to claue-child > style.css
@media only screen and (min-width: 1025px) { .jas-currency { margin: 10px 0 0 10px; } }
2. It can’t add because the menu bar generate by uber menu
Kind regards
Attachments:
You must be logged in to view attached files.Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
February 23, 2019 at 12:13 pm #29164
ok that worked. is there a way to change the color of background of this menu on mobile where is white? or even put an image on the bottom section of white without affecting desktop? Ignore the red arrow by the way
-
February 23, 2019 at 12:29 pm #29168
Hi,
Please add below code to Theme Option > General Layout > Custom CSS
.menu-opened .jas-canvas-menu { background: #fff; }
and change #fff with your color code
Kind regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
February 23, 2019 at 12:49 pm #29175
Ok PERFECT! now can you help with code for placing my logo on the bottom section just under the social media icons to cover that section. then if someone presses menu i think it will just slide the logo down with the social icons which would be perfect.
LIKE THIS:
-
February 23, 2019 at 4:35 pm #29183
Hi,
Please hire freelancer at https://bit.ly/2Loo6ke to help you do it.
Kind regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
February 24, 2019 at 4:11 am #29194
The Off Canvas menu (mobile menu) falls behind products in Claue. It stays in front of home screen but if i’m on any shop page and then click menu toggle the Off Canvas menu pops up behind the images and then i can’t see menu items. Please how to fix this issue? thx.
-
February 24, 2019 at 10:12 am #29207
Hi,
Please find the code you added in Theme Option > General Layout > Custom CSS
.product-image .product-image-flip a { position: relative; z-index: 9999; }
and change 9999 to 99
Kind regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio
-
-
AuthorPosts
You must be logged in to reply to this topic.