Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #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

    #280389

    Hey erkuto!

    Please create me an admin account and I’ll check the configuration.

    Best regards,
    Peter

    #280407
    This reply has been marked as private.
    #281934

    Hey!

    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,
    Ismael

    #282052
    This reply has been marked as private.
    #282054
    This reply has been marked as private.
    #282072

    Hi!

    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!
    Ismael

    #282132
    This reply has been marked as private.
    #282787

    Hi Orhan!

    Can you please illustrate the layout issue with a screenshot? i couldn’t see a difference between this and this.

    Best regards,
    Josue

    #282993

    Hi 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

    #283193

    Hey Orhan!

    I can’t see that (login required), can you paste the message here?

    Regards,
    Josue

    #283205

    What 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,

    #283210

    Yes, 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,
    Josue

    #419212
    This reply has been marked as private.
Viewing 14 posts - 1 through 14 (of 14 total)
  • The topic ‘Homepage Layout Problem Occured’ is closed to new replies.