Alex Rollin

Forum Replies Created

Viewing 15 posts - 22,021 through 22,035 (of 23,809 total)
  • Author
    Posts
  • in reply to: "Latest Place" sorts by Publish Date not Join Date #414092

    Alex Rollin
    Moderator
    Post count: 27815

    Hello Mike,

    have you tried using the “Latest” sort?

    in reply to: Text on unpaid listings #414091

    Alex Rollin
    Moderator
    Post count: 27815

    Hello Joy,

    For now that text can be changed with translation.

    For the future:

    Do you have a recommendation for the text that fits based on the criteria, to differentiate the case from any other case?

    Here are some of my own thoughts on the matter, feel free to contribute your own:

    For my own clarification, this is specifically when the listing has been claimed, or the listing was added by the business owner resulting in claimed status, and the listing cannot be in draft mode.

    GD assumes the same, that, if published, either no package or free package or a package that will expire eventually, because if the listing is in published. If it was a draft, then the owner couldn’t access it at all. In all cases ‘renew’ is a single word that covers the options. It may not be the best word. “Renewal Options”?

    Your thoughts?

    in reply to: GMap Home page #414090

    Alex Rollin
    Moderator
    Post count: 27815

    Hello Laszlo,

    Please check here for map issues:

    https://wpgeodirectory.com/docs/troubleshooting-guide/#maps

    Let us know what works for you, or, if you can’t find the problem, we can review your settings.

    Just make a private reply with the following details so our team can take a look:

    WordPress Credentials
    WP Admin URL:
    WP Admin Username:
    WP Admin Password:

    FTP Credentials
    FTP Host:
    FTP Port:
    FTP User:
    FTP Password:

    Thanks for writing in today

    in reply to: how do I move " Add Listing" from my nav menu #414089

    Alex Rollin
    Moderator
    Post count: 27815

    Hello,

    glad you found an example that works for you!

    in reply to: Issue with WPML 3.9 (no more need for duplicates) #414088

    Alex Rollin
    Moderator
    Post count: 27815

    Hi Marc,

    we have a task scheduled to take a look at the new WPML features.

    Thanks for staying in touch and keeping us informed about what you find.

    We will be taking a closer look at this after GD V2 is released.

    https://wpgeodirectory.com/geodirectory-v2-goals-development-plan/

    Thanks for letting us know

    in reply to: Remove Detail Link and Image for Free Package #414087

    Alex Rollin
    Moderator
    Post count: 27815

    Hello,

    You can try to customize that with a snippet and css.

    Use the snippet for adding package-id

    https://wpgeodirectory.com/docs/common-code-snippets/#package

    Then customize your CSS to do what you want in listings or in the detail page based on the package ID attribute.

    Read here about snippets and CSS near the bottom:

    https://wpgeodirectory.com/docs/customizing-your-style/

    If you customize, do consider how you will manage testing for and deploying updates:

    https://wpgeodirectory.com/docs/installing-addons/#updates
    http://www.wpbeginner.com/wp-tutorials/how-to-create-staging-environment-for-a-wordpress-site/

    Thanks for writing in

    Alex
    Hire GD Experts to implement your customization or manage your updates at https://geodirectoryexperts.com

    in reply to: GD & Formidable #414086

    Alex Rollin
    Moderator
    Post count: 27815

    Hi Joy,

    It is not possible to run two ReCaptcha on the same page.

    The double loading is actually detected by Google as an attempt to evade the security and an error is returned.

    This is one of the reasons that the send enquiry form is designed to load a popup with a URL that is different than the listing URL.

    Forms nowadays on larger sites are usually included in popups or sub-pages for this reason. Many solutions work by passing information in the URL, as opposed to a deeper integration that would require inclusion into a listing page that must be optimized for SEO vs login or security.

    Thanks for letting us know you got it worked out.

    in reply to: Photos Vanish #414085

    Alex Rollin
    Moderator
    Post count: 27815

    Hello Kent,

    we would need to take a look to see what the issue is.

    You can make a private reply and include your details. Then one of our team will be able to review your settings.

    This issue can be cache related. You can try disabling cache and non-GD plugins to identify the culprit.

    URL where we can see the issue:

    WordPress Credentials
    WP Admin URL:
    WP Admin Username:
    WP Admin Password:

    FTP Credentials
    FTP Host:
    FTP Port:
    FTP User:
    FTP Password:

    in reply to: Data Law #414084

    Alex Rollin
    Moderator
    Post count: 27815

    Hello,

    That sounds like a good question for other members!

    Let’s see if anyone has a reply

    (We don’t provide legal and tax advice)

    in reply to: Related listing & auto approve event posting #414083

    Alex Rollin
    Moderator
    Post count: 27815

    Hello Steve,

    yes, that’s a good tutorial, and you have followed those steps?

    You have the price package setup and options reviewed at:

    GD > Design > Detail > Linked events settings

    We don’t have any reports of any other issues with this feature, so, if you review the settings you should be able to find the issue.

    (Could you have hidden it with CSS, perhaps?)

    We can take a look, just write back with your details:

    WordPress Credentials
    WP Admin URL:
    WP Admin Username:
    WP Admin Password:

    FTP Credentials
    FTP Host:
    FTP Port:
    FTP User:
    FTP Password:

    in reply to: Couple Questions / Issues #414082

    Alex Rollin
    Moderator
    Post count: 27815

    Hello Michael,

    1#

    This can be accomplished with CSS. Each post type has a class that is specific to the post type.
    Please see https://wpgeodirectory.com/docs/common-styling-examples/#cpt-reviews
    There are multiple cases handled there, choose the CSS you need or customize based on your need.
    https://wpgeodirectory.com/docs/customizing-your-style/
    An example:

    
    
    .gd_event-template-default li#reviewsTab {
        display: none;
    }
    

    2#

    I just did a login from a listing, ostensibly to add a comment, and was redirected to the front page. I will confer with my colleague as to whether the “You must be logged in to post a comment” link to Login should make a redirect back to the listing to make a review.

    in reply to: Related listing & auto approve event posting #414043

    Alex Rollin
    Moderator
    Post count: 27815

    Hello,

    I think you might be looking for a text link in the right sidebar. That’s how linked ‘stuff’ shows up, usually.

    in reply to: My account menu supreme theme #414042

    Alex Rollin
    Moderator
    Post count: 27815

    Hello,

    that is a member submitted snippet. You will need to hire a developer to work on customization.

    in reply to: Couple Questions / Issues #414041

    Alex Rollin
    Moderator
    Post count: 27815

    Hello,

    you can hide the entire reviews tab/list item with CSS. See:

    https://wpgeodirectory.com/docs/common-styling-examples/#cpt-reviews
    https://wpgeodirectory.com/docs/customizing-your-style/

    For #2, you are talking about your site? When you register with email and password?

    in reply to: Director Starter – how to make it mobile friendly #414040

    Alex Rollin
    Moderator
    Post count: 27815

    Hello,

    have you enabled the autocompletion for title? That might bring up the listing with chinese in the name.

    Otherwise they would need to select the vegan category, and then search chinese and if chinese is in the description then yes, it should come up.

Viewing 15 posts - 22,021 through 22,035 (of 23,809 total)
20% Discount Offer
Hurry! Get your 20% discount before it expires. Get 20% Discount