olegl
Forum Replies Created
-
I have the same issue. We are using the following CSS to display the “Brand:” label in the product page:
.single-product .pwb-single-product-brands:before{
content: “Brand: “; }After upgrade, I have labels as “Brand:Brands:” – doubled.
I still would like to use the label as “BRAND:” (not plural “Brands:”)
How can I get the label to show as “Brand:”?
Thanks
Also, when we looked at the Google Live test of the product page, we see that Google cannot find field “Brand”. When we remove the review for the product and run new Google live page test, the issue goes away, Google can see the brand field .
Just to follow-up on my recent post. I have discovered that I get “invalid e-mail address” message when I do this test while losing to WC with my admin account. If I do the test as a guest visitor, it all works.
Perhaps, need to test what happened if I login to my profile as a regular usr and try to subscribe.Very helpful, I need to change this message too.
Also, I’d like to change the color of this text. It seems the message returns in RED with is set as an error messages color in the theme, however, SUCESS is not an error. I’d like to change it to White or Green.
Please help here?I have the same problem here: “invalid email address” in the footer of my store.
https://www.adventureprozone.ca
I just updated to the latest version. What a horrible quality control, people having this issue for last 5 month, I though it would be resolved by now.Forum: Plugins
In reply to: [WooCommerce] Why both in stock AND can be backorderedI have complained about this issue when first release WC 3.0 came out but they got back to me and told me that this is how it will be in the version 3. It seems that they dont listen people and the latest version 3.12 has the same label (can be backordered).
Who cares if it can be backordered when the item is currently in stock.
I had to hire developer to make it like it was in version 2.6.Now I got another formatting issue on the order confirmation page. For the item on backorder, it shows label :backordered:” and then it show the quantity on the second line. Before it was:
Backordered: 1Now it shows:
Backordered:
1The same formatting glitch in the e-mail order confirmation.
Forum: Plugins
In reply to: [Nextend Google Connect] Error connecting with googleI have the same issue. Anyone replied with the solution.
Also, new Google OAath 2.0 setup does not provide API key that is in the plugin manual.I think the plugin 1..6.1 is out dated and not compliant with OAuth 2.0. The steps explained in the setup guide cannot be completed with Google API setup today (April 2017)
Can some one to confirm that plug-in is not up to date or provide updated setup instructions?
thanks
Hi
It is excellent thread. I have add the code below to functions.php and it does place Brand name between picture box and product tile in category/catalog view.
The issue is that the Brand name font / color /stile is the same as product title and it has link to Brands page, so it is very easy for a user to click the brand link to jump away on to brands page.
1. How can I change the font stile / color for a brand in category view?
2. Can I remove the actual link from the brand name in the category view so the brand become just a text label?Code I used:
/*** Brands in Catalog**/ function pwb_show_brands_in_loop(){ global $product; $product_id = $product->id; $product_brands = wp_get_post_terms($product_id, 'pwb-brand'); if(!empty($product_brands)){ echo '<div class="custom-loop-brands">'; foreach ($product_brands as $brand) { echo '<a>term_id).'">'.$brand->name.'</a>'; } echo '</div>'; } } add_action('woocommerce_before_shop_loop_item_title', 'pwb_show_brands_in_loop',1);
Forum: Plugins
In reply to: [Perfect Brands for WooCommerce] How to change displayHi,
how can I control of the font size on product page used for label “Brand” and the actual field value – brand name? I need make it little smaller to much other info such SKU, Categories.Forum: Plugins
In reply to: [Perfect Brands for WooCommerce] How to change displayThank you, Guys. This is exactly what I was looking.
Please answer another related question: how can I control of the font size on product page used for label “Brand” and the actual field value – brand name? I need make it little smaller to much other info such SKU, Categories.
Kind Regards
Hi, Thank you for the reply.
So removal of DB tables would be all that is needed? Do we need to clean roles and other configuration items that old uninstall plugin does?Thanks again!
Hi,
I have installed MailPoet 3.00 Beta 21 and would like to uninstall it. I have tried the uninstall plugin but it seems for the old version as it tries to remove SQL tables with different name, such Wysija Drop query: DROP TABLEzone_wysija_user;
In the actual database I have table with this naming format: – zone_mailpoet_forms.Could you please to provide the plugin to remove version 3.00 beta or instructions on how to remove it manually?
platform: wordpress 4.7.2 + WC 2.6
Thank you!Forum: Plugins
In reply to: [MailPoet Newsletters (Previous)] The MailPoet 3 Beta is Now AvailableHi,
I have installed MailPoet 3.00 Beta 21 and would like to uninstall it. I have tried the uninstall plugin but it seems for the old version as it tries to remove SQL tables with different name, such
Wysija Drop query: DROP TABLE
zone_wysija_user;
In the actual database I have table with this naming format: – zone_mailpoet_forms.Could you please to provide the plugin to remove version 3.00 beta or instructions on how to remove it manually?
platform: wordpress 4.7.2 + WC 2.6
Thank you!- This reply was modified 8 years ago by olegl.
Here is the link to the picture of this error in CEO section of product page
https://www.evernote.com/l/AAQxtaE7h01AGaviar73Sfv1IRR4jVC6-9I