GD 1.3.6 and Avada Theme

This topic contains 32 replies, has 13 voices, and was last updated by  Paolo 9 years, 2 months ago.

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

Open Support Ticket
  • Author
    Posts
  • #30431

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    🙂

    #30437

    tobid
    Expired Member
    Post count: 2

    @stiofan: Great! It works… Thanks.

    #30500

    Carola Matthes
    Free User
    Post count: 2

    I have same Problem, but dont work for me.

    i have insert the Head Changes and install newest Version
    than i have insert this Fix here to, but Top and Bottom Positions are not showing anything.

    I have insert the Map in Top Position, but still will not display. Any Ideas about this ?

    Thanks kasi

    #30562

    Paolo
    Site Admin
    Post count: 31206

    HI Carola,

    please provide link and wp admin credentials in a private reply and we will look into it.

    Thanks

    #31142

    davel
    Buyer
    Post count: 4

    Hi guys, I am using Geo Directory 1.3.6 and Avada. I see that the compatability Plugin is no longer necessary. Great.

    My Directory page will not show up now. I have added the code to the header.php of a clean child theme however the 2nd line of code that you want to replace is not exact. It is slightly different. Can I get a header.php file from somewhere that I can directly use? Very hard to troubleshoot when the header code is different than the link you provide here:
    http://docs.wpgeodirectory.com/avada-compatibility-header-php/

    #31148

    Paolo
    Site Admin
    Post count: 31206

    Are you using the latest version of Avada? Because the header code provided where taken from the latest version.

    let us know.

    Thx

    #31276

    davel
    Buyer
    Post count: 4

    Yes I am using the most current version of Avada v3.7.3 and the code for the 2nd edit is different.

    I am not able to know if the code works because of this.

    The first edit is fine, the code to replace is exact. The 2nd edit code is different

    Edit 2)

    WHEN I LOOK FOR THIS:

    ?>
    <div id=”main” class=”clearfix <?php echo $main_class; ?>”>

    I GET THIS:

    ?>
    <div id=”main” class=”clearfix <?php echo $main_class; ?>” style=”<?php echo $main_css; ?>”>

    SEE THE DIFFERENCE?

    I am not sure what to replace exactly and have tried many combinations and none have worked. That is why I was asking for the header.php in its entirety. Please someone help

    #31339

    Paolo
    Site Admin
    Post count: 31206

    Hi,

    simply :

    
    
    do_action('avada_before_main');
    ?>
    <div id=”main” class=”clearfix <?php echo $main_class; ?>” style=”<?php echo $main_css; ?>”>

    Thanks

    #31432

    davel
    Buyer
    Post count: 4

    Thank you my geo FINALLY works again!

    the header.php fix doc that you provide with the plugin should read more like this to avoid confusion:

    Edit 1)
    Look for:
    1

    avada_current_page_title_bar( $c_pageID );

    Replace with:

    if(apply_filters( ‘avada_current_page_title_bar_change’, false,$c_pageID)){ do_action(‘avada_replace_page_title’,$c_pageID); }else{
    avada_current_page_title_bar( $c_pageID );
    }

    Edit 2)

    Look for:

    ?>
    <div id=”main” class=”clearfix <?php echo $main_class; ?>”>

    Replace with:

    do_action(‘avada_before_main’);
    ?>
    <div id=”main” class=”clearfix <?php echo $main_class; ?>”

    #31433

    davel
    Buyer
    Post count: 4

    Hey thanks alot. I really appreciate it.

    #31439

    Paolo
    Site Admin
    Post count: 31206

    You are very welcome 🙂

    #32438

    mstopa
    Buyer
    Post count: 212

    Gentlemen,

    Forgive me, but I’m not sure I did this correctly. I’m new at editing php and while it seems like a simple copy and paste, WordPress doesn’t want to refresh properly.

    I copied the header.php from the core Avada theme to the child theme and renamed it header-copy.php. Then I attempted to edit it and renamed it header.php. I left the original child theme header file in there, now renamed header-orig.php.

    But it doesn’t seem to work.

    I will provide login details in a private reply.

    Thank you for any help you can provide.

    Marsha

    #32439

    mstopa
    Buyer
    Post count: 212
    This reply has been marked as private.
    #32485

    mstopa
    Buyer
    Post count: 212

    I must have missed or added something.

    I’m seeing style=””> appear on some of the draft Avada theme pages and <div class=”clearfix”></div> on others.

    Please advise!

    Thanks,
    Marsha

    P.S. Should I have posted this as a new thread? Apologies if I goofed.

    #32582

    Paolo
    Site Admin
    Post count: 31206

    Hi,

    draft Avada theme pages = support request for Avada support theme? 🙂

    We provide support for GeoDirectory plugin related things only. Not for WordPress general things or 3rd party products.

    Thanks

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

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

Open Support Ticket