• Hi team,

    There is a bug at the plugin, with the brands_in_title – before the title.

    here is the code before I fixed it:

        public function product_brand_in_title_before() {
            $brands = $this->display_post_brands( 'product' );
            the_title( "'<h1><span class='brands_in_title'>$brands</span><span class='product-title'>", '</span></h1>' );
        }
    

    and here is the code after I have fixed it:

        public function product_brand_in_title_before() {
            $brands = $this->display_post_brands( 'product' );
            the_title( "<h1><span class='brands_in_title'>$brands</span><span class='product-title'>", '</span></h1>' );
        }
    

    Please fix this at your next release.
    Don’t forget the credits 😉
    Ilan Shalev
    CTO, ShalevSoft
    http://www.ShalevSoft.co.il

Viewing 1 replies (of 1 total)
  • Plugin Author RazyRx

    (@razyrx)

    Hello,

    Thank you for this information.
    We will fix this in next plugin release.

    Regards,
    Oleg

Viewing 1 replies (of 1 total)

The topic ‘brands_in_title’ is closed to new replies.