Just setting the notify by mail on this
Genius!
It works, thanks a lot!
Its possible to have similar code to homepage / main woocommerce page like https://shopping.magazinefeminina.com/
Sorry Simion, thats not what i mean.
I would like to hide, not the shopping button on menu, but the woocommerce shop button on each product like on this print https://www.screencast.com/t/DjxsD3WpBVIu the button is “O Boticário”. So, i need to hide this button on categories and tags (woocommerce’s arquive pages), but show the button on single product page. The objective is not repeat a lot of same information like the word “O Boticário” and made the user look the single page before go to the original site seller.
Just check for notify by mail.
Ok, lets do it!
Category: https://www.magazinefeminina.com/categoria-produto/lojas/o-boticario/
Tag: https://www.magazinefeminina.com/produto-tag/tamanco/
.woocommerce .product a.button {
background: #6f2480;
}
.woocommerce a.button {
background-color: #6f2480;
}
Yes, i know about Yoast. The problem is that allways that i isntall yoast CPU site over load. So, i will not use Yoast, or any other seo plugin.
Please help me: On https://www.magazinefeminina.com.br/
I would like remove SITE NAME = ” | Magazine Feminina ” from post title. Can you help me with the right code?
<title><?php wp_title(‘|’, true, ‘right’); ?></title>
<meta charset=”<?php bloginfo( ‘charset’ );?>” />
<meta name=”viewport” content=”width=device-width, initial-scale=1.0″>
<link rel=”pingback” href=”<?php bloginfo( ‘pingback_url’ ); ?>” />
<?php
wp_head(); /** we hook up in wp_booster @see td_wp_booster_functions::hook_wp_head */
?>
Hello Bogdan, i’m trying to do that with https://br.wordpress.org/plugins/conditional-menus/ but the plugins its not working for me. Could it be a problem of incompatibility with the template?
I know how to create a side bar area. Problem is that on theme panel, Woocommerce sidebar options, just allow one sidebar definition. I would like to create a especial sidebar to each category on woocommerce. Create the sidebar is not the problem. Setup it is.
I’m already doing on wp post category, and is very helpfull on the user experience.
Just to clear one thing, i’m not talking about the background on the open menu mobile. I’m talking about the header, with closed menu, with logo.
It Works, thank you.
Ok, i will. Thanks =D
I don’t know why, now the background don’t load anymore.
I Would like to have a menu like this:
.td-header-style-5 .td-header-top-menu-full{
background-color: #eb1583;
background: url(//www.magazinefeminina.com/wp-content/uploads/2017/02/background.png),
linear-gradient(to right,rgba(255,15,127, 0.8),rgba(77,25,89, 0.8));
}
But css code its not working anymore =( But on the floater, same code is working well.
Can you help me?
Hello Andrei, it works.
I use the easy-fb-like-box plugin and the code:
<center><?php echo do_shortcode(‘[easy-fb-like-box url=”https://www.facebook.com/MagazineFeminina” width=”550″ height=”300″ faces=”true” hidecover=”false” posts=”false”]’); ?></center><BR>
Thank you!
Just ok to the follow-up replies via email
It Works! Thanks!