bmorris110
Forum Replies Created
-
Forum: Themes and Templates
In reply to: can't get text to float rightfugostudios.com/mediakit/pg1 has the arrow visible.
i dunno where it is on pg2 but it should be somewhere.but trying to get arrows on the left and right side of the white page.
and still can’t get that footer to work right.Forum: Themes and Templates
In reply to: can't get text to float rightI also, can’t seem to get this right arrow button to stay on the right side of the page. any tips for this?
Forum: Themes and Templates
In reply to: can't get text to float rightcould you have a look again and see what i am missing?
Forum: Themes and Templates
In reply to: can't get text to float righthm… still didn’t do it.
Forum: Themes and Templates
In reply to: can't get text to float rightthat didn’t seem to get it to align with the bottom of the page tho.
Forum: Themes and Templates
In reply to: can't get text to float rightnext to the peel, to the left of it.
Forum: Themes and Templates
In reply to: can't get text to float rightwhat would be the best way to have the footer-2 div positioned the bottom right corner of the page?
Forum: Themes and Templates
In reply to: can't get text to float rightand how can i get the text under specialities to match on both firefox and safari?
Forum: Themes and Templates
In reply to: Split content into columnsI have that now, but I’d rather set up some div classes in my CSS to call than use the plugin. The plugin slows down the load time of my site and calls external CSS. Trying to stay optimized as much as possible.
Forum: Themes and Templates
In reply to: Animated scaling backgroundi was hoping i wouldnt have to make a div for each thumb, but o well. will try soon thanks.
Forum: Themes and Templates
In reply to: Alternate CSS for iPhone 4sit was a super cache plugin issue, downloaded mobile packs plugin and set the mobile theme to same theme, works now. i kept the above code in the theme too.
Forum: Themes and Templates
In reply to: Animated scaling backgroundbut when I try to make a grid, there is the problem. do i need to make a div tag for each thumb pair?
Forum: Themes and Templates
In reply to: iPad detectionI’m using this code right now:
<link rel="stylesheet" href="<?php bloginfo('template_directory'); ?>style_mobile.css" media="only screen and (min-device-width : 320px) and (max-device-width : 480px)"> <link rel="stylesheet" href="<?php bloginfo('template_directory'); ?>style_mobile.css" media="only screen and (min-width : 321px)"> <link rel="stylesheet" href="<?php bloginfo('template_directory'); ?>style_mobile.css" media="only screen and (max-width : 320px)"> <link rel="stylesheet" href="<?php bloginfo('template_directory'); ?>ipad.css" media="only screen and (min-device-width : 768px) and (max-device-width : 1024px)"> <link rel="stylesheet" href="<?php bloginfo('template_directory'); ?>ipad-landscape.css" media="only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape)"> <link rel="stylesheet" href="<?php bloginfo('template_directory'); ?>ipad-portrait.css" media="only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait)"> <link rel="stylesheet" href="<?php bloginfo('template_directory'); ?>style_mobile.css" media="only screen and (min-width : 1824px)"> <link rel="stylesheet" href="<?php bloginfo('template_directory'); ?>/style_mobile.css" media="only screen and (-webkit-min-device-pixel-ratio : 1.5), only screen and (min-device-pixel-ratio : 1.5)">
But I can’t make my background image disappear or the width of my div containers.
But it is using the right stylesheet.Forum: Themes and Templates
In reply to: large featured image sizei got it lowered, but it doesn’t seem to be showing the image at full size, it’s at standard thumb size.
Forum: Themes and Templates
In reply to: large featured image sizeI still can’t seem to ge the thumb to display at full size (825×500).
I inserted this code to call image and put in a div to help style in css.
`<div class=”post_imageLRG”>
<a href=”https://www.youtube.com/v/<?php echo get_post_meta($post->ID, “youtube_url”, true); ?>/”><?php the_post_thumbnail(‘full’); ?></a></div>`