Forum Replies Created

Viewing 8 posts - 1 through 8 (of 8 total)
  • in reply to: Blank admin page on updating #81585
    HEPA
    Member
    Post count: 10

    Yes, it works.

    in reply to: Blank admin page on updating #81549
    HEPA
    Member
    Post count: 10

    Thanks again Kyle. I have made the change, but still with no luck. The problem is still there…

    Maybe I have no other option than to modify the main sf-header file, uncheck the automatic theme updates and apply the modification each time I update the theme…

    It appears strange to me that I am having this blank page problem only with the backend. The website is ok.

    in reply to: Blank admin page on updating #81445
    HEPA
    Member
    Post count: 10

    More than editing the file, what I had to do was only adding one link.

    In line 230 I changed
    $header_output .= '<div class="row">. "\n";

    to

    			$header_output .= '<div class="row"><a href="#" class="bonfire-slideout-button">MENU</a>'. "\n";
    

    Do you know of any other way to do the same modification?

    Cheers

    in reply to: Blank admin page on updating #81416
    HEPA
    Member
    Post count: 10

    Hi Kyle, thanks for your help, but unfortunately it does not work…

    in reply to: Blank admin page on updating #81393
    HEPA
    Member
    Post count: 10

    Well, yes, although in the Child theme folder.

    Following your suggestion I have spotted the file that is causing my problem: it is a custom functions.php inside my child theme folder.

    The content is just

    <?php
    	if (!function_exists('sf_custom_content')) {
    			include_once('sf-header.php');
    			}	
    ?>

    Since I needed a small modification to sf-header.php

    Is there a way to retain my modification while getting rid of the blank page issue?

    Thanks

    in reply to: Single Image Full Width #80688
    HEPA
    Member
    Post count: 10

    Thanks Mohammad, it was my mistake, now it’s working correctly.

    in reply to: Single Image Full Width #78311
    HEPA
    Member
    Post count: 10

    I have the same problem. I would like to have a full width image, I chose the option in the editor, but the image doesn’t show full width.

    What do I have to do?

    Thanks

    in reply to: Team style for team carousel #61704
    HEPA
    Member
    Post count: 10

    Yes, I meant the hover effect. Too bad…

Viewing 8 posts - 1 through 8 (of 8 total)