Supreme Directory
This topic contains 20 replies, has 2 voices, and was last updated by Kor 7 years, 2 months ago.
We have moved to a support ticketing system and our forums are now closed.
Open Support Ticket-
AuthorPosts
-
August 19, 2018 at 5:52 pm #443093
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.
August 19, 2018 at 6:37 pm #443098Hi 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/
August 19, 2018 at 6:57 pm #443100Both 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.
August 19, 2018 at 7:38 pm #443105Noticed, 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.
August 19, 2018 at 8:23 pm #443106I’ve also just noticed that the above css did not remove the log in option for mobile.
Thanks.
August 20, 2018 at 8:09 am #443138This reply has been marked as private.August 20, 2018 at 8:32 am #4431421. 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.
August 20, 2018 at 8:56 am #443144Hi 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; }August 20, 2018 at 9:12 am #443145Thank 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.
August 20, 2018 at 12:30 pm #443175Hi 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; }August 20, 2018 at 12:47 pm #443178That worked perfectly, thanks for all your help.
August 20, 2018 at 12:51 pm #443180Sorry, just noticed that on details pages the image is too wide for the screen. The featured image at the very top.
Thanks.
August 20, 2018 at 12:59 pm #443182Hi 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!
August 20, 2018 at 1:50 pm #443194It’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.
August 20, 2018 at 2:00 pm #443198The homepage is worse if I landscape it.
-
AuthorPosts
We have moved to a support ticketing system and our forums are now closed.
Open Support Ticket