This topic has 7 replies, 3 voices, and was last updated 7 years, 7 months ago ago by Olga Barlow
Hi there, after I imported the DUMMY content, all customization starting to messed up.
PROBLEM:
– Logo keeps on going back to XSTORE logo
– all header elements options starts disappearing (cart / search / wishlists)
– When choosing “header type” it keeps on going back to a specific selected style
REQUEST:
– How to reset this and remove ALL DEMO theme and files and keep it like its a fresh install?
Thank you very much. Looking forward to your response
Problem 2:
– NAVIGATION MENU not centered. Even if I already selected it be CENTERED under theme option
– Top Right Bar – How do I add “fa-icon” besides NEWSLETTER and ACCOUNT sign in ?
Thank you
Logo keeps on going back to XSTORE logo
– did you replace both logs in 8theme options >> general >> header settings ?
all header elements options starts disappearing (cart / search / wishlists)
– check this : https://www.8theme.com/reply/163018/
When choosing “header type” it keeps on going back to a specific selected style
– are you getting any errors in console during this ?
How to reset this and remove ALL DEMO theme and files and keep it like its a fresh install?
– you can do this by clicking on ‘reset section’ in 8theme options >> import / export >> dummy contents
if that does not work, you should delete the wordpress folder and db in cPanel then start from the scratch
NAVIGATION MENU not centered. Even if I already selected it be CENTERED under theme option
– I assume you did not select any secondary menu in Appearance >> menu
Top Right Bar – How do I add “fa-icon” besides NEWSLETTER and ACCOUNT sign in ?
– there is no any option for this. you can do this via custom css only. If you want we will give you the code.
do not forget to check our documentation : https://www.8theme.com/documentation/xstore/
do not forget to check our video tutorials : https://www.8theme.com/documentation/xstore/video-tutotials/getting-started/
do not forget to check VC tutorials : https://vc.wpbakery.com/video-tutorials/
do not forget to check woocommerce tutorials : https://docs.woocommerce.com/document/woocommerce-guided-tour-videos/
do not forget to check slider revolution documentation : https://www.themepunch.com/revslider-doc/slider-revolution-documentation/
have a overall look at wordpress doc : https://codex.wordpress.org/
and, finally & most importantly do not forget check our forum. you can check of anyone asked the same questions there and got the answer there : https://www.8theme.com/forums/xstore-wordpress-support-forum/
Hi Thanks for the response.
May I ask for the custom CSS for the TOP RIGHT “Newsletter” and “My Account” section so I can add icon or modify color and size etc
In summary May I ask for the custom css of the following
1) SEARCH Box
2) Wishlist / Cart
3) Newsletter
4) My Account
Thank you very much. I am still trying to understand your theme structure. Please bear with me
Hello,
1), 2) What exactly you want to change? These items have a lot of styles and I can’t provide you all of them. Besides many styles depends on header type and position of these elements.
3) To enable Newsletter go to Theme Options > E-Commerce > Promo Popup > On. To change the icon just change the icon code http://prntscr.com/f9kc93 Use Font Awesome icons http://fontawesome.io/icons/
4) a) To add icon for My Account link use the following code
.top-links .login-link a:before {
content: "\f2c0";
font: normal normal normal 14px/1 FontAwesome;
margin-right: 5px;
}
b) To cahnge the My Account menu go to Appearance > Menus > create menu for the My Account drop-down and choose Display location > My Account.
5) To create Delivery Info drop-down we used Custom menu widget in Left top bar widget area and specially created menu in Appearance > menus.
Regards
Hi Thanks for the response. Will try them out. This theme is new to me. probably normal to ask a lot – hope you understand. This is very helpful Thank you very much.
Hello,
It’s ok. Feel free to ask if you need any help. I’ll do my best to help you.
Regards
You must be logged in to reply to this topic.Log in/Sign up