roannamedina
Forum Replies Created
-
Hi,
I still haven’t figured it out.
I copied this code below and the brand name still shows up on top of our product image.. how to fix this?
I’d prefer it be shown below the image
Website: https://www.humblemarket.ph/shop/add_action( 'woocommerce_before_shop_loop_item_title', 'aq_display_brand_before_title' ); function aq_display_brand_before_title(){ global $product; $product_id = $product->get_id(); $brands = wp_get_post_terms( $product_id, 'pwb-brand' ); foreach( $brands as $brand ) echo '<p>'.$brand->name.'</p>'; }
Forum: Plugins
In reply to: [Perfect Brands for WooCommerce] Remove text before brands linksHi @laureenschein
I used the String Locator plugin: https://www.ads-software.com/plugins/string-locator/
It helped me locate the code using these keywords: pwb_text_before_brands_links
Then I just deleted the codeHope this helps!
Forum: Plugins
In reply to: [Perfect Brands for WooCommerce] Remove text before brands linkshaha Thank you!
The problem was, i didn’t know where it was placed. but i downloaded a plugin to help me locate it instead. Fixed.
I’m sorry.. We have not published our website just yet. It is private and only accessible by administrators.
@iamahmedq Thank you, but it is not working for me. It puts the brand name on top of the image like so: https://paste.pics/e88c902148c0c81af33b32cdae274c24
We are hoping to bring the brand name down below the product image if this is possible?
Thank you,
RoI want to do the same to our website but the brand goes above the product image. Could someone help with a fix for this please?
Here is a screenshot of how it looks with the code above: https://paste.pics/ed3d0dbe0e27f904f27cc640f00586b3
Cheers,
Ro