bsl2020
Forum Replies Created
-
appreciated, Greg! it works!
It works perfectly! Appreciated.
Forum: Plugins
In reply to: [Super Progressive Web Apps] why splash screen not working on my websitethanks, it works miracle.
Forum: Plugins
In reply to: [WPAdverts - Classifieds Plugin] Christmas BreakGreg, Happy Hoildays! wish you have a happy merry christmas!
Forum: Plugins
In reply to: [WPAdverts - Classifieds Plugin] image not closing on phonefrom theme author response:
“
It opens the 2 popup gallery, one is coming from the theme and another is from the plugin that you are using.
Please follow the doc to disable the default lightbox popup to fix the issue: https://docs.oceanwp.org/article/464-disable-the-lightbox-scripts”
works perfectly! thanks!greg!
works perfectly!appreciated!
The question corresponding to the thread from the link below:
https://www.ads-software.com/support/topic/image-not-closing-on-phone/how do you make the dropdown list for the location?
if your short code have parameter that can include [post cagetory=”xxx”] will be great!
how to display the rating on listing on mobile? is that possible?
I found the option to show thumbnails. Thanks.
Forum: Plugins
In reply to: [WooCommerce] how to display 3 products in a row on mobileThe theme matters, OCEANWP theme works by adjusting columns. @lorro , seems theme can override main layout.
Forum: Plugins
In reply to: [WooCommerce] how to display 3 products in a row on mobilenot helping.
Forum: Plugins
In reply to: [WooCommerce] how to display 3 products in a row on mobileTried this, it worked initially, but after updated WOO, start not working:
@media screen and (max-width: 768px) {
body.woocommerce ul.products.columns-4 li.product,
body.woocommerce-page ul.products.columns-4 li.product {
clear: none !important;
width: 31% !important;
float: left !important;
margin: 0 3.5% 20px 0!important;
}
body.woocommerce ul.products.columns-4 li.product:nth-child(3n+0),
body.woocommerce-page ul.products.columns-4 li.product:nth-child(3n+0) {
margin-right: 0 !important;
}
body.woocommerce ul.products.columns-4 li.product:nth-child(3n+1),
body.woocommerce-page ul.products.columns-4 li.product:nth-child(3n+1) {
clear: both !important;
}
}Forum: Plugins
In reply to: [WooCommerce] how to display 3 products in a row on mobileThe code worked perfectly smoothly before i restored my files and db this afternoon. now it dont work. just like suddenly the product title and price all not centered. strange. Would you able to see possible cause?
@media screen and (max-width: 768px) {
body.woocommerce ul.products.columns-4 li.product,
body.woocommerce-page ul.products.columns-4 li.product {
clear: none !important;
width: 31% !important;
float: left !important;
margin: 0 3.5% 20px 0!important;
}
body.woocommerce ul.products.columns-4 li.product:nth-child(3n+0),
body.woocommerce-page ul.products.columns-4 li.product:nth-child(3n+0) {
margin-right: 0 !important;
}
body.woocommerce ul.products.columns-4 li.product:nth-child(3n+1),
body.woocommerce-page ul.products.columns-4 li.product:nth-child(3n+1) {
clear: both !important;
}
}