philippefelix
Forum Replies Created
-
Forum: Reviews
In reply to: [Justified Gallery] Almost perfectI have to add that the only thing that really sucks is that it is impossible (without using a scary method) to show a picture title as a title, or to show the caption as the caption. By default, the description is shown, which is non-sense in many workflows.
Forum: Plugins
In reply to: [Lightbox - EverlightBox Gallery] Completly white background on fullscreenGo to /var/www/html/wp-content/plugins/everlightbox/public/css
chmod 777 everlightbox.css
nano everlightbox.css/* WHITE SPLASH */
#everlightbox-overlay.everlightbox-theme-white-splash {
background-color: rgba(255, 255, 255, 1);To drop the shadow:
box-shadow: 0 0 0px #666;
Forum: Plugins
In reply to: [Meow Gallery] Possible improvementsHi Thomas,
As far as the MEOW Lightbox is concerned, there are several possible improvements:
The “Photography mode” is very good, but:
– it should enable to show Titles, Captions, Descriptions, and to optionally hide EXIF data.
– pictures should always be centred (square pictures are positioned on the left, horizontal pictures are positioned in the center)
– navigation arrows should stay on the left and rights sides of the scree, at the same location, so that users don’t have to change their mouse position when they pass from one picture to another
– pictures should be centred vertically too (for the moment, there is no padding on the top)
– the exit cross should be positioned on top at right which is a usability standard
– a full screen mode could be an optionThe standard mode is better organised in terms of usability (arrows and cross) but it shouldn’t increase the size of the original file (pictures become blurred)
The minimal mode is OK, but same problem with the top padding.
If you solve this, you are not far from a perfect solution.
Phil.
Forum: Plugins
In reply to: All in One SEO Pack “Autogenerate Descriptions”Same problem for me (WP 2.7.1, AIO SEO 1.4.7, Theme Atahualpa)
Trying to “Autogenerate Descriptions” didn’t produce anything. Meta tags were there, but ni Meta Description. I De-activated the plugin, activated the SEO option of the theme, deactivated it, and finally I re-activated AIO SEO, and it works now. Don’t ask me why.The description format I choose is “%wp_title%”
Philippe.