Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #23034

    Hi,

    When I want to click on a post as soon as I have clicked and before the post open, I can see the background color. As if while the post is loading the background behind took advantage. The result is a post that doesn’t open smoothly. And the footer that superimpose when the post is opening…

    Just before it did that, I tried to remove the copyright with link in the footer.php. Maybe I’ve touched something.

    This is my actual code :

    <!– ####### END FOOTER CONTAINER ####### –>

    </div>

    <?php } //endif nofooterwidgets ?>

    <!– end main –>

    </div>

    <?php

    //copyright

    $copyright = avia_get_option(‘copyright’, “© “.__(‘Copyright’,’avia_framework’).” – “.get_bloginfo(‘name’).”“);

    // you can filter and remove the backlink with an add_filter function

    // from your themes (or child themes) functions.php file if you dont want to edit this file

    // you can also just keep that link. I really do appreciate it ;)

    $kriesi_at_backlink = apply_filters(“kriesi_backlink”, ” – Enfold Theme by Kriesi“);

    //you can also remove the kriesi.at backlink by adding [nolink] to your custom copyright field in the admin area

    if($copyright && strpos($copyright, ‘[nolink]’) !== false)

    {

    $kriesi_at_backlink = “”;

    $copyright = str_replace(“[nolink]”,””,$copyright);

    }

    if( $footer_widget_setting != ‘nosocket’ )

    {

    ?>

    <div class=’container_wrap socket_color’ id=’socket’>

    <div class=’container’>

    <span class=’copyright’><?php echo $copyright . $kriesi_at_backlink; ?> </span>

    <?php

    echo “<div class=’sub_menu_socket’>”;

    $args = array(‘theme_location’=>’avia3’, ‘fallback_cb’ => ”, ‘depth’=>1);

    wp_nav_menu($args);

    echo “</div>”;

    ?>

    </div>

    <!– ####### END SOCKET CONTAINER ####### –>

    normally I’v put i back as it was first…

    Kind regards,

    Chrys

    #118305

    Hi,

    it’s not coming from the footer php. I’ve replaced it with the original one….

    Idon’t know what to look for…Everytime I click on a post I have the background of the footer that pop up…

    Kind regards.

    #118306

    Hi,

    more precisions…I have reinstall it all and it was working fine until I tried to custom a style in the footer.

    When I do that, the footer pop up when opening a post in blog section.

    Even when I switch back to “no background image” it’s doing it now….

    Any help? Thanks

    #118307

    Hi,

    I can’t reproduce the issue on my end. Can you give us a link to your website?

    Regards,

    Ismael

    #118309

    Hi,

    I am working on localhost so I cannot send you a link.. :-(

    Do you think it may be because of me being working locally or because of a slow internet connection?

    The only thing I fear is that it would do the same when putting it online…

    Kind regards.

    Chrys

    #118310

    Hi,

    There’s no way to know until you test it online. Slow internet connection could be one of the culprit. Please let us know if you have it online.

    Regards,

    Ismael

    #118311

    Ok I’ll do that!

    Kind regards,

    Chrys

    #118312

    Hi,

    What custom style did you put in the footer, because i did a character to character comparison between your code and code in original page and they are identical. Just download a new version of the theme and overwrite the file.

    Thanks,

    NIck

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘background shows when clicking on a post.’ is closed to new replies.