TokoDaring.Com
Forum Replies Created
-
Hello, hope this help
/* 2 column-mobile */ ul.products li.product { width:46.411765%; float:left; margin-right: 5.8823529412%; } ul.products li.product:nth-of-type( 2n ) { margin-right:0; } @media only screen and (min-width:768px) { ul.products li.product:nth-of-type( 2n ) { margin-right:5.8823529412%; } }
Forum: Developing with WordPress
In reply to: error when switch to php 8yes, it’s activated, i can see it from the report or also from the php selector option
mysqli also activated when i switched to php 8my question, does this problem can be caused by the caching plugin ?
if yes i will try to delete the plugin first (not only deactivate). i just need to wait the right time to do that.Forum: Developing with WordPress
In reply to: error when switch to php 8Hello,
sory for late responsthen, what part should i see from that report ?
Forum: Developing with WordPress
In reply to: error when switch to php 8i have tried to deactivating all plugin
then re-install WordPress. but still the same. inside wp-db.php still call deprecatedmysql_connect()
functionForum: Developing with WordPress
In reply to: error when switch to php 8Hi @wibergsweb thank for your reply
my WordPress version is 5.6.1
i think that is the latest version of WordPressForum: Themes and Templates
In reply to: [Storefront] Centering button toggle (Menu mobile)Forum: Plugins
In reply to: [WooCommerce] woocommerce-form__label-for-checkboxah ok,
i can find it now and change the text after deactivating my snippet plugin codei think there is something interfere from there
btw thank you for your support
Forum: Themes and Templates
In reply to: [Storefront] Centering button toggle (Menu mobile)Helo @senff
i mean before it sticky the button will still remain on the right (on original place)
when it scroll and the sticky active then the button will move to center
Forum: Plugins
In reply to: [WooCommerce] woocommerce-form__label-for-checkboxHelo @senff that is not what i mean
please see this pict. https://i.imgur.com/LOFdE1R.jpg
it taken from the checkout page before place order button
- This reply was modified 3 years, 10 months ago by TokoDaring.Com.
Forum: Themes and Templates
In reply to: [Storefront] Centering button toggle (Menu mobile)I have tried adding .
sticky
to the selector become#site-navigation.sticky
but it doesn’t workForum: Themes and Templates
In reply to: [Storefront] Centering button toggle (Menu mobile)Hello,
Sory for slow replying your messageI mean before it scrolled down the button position still on it original place (on left) while the site title remain on the left.
My purpose : When user scrolled down and the site title go up then
the time the button will move to center.
Sory im not to fluent in english, and hope you can get what i mean
Forum: Themes and Templates
In reply to: [Storefront] Centering button toggle (Menu mobile)hello @senff
thank for your help, actually your code is work
but i forget to explain before that i adding sticky class to main navigation when it scrolled down. and the button will be centered when sticky already active
Forum: Themes and Templates
In reply to: [Storefront] Hide featured image on post page onlyhello @senff
thank you very much. this is work perfectForum: Themes and Templates
In reply to: [Storefront] remove sidebar on post onlyhelo,
i use that selector and add like this
.single-post .col-full { margin:0 auto; width:70% }
but unfortunately, it also make my header narrow
please correct if the properties i write is wrong
Forum: Themes and Templates
In reply to: [Storefront] reverse woocommerce single product pageHello @senff thank you for your help
by the layout this is worked goodbut my goal to switch the position actually i want to switch and optimize my LCP or CLS from an image to something more lighter element (a h1 of product title or a paragraph of short descp).
after put your code then i try to measure the page using google pagespeed insight, but the LCP still point to the product image, also i’m not include this sintax
@media screen and (min-width: 768px) {
but image still showing first on mobile