Kor
Forum Replies Created
-
AuthorPosts
-
Hi Roberto,
Thanks for your post. The mobile display uses the mobile dropdown for list or tabs.
You can customize it with CSS to remove the mobile display, but we don’t do customizations here in the forum and I hope you understand.
Hi Jay,
Thanks for your post. The listed plugins are all optional for GDv2.
February 20, 2020 at 7:19 pm in reply to: How to delete the grey areas in the search results page #531456Hi Karin,
Thanks for your reply. Could you please try using the custom CSS code below and see if it’s what you’re looking for?
body ul.geodir-category-list-view li .gd-list-item-right .geodir-field-post_content .gd-read-more-fade, body ul.geodir-category-list-view li .gd-list-item-right .geodir-post-content-container .gd-read-more-fade { background-image: none!important; }
February 20, 2020 at 5:08 pm in reply to: In GD Archive template the search engine does not behave as on the home page #531445Hi memorex,
I’ve just updated my post above. Upload limitations 🙂
February 20, 2020 at 5:02 pm in reply to: In GD Archive template the search engine does not behave as on the home page #531442This reply has been marked as private.Hi Roberto,
Thanks for your reply. It should display a search “magnifying glass” icon. Could you share your Website WP admin access here in private reply so that I could check why it is not working for you?
Hi Vij,
Thanks for your reply. I get what you mean now. Kindly insert the custom CSS code below to achieve what you needed there.
@media only screen and (max-width: 800px) { body ul.geodir-category-list-view>li { width: 100% !important; } }
Hi Andreas,
Thanks for your post. This sounds like a cache related issue. Could you please clear your Website cache and see if it fixes it? If not, share your Website WP admin access here in private reply and we’ll check this out for you asap!
Hi Roberto,
Thanks for your patience. You can use the custom CSS code below to resize it. Insert into WP > Appearance > Customize > Additional CSS
@media (max-width: 992px){ .site-logo-wrap { width: 30%; } }
Hi Roberto,
Thanks for your post. Could you share some screenshots from your end? Also, share the URL of the page in question here.
Thanks!
February 20, 2020 at 9:52 am in reply to: How to delete the grey areas in the search results page #531375Hi Karin,
Thanks for your post. We can use custom CSS code to change the color. Could you share the URL of the page in question here?
Hi Zul,
Thanks for your post. You can change it using the custom CSS code below.
body { color: #f35d08; }
This reply has been marked as private.Hi Vij,
Thanks for your post. If you want to display list view on Archive Page, edit the template here https://wpgeodirectory.com/docs-v2/templates/archive/ and change the gd_loop shortcode to the below.
[gd_loop layout="0"]
Hi Fraser Johnson,
Thanks for your post. You can remove the icon and near text using custom CSS code. Could you share your Website URL here? As for your second question, you can adjust the max results as explained here https://wpgeodirectory.com/docs-v2/addons/advanced-search/#settings
-
AuthorPosts