primescott
Forum Replies Created
-
Hey Tom,
When looking at site on my iphone it somehow dwarfs the second two sliders. On my i pad and PC it looks fine.
Thoughts?
I’m going right now and giving your plugin full stars.
Got it. Thanks Tom!I need to brush up on my CSS.
ahh ha!
One last thing, whats the best way to pad the top so its even with the bottom?
Okay I did this …and yes I am sure I did it wrong but its showing Internal error. Heres what i did, and don’t laugh.
______________________________
</div><!– logo –>
.metaslider .flexslider {
margin: 0 !important;
}
<?php echo do_shortcode[‘metaslider id=59’] ?>
<?php echo do_shortcode[‘metaslider id=52’] ?>Thanks!
ugh,
okay here is the Header php file. I’ve narrowed the code down to this that is currently controlling the logo. Where would I insert your recommendations?
____________[ Moderator Note: Please post code or markup snippets between backticks or use the code button. ]
/* ******************** IF HEADER LOGO - BANNER IS ACTIVATED ********************************* */ elseif(get_option('of_header_type') == 'logobanner') { ?> <div class="logo" style="float:left;margin:0;padding:<?php echo get_option('of_padding_top', 0); ?>px 0px <?php echo get_option('of_padding_bottom', 0); ?>px <?php echo get_option('of_padding_left', 0); ?>px;"> <?php if ( get_option('of_logo_type') == 'Image Based Logo') { ?> <h1> <a>" title="<?php bloginfo('description'); ?>"> <img src="<?php echo get_option('of_logo'); ?>" alt="<?php bloginfo('name'); ?>" title="<?php bloginfo('name'); ?>"/> </a> </h1> <?php } else { ?> <h1> <span class="name"><a>" title="<?php bloginfo('description'); ?>"><?php echo get_option('of_logo1'); ?></a></span> <span class="slogan"><a>" title="<?php bloginfo('description'); ?>"><?php echo get_option('of_logo2'); ?></a></span> </h1> <?php } ?> </div><!-- logo --> <div class="banner"> <?php if(file_exists(TEMPLATEPATH . '/ads/header_468x60/'. current_catID() .'.php') && (is_single() || is_category())) { include_once(TEMPLATEPATH . '/ads/header_468x60/'. current_catID() .'.php'); } else { include_once(TEMPLATEPATH . '/ads/header_468x60.php'); } ?> </div> <div class="clear"></div> <?php }
CSS worked, so its working in the page I created. Just need to try the header.php file and where to put it.
Tom,
Your a stud. Thanks so much. I will try this now.
-S
…and again.
https://www.redhawkconstruction.com/Forum: Hacks
In reply to: Problem with simplecdn.maxcdn.comseems to have been fixed. Fing joke. Lost thousands of dollars over this.
Gary I’m having this problem too and so are hundreds if not thousands of others on the internet on all types of websites, probably WordPress focused. Our site crashed and its an enterprise site with hundreds of thousands of users per day. Needless to say this has been a catastrophe. I’ll let you know if I find anything out. Most likely a plugin but not sure which. When running a pingdom test the error shows up on all pages which leads me to believe its a plugin or script that is critical for the site.
Forum: Hacks
In reply to: Problem with simplecdn.maxcdn.comWe have massive traffic and last night was an event night that gets 70,000 plus users so needless to say our site crashed. Uggg! My admin is out on conference so he’s unavailable.
It seems that this error is on every page when doing a pingdom test.
When looking at the source code on I see this script on all pages. Does this have anything to do with it?
<script type=’text/javascript’ src=’https://cdn.jquerytools.org/1.2.5/all/jquery.tools.min.js?ver=3.2.1′></script>
Could it be a social sharing plugin like Facebook causing this?
Forum: Hacks
In reply to: Problem with simplecdn.maxcdn.comWe use an Akamai CDN. I know enough to be super dangerous.