Forum Replies Created
-
AuthorPosts
-
Thank you Rikard; it works perfectly now. I can now update the theme and add the updated header.php file to the child theme on the production site.
Also a shout out to manhattanctr for your suggestion; pretty sure my code is in fact php, but I’m glad your solution worked for you and thanks for chiming in.
- This reply was modified 3 years, 1 month ago by bkatzdesign.
Rikard:
This code worked perfectly in the child theme until this latest theme update. The developer is no longer available and this is not at all an easy thing to change. I am fairly certain this is an issue of placement; i.e. the code worked when I added it, but it created 2 headers. So the issue is the changes you made to the theme, and where the code needs to go to avoid the double header.In terms of your question about where the custom code should be added, I referenced the old_header.php; it was at the end of the file. If the code in private looks like the script I want to add, did you try adding it? I’m not sure where I should put it in this new header.php file, especially since the new header.php file does not have a closing ?> tag. I’d appreciate if you can add it in the correct place; then I can see whether it works. Thank you for your help solving this issue.
- This reply was modified 3 years, 1 month ago by bkatzdesign.
I had someone write the code but as far as I can tell, it starts on Line 83 in the old_header.php file, and continues to the end of the file. I’ve attached it in the private content section.
It’s purpose is to do a search by county on the Service Providers page.
Thanks.
Hi,
Thanks for the theme update to fix the missing logo; that’s working fine now on all the sites.But I’m having a problem with updating the header.php file in my child theme on this site ( with customization in the child theme header.php):
As manhattanctr mentioned in this feed, in your new header.php file there is no closing php ?> after this:
<?php
if( isset( $avia_config[‘temp_logo_container’] ) )
{
echo $avia_config[‘temp_logo_container’];
}do_action( ‘ava_after_main_container’ );
but when I appended my customization, I had to add one. Now I have 2 site headers! But if I remove the closing php ?> that I added on Line 257, the header.php file throws an error on Line 259 where my customization begins.
I don’t know the reason for not closing the php ?> but I can’t get my customization to work without closing it. But closing it creates a double site header.
Can you help?
Hi again:
I have at least 3 other sites that are experiencing issues after updating the theme to version 4.8.6.4! This is a real problem; hope you’ll be updating the theme with a more blanket fix soon.
The two issues are
1) the footer socket disappears on sites with customization in the child theme, and even on the staging3.evictionlegalhelp.org site where you replaced the header.php, the logo is gone in the header.
2) on other sites (without child theme customization in the header.php file), the logo has disappeared in the site header.Fortunately, I have only updated the staging sites for each of these so far.
Other client sites that I maintain that have issues since updating are:
https://staging1.massclavc.org (This site is missing the socket footer)
http://dev.kummerconsulting.com/consulting (missing the logo in the header)
https://staging2.mlac.org (missing logo in header)I’ll include the credentials in the private content. Thanks in advance for your help.
Hi Rikard:
The site seems to be working fine except the logo has disappeared in the header. Can you help get it back?Tried this but it did not work. What next?
Exactly the same problem here! I have a staging site that isn’t updated and the socket footer is working fine, but on the site with the updated version, no footer is visible.
February 16, 2021 at 12:16 am in reply to: Need css to adjust size and color of Post title and remove slash after date meta #1280659This reply has been marked as private.February 16, 2021 at 12:14 am in reply to: Need css to adjust size and color of Post title and remove slash after date meta #1280658This reply has been marked as private.December 18, 2017 at 10:42 pm in reply to: Header built in Advanced Layout Builder on the blog page suddenly disappeared #890273This reply has been marked as private.December 18, 2017 at 5:59 pm in reply to: Header built in Advanced Layout Builder on the blog page suddenly disappeared #890135This reply has been marked as private.This reply has been marked as private.This reply has been marked as private.I don’t need different plugins; just one — right now I’m trying them both out to see which one works best with the theme.
Do you have a suggestion for a good custom post types plugin that works well with Enfold? Here is what I want to do:
• have a listing of White Papers with short description and Read More link for each
• have a custom post type for each White Paper with title, author, description, plus have a linked order form in the sidebar to get the White Paper emailed (so the form needs to be linked to the individual post)Ideally I’d like to use the Avia Layout Builder or at least a widget that I can identify with each White Paper for the form.
Similar site is here https://www.vantagepartners.com/white_papers.aspx. That’s the listing page, then here is a sample individual post page with form:http://info.vantagepartners.com/alignment-for-the-future-revisiting-your-alliance-strategy
The problems I’m having right now are that I can’t link the custom posts to the White Pages page… how do I show the list of custom posts? Also can’t get the Read more to appear.
This reply has been marked as private.This reply has been marked as private.This reply has been marked as private.This reply has been marked as private.Hi Mike:
I’m can’t try this just yet, but when I do, I have a few questions:1) I should add this to the functions file in the Child Theme, correct?
2) Right now in the blog, the author meta is disabled, as well as the comments section. Will this code allow me to turn those and other post features on and off in the Enfold theme options?
Thanks.
This reply has been marked as private.This reply has been marked as private. -
AuthorPosts