Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter mud666

    (@mud666)

    Hey,
    Well i did that ??
    So i tried this-(since i want the image around the footer) so in footer.php, i wrote( copied similar to theme ‘logo’):

    <?php $logo1 = (get_option('evolution_logo') <> '') ? esc_attr(get_option('evolution_logo')) : get_template_directory_uri() . '/images/trees.png'; ?>
    
    <img src="<?php echo $logo; ?>" alt="<?php echo esc_attr(get_bloginfo('name')); ?>" id="logooo"/>

    And in my style.css

    img#logooo { max-width: 100%; display: block; height: auto; }

    No success ?? what am i doing wrong?

    Hi,
    I wanted to know, if anybody knows where exactly are the pages that i created? I mean on the server, i can’t find those php files of the pages that i created. Are those inside someother php?
    M

    Hey Devin,
    I am also getting the same issue. the optionframeworks plug in is installed just fine, but still getting the issue.
    Tried re installing, but still getting the “Your current theme does not have support for the Options Framework plugin.” I am using this evolution theme from ‘elegant themes. Any suggestions?

Viewing 3 replies - 1 through 3 (of 3 total)