Hi,
I’m a plugin developer and I used you theme for some time on my development environment. I recently found out that there was an notice message that users reported but I could not get on my development server. The error was real but I was not getting any messages from it even whilst I had all my error message settings to full.
It took me about a day to find the cause.
In your on-sale/inc/customizer/class-onsale-customizer.php you are setting the error_reporting to 0 (line 14) and that overruled all my server settings preventing me from getting error messages.
I switched over to another theme, but you might consider changing it.
]]>Hi All,
I have tried to add the code below to enable 2 columns however with the parent (Storefront and then Child theme applied) the 2 columns still do not show in mobile view. Does anyone know why this code does not apply to the On Sale child theme?
.site-main ul.products li.product {
width: 46.411765%;
float: left;
margin-right: 5.8823529412%;
}
.site-main ul.products li.product:nth-of-type(2n) {
margin-right: 0;
}
@media (min-width: 768px) {
.site-main ul.products li.product:nth-of-type(2n) {
margin-right: 5.8823529412%;
}
}
This is for 2 columns in the mobile view of a category list of products.
]]>I featured the products I want on the slider. I chose the slider to only show featured products. Nothing shows up.
]]>It looks as if the background color for the customer reviews on products would be located at:
.woocommerce-breadcrumb, #reviews .commentlist li .comment_container {
background-color: #FFFFFF;
}
however when adding the above code to the CSS I see no change in the BG color of the customer reviews. Any help would be great.
Thanks in advance.
Hi please can someone help?
I am trying to change the font size of the inner-title. I have tried tweaking the CSS but nothing makes a difference. I have tried updating to the latest version of WordPress but it makes no difference.
When I inspect the page element of a page on Google Chrome it says this is the code for that area. https://www.digdeeprecords.co.uk/product/shamrock-african-music-by-african-people/
<div class=”title-holder” >
<div class=”col-full”>
<div class=”inner-title”>
<h1>
Shamrock – African Music by African People </h1>
</div>
However I am unable to find this in the css code for the On Sale child theme:
Theme Name: ON SALE
Theme URI: https://ecommercethemes.org/ethemes/on-sale/
[ Remaining code redacted. ]
Я хочу перевести тему до конца на русский язык, но не знаю как это сделать. Вот эти фразы: “View Product” и “type search query and enter…”
I want to move the subject to the end of the Russian language, but do not know how to do it. Here are the phrases: “View Product” and “type search query and enter…”
I want to remove the slider on homepage. Can you help me with this
here is the site https://watch.net.ru/
Thank you )