mintyfreshbeats
Forum Replies Created
-
Forum: Plugins
In reply to: Video Thumbnail Plugin<a rel="shadowbox;width=600;height=338;" href="http://vimeo.com/moogaloop.swf?clip_id=11972400&server=vimeo.com&show_title=0&show_byline=0&show_portrait=0&color=&fullscreen=1;autoplay=1&"><img class="alignleft size-full wp-image-257" style="border: 1px solid black;" src="http://www.maxtannone.com/wp-content/uploads/2010/10/honji1-1.jpg" alt="Honji - Jaydiohead shoot - SOHO, NYC" width="357" height="200" /></a></p>Forum: Plugins
In reply to: Video Thumbnail Plugini have the shadowbox plugin installed on my site…
this is the code that works – allowing me to use a jpg thumbnail linking to a video, which when clicked is handled by shadowbox’s “theater” mode… check it out http://www.jaydiohead.com
<img class=”alignleft size-full wp-image-257″ style=”border: 1px solid black;” src=”http://www.maxtannone.com/wp-content/uploads/2010/10/honji1-1.jpg” alt=”Honji – Jaydiohead shoot – SOHO, NYC” width=”357″ height=”200″ /></p>
Forum: Plugins
In reply to: Video Thumbnail Pluginfigured it out with this
http://forum.sivel.net/viewtopic.php?id=148Forum: Plugins
In reply to: Automatic video thumbnail in blog post?figured it out with this
Forum: Plugins
In reply to: Automatic video thumbnail in blog post?i would like to this with a vimeo video
… ?Forum: Plugins
In reply to: Video Thumbnail Pluginalso curious
Forum: Plugins
In reply to: [Plugin Tweet This] moving icons/imagessame question
Forum: Fixing WordPress
In reply to: HTML table in Sidebar text widget – strange alignment issueive given up on trying to do this manually..
im using the plugin WP-Table Reloaded to do this…although it does also take some tweaking, it is working better and has fixed my page alignment issues…
thanks number cruncher, i figured it out
i went back to my header.php file and realized i had commented out some stuff incorrectly in an effort to remove my sites title page and tagline above the header (which i found redundant)…i ended up removing all of my comments and bringing the header.php file back to stock…this of course brought my unwanted title and tagline
back, but it fixed my issue with the padding!then in the style.css file i did a display:none; on my sites title and description, and it worked!
Forum: Fixing WordPress
In reply to: Removing style title (not site title) from static non-blog pages.there*
Forum: Fixing WordPress
In reply to: Removing style title (not site title) from static non-blog pages.thank you for the reply…
i actually just fixed this issue, albeit a slightly different way.
i realized their is a php file specifically for the “one-column, no sidebar” page template (which the pages in question are using)
One column, no sidebar Page Template
(onecolumn-page.php)i just edited out one small php echo:
<div id=”post-<?php the_ID(); ?>” <?php post_class(); ?>>
<h1 class=”entry-title”><!–?php the_title(); ?–></h1>
<div class=”entry-content”>Forum: Themes and Templates
In reply to: Twenty Ten Sidebar Backgroundedit: i just fixed part of the problem, still worknig on removing that white line below my header and above the menu
(visible in the ABOUT page screenshot)Forum: Themes and Templates
In reply to: Twenty Ten Sidebar BackgroundHow would I achieve this effect on this page then, its a very similar question:
below are links to 2 screenshots from http://www.maxtannone.com
http://img.photobucket.com/albums/v224/MintyFreshBeats/Picture3.png
The first is my BLOG page, which is functioning perfectly. The blog page uses the default template.http://img.photobucket.com/albums/v224/MintyFreshBeats/Picture4.png
The second is a link to my ABOUT page. You can see how the white/grey background has not extended to match the width of the header, nor has it filled in the footer area. I have expanded the width of the .one-page content from 640 pixels to 900+, but that still obviously hasn’t fixed my problem.There is also a few white/grey pixel padding beneath the header / above the menu which I can’t seem to get rid of.
The same thing happens on all of my non-blog pages, which all use the “One column, no sidebar” template.
Again, to reiterate, I am trying to match the look of all the pages to the BLOG page.
Forum: Themes and Templates
In reply to: Twenty Ten Sidebar Backgroundhow would that work for additional, non-blog type pages that have static content?
these pages are all different lengths, so how would you do it then?
Forum: Themes and Templates
In reply to: Twenty Ten Sidebar Backgroundi have a similar question a few threads down…