Supreme (v1) remove 'claim' & 'edit' button & event dates from main image area

This topic contains 12 replies, has 3 voices, and was last updated by  Ian 4 years, 9 months ago.

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

Open Support Ticket
  • Author
    Posts
  • #494636

    Ian
    Expired Member
    Post count: 144

    Hi there.

    Just wondering how to remove the ‘claim’ & ‘edit’ button & event dates/ times from main image area of an event listing -(please see images attached)

    re- the ‘edit’ and ‘claim’ buttons- As can be seen in image 1- when the page is shown in desktop or tablet size then these two are positioned below the image – this is fine.

    Image 2 shows the page in mobile size and the buttons have now moved up and are now on the image. I dont want this as most of my images will have text on them and these will obscure the image text (as also does the event date/ times)

    I would have a preference to just remove these for ‘mobile’ screen size, else remove them altogether if necessary.

    Any help would be appreciated as i’ve been trying to work out a way to do this and have had no luck to date.

    Thanks as always.

    Ian

    #494643

    Alex Rollin
    Moderator
    Post count: 27815

    Link?

    #494652

    Ian
    Expired Member
    Post count: 144
    This reply has been marked as private.
    #494653

    Ian
    Expired Member
    Post count: 144
    This reply has been marked as private.
    #494654

    Ian
    Expired Member
    Post count: 144
    This reply has been marked as private.
    #494673

    Alex Rollin
    Moderator
    Post count: 27815

    You can customize the CSS that is making that happen:

    
    
    
    @media (max-width: 668px)
    .sd .sd-detail-author {
        margin: -130px 30px 0 0;
        position: absolute;
        z-index: 99999999999;
        display: block;
        max-width: inherit;
        padding: 5px 50px 0 0;
    }
    
    #494679

    Ian
    Expired Member
    Post count: 144

    Hi Alex.

    Thanks for the CSS. I have tried it but unfortunately it doesn’t seem to have any effect (no change).

    I must be missing something maybe ?

    Ian

    #494681

    Kor
    Moderator
    Post count: 16516
    This reply has been marked as private.
    #494684

    Ian
    Expired Member
    Post count: 144
    This reply has been marked as private.
    #494709

    Kor
    Moderator
    Post count: 16516

    Hi Ian,

    Thanks for your reply. Try using the custom CSS code below and see if it’s what you’re looking for.

    @media only screen and (max-width: 600px) {
      .header-wrap.sd-event-dates-head,
      .sd-detail-author {display:none!important;}
    }
    #494842

    Ian
    Expired Member
    Post count: 144

    Hi Kor.

    Thanks so very much, that worked perfectly on mobile. Really appreciate you help.

    Just one more question. I thought the detail page r/h side menu had both ‘edit listing and ‘claim listing’ links within it, but now i look again it only has ‘edit listing’ (along with favorites) 🙁

    What options are there to add ‘claim listing’ the this sidebar area? I have looked under shortcodes and other general settings but cant see any options to add this?

    Again i really appreciated your invaluable help and assistance as always 🙂

    Kind regards,

    Ian

    #494888

    Alex Rollin
    Moderator
    Post count: 27815

    Hi Ian, please open a new topic for your new question.

    Thanks

    Alex

    #496206

    Ian
    Expired Member
    Post count: 144

    Hi Alex.

    Sorry for the delay in reply, i have been away.

    Ok no problem, will do.

    Ian

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

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

Open Support Ticket