GK Image Show (custom images & Text)

eCommerce WordPress theme to create online shop with WooCommerce support
GK User
Thu Apr 02, 2015 1:33 am
I've added custom images to the widget for GK Image Show but when I go to add text in the Title, Caption, Alt Text & Description of the image to show up on the site, I have link text showing in the bottom left?

I'll PM you the images.
User avatar
Junior Boarder

GK User
Thu Apr 02, 2015 8:33 am
Hi,

Please send me also backend access to your website. Problem is with the html tags, you can't add them into the Caption field, you should use external css instead.
User avatar
Moderator

GK User
Fri Apr 03, 2015 7:58 pm
Piotr,

thank you for the help. Please check your PM. Thanks :)
User avatar
Junior Boarder

GK User
Tue Apr 07, 2015 8:08 am
Hi,

Please use the following text:
Code: Select all
Hipster Sunglasses

instead of
Code: Select all
<h3 style="color:white; text-shadow: 0 0 4px black, 0 0 4px black, 0 0 4px black, 0 0 4px black, 0 0 4px black;">Hipster Sunglasses</h3>

in you captions fileds from all images in medi library

now, please add the following code into your css/override.css file:
Code: Select all
.custom .gk-is-wrapper-gk-instyle .figcaption h3 {
   text-shadow: 0 0 4px black, 0 0 4px black, 0 0 4px black, 0 0 4px black, 0 0 4px black;
}
User avatar
Moderator

GK User
Tue Apr 07, 2015 3:26 pm
works perfectly! thank you!
User avatar
Junior Boarder


cron