wording in pkg for image upload and 1 cpt in map not displaying

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

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

Open Support Ticket
  • Author
    Posts
  • #388376

    m forbes
    Full Member
    Post count: 338

    Driving me crazy :).

    1. I am using the location page for a search page, Have the GD Home map widget in GD home content. Several cpt’s, all showing well in map except one! All cpt settings appear the same. The problem one is only showing one entry (there are 24) and does not zoom, as all of the other’s do.

    2. When adding a listing (free, allowed one image), the language is saying:

    Add Images : (You can upload more than one images to create image gallery on detail page)
    (You can upload 1 image with this package). Is this what it is suppose to say? do I need to go into language and change this?

    That’s it for now :). To view the location/map, I will send URL in private.
    Thanks!!!

    #388377

    m forbes
    Full Member
    Post count: 338
    This reply has been marked as private.
    #388457

    Paolo
    Site Admin
    Post count: 31206

    Hi,

    please make sure the credentials provided are for an admin user.

    Let us know,

    Thanks

    #388463

    m forbes
    Full Member
    Post count: 338

    they are for an admin user.

    cpt/map in question is “places to eat”.

    thanks.

    #388575

    Paolo
    Site Admin
    Post count: 31206

    I can’t visit the dashboard, if I try to visit http://kamuela.com/wp-admin after logging I’m redirected again here: http://kamuela.com/user-login

    So either this is not admin or there is a script preventing access to wp-admin.

    Let us know,

    #388608

    m forbes
    Full Member
    Post count: 338

    Urg… I added this snippet to disable default wp-login page, and it seems to have a glitch with the UsersWP login/logout menu link options. (would really love to hide wp-login page, any ideas…)

    
    
    // Hide default login
    add_action('init','custom_login');
    function custom_login(){
     global $pagenow;
     if( 'wp-login.php' == $pagenow && !isset($_REQUEST['action']) ) {
      wp_redirect('http://xxx.com/user-login');
      exit();
     }
    }

    So, I removed it, deleted and re added the login/logout links in menu and seems to be working now. Sorry for wasting your time. Please try again.

    #388700

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

    m forbes
    Full Member
    Post count: 338

    Ahh, super cool! I thought I had gone through and set all restaurant listings on map but must have missed that one! Thank you!!!

    And thanks on #2 :).

    #388714

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    No probs 🙂

Viewing 9 posts - 1 through 9 (of 9 total)

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

Open Support Ticket