Hello, @TFS,
You’re Most Welcome!!
Thanks for contacting us.
Have a nice weekend ?
Topic Closed.
Regards 8Themes Team.
Hello, @TFS,
You’re Most Welcome!!
Thanks for contacting us.
Have a nice weekend ?
Topic Closed.
Regards 8Themes Team.
Hello, @TFS,
Please copy and paste the below given CSS code to XStore >> Theme Settings >> Theme Custom CSS >> Global CSS and check back to your site after removing the browser cache.
.woocommerce-cart footer.footer.footer-section-based {
display: none !important;
}
.cart-checkout-advanced-layout .content-page {
padding-bottom: 0 !important;
}
Regards 8Themes Team.
Hello, @TFS,
For the cart page, you can use the static block, you have to use/set the static block widget under Appearance >> Widgets >> Cart Area as per your requirements: https://postimg.cc/HjW573Cq
OR you can edit the Cart and Checkout pages and set/choose the static blocks to show on the page from 8Theme Layout Option as per your requirements: https://postimg.cc/f3G63kFL https://postimg.cc/FdQNMPhD
Please note that these options will only works with the default layout of the cart and checkout pages not with advance cart/checkout layout.
Regards 8Themes Team.
Hello, @David,
1. For the Single product page, if you are using the Single Product Built Layout, then you have to go to XStore >> Theme Settings >> WooCommerce >> Single Product Builder >> Product Meta and turn OFF the Tags: https://ibb.co/sFJxWDd
2. For the Shop page, those are not the tags but the categories, you have to go to XStore >> Theme Settings >> WooCommerce >> Shop >> Product Style >> Product Content Element and disable the elements that you do not want to show on the Shop page: https://ibb.co/Df4KNx0
Regards 8Themes Team.
Hello, @TFS,
Could you please share the screenshot of the issue?
Could you please share the site WP Admin URL and Credentials in the private content area of this topic, so that I will further check it for you on your site and help you out?
Regards 8Themes Team.
Hello, @Pites,
I have just checked your site now and it is working perfectly fine for me, here is the video for you: https://www.veed.io/view/b8d25559-3cd3-449b-83c0-aef7d6c8c91c?sharingWidget=true&panel=share it must be the cache issue at your end nothing else, please try to clear the cache and check back.
Regards 8Themes Team.
Hello, @TFS,
You’re Most Welcome!!
Thanks for contacting us.
Have a nice weekend 🙂
Topic Closed.
Regards 8Themes Team.
Hello, @TFS,
You’re Most Welcome!!
Thanks for contacting us.
Have a nice weekend 🙂
Topic Closed.
Regards 8Themes Team.
Hello, @aslanoguz34,
Unfortunately in Elementor, there is no such element, but we have the Brands Carousel element in Elementor which you can use as per your requirements: https://postimg.cc/212B0DGC
You can submit a request here https://www.8theme.com/taskboard/ , so our dev team read it.
Regards 8Themes Team.
Hello, @George,
Sure, Take your time.
Have a nice weekend.
Regards 8Themes Team.
Hello, @TFS,
1) Thanks!
Is there any code for the text for all words to become black and then once hovered over it has a little change in opacity as you mentioned?
Now, In order to solve your issue simply go to the Dashboard >> XStore >> Theme Settigns >> Theme Custom CSS >> Global and then paste the below code at the bottom of the CSS box there.
.cart-checkout-nav a:hover{color:black !important;
opacity: 0.5 !important;
}
.cart-checkout-nav a {
color: black !important;
}
Then save settings and check back to your site after clearing the browser cache.
Regards 8Themes Team.
Hello, @TFS,
2. Sound’s Good!!
5. – Regarding the buttons, I was talking about the buttons on the cart page (proceed to checkout and continue shopping) Please ignore now as you have provided these on another topic!
Ok ignored as per on your request.
5. – Perfect, I will try to look around or see another alternative.
Sound’s Good!!
5. – I was referring to the coupon section on the cart page (the place where it says coupon code), and if I want to edit or change/customize it in anyway I would need to find a 3rd part company that does customization such as WPkraken.
Yes, you understand it correctly.
Regards 8Themes Team.
Hello, @TFS,
Please share the screenshot as well. You may upload the screenshots on https://imgbb.com/ and paste the links here.
Regards 8Themes Team.
Hello, @TFS,
Sounds Great! that your issue has been solved.
Thanks for contacting us.
Have a great day ?
Topic Closed!
Regards 8Themes Team.
Hello, @George,
Thanks for elaborating on your issue, I really appreciate it.
Actually, the issue you were facing was because of this Custom CSS: https://postimg.cc/2Lvq0gdQ I commented it out and it resolved your issue now, please check back your site now after removing the browser cache.
Regards 8Themes Team.
Hello, @TFS,
1. Could you please share the screenshot of that section or Text and also share the page URL as well?
5. You’re Most Welcome!!
6. Ok Sound’s Good!!
Regards 8Themes Team.
Hello, @TFS,
1. You’re Most Welcome!!
2. Please copy and paste the below-given CSS code to XStore >> Theme Settings >> Theme Custom CSS >> Global CSS and check back your site after clearing the browser cache,
.woocommerce-cart a.return-shop.button.btn.bordered.full-width:after {
content: "\e90c" !important;
font-family: xstore-icons !important;
padding-left: 5px !important;
}
.woocommerce-cart a.return-shop.button.btn.bordered.full-width:hover::after {
margin-left: 5px !important;
}
Regards 8Themes Team.
Hello, @TFS,
You’re Most Welcome!!
Thanks for contacting us.
Have a nice weekend. 🙂
Topic Closed.
Regards 8Themes Team.
Hello, @TFS,
2. Unfortunately no, you have to choose from the given one.
5.
– Ok Great!!
– Sure take your time.
– Okay, so the actual buttons which are
a) PROCEED TO CHECKOUT
b) CONTINUE SHOPPING
Could you please share the screenshot of those buttons and the icons you want to set and where?? so that I will check and let you know, if it is possible or not?
– Regarding adding text below the continue shopping button, this cannot be added and also needs custom customization from a 3rd party company?
Yes, you got it right, unfortunately, this is not possible with the theme options and requires extra Customization.
Regarding the coupon, Could you please write back to the particular topic, as I am not able to understand it, what you want.
Regards 8Themes Team.
Hello, @TFS,
1. Yes it’s better to use a single color and you can change the opacity a bit while hovering over it, this will be the standard one, and it’s my personal opinion that it will look nice on your site.
5. Exactly, this is completely based on the preferences.
6. That is because the div under the header having that Logo is set to 25% of the width, and the Logo is under that div so it will not overtake the parent div space, that is the reason till the specific width, the logo stops getting bigger, you have to try with the below given CSS Code:
.woocommerce-cart #header .et_column.et_col-xs-3.et_col-xs-offset-0 {
width: 50% !important;
}
.woocommerce-checkout #header .et_column.et_col-xs-3.et_col-xs-offset-0 {
width: 50% !important;
}
7. Sound’s Good!!
I have added all the screenshots of this topic under private content area as per on your request.
Regards 8Themes Team.
Hello, @TFS,
Please copy and paste the below-given CSS code to XStore >> Theme Settings >> Theme Custom CSS >> Global CSS and check back your site after clearing the browser cache,
.woocommerce-cart a.checkout-button.button.alt.wc-forward.wp-element-button:after {
content: "\e948" !important;
font-family: xstore-icons !important;
padding-left: 5px !important;
}
.woocommerce-cart a.checkout-button.button.alt.wc-forward.wp-element-button:hover:after {
-webkit-animation: cart-checkout-steps-icon .4s forwards;
animation: cart-checkout-steps-icon .4s forwards;
}
Please note that this animation will be a bit different than the MultiStep Layout as because in Multistep layout we have the icon set under div and that animation has been set on that div, but in your case (Classic Layout) there is no such div and classes so I have added that icon as after and that does not inherit that animation by default: https://postimg.cc/ftBWyJgV
Thanks for your understanding.
Regards 8Themes Team.
Hello, @oceanbulkon,
Please try to disable all the third-party plugins (including cache plugins), that do not come bundled with XStore https://www.8theme.com/documentation/xstore/plugins/included-plugins/ , clear the cache of the browser, and check then. Maybe one of the additional plugins is the reason for the problem.
And if the issue will still persists then please remain all the third-party plugins deactivated on your site and provide me login access to your site in the below-listed format in the private content area and allow permission to debug your site which includes deactivating all the third-party plugins and on-site Customization as well so that I will check and assist you accordingly.
WP Admin URL:
WP Admin Username:
WP Admin Password:
Note: Please take the complete backup of your site first.
Regards 8Themes Team.
Hello, @Darul Muqarrabin Malaysia,
Could you please provide me the page URL in which you are facing the issue so that I will check and assist you accordingly?
Regards 8Themes Team.
Hello, @TheOne,
Sure, Take your Time.
I have updated this topic. All the provided images of my replies are under the private content area of this topic. please check back now.
Regards 8Themes Team.
Hello, @TFS,
You’re Most Welcome!!
Thanks for contacting us.
Have a nice weekend 🙂
Topic Closed.
Regards 8Themes Team.
Hello, @buscape,
Please go to Appearance >> Widgets >> Cart Area sidebar and remove the Widget from it: https://postimg.cc/7bjLQ0DP
Regards 8Themes Team.
Hello, @nasheet997,
Please go to XStore >> Dashboard >> Sales Booster >> Progress Bar & Cart/Checkout pages and try to change the “Price {{Et_price}} For Count:” amount from there as per your requirements, Please read our theme documentation here: https://www.8theme.com/documentation/xstore/xstore-features/progress-bar/
Regards 8Themes Team.
Hello, @nasheet997,
I have imported the demo on your site. Please check back to your site after clearing the browser cache. See the image for a better reference under the private content area.
Regards 8Themes Team.
Hello, @George,
Actually, it is hard to understand what you are trying to say, All I understand is that you want to change the font color to white from black. But if I change the color to white it will not appear because the background is also white changing the font color to white will look like this: https://postimg.cc/YLq9rdZY so users will be confused and a big white space will appear text will be there but not able to visible. So if you don’t mind would you please elaborate on it for a better reference to understand your issue?
Regards 8Themes Team.
Hello, @TFS,
1- The code is for the process number and text and it will change the color while hover over it. There is a CSS code added in the theme see the image: Under Private Content Area it overrides that’s why the code doesn’t effect it.
The layouts “Classic” and “Multi-Step” both are different layouts with different styles so it makes total sense that a thing appear different on classic layout and different on the multi-step layout.
3- Alright, Sure.
4- Thanks for understanding.
5- Alright, To know what this function if for. Check this image and note that the option is turned off and see the labels: Under Private Content Area now see this image I enable the option and see the labels now: Under Private Content Area now compare both images to understand how this option works.
6- Navigate to the Dashboard >> Theme settings >> Header Builder >> Logo >> from there you can change the logo size see the image: Under Private Content Area
7- In order to solve your issue simply go to the Dashboard >> XStore >> Theme OPtions >> Theme Custom CSS >> Global and then paste the below code at the bottom of the CSS box there.
.cart-order-details{position:relative !important; top:auto !important;}
Then save settings and check back to your site after clearing the browser cache.
Regards 8Themes Team.