• Resolved remi123

    (@remi123)


    There is a styling issue (CSS) at entry-title class, please see the screenshots at https://imgur.com/a/v0YE0 between your demo and my site.

    Could you also change line 148 in /inc/woocommerce/shopper-wc-template-functions.php from

    <div class="nav-search-facade" data-value="search-alias=aps"><span class="nav-search-label">All</span> <i class="fa fa-angle-down"></i></div>

    to

    <div class="nav-search-facade" data-value="search-alias=aps"><span class="nav-search-label"><?php _e( 'All', 'woocommerce' ); ?></span> <i class="fa fa-angle-down"></i></div>

    so the string ‘All’ gets translated?

    • This topic was modified 6 years, 5 months ago by remi123. Reason: added some newlines for readabilty
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Please fix these bugs (CSS and translation bug)’ is closed to new replies.