GD 1.3.6 and Avada Theme
This topic contains 32 replies, has 13 voices, and was last updated by Paolo 9 years, 8 months ago.
We have moved to a support ticketing system and our forums are now closed.
Open Support TicketTagged: 1.3.6, avada, child theme, Geodirectory, header.php, theme compatibility
-
AuthorPosts
-
February 9, 2015 at 5:56 pm #30431
🙂
February 9, 2015 at 6:11 pm #30437February 9, 2015 at 10:36 pm #30500I 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
February 10, 2015 at 3:54 pm #30562HI Carola,
please provide link and wp admin credentials in a private reply and we will look into it.
Thanks
February 16, 2015 at 11:22 pm #31142Hi 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/February 17, 2015 at 1:26 am #31148Are you using the latest version of Avada? Because the header code provided where taken from the latest version.
let us know.
Thx
February 18, 2015 at 5:06 pm #31276Yes 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
February 19, 2015 at 1:48 am #31339Hi,
simply :
do_action('avada_before_main'); ?> <div id=”main” class=”clearfix <?php echo $main_class; ?>” style=”<?php echo $main_css; ?>”>
Thanks
February 19, 2015 at 4:21 pm #31432Thank 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:
1avada_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; ?>”February 19, 2015 at 4:22 pm #31433Hey thanks alot. I really appreciate it.
February 19, 2015 at 4:36 pm #31439You are very welcome 🙂
March 1, 2015 at 2:31 am #32438Gentlemen,
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
March 1, 2015 at 2:36 am #32439This reply has been marked as private.March 1, 2015 at 10:16 pm #32485I 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,
MarshaP.S. Should I have posted this as a new thread? Apologies if I goofed.
March 2, 2015 at 5:51 pm #32582Hi,
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
-
AuthorPosts
We have moved to a support ticketing system and our forums are now closed.
Open Support Ticket