Kor
Forum Replies Created
-
AuthorPosts
-
Hi there,
Thanks for your post. This can be achieved using custom CSS. Do you think you can share your Website URL here so that we could take a better look at it?
Thanks!
This reply has been marked as private.Hi Jeff,
Thanks for your post. I’ve corrected the code I’ve given here https://wpgeodirectory.com/support/topic/map-bubble-cutting-off-images/#post-441630 and it should fix the issue you had there. Could you please check?
Thanks!
Hi Hendrik,
Thanks for your reply. Not sure why we keep getting a mixed result as this is what I’m getting on my mobile. How about temporarily switch “off” all cache until we’re finished with the stylings.
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!
Hi hendrik,
Insert the custom CSS code below to fix it.
@media only screen and (max-width: 600px) { .gd-search-input-wrapper.gd-search-field-cpt {display:none!important;} }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; }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; }Hi Debasis,
Thanks for your post. This can be done via translation method https://wpgeodirectory.com/docs/translating-addons/ . If you’re not sure, you can follow the instructions here. https://wpgeodirectory.com/support/topic/change-text-do-you-wish-to-be-geolocated_/
This reply has been marked as private.Hi Sanjiv,
Thanks for your reply. Unfortunately, that can’t be done without customization and I hope you understand. But you can always find a developer here that can work it out for you. http://geodirectoryexperts.com/
Thanks!
Hi Sanjiv,
Thanks for your reply. You can achieve this by changing to a “List View” and here is the section of the documentation for your reference. GD > Design > Detail > DETAIL PAGE TAB SETTINGS > Show as list .
Hi Sanjiv Khullar,
Thanks for sharing but both plugins will not work as you required. It is normally used for migration purposes. eg,
replaces all instances of an old url with a new one.
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/
This reply has been marked as private. -
AuthorPosts