Issues after changing to a different child theme?

This topic contains 7 replies, has 3 voices, and was last updated by  Simone 9 years, 9 months ago.

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

Open Support Ticket
  • Author
    Posts
  • #9827

    m forbes
    Full Member
    Post count: 338

    Not sure what section to put this…

    Using Genesis and child theme. Changed to new child theme. Went in to adjust a few widgets (I did not have many in place). Did not like the layout. Reactivated original child theme. And here are the glitches that I am noticing so far:

    1. Maps do not show on listing detail pages.
    2. In detail, right side info, shows “login failed” even though I am logged in as admin. This might be because, even though I have deactivated “theme my Login”, the plugin’s pages are still showing in Pages section.
    3. Custom code that was offered here, https://wpgeodirectory.com/support/topic/help-with-coding/page/2/#post-8978 to allow CPTs to be listed on Add Listing page is now showing Events as a CPT though the code was written so that Events would not show.

    I have done nothing to GD settings except to deactivate the multi Locations plugin.

    Was moving right along prior to this!

    Any ideas as to why this is happening? I’m about to pop a vein!! Urgg…

    thanks

    #9828

    Paolo
    Site Admin
    Post count: 31206

    Hi,

    with such a number of problems I could help only by looking into it directly. Can you povid a link and admin credentials?

    Thx

    #9975

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

    Paolo
    Site Admin
    Post count: 31206

    1. Maps were not working because all CPT and categories were disabled (geodirectory > design > map – untick = enabled / ticked = disabled)

    2. This was happening because google analytics default setting is set to yes but there are no login details. so the login fails. (geodirectory > general > google analytics)

    3. I asked Simone to follow up on the code he provided. Not sure what’s wrong there.

    #10011

    Simone
    Expired Member
    Post count: 3515

    Hi,

    3- test with the attached file, if itsnt working as supposed, I need to debug your website (I will explain it later, in case it isn’t working now 🙂 )

    #10014

    m forbes
    Full Member
    Post count: 338

    Oh very strange about the google analytics settings, I have never messed with that at all, and I do not remember ever messing with the map settings regarding your reference, sorry on phone, short reply. Thanks!!!!

    #10017

    m forbes
    Full Member
    Post count: 338

    Simone, yes the above code works! Thanks!

    The only difference I notice between the two codes is array( 3 ) instead of array( 1 ) in the first code:

    //remove the position 1 (gd events from the new array)
    $filtraevento = array( 3 );

    Curious as to what the difference does :). I am code challenged!

    Maybe I’ll just turn on debugging for a while and see what comes up!

    Thank you so much for the awesome support!

    #10045

    Simone
    Expired Member
    Post count: 3515

    Hello, yes that’s the only modification, basically your events post type is the forth item in the array (in my test site it is the second), so i changed to 3 because of…0-1-2-3 (4th element to hide 🙂 )

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

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

Open Support Ticket