Few issues, close to launch

This topic contains 33 replies, has 3 voices, and was last updated by  Stiofan O’Connor 7 years, 9 months ago.

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket
  • Author
    Posts
  • #243118

    lminternet
    Full Member
    Post count: 70
    This reply has been marked as private.
    #243119

    lminternet
    Full Member
    Post count: 70
    This reply has been marked as private.
    #243121

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    wp-admin details don’t work anymore…

    #243152

    lminternet
    Full Member
    Post count: 70

    They should .. I was on w server admin and we were shutting off and on settings to see if anything would work … what is your IP? maybe it got blocked for too many tries outside US.

    #243155

    lminternet
    Full Member
    Post count: 70

    By the way, I got it to work by selecting checkboxes in place settings>category display type …

    would that be a good work around maybe?

    I was having a hard time with address … not showing up correctly so I disabled auto-complete .. but now listing use OpenStreetMap instead of Google Maps .. how do I get Google Maps back?

    #243173

    Stiofan O’Connor
    Site Admin
    Post count: 22956
    This reply has been marked as private.
    #243176

    lminternet
    Full Member
    Post count: 70
    This reply has been marked as private.
    #243178

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    Please see my test script here which shows the problem: https://wpgeodirectory.com/support/topic/few-issues-close-to-launch/page/2/#post-243173
    That should be fixed before anything.

    For the maps, yes GD>Design>Maps>Google Maps API KEY

    #243179

    lminternet
    Full Member
    Post count: 70
    This reply has been marked as private.
    #243182

    lminternet
    Full Member
    Post count: 70

    The server admin wasn’t able to see any errors generated. What I’m going to do is move to another server anyway where the support is better and I’ll address this issue with them and maybe they’ll be better help.

    Can you please explain in technical terms what’s wrong so I know how to communicate this to them?

    #243186

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    Sure,

    Look at my server and the same test script:
    http://wpgeo.directory/test.php
    Click send and u will see and array of the Posted values, one is empty.

    On your server do the same here: http://www.myheathrowfl.com/test.php
    You will see it will not show the posted values if it is empty, it should still show even if it’s empty, this is broken, it’s the only server i have ever see do this.

    Thanks,

    Stiofan

    #243909

    lminternet
    Full Member
    Post count: 70

    Hi, other than the code you added to the functions file, did you do anything else or change a setting anywhere in order to make this work? We can’t seem to recreate it.

    i have added some code to your theme functions to make those two fields work:

    add_filter(‘geodir_show_geodir_testing_html’,’my_enable_shortcodes_on_field’,10,2);
    add_filter(‘geodir_show_geodir_special_offers’,’my_enable_shortcodes_on_field’,10,2);
    function my_enable_shortcodes_on_field($html, $variables_array){
    return apply_filters(‘the_content’, $html);

    #243969

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    No, if you want to add the ability to a new field you do it by replacing the html variable name in this line (or add as many as u need)
    add_filter(‘geodir_show_geodir_testing_html’,’my_enable_shortcodes_on_field’,10,2);

    Stiofan

    #244616

    lminternet
    Full Member
    Post count: 70

    Still having trouble with getting the add_filter to work. See screenshots. Shortcodes are still not displaying. Thanks!

    #244643

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    There was a bug where textfields were not passing the html variable, i fixed it on ur site originally, is this a different site?

    Stiofan

Viewing 15 posts - 16 through 30 (of 34 total)

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket