Charla

Forum Replies Created

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • in reply to: Search page doesn´t run #497456

    Charla
    Full Member
    Post count: 10

    Have you tried re-saving the Permalinks under Settings?

    in reply to: No Matches Found For Country #497415

    Charla
    Full Member
    Post count: 10

    And yes, the map did load on the other pages.

    in reply to: No Matches Found For Country #497414

    Charla
    Full Member
    Post count: 10

    Thanks for the response. I ended up fixing it. I realized there were two tables in my database. One was like prefix_geo_countries and then another one was prefix_countries. After installing GeoDirectory and location manager via the software stack (Laragon) on my computer, I saw that only the prefix_countries table was created. Not sure why I had two country tables on the live site, it must not have updated properly doing the upgrade likely.

    On the live site for prefix_countries I also noticed that the fields were totally different from the one on the test server.

    I ended up exporting prefix_countries and importing it to the live site after changing the prefix name of the table – working properly now.

    in reply to: No Matches Found For Country #497250

    Charla
    Full Member
    Post count: 10

    I noticed in the console the following in the admin: Maps API Not Loaded. Could this be why it’s not loading the country?

    in reply to: Forum Error Access For Add-Ons #349304

    Charla
    Full Member
    Post count: 10

    Thanks, it seems that I’m able to access the add-on forums now.

    Thanks again.

    in reply to: Forum Error Access For Add-Ons #348734

    Charla
    Full Member
    Post count: 10

    That’s fine. And thank you.

    in reply to: Google Map Not Using SSL #346338

    Charla
    Full Member
    Post count: 10

    Change the code I believe it was between line 413 and 416. I modified the file and place the updated one in the child theme. Code used is below.

    
    
    if ( is_ssl()) {
    $img_old_url = 'https://maps.googleapis.com/maps/api/staticmap';
    $img_url = esc_url(add_query_arg($img_map_args, $img_old_url));
    				
    } else {
    
    $img_old_url = 'http://maps.googleapis.com/maps/api/staticmap';
    $img_url = esc_url(add_query_arg($img_map_args, $img_old_url));
    
    }
    in reply to: Google Map Not Using SSL #346322

    Charla
    Full Member
    Post count: 10

    Found that the url is coming from the theme in functions/general.php line 413.

    $img_old_url = 'http://maps.googleapis.com/maps/api/staticmap';
    in reply to: Google Map Not Using SSL #346227

    Charla
    Full Member
    Post count: 10

    Oh and by the way, the map on the places details page still does not include SSL for the image src it shows http://maps.googleapis.com.

    in reply to: Google Map Not Using SSL #346219

    Charla
    Full Member
    Post count: 10

    Sorry and thanks for the response. It seems that it is not Geo and I narrowed the problem down to multi-site. I kept trying different variations such as a different theme, disabling plugins, etc and figured not to upgrade multi-site network when it asked. When multi-site wants to be upgraded it corrupts or does something that causes the errors mentioned above as well as other issues (users not being able to login, user not being created, bbpress forum tag corruption with the id of 0 and more) in 4.7.1. What ended up happening is that I turned off multi-site, re-imported the database, checked to see if users could login and be created, turned back on SSL and everything works fine, so far.

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