Archive Page Display Conflicts

This topic contains 20 replies, has 5 voices, and was last updated by  Silks 4 years, 5 months ago.

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket
  • Author
    Posts
  • #514336

    Silks
    Full Member
    Post count: 305
    This reply has been marked as private.
    #514929

    Kiran
    Moderator
    Post count: 7069

    Hi Silks,

    The Ratings Badge similarly has a link added within paragraph tags except it is not overlaid it is sitting on the line below and i believe the favourites badge is floated to the right of this element & hence appears to be on the line below. Also the link appears to be unclickable. this i couldn’t fix.

    On your site something adding p & br tags to shortcode content. Use following CSS snippet to show rating & favorite inline.

    
    
    .geodir-loop-container .geodir-post-rating br,
    .geodir-loop-container .geodir-post-fav br {
    	display: none;
    }

    Kiran

    #515837

    Silks
    Full Member
    Post count: 305

    Thanks @kiran that fixed one issue but the other issue of the conflict with adsense still remains.

    The ads code is still on the staging site:
    https://poi-australia.com.au/staging/points-of-interest/
    except google doesn’t always populate it with ads, this may be why you didn’t see it last time. You could try refreshing the page multiple times to see if it populates otherwise I’m not sure how you could force it to display? Otherwise you can add it to the live site via a gutenberg html block on the GD Archive Page as long as it is removed if you it can’t be fixed. again you may have to wait 10 minutes and refresh a few times before you will see an ad and make sure ad block is turned off.

    Thanks

    #515838

    Silks
    Full Member
    Post count: 305
    This reply has been marked as private.
    #516420

    Kiran
    Moderator
    Post count: 7069

    Hi Silks,

    I have added on snippet under “Snippets > Fix Google ads issue” to fix Google ads issue.

    Please check after clearing your browser cache.

    Kiran

    #516594

    Silks
    Full Member
    Post count: 305

    Sooo Good, all fixed! Thank you very much!

Viewing 6 posts - 16 through 21 (of 21 total)

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket