Stiofan O'Connor

Forum Replies Created

Viewing 15 posts - 781 through 795 (of 13,774 total)
  • Author
    Posts
  • in reply to: Default Value for Custom field #473768

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    Try adding something like this to the start of the option values

    Select state /,

    Stiofan

    in reply to: Map missing #473766

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    I have fixed the JS conflict and applied the fix to your site (clear your browser cache if you still see the issue)
    This fix will be in the next release of GD core.

    Thanks,

    Stiofan


    Stiofan O’Connor
    Site Admin
    Post count: 22956

    the login details do not seem to have admin access, i can’t get to the backend.

    Stiofan

    in reply to: Featured and Non-Featured Categories #473647

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    Hi Robert,

    It seems to be working the way u want as far as i can tell?
    Sub categories are pushed under the main cat, maybe thats the issue u are having.

    Stiofan

    in reply to: MY ACCOUNT NOT SHOWING DASHBOARD OPTIONS #473643

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    1. I have set it so it will redirect back to the add listing.
    2. i have added the profile widget to the sidebar so a user can view their stuff anytime.

    Stiofan

    in reply to: Site gone blank on v1-v2 conversion #473630

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    5. i’m not sure ur reading my answers?

    “the “role” settings only show when “logged in users” is selected, its a hidden menu.”

    Help him understand

    12. This is/was theme specific, though we do plan to add a general way to do this very soon. BP might already have a widget (maybe not, i don’t use it much)

    13. geodir_temp is us, we store images there very briefly, the others i think are WPI, they look like files related to IP locations that is used to locate a user for tax reasons.

    Thanks,

    Stiofan

    in reply to: Featured and Non-Featured Categories #473622

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    Hi Robert,

    CPT is an acronym for Custom Post Type, so for places its under Places>Settings>Sorting and for Events its under Events>Settings>Sorting

    Thanks,

    Stiofan

    in reply to: MY ACCOUNT NOT SHOWING DASHBOARD OPTIONS #473620

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    Hi Robert,

    1. I see you are using UWP, if you set registration to auto log the user in it will redirect back to the add listing, if not please add instructions in the registration email.

    As Paolo mentioned, adding without loggin in will allow the user to skip going to the registration page, effectively they are either registered when adding or the listing will be added to their account if they already have one with the same details.

    2. you did not have the correct shortcode on that page, i have added it, you can set where the user is redirected to on login under the UWP login settings. (this will go there unless there is a url redirect query arg)

    The profile page shows the listings, you did not have that set to show. You can let the user get there via the GD Dashboard widget or the UWP login widget can be set to show a UWP dashbaord once logged in.

    Stiofan

    in reply to: Search not working anymore #473608

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    I do see some issues on the search page but i can’t replicate on my site, please also provide FTP and i’ll have a look.

    Thanks,

    Stiofan

    in reply to: PHP 7.0 errors #473603

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    These are all fine, most are WP functions that also start with mysql_ which seem to be flagging this…

    Thanks,

    Stiofan

    in reply to: Featured and Non-Featured Categories #473602

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    Hi Robert,

    Where? Add listing page?

    As with GDv1 you exclude categories from packages that you don’t want to be selectable from the packages, the packages screen is under the CPT>Settings>Packages now.

    You have many options for sorting listings, you can read about featured sorting here: https://wpgeodirectory.com/docs-v2/geodirectory/featured-listings/#sorting

    Thanks,

    Stiofan

    in reply to: Search Page with NewsPaper theme #473596

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    Hello,

    I have been looking at this over the last few days and the only reliable way i can get everything to work with BB is with Beaver Themer, i have tested this with details, archive and search pages and its working, do you have that plugin? if so give it a try. We have added a notification for this which will be in the next release.

    Thanks,

    Stiofan

    in reply to: Site gone blank on v1-v2 conversion #473591

    Stiofan O’Connor
    Site Admin
    Post count: 22956
    This reply has been marked as private.
    in reply to: SIV2 does not allow for User error correction #473585

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    GDv2 now has features that auto save a listing in the background, so for example if you are half way through adding a listing and your laptop battery dies, you can login via your phone, go to the add listing page and continue where you left off, all without submitting it.

    If ofcourse you have info there you don’t want to keep it gives you the option to delete it once u revisit the add listing page.

    Thanks,

    Stiofan

    in reply to: Site gone blank on v1-v2 conversion #473401

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    Hey,

    1. I think we have different idea’s about what “left” sidebar is 🙂
    Anyway, it was a widget setting under advanced settings “Do not filter for current viewing post type”

    2. It was a widget setting.

    3. Looks like u resolved this.

    4. GDB adds a WP advanced cache PHP file outside the plugins folder like many caching plugins, it needs to be disabled before being deactivated. GDB will be retired shortly.

    5. This seems to work for me, maybe i’m missing something, if so please give exact details.

    6. There is a very long answer to WHY, the TDLR is we have moved to outputing the images as responsive images like WP, so it loads the size the browser needs and not the largest one like in v1, this has all sorts of benefits, at the same time we chose not to Stretch the images (we can never please everyone here) We do plan to add an option for this.
    You seem to have tried to add the CSS (i don’t know where) but got it wrong

    .geodir-image-container ul.geodir-images li img {
        object-fit: contain!important;
        height: 100%!important;
    } 

    Should be

    .geodir-image-container ul.geodir-images li img {
        object-fit: cover !important;
        height: 100% !important;
    }

    7. Looks like u resolved, in some cases the conversion can cause some tabs to be created more than once, its something we are looking at.

    8. You edit packages from CPT(main menu item)>Settings>Packages

    I’m sure you understand why we and WP recommend you update anything on a staging site first. This is a Major update, like any other major software version change it brings many benefits and the choice to update is yours.

    Thanks,

    Stiofan

Viewing 15 posts - 781 through 795 (of 13,774 total)
20% Discount Offer
Hurry! Get your 20% discount before it expires. Get 20% Discount