jdizzle23
Forum Replies Created
-
that’s what is and always has been uploaded and isn’t working now. Was working, but not now. What is the recommended stock dimension? Maybe I will try the stock dimensions?
Do you think I should uninstall theme altogether and then reinstall it?
did you stick with the recommended logo size and dimensions? i think mine is a bit larger than it was originally designed for. But then again, that still wouldnt explain why it was showing and then all of a sudden not showing. Thx again for your help with this.
Thanks, but that’s what is so strange. It’s definitely uploaded, and always has been uploaded. The site has been live for a couple months and it was definitely displaying…and now it’s not. And from the time that it was displaying to now, I didn’t tamper with any of the code or the uploaded logo…that’s what I don’t get. I have no idea what’s going on and I can’t for the life of me think of anything I did to cause it to disappear. I also know nothing about .php…so that doesn’t help my case. haha. Used to basic HTML and CSS.
Click here to view a screenshot showing that it’s uploaded and saved…and that it’s still not displaying…
The logo dimensions I’m uploading are 290x50px
Thanks again for your help!
Thank you so much for chiming in WEN Solutions! Here’s that section of code…
<!– #logo –>
<div id=”logo” class=”span4″>
<?php if( get_theme_mod(‘advertica_lite_logo_img’, ”) != ” ){ ?>
” title=”<?php bloginfo(‘name’); ?>” ><img class=”logo” src=”<?php echo esc_url( get_theme_mod(‘advertica_lite_logo_img’) ); ?>” alt=”<?php bloginfo(‘name’) ?>” />
<?php } elseif ( display_header_text() ) { ?>
<!– #description –>
<div id=”site-title” class=”logo_desp”>
” title=”<?php bloginfo(‘name’) ?>” ><?php bloginfo(‘name’); ?>
<div id=”site-description”><?php bloginfo( ‘description’ ); ?></div>
</div>
<!– #description –>
<?php } ?>
</div>
<!– #logo –>Any thoughts are so appreciated!!