Avada Compatibility – header.php

This topic contains 8 replies, has 2 voices, and was last updated by  selen 9 years, 3 months ago.

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

Open Support Ticket
  • Author
    Posts
  • #29407

    selen
    Free User
    Post count: 161

    Hello

    I did the change:
    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; ?>”>

    But , the instruction is always red……

    Iread “If you are using GeoDirectory with one of the theme for which a compatibility pack has been released, you will see the addon being deactivated automatically. Should this not happen, please disable any compatibility addon you have installed as they are no longer needed.” ……so

    it is the same thing for avada, or both?

    Selen

    #29409

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    A valid license is required to view this reply.

    You may need to login

    OR

    Buy either a Membership or valid license for this product.

    Thanks, Team GeoDirectory!

    #29414

    selen
    Free User
    Post count: 161

    A valid license is required to view this reply.

    You may need to login

    OR

    Buy either a Membership or valid license for this product.

    Thanks, Team GeoDirectory!

    #29551

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    A valid license is required to view this reply.

    You may need to login

    OR

    Buy either a Membership or valid license for this product.

    Thanks, Team GeoDirectory!

    #29584

    selen
    Free User
    Post count: 161
    This reply has been marked as private.
    #29662

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    A valid license is required to view this reply.

    You may need to login

    OR

    Buy either a Membership or valid license for this product.

    Thanks, Team GeoDirectory!

    #29684

    selen
    Free User
    Post count: 161

    A valid license is required to view this reply.

    You may need to login

    OR

    Buy either a Membership or valid license for this product.

    Thanks, Team GeoDirectory!

    #29686

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    A valid license is required to view this reply.

    You may need to login

    OR

    Buy either a Membership or valid license for this product.

    Thanks, Team GeoDirectory!

    #29702

    selen
    Free User
    Post count: 161

    A valid license is required to view this reply.

    You may need to login

    OR

    Buy either a Membership or valid license for this product.

    Thanks, Team GeoDirectory!

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