Supreme Directory

This topic contains 20 replies, has 2 voices, and was last updated by  Kor 5 years, 8 months ago.

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

Open Support Ticket
  • Author
    Posts
  • #443093

    Amy Fox
    Expired Member
    Post count: 419

    Hi,

    How do I remove the ‘My Account’ from supreme directory as I don’t want people to be able to create accounts.

    Is it also possible to remove the ‘Favourite’ option off all pages also as that links them to create account.

    Thanks.

    #443098

    Kor
    Moderator
    Post count: 16516

    Hi Amy,

    You can use the custom CSS code below to remove the “My Account”

    
    
    li.sd-my-account.menu-item {
        display:none!important;
    }

    Then refer to this article that explains how to remove the “Favourites” https://wpgeodirectory.com/docs/faqs/how-do-i-disable-favorites/

    #443100

    Amy Fox
    Expired Member
    Post count: 419

    Both worked perfectly!

    Thank you.

    Sorry but is it possible to change the main image at the top and remove the popular categories section?

    Thanks again.

    #443105

    Amy Fox
    Expired Member
    Post count: 419

    Noticed, on the home page and location pages the images goes to the top over where the menu’s are which looks good.

    On the details pages it only goes to the bottom of the menu’s, can it be set to go to the top as it does on the home page.

    Thanks.

    #443106

    Amy Fox
    Expired Member
    Post count: 419

    I’ve also just noticed that the above css did not remove the log in option for mobile.

    Thanks.

    #443138

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

    Amy Fox
    Expired Member
    Post count: 419

    1. Realised the image is attached the the page ‘Featured Image’ so I solved that one thanks.

    2. The main image at the top of the homepage covers the header bar, on the details pages it does not. (thick black bar at the top) View here

    3. Go on a details page for one of my listings on your mobile and you will see the favourite ‘heart’ is still visible allowing people to log in. Also the main image displays the ‘author’ of the page as ‘The Canine Directory’.

    Thanks for all the help.

    #443144

    Kor
    Moderator
    Post count: 16516

    Hi Amy,

    Thanks for your reply. Kindly insert the custom CSS into GD > Design > Scripts > Custom Style CSS

    2. and 3. Use this custom CSS code.

    
    
    #site-header {
        background-color: transparent;
        position: absolute;
        width: 100%;
        z-index: 1111;
    }
    
    span.geodir-addtofav {
        display:none!important;
    }
    #443145

    Amy Fox
    Expired Member
    Post count: 419

    Thank you, they worked perfectly and it looks much better now.

    Is it possible to remove the author of the details pages?

    Also just noticed the spacing on the menu drop down is huge, can’t see half my categories on desktop when you hover over as it goes off the bottom of the screen.

    Thanks.

    #443175

    Kor
    Moderator
    Post count: 16516

    Hi Amy,

    Kindly use the code below to achieve what you needed there. You might want to adjust the height a little bit there.

    
    
    .sd-detail-author {
        display:none!important;
    }
    
    .sd-common #primary-nav ul li ul li a {
        min-height: 30px;
        line-height: 30px;
    }
    #443178

    Amy Fox
    Expired Member
    Post count: 419

    That worked perfectly, thanks for all your help.

    #443180

    Amy Fox
    Expired Member
    Post count: 419

    Sorry, just noticed that on details pages the image is too wide for the screen. The featured image at the very top.

    Thanks.

    #443182

    Kor
    Moderator
    Post count: 16516

    Hi Amy,

    Sorry, I’m not getting this. Do you mean you want to reduce the width? Please elaborate a little bit more or could you show us a screenshot?

    Thanks!

    #443194

    Amy Fox
    Expired Member
    Post count: 419

    It’s the same on the homepage, the top image does not fit to screen.

    It’s like it overlaps on all sides.

    More noticeable on the homepage with the welcome sentence.

    Thanks.

    #443198

    Amy Fox
    Expired Member
    Post count: 419

    The homepage is worse if I landscape it.

Viewing 15 posts - 1 through 15 (of 21 total)

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

Open Support Ticket