• Resolved thomas110

    (@thomas110)


    if you go with the smartphone on the side, if you click on a cathegory no ads are displayed.

    that does not happen to the pc.

    Please help!

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Greg Winiarski

    (@gwin)

    Hi,
    this seems to be caused by your theme only as it has CSS code which hides the content on the taxonomy pages in mobile view (i am not sure why it does it though).

    Either way, you should be able to fix it by going to wp-admin / Appearance / Customize / Additional CSS panel and adding there the code below

    
    body.tax-advert_category .entry-content {
        display: block !important;
    }
    
    Thread Starter thomas110

    (@thomas110)

    THX! It works. ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘show in categories’ is closed to new replies.