image title - over and over

paolodll / 2012-10-30 16:22:02   

Hello Folks,

I would like to know how to move the title (and description) to the top of the images in Over and Over format. Any ideas?

Thanks in advance

Best

Paolo

arsondpi / 2012-10-30 16:45:26   

Well you need to edit the plugin. This means moving certain variables within the format. Which means that you need to know how to code...

Leetomic / 2013-07-05 09:02:08   

hi, paolodll, I tried to do it. title , description on the images in over and over.
But haven't found it yet;;;;

ergo / 2014-02-19 22:23:10   

Hey I have been trying to figure out how to adjust the font size for just the over and over format image titles and captions, but can't figure out how to separate it from the adjustment I do in body in style - any pointers?
theboilerroom.no/matteo-rosa/

arsondpi / 2014-02-19 23:37:20   

Although irrelevant to the initial question you'd need to add two css classes that would affect the titles and the captions.
You can add them in your style.css or insert them in the css part of the format.over_and_over.php file (towards the end of the file)

  1. #img-container .captioning .title { }
  2. #img-container .captioning .caption { }
ergo / 2014-02-20 23:47:06   

Hey thanks arsondpi that worked!

This thread has been closed, thank you.