Surf Republic
Forum Replies Created
-
Forum: Plugins
In reply to: [WC Price History] Variable Products Lowest PriceThe best choice I think is to show the “Lowest price” only after chose the variation.
Showing it first, can confuse the customer, in my opinion.
Do you think is possible make this change in your plugin?
Thanks for your time, have a nice day.Forum: Plugins
In reply to: [Brands for WooCommerce] Long time to save products, pages, articlesThis is the slow query.
<span style=”text-decoration: underline;”>Query</span>
SELECT?DISTINCT?meta_key
FROM?trnd_postmeta
WHERE?meta_key?NOT?BETWEEN?‘_’
AND?‘_z’
HAVING?meta_key?NOT?LIKE?‘\\_%’
ORDER?BY?meta_key
LIMIT?30
<span style=”text-decoration: underline;”>Caller</span>meta_form()
wp-admin/includes/template.php:713post_custom_meta_box()
wp-admin/includes/meta-boxes.php:816do_meta_boxes()
wp-admin/includes/template.php:1445
<span style=”text-decoration: underline;”>Component</span>
WordPress Core
<span style=”text-decoration: underline;”>Raws</span>
30
In database Query (in query monitor) the Brands-for-woocommerce are colored in purple, the others are in white.Forum: Plugins
In reply to: [Translate Wordpress with GTranslate] Plugin errors after last updateSame issue, last update broke the CSS.
Flags that were previously horizontal are now vertical, and there is no way to put them back.
In addition, the custom CSS section in the plugin setting page is empty after the update.Forum: Plugins
In reply to: [Advanced AJAX Product Filters] Filter Padding & MarginYes it works thanks. I just change at -10px.
.bapf_sfilter ul li { padding: -10px!important; margin: -10px!important; }
Forum: Plugins
In reply to: [Advanced AJAX Product Filters] Filter Padding & MarginI would like to reduce the vertical space between the filter checkboxes.
Have a look at this screenshot: https://prnt.sc/xpPJkNwNfC4L
I tried targeting these elements, but for sure I made same mistake.. ??
.bapf_sfilter ul li label {
margin-bottom: 13px;
font-size: .9em;
font-weight: 300;
}.bapf_sfilter ul {
margin-bottom: 10px;
}