hahncgdev
Forum Replies Created
-
You are welcome.
Thanks
Forum: Plugins
In reply to: [WP Easy Gallery - WordPress Gallery Plugin] White space between arrowsHi,
It looks like the style rule listed below (from your compiled-css) is conflicting and causing the extra gap:
media=”all”
p:before {
content: “”;
width: 8em;
display: block;
overflow: hidden;
}When I turned that style off, the alignment was correct.
The close button is an image and would need to be modified with an image editing program (PhotoShop) or website (Pixlr.com).
Thanks
This is usually caused by a CSS/Style conflict with either the theme or another plugin.
It is possible that the conflicting CSS is loaded after the fix, which would override it.
You can use FireBug in FireFox to find out what CSS rule is affecting the thumbnails.
Forum: Plugins
In reply to: [WP Easy Gallery - WordPress Gallery Plugin] image paths not generatedThis question is related to the Premium and Pro version.
Hi,
You need to set the default/desired size of the thumbnails in either the ‘Overview’ section or on the actual ‘Add Gallery/Edit Gallery’ screens.
Questions for the Pro or Premium version of WP Easy Gallery can submitted on the following pages:
Thanks
Hi,
This is the intended functionality at the moment. Only Admin users can create galleries and add images.
All PRO or PREMIUM question can be submitted through the following pages:
Thanks
Forum: Plugins
In reply to: [WP Easy Gallery - WordPress Gallery Plugin] Small Inner Rollover ThumbsHi,
To change the size of the inner thumbnails you would need add some CSS to your site to override the default size. The thumbnails are created using an unordered list and are wrapped in a div with the class ‘pp_gallery’.
ex: .pp_gallery ul li a img {}
Forum: Plugins
In reply to: [WP Easy Gallery - WordPress Gallery Plugin] Can't get Pro version to launchHi,
It appears as though you were able to get the galleries working. Any other issues that you have run into?
Forum: Plugins
In reply to: [ReFlex Gallery » WordPress Photo Gallery] Image upload failClosing this thread, because it does not relate to this version.
Forum: Plugins
In reply to: [WP Translate - WordPress Translation Plugin] Please update…Marking this as resolved since it is in the Google code, not plugin.
Hi,
I am not actually setting the collation in the creation of the gallery database tables. I believe this is getting set by default for your site.
What character set are the other tables set to?
Thanks
Forum: Plugins
In reply to: [ReFlex Gallery » WordPress Photo Gallery] DescriptionMarking this as resolved, since it is not a bug.
Forum: Plugins
In reply to: [ReFlex Gallery » WordPress Photo Gallery] DescriptionHi,
Currently there is not a way for the description to show dynamically under the thumbnail, but that is a great enhancement. I’ll work that into the next release.
Thanks!
Forum: Plugins
In reply to: [WP Easy Gallery - WordPress Gallery Plugin] Utf-8 languagesHi,
Currently utf-8 languages are not fully supported, but I will look into providing a fix. Do you know if the Arabic characters are getting converted before before being inserted into the database or on rendering?
Thanks!
Forum: Plugins
In reply to: [WP Easy Gallery - WordPress Gallery Plugin] image paths not generatedHi,
Make sure that when you are uploading the images, you have image link set to none. Sometimes when the image link URL is populated it causes a problem inserting the image path into the textbox.
Let me know if that fixes the issue.