-
AnythingSlider for Worpress caption problem
The caption problem with AnythingSlider in WordPress is that it is already implemented in the plugin but not on the FX script or the CSS. All you need to do is adding this style to your post or page
.anythingBase li { position: relative; } .wp-caption-text{ color:#fff; display: none; height: 70px; text-align: center; background:#000; opacity:0.6; position: absolute; left: 0; top: 391px; width: 561px; } .activePage .wp-caption-text{ display: block; }
The caption tag could be added through the add media button or manually
[caption caption="caption text" align="alignnone"]<img src="http://example.com/ex.jpg" alt="" />[/caption]
-
sweet :)
sweet
#jquery #JS #css #photos
