neljaabaya
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: problem displaying posts tab in wordpressThank you for your help.
Using this button we can see the SEO errors highlighted in our blog post (see screenshot).
Hello,
Thank you for your answer.
By using the button I’ve circled in red in the screenshot, you can modify the blog post while getting the Yoast SEO indications at the same time.
Whereas if I use what you’ve indicated, I’m obliged to have another window open and refresh the article to check that my modifications are taken into account by Yoast SEO, which takes longer.
Hoping to be clear.
Thank you.
Forum: Everything else WordPress
In reply to: H1-H2 titles problem wordpress blogThank you for your answer.
Forum: Fixing WordPress
In reply to: Remove white space at the bottom of my page product.Maybe the problem is because i remove the product description with this CSS:
// Gérer les blocs de description produits
add_filter( ‘woocommerce_product_tabs’, ‘wpm_remove_product_tabs’, 98 );
function wpm_remove_product_tabs( $tabs ) {
unset( $tabs[‘description’] );
// Supprime le bloc “Description”
unset( $tabs[‘reviews’] );
// Supprime le bloc “Avis”
unset( $tabs[‘additional_information’] );
// Supprime le bloc “Information complémentaires”
return $tabs; }Thank you.
Forum: Fixing WordPress
In reply to: Remove white space at the bottom of my page product.hi @shameemreza,
I don’t why but It doesn’t work.
I had the same problem with the homepage and i used this CSS :
.home #colophon { margin-top: -80px; } and it worked.
Do you think i have to use different CSS for all pages of my website?
Thank you.
Forum: Fixing WordPress
In reply to: Remove white space at the bottom of my page product.Hi @shameemreza
It works for the products pages.
But i have just another problem now. In my account the page is cut by the footer.
https://snipboard.io/OZDaWx.jpg
Do i have a solution for that?
Forum: Fixing WordPress
In reply to: Remove white space at the bottom of my page product.Forum: Fixing WordPress
In reply to: Remove white space at the bottom of my page product.Hello @shameemreza,
Here’s my page product : https://nelja-abaya.fr/produit/black-abaya
Thank you for your help.
Forum: Plugins
In reply to: [WooCommerce] Add Navigation Arrows in WooCommerce Product Gallery SliderHello @jawad1234, @xue28,
Just one question : It works and i have left and right navigation arrows.
=> https://snipboard.io/nu245z.jpg
But when i scroll down, the arrows go past the header of the site.
=> https://snipboard.io/27UHcJ.jpg
Do i have a solution for this problem?
Thnak you for your help.
Forum: Plugins
In reply to: [WooCommerce PayPal Payments] Remove paypal from new payment methodHi @niklasinpsyde,
Thank you for your answer.
I changed for Paypal Payments and now it’s better. It works perfectly.
Thank you very much for your help.
Forum: Plugins
In reply to: [WooCommerce] Add Navigation Arrows in WooCommerce Product Gallery SliderThe paypal button works on my site. It doesn’t work only with updating or adding a means of payment in my account.
Hi @mrclayton
Thank you for your answer.
The currency of my site is in Euro. I think that is supported by paypal.
Forum: Fixing WordPress
In reply to: Change font size in checkout pageHello @threadi
Thank you very much, it works perfectly.