Kor
Forum Replies Created
-
AuthorPosts
-
Hi Timothy,
Thanks for your post. Could you possibly tell us what you’re trying to achieve there? Maybe we could point you the right direction without the need to add snippets to your Website.
Thanks!
Hi Myrianne,
Thanks for your post. There isn’t an option that allows you to set the number of emails to be sent and we’ll need to trouble this further on your end. Could you share your Website WP admin access here in private reply so that we could check further?
Thanks!
Hi Riki,
Thanks for your reply. You can adjust the height of the overlay using the custom CSS code below.
.map-places-listing { height: 40px!important; }Hi Ovidiu,
Thanks for your reply. Good to know. Enjoy GD!
Hi Eric,
Thanks for your post. Kindly refer to this post https://wpgeodirectory.com/support/topic/profile-reviews-question/#post-63492 that covers this topic.
Thanks!
Hi Irlene,
Thanks for your post. Just wondering if you’re aware of the Facebook requirements where your FB app needs to go through a review process as mentioned here https://wpgeodirectory.com/docs/social-importer-addon/
Thanks!
Hi HBS,
Thanks for your post. You can hide the “Profile Image” using custom CSS. Check out this article https://wpgeodirectory.com/docs/customizing-your-style/ . Or try this custom CSS code.
.sd .author-avatar { display:none!important; }Thanks!
Hi Riki,
Thanks for your post. Could you try inserting the custom CSS code into GD > Design > Scripts > Custom Style CSS and see if it fixes the issue you had there?
.map-places-listing { margin-top: 0px!important; }Hi Pepita,
Thanks for your reply. Definitely let us know if you’ve further questions.
Thanks
Hi Gene,
Thanks for your post. Let me try to answer your questions accordingly.
1. This can be achieved using a “Membership Plugin”, try s2membership
2. This isn’t possible without customization. The only way without customization would be to manually register a user from your Website using the GD registration page.
Thanks!
Hi Steve,
Thanks for your reply. Do you think you can share a WP admin access in private reply so that I could check out the page directly without the hassle to create a new user account? Also, provide a screenshot of the button if possible.
Thanks!
Hi PO,
Thanks for your reply. To make sure that you are doing this correctly. Let’s perform a troubleshooting by uploading the original copy of the Enfold Theme to your existing Website. Then, activate it and see if it fixes the GD Styling issues you’re facing now. If you’re worried about the changes being overwritten, why not back up your entire site before you proceed? Or perhaps you can clone the site to a staging URL? Let us know how it goes.
Thanks!
This reply has been marked as private.Hi fbernall,
Thanks for your reply. I only noticed it when I checked your Website using a Safari. It seems the browser doesn’t support “width: 100vh;” CSS as shown below. Will forward this to a developer.
.single-gd_event .sidebar, .single-gd_place .sidebar{ width: 100vh; }Hi Ovidiu,
Could you try using the custom CSS code below and see if it fixes the issue you had there?
@media only screen and (max-width: 600px) { .sd-homepage .featured-area, .sd-location .featured-area { min-height: 500px!important; } } -
AuthorPosts