-
AuthorPosts
-
June 17, 2014 at 8:36 am #279882
Hi there!
I’ve got some help from your team member to shift a child theme. I suppose that after this process, I have a problem.
Our home page (https://www.insanayatirim.com/) layout, especially between slider and footer area has a problem justifying to browser frame. I want it to be like https://www.insanayatirim.com/egitimler/online-mulakat-deneyimi/ which has some space from the frame.
Is it clear?
Thanks for help!
Orhan
June 18, 2014 at 7:57 am #280389Hey erkuto!
Please create me an admin account and I’ll check the configuration.
Best regards,
PeterJune 18, 2014 at 8:34 am #280407This reply has been marked as private.June 21, 2014 at 9:15 am #281934Hey!
Thank you for the access.
I’m very sorry, I accidentally edited the child theme’s functions.php. There is an unclosed function/statement there. Please create a backup of the child theme’s functions.php, remove it then get a fresh functions.php file and re-upload it on the child theme folder via FTP.
Regards,
IsmaelJune 21, 2014 at 11:49 pm #282052This reply has been marked as private.June 21, 2014 at 11:55 pm #282054This reply has been marked as private.June 22, 2014 at 4:51 am #282072Hi!
Thank you for the update.
We’re very sorry about this. Edit the functions.php file that you have downloaded then delete this line of code:
function add_custom_script(){
Now, upload it on the child theme folder. This should probably fix the original issue.
Cheers!
IsmaelJune 22, 2014 at 11:44 am #282132This reply has been marked as private.June 24, 2014 at 2:20 am #282787June 24, 2014 at 1:17 pm #282993Hi Josue!
Can you please check http://support.ngfb.surniaulula.com/support/tickets/567 ? And please let me know if you get it.
See you!
Orhan
June 24, 2014 at 7:09 pm #283193Hey Orhan!
I can’t see that (login required), can you paste the message here?
Regards,
JosueJune 24, 2014 at 8:04 pm #283205What they said is:
MESSAGE 1:
Orhan,Probably a badly coded filter in one of your plugins and/or theme.
See here for a possible work-around: http://surniaulula.com/codex/plugins/nextgen-facebook/notes/debugging-and-problem-solving/
MY MESSAGE:
I unchecked it and it resolved! Does it work I share this support page with theme’s support team?MESSAGE 2:
Orhan,Yes, you should definitely get that fixed — you can remind them that:
– WordPress filters must return their content, not echo it. Actions echo content, filters do not.
Thanks,
June 24, 2014 at 8:13 pm #283210Yes, i understand that but none of the filters applied to your site are echoing content directly.
function avia_add_heading_font($fonts) { $fonts['News Cycle 2'] = ‘News Cycle:400,700′; return $fonts; } add_filter( ‘avf_google_heading_font’, ‘avia_add_heading_font’); function avia_add_content_font($fonts) { $fonts['News Cycle 2'] = ‘News Cycle:400,700′; return $fonts; } add_filter( ‘avf_google_content_font’, ‘avia_add_content_font’); function add_subset_func($fontlist) { $fontlist .= “&subset=latin,latin-ext”; return $fontlist; } add_filter(‘avf_google_fontlist’, ‘add_subset_func’);
Best regards,
JosueMarch 27, 2015 at 11:25 am #419212This reply has been marked as private. -
AuthorPosts
- The topic ‘Homepage Layout Problem Occured’ is closed to new replies.