davel

Forum Replies Created

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • in reply to: GD 1.3.6 and Avada Theme #31433

    davel
    Buyer
    Post count: 4

    Hey thanks alot. I really appreciate it.

    in reply to: GD 1.3.6 and Avada Theme #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; ?>”

    in reply to: GD 1.3.6 and Avada Theme #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

    in reply to: GD 1.3.6 and Avada Theme #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/

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