Tim
Forum Replies Created
-
Please follow http://soliloquywp.com/docs/display-captions-small-screens/ to resolve.
Thanks.
Please revert to the default WordPress Theme, and see if the error can be reproduced and let us know the result.
Thanks.
Hi Matteo,
My previous message stands. This isn’t an issue I can reproduce (happy to share working screenshots of your exact steps if required), so we’d need some really specific steps to be able to get the error to happen on our installations.
Once we can do that, we can assist with a solution.
Thanks,
Tim.
The CSS you refer to does exactly what I said it would do, per my other thread – that is, it will remove the next and previous image icons. Therefore, if you don’t require that to happen, don’t use that CSS.
To remove the previous and next text which appears when hovering over the black circle arrows, add the following code to a new file at
wp-content/plugins/envira-gallery-remove-prev-next-text.php:Adding the supplied CSS will remove the previous / next arrows, as I said in my first reply.
There is no “Previous” or “Next” text that is displayed on the lightbox view.
If you’ve a working URL and exact steps I can take to reproduce your issue, feel free to reopen this support thread and I’ll reinvestigate.
Thanks,
Tim.
The update won’t have reset any default settings. If you can still reproduce the issue, feel free to reopen this thread with exact steps that we can take to reproduce the issue.
Thanks,
Tim.
Hi Subrata,
Soliloquy would support this, but I would be cautious about having so many sliders on a single page, as there’d be a lot of images and code to load, which may affect performance.
Thanks,
Tim.
Hi,
1. WordPress Administration > Soliloquy > make sure you have created a slider, and make a note of the shortcode displayed on screen (e.g. [soliloquy id=”4″])
2. WordPress Administration > Pages > edit your Front Page, and insert the shortcode above into the Visual Editor.Thanks.
Soliloquy isn’t being used on http://castlerockbirth.com, so I don’t think that’s the cause of your issue.
To remove Next / Previous from the lightbox, use the following CSS:
.envirabox-nav:hover span { visibility: hidden !important; }To change the image used:
1. Make a copy of images/envirabox_sprite.png, and amend the image(s) as necessary
2. Use the following CSS:
#envirabox-loading, .envirabox-close, .envirabox-prev span, .envirabox-next span { background-image: url(url/to/your/image) !important; }Any image or CSS changes should be made outside of the plugin, otherwise they’ll be overwritten on a plugin update.
Thanks.
Hi,
You’re welcome to submit a Spanish translation to us – there’s a useful guide here:
http://premium.wpmudev.org/blog/how-to-translate-a-wordpress-plugin/I’ll add the .pot files to today’s release 🙂
Thanks,
Tim.
The simplest way to achieve this would be to remove the image titles from those images. Do this by editing your Envira Gallery > click the blue info icon for the image > remove the Image Title.
It depends how many images you have, though – it’d take a while if you’ve 100+ images per gallery or something.
Thanks.
Please open a support request through enviragallery.com. These forums are for the Lite plugin support only:
https://wordpress.org/support/topic/read-this-before-you-post-12?replies=1Thanks.
Hi,
Please try to upload an image through WordPress Administration > Media Library > Add New, and see if you get the same issue.
The messages in Google Chrome are warnings / advisories – if there are any errors (in red), please advise as to what they are so we can assist further.
Thanks,
Tim.
1. Free Addons are for the premium versions of Envira.
2. The Premium version will serve images based on the dimensions you specify in the configuration settings, therefore ensuring you are serving scaled images.Thanks.