appswifters
Forum Replies Created
-
Forum: Plugins
In reply to: [Style Up Images] how to apply the Style Up Images plugin to a galleryHi, you have to change this in style.css file.
Forum: Plugins
In reply to: [Style Up Images] how to apply the Style Up Images plugin to a galleryHi check this css you changed the height to 50px on our side
Please keep this css as in original file as 100%.This will work
.style-up-hover {
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
background: #3D3D3D;Forum: Plugins
In reply to: [Style Up Images] Can't get Style Up to workCan you please add it again. Need to check what is the issue.
Forum: Plugins
In reply to: [Style Up Images] how to apply the Style Up Images plugin to a galleryYou can upload the file here.
http://www.filedropper.com/Forum: Plugins
In reply to: [Style Up Images] Can't get Style Up to workYou have activated the plugin but didn’t added the class.
Forum: Plugins
In reply to: [Style Up Images] Can't get Style Up to workNow go to post editor -> Text Mode & then add class style-up-img like this
<img class=”alignnone size-full wp-image-6 style-up-img” alt=”On The Shore” src=”http://www.yourdomain.com/style-up-images/wp-content/uploads/2013/04/on_the_shore.jpg” width=”300″ height=”201″ />Forum: Plugins
In reply to: [Style Up Images] how to apply the Style Up Images plugin to a galleryHi, I’ll consider automatically adding classes in next upgrades
for now you can go to wp-includes/media.php
at line no
$output .= “<{$itemtag} class=’gallery-item’>”;
change it to
$output .= “<{$itemtag} class=’gallery-item style-up-img’>”;Forum: Plugins
In reply to: [Style Up Images] Can't get Style Up to workHi, your websites’ url please.
Forum: Plugins
In reply to: [Style Up Images] how to apply the Style Up Images plugin to a galleryYou have to apply the class style-up-img there also. Which gallery plugin are you using?