Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #802770

    I have used the following code

    `a[href*=”/category/featured/”] {
    display: none !important;
    }’

    To hide the ‘featured’ blog category title from the front page, however, there is now a comma in place of that title where the blogs tagged with that are associated with other categories as well

    How do I get rid of the comma? Screen shot attached, along with site and password

    Thank you in advance!

    #802795

    much easier to help with a real link. Impossible to help with only a screenshot

    #802813

    http://www.lightswitchbuilds3.com

    • This reply was modified 7 years, 5 months ago by dvus4l.
    #803127

    hm looks as if it comes from the postslider.php.
    im no pro – maybe a mod could help you here – (but isn’t it necessary to have a small separator here?)

    edit: no it seems to be something with woocommerce plugin and addon.
    i try to install a demo shop and have a look later

    BTW: what kind of alb is it ( content slider ?) and what blogstyle you use

    • This reply was modified 7 years, 5 months ago by Guenni007.
    #803355

    i think it has to do with this line found on different shortcodes (postslider.php, loop-index.php etc):

    $cats .= get_the_term_list($the_id, $taxonomy, '', ', ','').' ';

    but i can not recreate your output on my demo shop. Which settings i have to make to show under the content the meta infos?

    #803357

    ok – i think it is in loop-index.php (enfold/includes)

    on line 168 change it to:
    $cats .= get_the_term_list($the_id, $taxonomy, '', ' ','').' ';

    do a copy to child-theme/includes

    #804157

    Hi,

    Thank u for providing the solution! :)

    Best regards,
    Basilis

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.