Hello,
Please describe your problem in more details for better understanding.
Thanks in advance.
Regards
Hello,
Please describe your problem in more details for better understanding.
Thanks in advance.
Regards
Hello,
Sorry for the delay due to the weekends.
Please try to change Background Image for row, or provide us with temporary wp-admin access in the Private Content area.
Regards
Hello,
Very likely you reached the Max Input Vars limit because of menu items number and your WP can’t save all the settings of your menu. So, if you choose the option, save menu but then you’ll see that option is not saved then increase max input vars limit to 5000 or 8000. You can contact the hosting provider and ask for help with increasing. Read more http://sevenspark.com/wordpress/menu-item-limit
Regards
Hello,
Thanks for contacting us.
Please read our documentation https://www.8theme.com/demo/docs/legenda/#wishlist
If this is not what you are looking for, provide us with your site URL and temporary wp-admin access so we can take a closer look, please.
Regards
Hello,
You’re welcome!
Regards
Hello @themadguru,
Please check this topic https://www.8theme.com/topic/xstore-breadcrumb-background-image-doesnt-work-with-default-template/#post-198246
Regards
Hello,
Please provide us with temporary wp-admin and FTP access so we can explore and solve the problem.
Regards
Hello,
1. Widget that is used there is the default WooCommerce widget and there are no options to hide some categories in widget settings. You can try the following code, where cat-item-109 – autogenerated class depending on category id:
.widget_product_categories li.cat-item.cat-item-109 {
display: none;
}
2.
.archive .product-details .product-title a {
font-size: 28px;
}
3.
.single-product .product-information .product_title {
font-size: 20px;
}
4. Please provide me link to the variable product.
5.
.woocommerce-terms-and-conditions-wrapper .validate-required, .mc4wp-checkbox.mc4wp-checkbox-woocommerce, .mc4wp-checkbox.mc4wp-checkbox-woocommerce label {
margin-bottom: 0px;
}
.woocommerce-terms-and-conditions-wrapper .woocommerce-form__label-for-checkbox {
margin: 0px;
}
.checkout #wpgdprc_field label.checkbox {
margin-bottom: 0px;
margin-top: 0px;
}
.mc4wp-checkbox span {
padding-left: 15px !important;
}
span.woocommerce-terms-and-conditions-checkbox-text {
padding-left: 30px !important;
}
Regards
Hello @nedimg,
We’ve sent the PSD file to your registration email.
Regards
Hello,
Thanks for the question.
You may disable Wishlist plugin.
Buttons hover can be changed in Theme Options > E-commerce > Products Page Layout.
If you are looking for something else, describe the problem in more details, please.
Regards
Hello,
You’re welcome!
Regards
Hello,
Please follow our documentation to update the plugin https://www.8theme.com/documentation/xstore/plugins/plugins-update/
Regards
You’re welcome!
Regards
Hello @shogglas,
Please describe your problem in more details.
Also, provide temporary access to your Dashboard and FTP, we’ll check what could be the reason of your issue.
Regards
Hello,
If you need help with additional customization WPKraken team will help you, just submit a request.
Regards
Hello,
You can add this code in Theme Options > Custom css area or in style.css file of your child theme:
.single-post .page-heading .title span {
display: none;
}
Regards
Hello,
Thanks for contacting us.
Please read our documentation https://www.8theme.com/documentation/xstore/support/widgets-custom-widget-areas/ https://www.8theme.com/documentation/xstore/support/static-blocks/
Create the block with desired content http://prntscr.com/kjqev7 and set it in Appearance > Widgets > Footer Column 1 area http://prntscr.com/kjqfg2
Feel free to ask if you have any other questions.
Regards
You’re welcome!
Have a nice day.
Regards
Hello,
As you can see on our demo https://www.8theme.com/demo/legenda/ there is no Cart icon on the fixed header when scrolling. The cart icon works on your site in the same way as on our demo.
Regards
Hello,
Please try this custom css code:
body, .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6, .button, button, .coupon .button, input[type="submit"], .fixed-header .menu > li > a, .main-nav .menu > li > a, input, button, select, textarea {
font-family: 'Heebo', sans-serif;
}
Let me know the result.
Regards
You’re welcome!
Regards
Hello,
Thanks for contacting us.
Please try to change the color here – http://prntscr.com/kjmyj2
In case it won’t help, provide us with temporary wp-admin access so we can take a closer look.
Regards
Hello,
Thanks for contacting us.
XStore Theme Package contains Documentation folder + you can find our documentation and video tutorials here – https://www.8theme.com/documentation/xstore/
Feel free to ask if you have any other questions.
Regards
Hello,
Thanks for contacting us.
I am glad that you sorted out.
Feel free to ask if you have any other questions.
Have a nice day.
Regards
Hello,
You’re welcome!
Regards
You’re welcome 🙂
Have a nice day
Regards
Please change this http://prntscr.com/kjdei7 to 1.25rem and this http://prntscr.com/kjdesb to:
.single-product .yith-wcwl-add-to-wishlist {
width: 20px;
font-size: 0px;
line-height: 3;
}
Let me know the result.
Regards
Hello,
1. Please delete this http://prntscr.com/kjcxij and this code http://prntscr.com/kjcxu6
2. Change this http://prntscr.com/kjcyzq to:
.single-product .product-information .yith-wcwl-wishlistexistsbrowse a:not(.alt):before, .single-product .product-information .yith-wcwl-wishlistaddedbrowse a:not(.alt):before {
content: "\f004" !important;
color: #000 !important;
font-size: 1rem;
}
.single-product .yith-wcwl-add-to-wishlist a {
font-size: 0px !important;
}
.single-product .yith-wcwl-add-to-wishlist {
width: 20px;
}
and this http://prntscr.com/kjczmv to http://prntscr.com/kjczr8
Regards
Hello,
1. Thanks for the video.
Please try this code:
.single-product .woo-variation-items-wrapper {
padding-top: 16px !important;
}
2. You can add this code:
.single-product .product-information .yith-wcwl-wishlistexistsbrowse a:not(.alt):before, .single-product .product-information .yith-wcwl-wishlistaddedbrowse a:not(.alt):before {
content: "\f004" !important;
color: #000 !important;
font-size: 1rem;
}
.single-product .yith-wcwl-add-to-wishlist a {
font-size: 0px !important;
}
.single-product .yith-wcwl-add-to-wishlist {
width: 25px;
}
+ change “bottom” value to 11% here – http://prntscr.com/kjce49
Regards