Home › Forums › Themes Support › Claue › Edit "side" menu and popout field
- This topic has 9 replies, 2 voices, and was last updated 7 years, 6 months ago by Harry.
-
AuthorPosts
-
-
May 8, 2017 at 2:56 am #3782
I have recently purchased the Claue theme.
I’m having trouble locating where I modify the top menu bar (Search, account, favorites and cart) also the bar that pops out when clicking in.Please see attached image.
I need to locate inside wordpress, not through programming e.g. source code.Please help!:)
Attachments:
You must be logged in to view attached files. -
May 8, 2017 at 9:33 am #3786
Hi,
Thank you for purchase!
Sorry i confuse your request. You want know the file locate to edit the icons? or you want to click on icons have pop out appear?
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
May 16, 2017 at 2:27 am #4071
Hi Harry
I come from Denmark, så i need to access the text inside the pop out fields to adjust the text to danish, and if/or I want to edit/remove some of the icons in the menu.
I can’t seem to find where I can control these fields.
I hope you can help me. Also i hope my request makes sense.
br
Majbritt
-
May 16, 2017 at 9:54 am #4074
Hi Majbritt,
You can change content of Popup Newsletter in
Dashboard > Popup > All Popups > Sign Up Email Newsletter
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
May 16, 2017 at 10:48 pm #4108
Hi
If you look at the two files I attached in the beginning of the post, it is not the popout that you refere to.
It’s the My account, Dashboard, search field.When clicking the buttons, a fly-out menu field appears to the right. How do i edit this area? both the menu, the fly-out field, buttons and so on
I really hope you can help me with this.
Br. -
May 16, 2017 at 11:10 pm #4109
Hi sorry for miss understood.
You can follow our topic to translate the text http://support.janstudio.net/forums/topic/theme-translation/
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
May 16, 2017 at 11:18 pm #4110
No problem,
I would like a bit more control, than just a translater.Is it possible to rename the menu ‘Mini Cart’ For instance? through wordpress
Mini Cart, is the popout to the right when you click the top icon to the right.
-
May 16, 2017 at 11:25 pm #4113
Yes, you can change “Mini Cart” with translate plugin i suggested same as text in fly-out popup.
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
May 16, 2017 at 11:46 pm #4115
Okay I’ll try to translate it then.
Can you help me with the control of the right menu with the search icon, wishlist icon, profile icon and cart icon. Where can I change the content in this menu?
To be more specific I would like to:
– change the cart icon to another icon that matches our company.
– In the search bar (popup page) change the background color from black to white (Font color opposite)
– In the profile (people icon) I would like to remove the opportunity of “Dashboard”, “logout” and “order tracking” and instead I would like to have the pages “cart” and “check-out” – I don’t need the customers to have the login opportunity. (Maybe I would just like to delete this people icon menu if possible)Hope that makes sense 🙂
And thank you in advance
-
May 17, 2017 at 12:03 am #4122
Hi,
1. For the cart icon you can change by add custom css code in Claue > Theme Option > General Layout > Custom CSS
.jas-icon-cart .cart-contents { url(“paper.gif”) 0 0 no-repeat;}
.jas-icon-cart .cart-contents i { display: none;}
change “paper.gif”with your image and path to the image
2. You can change search popup background to white by add custom css
.header__search { background: rgba(255,255,255,0.95);}
.header__search input[type=”text”] { border-bottom-color: (0,0,0,0.1); color: #222;}
#sf-close {color: #222;}
3. You can hide my account icon by add custom css
.jas-my-account { display: none;}
Best 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.