• Resolved dieter54

    (@dieter54)


    Hello,

    this footer content is not shown on my page http://www.edeka-cup.com:

    <?php $footer_content = evl_get_option(‘evl_footer_content’,'<p id=\”copyright\”><span class=\”credits\”>evolve theme by Theme4Press  •  Powered by WordPress</span></p>’);
    if ($footer_content === false) $footer_content = ”;
    echo do_shortcode($footer_content);
    ?>

    any idea about this problem?

    tks
    Dieter

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi Dieter

    I’ve had a quick look at the EvoLve theme – it looks a nice one.

    It looks as if it is quick easy to customize from within its back-end. I have loaded the theme onto my test site on my local computer and the footer appears straight away. Just to test if there is nothing untoward would you please follow the next series of clicks

    Goto Appearance=>Theme Options=>Footer

    You should see 2 sections
    1. Number of widget cols in footer
    2. Custom Footer

    On install the 2nd one should have this code in its field

    <p id="copyright"><span class="credits"><a href="http://theme4press.com/evolve-multipurpose-wordpress-theme/">evolve</a> theme by Theme4Press&nbsp;&nbsp;&bull;&nbsp;&nbsp;Powered by <a href="http://wordpress.org">WordPress</a></span></p>

    If it is empty that would explain why you have an empty footer on your site.

    I hope this helps but please get back to us if it’s more than that

    All the best
    Dave Foston

    Thread Starter dieter54

    (@dieter54)

    Hi Dave,

    tks very much indeed for your help. It’s working fine now.

    Best regards

    Dieter

    You’re very welcome Dieter

    All the best now
    Dave

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Footer content is not shown on my website’ is closed to new replies.