Skimlinks Verification

This topic contains 13 replies, has 3 voices, and was last updated by  clubtogethernow 4 years ago.

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

Open Support Ticket
  • Author
    Posts
  • #537769

    clubtogethernow
    Free User
    Post count: 56

    Hi guys,

    We’re trying to verify our site on Skimlinks and need to add javascript on site as explained here https://support.skimlinks.com/hc/en-us/articles/223836108-Installing-Skimlinks-on-a-Wordpress-site.

    I’ve tried following their guide but we don’t seem to have the same php files. Can you advise where I need to add this?

    Thanks

    #537783

    Guust
    Moderator
    Post count: 29970

    If you are using the Supreme theme, the footer.php file of the parent theme Directory Starter is used.
    …/wp-admin/theme-editor.php?file=footer.php&theme=directory-starter

    Thanks

    #537811

    clubtogethernow
    Free User
    Post count: 56

    Perfect thank you!

    Could you also tell me what the CSS would be to reduce the height on the featured image on listings page?

    #537846

    Kor
    Moderator
    Post count: 16516

    Hi there,

    Thanks for your post. You can try using the custom CSS code below.

    .single-gd_place header .featured-area {
        min-height: 150px;
    }

    More CSS customization here https://wpgeodirectory.com/docs-v2/themes/supreme/#css

    #537853

    clubtogethernow
    Free User
    Post count: 56

    Hi Kor,

    That doesn’t seem to have worked. I’m more concerned about mobile as the image is very large on mobile in particular. Any ideas?

    Thanks

    #537862

    Kor
    Moderator
    Post count: 16516

    Hi clubtogethernow ,

    Thanks for your reply. Could you share the URL of the page in question so that I could check and see if you’ve applied the custom CSS code correctly?

    #537890

    clubtogethernow
    Free User
    Post count: 56

    Hi Kor,

    Yeah one of our listing pages is: https://clubtogethernow.com/sports-clubs/unsworth-cricket-club/

    Thanks

    #537893

    Kor
    Moderator
    Post count: 16516

    Hi there,

    Thanks for your reply. Try using the custom CSS code below. If it doesn’t work, just leave the custom CSS code on your Website and I’ll check.

    @media (max-width: 992px) {
    header .featured-area {
        min-height: 150px;
    }
    }
    #537896

    clubtogethernow
    Free User
    Post count: 56

    Hi Kor,

    Should I be adding this to the “Additional CSS” section in “Customize” or on the specific page somewhere? I’ve tried both code but it doesn’t seem to be working.

    Thanks,

    #537899

    Kor
    Moderator
    Post count: 16516

    Hi there,

    Sorry, I’ve left out this one.

    @media (max-width: 992px) {
    .sd.single.geodir-page .featured-area, .sd.sd-preview .featured-area {
        height: 20vh;
    }
    }
    #537970

    clubtogethernow
    Free User
    Post count: 56

    Hi,

    Unfortunately this doesn’t seem to have worked either. The image is still the same height on desktop and mobile.

    Thanks

    #537971

    clubtogethernow
    Free User
    Post count: 56

    Hi,

    Unfortunately this doesn’t seem to have worked either. The image is still the same height on desktop and mobile.

    Thanks

    #537980

    Kor
    Moderator
    Post count: 16516

    Hi clubtogethernow,

    Thanks for your reply. I’ve made the adjustments on mobile for you and could you please check? How do you want it to look like on desktop?

    #537986

    clubtogethernow
    Free User
    Post count: 56

    That’s perfect thank you!

    Desktop is fine, it was mobile I was concerned about!

Viewing 14 posts - 1 through 14 (of 14 total)

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

Open Support Ticket