magicmarker1955
Forum Replies Created
-
I can’t get it to show up in the widget area as a new widget?
I put it in my header but it’s not showing. I have an eleganthemes template and want it at the top because there isn’t any there now.
Can you take a look?
Forum: Plugins
In reply to: [Gallery – Photo Albums Plugin] No photos showing to choose from?Thank you! For some reason I was doing that but it wasn’t adding the number – seems to be working now!
Forum: Plugins
In reply to: [Gallery – Photo Albums Plugin] No photos showing to choose from?Thanks!!
It’s working but when I add in the shortcode looks like this and shows as blank:
[easy-media med=”” align=”left”]
Forum: Plugins
In reply to: [Gallery – Photo Albums Plugin] No photos showing to choose from?Sorry – here it is:
inoviadance.com
Forum: Everything else WordPress
In reply to: Responsive logo issueSo do I change:
“><img src=”<?php echo esc_url(et_get_option(‘lucid_468_header_image’)); ?>” />
to:
<div>”><img src=”<?php echo esc_url(et_get_option(‘lucid_468_header_image’)); ?>” /></div>
(Sorry for my ignorance)
Forum: Everything else WordPress
In reply to: Responsive logo issueIs that in the header.php file? Maybe this is over my head but I’m trying to figure it out. I don’t see which file has the <img> tag for the logo?
Is it in this:
<div class="my_bg"> <div class="container"> <div id="logo-area"<?php if ( 'on' == $use_header_banner ) echo ' class="header_banner clearfix"'; ?>> <a>"> <?php $color_scheme = et_get_option( 'lucid_color_scheme', 'Orange' ); $color_scheme = ( 'Orange' == $color_scheme ) ? '' : '-' . strtolower( $color_scheme ); $logo = ( ( $user_logo = et_get_option('lucid_logo') ) && '' != $user_logo ) ? $user_logo : get_template_directory_uri() . "/images/logo{$color_scheme}.png"; ?> <img src="<?php echo esc_url ( $logo ); ?>" alt="<?php echo esc_attr( get_bloginfo('name')) ; ?>" id="logo"/> </a> <?php if ( 'on' == $use_header_banner ){ ?> <div id="top_banner"> <?php if ( ( $lucid_468_header_adsense = et_get_option('lucid_468_header_adsense') ) && '' != $lucid_468_header_adsense ) echo( $lucid_468_header_adsense ); else { ?> <a>"><img src="<?php echo esc_url(et_get_option('lucid_468_header_image')); ?>" /></a> <?php } ?> </div> <!-- end #top_banner -->[Please use the code buttons when posting code here]
Forum: Everything else WordPress
In reply to: Responsive logo issueIt’s at the top of this post but here it is again:
Forum: Everything else WordPress
In reply to: Responsive logo issueWhat kind of link? This is a template from Elegant Themes.
Forum: Everything else WordPress
In reply to: Responsive logo issueThanks for the help on this! The second logo appears on the phone size but the first logo doesn’t go away – so I have 2 logos on top of each other?
Forum: Everything else WordPress
In reply to: Responsive logo issueI think this code gets me closer. Here’s the code that the maker of my theme suggested but it does not allow for different logo designs like yours does. Where would I insert a call for a different logo at each size:
@media only screen and (max-width: 479px){
img#logo {height: 220px; width: 220px;}}
@media only screen and (max-width: 767px){
img#logo {height: 240px; width: 360px;}}
@media only screen and (max-width: 960px) and (min-width: 768px){
img#logo {height: 240px; width: 380px;}}
img#logo {height: 244px; width: 480px;}They said adding this to my CSS is all I have to do?
Forum: Everything else WordPress
In reply to: Responsive logo issueI’m looking for exactly how to implement this. Do I just edit my css? If so what code do I insert to have say 3 different logos for 3 screen sizes from large to iphone?
Forum: Everything else WordPress
In reply to: Responsive logo issueSounds like a cool idea – anyone have a sample line of code to show me how to do that?
Forum: Everything else WordPress
In reply to: Responsive logo issueNo, that’s not what I mean at all. I want a logo with big text on 2 lines at the large size and then a smaller, narrower logo with text on 4 lines. I want to use two COMPLETELY different logo arrangements
Forum: Fixing WordPress
In reply to: Sharing item in SettingsI am using WP.com and 3.2.1 and there is NO sharing feature under “settings”. What’s up?