mud666
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Images and sidebar(beginner)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?
Forum: Fixing WordPress
In reply to: where do I find the 'physical' page files on my serverHi,
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?
MForum: Plugins
In reply to: [Options Framework] [Plugin: Options Framework] Options framework issuesHey 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?