Hello,
1. Please provide me URL of such page.
2.
.tax-product_cat .page-heading {
display: none;
}
Regards
Hello,
1. Please provide me URL of such page.
2.
.tax-product_cat .page-heading {
display: none;
}
Regards
Wp-admin credentials are incorrect. Please check them.
I do not see the code via the console. Have you added the code in Theme Options > Styling > Custom css? Do you use cache plugin? If yes, please clear cache.
Regards
Hello,
These categories are shown in the sidebar via Product Categories WC widget. All available option you can find in settings of the widget http://prntscr.com/j4ssso
VFL-katalog category can be hidden via custom css code:
.widget_product_categories.sidebar-widget .cat-item-155 {
display: none;
}
Regards
Hello,
Thanks for the topic.
It looks like a cache issue. Have you checked if this problem appears with our theme only or with a default theme too? If the problem independent of theme, contact your hosting provider because the problem relates to server cache.
Regards
Hello,
Thanks for the topic.
Have you checked if this issue appears with our theme only or with a default theme too?
What PHP version do you use? What error message do you get in the console?
Regards
Hello,
Theme Options > General > Layout > Use site preloader > On and upload own Preloader image (after this you can disable the site preloader option and the gif will work on add to cart).
Regards
You’re welcome 🙂
This topic will be closed because the issue is solved. Please kindly open up new tickets for additional questions.
Regards
I am glad that you sorted out.
Regards
Please add this code in Theme Options > Styling > Custom css:
.sb-infinite-scroll-loader {
position: relative;
margin-bottom: 0px;
}
Regards
Hello,
Please add this code in Theme Options > Styling > Custom css:
.header-wrapper.header-advanced .menu-wrapper .menu > li > a {
padding-top: 1.1em;
padding-bottom: 1.2em;
}
Regards
Hello,
We are theme support and we can help you with issues related strictly to our theme. If “add to cart” does not work for you even with default theme you need to contact woocommerce support.
Regards
You’re welcome!
Regards
Hello,
There will be shown a menu that marked as Mobile menu http://prntscr.com/j4r5r0
But if the mobile menu is not required there and you want to delete this row, use this custom css code:
.mobile-menu-wrapper .a-center {
display: none;
}
Regards
Hello,
.tax-product_cat .read-more-wrap {
max-width: 75%;
margin: auto;
}
Regards
Hello,
Have you checked if this issue appears with our theme only or with default Storefront theme too?
Regards
Hello,
Please clear cache and check one more time. If the problem won’t be solved, provide us with temporary wp-admin access.
Regards
Hello,
.products-grid .product .product-name {
font-size: 20px;
font-weight: 600;
}
.products-grid .product .price {
font-size: 20px;
font-weight: 900;
}
.single-product h2.product-name {
font-size: 20px;
font-weight: 800;
}
.single-product-page .product-info .price {
font-size: 20px;
font-weight: 600;
}
Regards
Hello,
.top-bar a {
font-family: Raleway;
line-height: 1.5 !important;
color: #6f6f6f !important;
}
Regards
This category is a part of default woocommerce functionality and can not be deleted. You can rename the category or contact woocommerce support.
Regards
Hello,
1. Make sure that you set correct settings for the plugin according to theme documentation –
https://www.8theme.com/documentation/xstore/plugins/woocommerce-infinite-scroll-and-ajax-pagination-settings/
2. Please add this code in Theme Options > Styling > Custom css:
.woocommerce-pagination ul li a {
color: black;
}
Regards
Have you dragged categories? https://gyazo.com/46e0325336d428acb08ea099b486dc20
Regards
Hello,
Please provide a screenshot of the problem. You can use such screenshot maker as Lightshot.
Regards
Hello,
You can reorder categories in Products > Categories and drag categories in the order you need. Then go to Appearance > Widgets > “Woocommerce Product Categories” widget into “Shop Sidebar” area and select “Order by” – “Category Order”.
Please read this – https://wordpress.org/support/topic/woocommerce-category-issue-uncategorized/
Regards
Hello,
1. On your site is installed and activated latest theme version (1.2) and this is correct, but you uploaded the full theme package in themes folder http://prntscr.com/j4ouxe > http://prntscr.com/j4ov45, because of this you get this error http://prntscr.com/j4ovr4 Please delete the Lifestyle_Responsive_Wordpress_Theme folder from wp-content/themes/ folder via FTP. Lifestyle_Responsive_Wordpress_Theme contains useful data but should not be uploaded in the themes folder.
2.
Also, on the phone the titles are not displayed on the pictures.
– Could you please provide some screenshot for better understanding the problem?
Feel free to ask if you have any other questions.
Regards
You’re welcome!
Have a nice day.
Regards
I do not see the code in the console on your site. Do you use CDN? If yes, clear cache and waite for automatic clearing, if not, provide me temporary wp-admin access so I can check if there a problem in the content of Custom css field.
Regards
Have you added the code in Theme Options > Custom css or in style.css file of the child theme? Have you cleared cache?
Regards
Please add this code in Theme Options > Styling > Custom CSS for mobile (0 – 480px):
.header-wrapper header .container-wrapper {
padding-top: 20px !important;
padding-bottom: 20px !important;
}
Also, here http://prntscr.com/j4o45h you need to add }
Please read our documentation – https://www.8theme.com/documentation/xstore/theme-translation/base-theme-translation/
If you plan to create multilanguage site you may use WPML plugin https://wpml.org/documentation/related-projects/woocommerce-multilingual/, but if you want to simply translate site to one language I would recommend you use Loco translate plugin.
Regards
Hello,
Try to use this css code:
.products-grid .content-product .quantity, .productCarousel .content-product .quantity{
display: none;
}
Regards