Hi,
Is it possible to have the text box on slider image to appear on the right (instead of default left)? If so, how? Thanks!
Slider text box to display on the right
8 posts from 4 voices-
Posted 2 years ago #
-
Also, how do you resize the text box?
Posted 2 years ago # -
Sorry! another question... how can I position the text box to my specification? Example: Move it slightly to the top.
Posted 2 years ago # -
Hey,
search for following code in style.css:
.feature_excerpt{ padding:20px 30px 20px; bottom:40px; display:none; font-size:13px; line-height:1.8em; position:absolute; z-index:3; max-width:80%; max-height:70%; overflow:hidden; }Adjust the padding and position values to your needs, i.e. change bottom:40px; and the description field will move upwards or downwards.
Posted 2 years ago # -
Thank You! That works.
Another question. How do you make each slider image to go to different pages? Sorry... I'm a beginner and getting confused.
Posted 2 years ago # -
Hey,
from the documentation:Advanced feature: Changing individual image links
as an advanced feature you can overwrite the link for each individual featured image with the help of custom fields:
just create a new custom field with the name "featured_link_" followed by the number of the image. The value should contain the link.An example to create a custom link for the 4th image would be:
If you add image or video content for these overwrites it will be opened with the lightbox. That way you can also link to videos that are not included in the wordpress embed service ;)
Posted 2 years ago # -
How do you make the caption box align to the right of the image?
Posted 1 year ago # -
Hi,
in your style.css you'll find
.wp-caption-text { display: block; font-size: 11px; font-style: italic; margin: 0pt auto; padding: 3px 0pt 5px; text-align: center; width: 95%; }Change the text-align from center to right. I hope this is what you meant :)
Posted 1 year ago #
Reply
You must log in to post.














