Wordpress Themes - WP Forum at BFA
There will be no more development for Atahualpa (or any other theme), and no support. Also no new registrations. I turned off the donation system. I may turn the forum to read only if it gets abused for spam. Unfortunately I have no time for the forum or the themes. Thanks a lot to the people who helped in all these years, especially Larry and of course: Paul. Take care and stay healthy -- Flynn, Atahualpa developer, Sep 2021

Wordpress Themes - WP Forum at BFA » WordPress Themes » Atahualpa 3 Wordpress theme » Center area post/pages »

[SOLVED] Remove image borders on one post, not all


  #1  
Old Mar 11, 2010, 01:49 PM
pkmillikin
 
3 posts · Mar 2010
I am running the Podpress plugin to display a video on a post. The preview player, however, displays incorrectly. I think it may be due to the default borders, padding, etc. of images that are set in place for all images by Atahualpa.

How can I remove image formatting for this one post?
  #2  
Old Mar 11, 2010, 03:50 PM
juggledad's Avatar
juggledad
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
what version of Atahualpa and WP?
What is the url pointing an the issue?
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
  #3  
Old Mar 15, 2010, 04:48 AM
pkmillikin
 
3 posts · Mar 2010
Atahualpa 3.4.5
WP 2.9.2

Here is an example post...
http://www.packyandsteph.com/2010/03...rocious-beast/

You can see how the player does not display correctly when the page first loads. None of the player border images line up.

I have set up a CSS insert that looks like this....
/* Optional images with no borders */
.customImage img {
padding: 0px;
border: 0px;
-moz-border-radius: 0px;
-khtml-border-radius: 0px;
-webkit-border-radius: 0px;
border-radius: 0px;
}

With this inserted into the post...
<div class="customImage"> POST CONTENT </div>

This has gotten me closer but still not quite there.
  #4  
Old Mar 15, 2010, 06:33 AM
juggledad's Avatar
juggledad
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
try adding this to CSS Inserts
HTML Code:
div.post div.podPress_content table td {
padding:0px 0px;
background-color:#ffffff;
border-bottom:1px solid #dddddd;
text-align:left
}
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
  #5  
Old Mar 15, 2010, 09:59 AM
pkmillikin
 
3 posts · Mar 2010
I don't know who you are but you are indeed The Man! Thanks a ton! Your code worked perfectly!

Bookmarks

Tags
image borders, plugin, podpress, single post

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] How to remove border from an image? Nefeli Sidebars & Widgets 15 Sep 14, 2009 10:37 AM
[SOLVED] Header Image - Remove Margins? JournalStone Header configuration & styling 4 Jul 23, 2009 01:02 PM
how to remove header image from homepage only? SoftDux Header configuration & styling 1 Mar 30, 2009 07:26 AM
How to remove rotating image area? joe hark Header configuration & styling 3 Mar 17, 2009 03:45 PM
Can Atahualpa's image borders be applied to only some images? leslamb Atahualpa 3 Wordpress theme 2 Feb 20, 2009 06:53 AM


All times are GMT -6. The time now is 09:26 PM.


Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.