Alex Rollin

Forum Replies Created

Viewing 15 posts - 6,316 through 6,330 (of 23,809 total)
  • Author
    Posts
  • in reply to: Add Listing Page #508270

    Alex Rollin
    Moderator
    Post count: 27815

    If you add a cart, and all packages are free, then the users will not see the cart anyways.

    Why not just deactivate pricing manager?

    Why do you need packages?

    in reply to: Front Page of Site #508269

    Alex Rollin
    Moderator
    Post count: 27815

    To make the header transparent, review the customizer settings and remove the color in the header setting.

    WP Backend – Appearance – Customizer – Header

    https://wpgeodirectory.com/docs-v2/themes/supreme/#customizer

    in reply to: Add listing page queries #508268

    Alex Rollin
    Moderator
    Post count: 27815

    They will be users on your site, so you can find them under:

    WP Backend – Users – All

    in reply to: Downgrade not removing images #508266

    Alex Rollin
    Moderator
    Post count: 27815

    It appears to be expired now.

    To test if GD is working you can set a non-recurring package to expire yesterday, and then run the tool to for the expiry check

    GD – Status – Tool – Expiry check

    You can test as you describe, but in some cases the action from Paypal will take some time, sometimes up to a day.

    in reply to: Hero Area in the Homepage: how can we edit it? #508257

    Alex Rollin
    Moderator
    Post count: 27815

    Hello,

    Supreme doesn’t have a frontend-accessible template for the feature area of the home page.

    Instead a customization of the theme is required, and we do not recommend it because supreme is a child theme and change to themes files will be overwritten on update.

    For your reference the home page featurea area is at line 150 in supreme-directory/inc/geodirectory-compatibility.php

    https://wpgeodirectory.com/docs-v2/themes/supreme/#popular

    in reply to: No Records Found #508252

    Alex Rollin
    Moderator
    Post count: 27815
    This reply has been marked as private.
    in reply to: Can't create new places or events #508222

    Alex Rollin
    Moderator
    Post count: 27815

    That is usually an https/http error. Do you have an SSL certificate on your site?
    You can try the ‘Really Simple SSL’ plugin to help force https.

    If that’s not the issue please share WP Admin credentials and login URL in a private reply and we can check the settings.

    in reply to: Add Listing Page #508195

    Alex Rollin
    Moderator
    Post count: 27815

    If you are using packages for sorting, great, but you will need a cart for checkout.

    in reply to: Add listing page queries #508194

    Alex Rollin
    Moderator
    Post count: 27815

    Those fields are for the user and not saved with the listing except as the listing author.

    in reply to: Customize Javascript for ratings section. #508177

    Alex Rollin
    Moderator
    Post count: 27815

    Yes, you can use a plugin like code snippet so that you can continue to update the child theme and plugin.

    https://wpgeodirectory.com/docs-v2/faq/customizing/#custom-code

    in reply to: How do user login and logout after an upgarde to V2 #508176

    Alex Rollin
    Moderator
    Post count: 27815

    From https://wpgeodirectory.com/docs-v2/geodirectory/account-management/

    Home Docs GeoDirectory CoreAccount Management
    Account Management
    Summary WordPress Settings GeoDirectory Settings Get Support FAQ – Frequently Asked Questions

    Summary
    In this document we cover the settings for account and listing management. You can use the WordPress login management system,

    WordPress Settings
    Anyone Can Register
    If you want users to be able to register on your site, there is a WordPress setting to enable. Find the setting at:

    WordPress – Settings – General – Anyone Can Register (CHECK)

    Access to WP Admin
    GeoDirectory provides a setting to help you disallow specific user roles from accessing WP Admin.

    This is useful if you want to make sure that your directory visitors, either new users (Subscribers) or listing owners (Authors), cannot access the WordPress backend.

    Find the setting at:

    GeoDirectory – Settings – General – Restrict wp-admin

    WordPress Admin Bar
    WordPress has a “WP Way” policy that prohibits plugin and theme authors from hiding the WordPress admin bar.

    Find out how to remove the WordPress admin bar here: https://wpgeodirectory.com/docs-v2/faq/common-examples/#account-management

    WordPress Login System
    WordPress comes with a system for managing registration, login, and password resets.

    If you want to use the WordPress login system, you can add these links to your site navigation menu as Custom Menu links.

    The links are as follows:

    Login
    /wp-login.php
    Register
    /wp-login.php?action=register
    Lost Password
    /wp-login.php?action=lostpassword
    Logout
    /wp-login.php?action=logout
    Tip: How to add custom menu links

    Redirection
    To redirect login or registration links you can use UsersWP or a 3rd party plugin. If you want to create a customization you can use custom functions like this one for redirecting WP login links.

    GeoDirectory Settings
    Allow posting without logging in?
    If visitors land on your add-listing page before they are logged in, they will normally see a login box provided by WordPress.

    Instead, you can enable this option, and users will be able to fill in their name and email so they can add a listing and create an account with one form.

    Find the setting at:

    GeoDirectory – Settings – Allow posting without logging in?

    Read more

    Add Listing page login/register
    If a user is not logged in, and you have not allowed logged out users to post as described above, then you will see links for Login and Register. These are the default WordPress links. Other plugins may have settings to redirect these links to specific forms or pages. UsersWP has settings to redirect these links.

    If you are not seeing the “Register” link as shown in the above image, it is because you have not set the option to allow anyone to register, as described in the first section of this page.

    If you don’t see either link then the GD Add Listing element can be adjusted to make use of additional options.

    Use the shortcode builder to create a new add listing page shortcode and use the options to enable the links and change the message that is displayed.

    Example

    
    
    
    [gd_add_listing show_login="1" login_msg="Please use the links to login or register before adding your listing"]
    in reply to: Front Page of Site #508175

    Alex Rollin
    Moderator
    Post count: 27815

    Did you set the image you want as the featured image of the page you set as the Front page? If that is not working please create a new topic and we will help you with that. This topic was about adjusting the height of the image and that was resolved. You can follow up with a private reply that includes updated login credentials as the ones in this topic are no longer valid.

    in reply to: Add Listing Page #508174

    Alex Rollin
    Moderator
    Post count: 27815

    The screenshot did not show the error.
    Now that I check I see it is the ‘no cart selected’ error.

    If you want to use Pricing Manager, then you must select a cart and install that cart.

    Otherwise, please uninstall Pricing Manager.

    Thanks

    in reply to: The details column in the place information, dissapeared #508171

    Alex Rollin
    Moderator
    Post count: 27815

    Hello,

    to complete the setup of GDV2 please see:
    https://wpgeodirectory.com/docs-v2/geodirectory/getting-started/

    You can run the setup wizard to add the important widgets, or do it manually as described on that page.

    in reply to: Login and Register Page #508170

    Alex Rollin
    Moderator
    Post count: 27815

    Please post to https://userswp.io/support/

    Thank you

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