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 »

Image caption adjusting


  #1  
Old Oct 31, 2014, 08:44 AM
Marci
 
17 posts · Mar 2014
SW Wisconsin
Image caption adjusting

I'm trying to change the caption font size. I thought it would be as easy as going to:
Appearance -> Atahulupa Theme Options -> Style images -> Caption text: style
But that hasn't worked. I had a friend set up the site and do some customizing and unfortunately, I wasn't able to understand it all and so I'm not sure if something was customized in a place I can't find it. Below is what the caption text: style shows it to be. It appears that we made the changes from this box, because the default is different. But, I'm not able to get it to change when I change the 0.5em size. I even tried changing the line-height thinking that it was expanding to fit that.

font-size: 0.5em;
line-height: 13px;
padding: 2px 4px 5px;
margin: 0;
color: #666666;

Default: font-size: 0.8em; line-height: 13px; padding: 2px 4px 5px; margin: 0; color: #666666;

I'm tried uploading the customized file copied as a Word doc but wasn't successful. I couldn't find anything about caption styling on it, but since I'm so new to this theme and did not to the customizing, maybe I'm missing something. If you need this info, I can copy it into the body of a message.

The website I'm working on is driftlessprairies.org

Thanks for your help! It is much appreciated.

Last edited by juggledad; Oct 31, 2014 at 11:43 AM.
  #2  
Old Oct 31, 2014, 11:43 AM
juggledad's Avatar
juggledad
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
it would be helpful if you pointed to an image showing the problem.
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
  #3  
Old Oct 31, 2014, 01:46 PM
Marci
 
17 posts · Mar 2014
SW Wisconsin
Here's an example: http://driftlessprairies.org/?page_id=2759

I would like to caption text to be smaller. I also have some work to do on the image sizes...may need help with that next!
  #4  
Old Oct 31, 2014, 02:39 PM
juggledad's Avatar
juggledad
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
Ahhh, those are in a gallery.try this. Copy the settings you have at 'ATO->Style images->Caption text: style' and add them in the CSS inserts option with a
HTML Code:
.gallery-caption {...}
around them. For example: if you have
HTML Code:
    color: #00ffff;
    font-size: 0.8em;
    line-height: 13px;
    margin: 0;
    padding: 2px 4px 5px;
you would put this in CSS Inserts:
HTML Code:
.gallery-caption {
    color: #00ffff;
    font-size: 2.8em;
    line-height: 13px;
    margin: 0;
    padding: 2px 4px 5px;
}
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
  #5  
Old Nov 1, 2014, 10:10 AM
juggledad's Avatar
juggledad
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
You could also edit css.php and change line 1848 from
HTML Code:
.wp-caption p.wp-caption-text {
to
HTML Code:
.wp-caption-text,	
.wp-caption p.wp-caption-text {
and then the ATO->Style IMAGES->Caption Text: Style will apply to images in posts and images in galleries.

This will be fixed in the next release.
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support

Last edited by juggledad; Dec 3, 2014 at 09:33 AM.
  #6  
Old Nov 2, 2014, 03:22 PM
Marci
 
17 posts · Mar 2014
SW Wisconsin
Worked perfectly! Thanks so very much!!!

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
Adding a caption to an image on a page. RichardG Center area post/pages 0 Apr 11, 2011 02:03 PM
[SOLVED] Border around image and not image caption when captioning used vCopia Center area post/pages 7 Jan 22, 2011 11:00 AM
Caption text to right of image Babs Atahualpa 3 Wordpress theme 2 Jul 9, 2010 03:09 AM
[SOLVED] Aesthetic Changes - Adding Image To Bar1, Adjusting Footer/Copyright Layout mannitol Atahualpa 3 Wordpress theme 8 Oct 3, 2009 02:03 AM
[SOLVED] Image caption: a bug in 3.4.2? deltahouse New Versions, & Updating 6 Sep 17, 2009 03:23 PM


All times are GMT -6. The time now is 05:26 AM.


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