alexdave
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Booking System - Booking Calendar] Custom Submit ButtonHi Roland !
Thank you for the CSS, it worked ??
Have a nice day
Forum: Plugins
In reply to: [WooCommerce] Duplicate title in WoocommerceHi Lorro, thank you for your reply !
J’ai trouvé comment me débarrasser d’un de ces deux titres avec le code suivant:
h2.woocommerce-loop-product__title:nth-child(n+2) {
display: none !important;
}??
Forum: Installing WordPress
In reply to: Duplicate product title in WoocommerceI finally found a way to solve this problem with CSS.
Here is the code:
h2.woocommerce-loop-product__title:nth-child(n+2) {
display: none !important;
}??
Forum: Installing WordPress
In reply to: Duplicate product title in WoocommerceHi johannsf, thank you for your reply !
Unfortunately the website is under maintenance so I can’t share an URL.
But I screenshoted the website so you can have a view of it. It is available here: https://drive.google.com/file/d/1WZxDtqsv-CoLmRy4nnb-4wcIpnTHS_9E/view?usp=sharing
When I insert this code: .woocommerce-loop-product__title {display: none;} in my CSS, it dismiss both titles, so I don’t know how to manage to remove only one.
Forum: Plugins
In reply to: [WooCommerce] duplicate titles below my product in my shop pageHi tijosh, I have the same problem on my website.
I tried to insert your code but it seems to dismiss both of the titles.
Any idea on how I can figure this out ?
Thanks !
Forum: Fixing WordPress
In reply to: Loading speed of my website does not improveHi David, thank you for your reply !
So I inserted the following code to my htaccess file:
## EXPIRES CACHING ##
<IfModule mod_expires.c>
ExpiresActive On
ExpiresByType image/jpg “access plus 1 month”
ExpiresByType image/jpeg “access plus 1 month”
ExpiresByType image/gif “access plus 1 month”
ExpiresByType image/png “access plus 1 month”
ExpiresByType text/css “access plus 1 month”
ExpiresByType application/pdf “access plus 1 month”
ExpiresByType text/x-javascript “access plus 1 month”
ExpiresByType application/x-shockwave-flash “access plus 1 month”
ExpiresByType image/x-icon “access plus 1 year”
ExpiresDefault “access plus 2 days”
</IfModule>
## EXPIRES CACHING ##And I think it worked ! However, I still have that kind of static links (from Google Ads or Analytics I think?) which show up:
https://www.google.ca/pagead/1p-user-list/682800822/?random=1587109385344&cv=9&fst=1587106800000&num=1&bg=ffffff&guid=ON&u_h=863&u_w=1367&u_ah=863&u_aw=1367&u_cd=24&u_his=2&u_tz=-420&u_java=false&u_nplug=3&u_nmime=4>m=2ou480&sendb=1&data=event%3Dgtag.config&frm=0&url=https%3A%2F%2Fdroneofvisuals.com%2F&tiba=Production%20vid%C3%A9o%20pour%20entreprise%20%7C%20drone%20of%20visuals&async=1&fmt=3&is_vtc=1&random=1298515093&resp=GooglemKTybQhCsO&rmt_tld=1&ipr=yAny idea on how I can get rid of those without impacting my tracking on G Ads & G Analytics ?
Forum: Fixing WordPress
In reply to: Loading speed of my website does not improveThank you!
I installed WP Super Cache and modify parameters, now the mobile is 65 and desktop 94 !