Support Team
posted this
02 March 2015
Hello,
no there's no way to style lightbox in Themler, only predefined style is applied.
However you may use WP Fancy lightbox plugin
https://wordpress.org/plugins/fancybox-for-wordpress/
To use it with Themler's theme no please follow the steps:
1. configure the Fancy lightbox plugin
2.open Post (or Page) in WP admin and add "no-lightbox" class to <img>
tag, e.g.
<a href="http://localhost/wordpress4_1/wp-content/uploads/2015/01/grano-2.jpg"><img class="alignnone size-medium wp-image-50 no-lightbox" src="http://localhost/wordpress4_1/wp-content/uploads/2015/01/grano-2-300x300.jpg" alt="grano-2" width="300" height="300" /></a>
Important: class="alignnone size-medium wp-image-50 no-lightbox"
3.now the Fancy lightbox style is used.
Regards,
Aileen
Hello,
no there's no way to style lightbox in Themler, only predefined style is applied.
However you may use WP Fancy lightbox plugin
https://wordpress.org/plugins/fancybox-for-wordpress/
To use it with Themler's theme no please follow the steps:
1. configure the Fancy lightbox plugin
2.open Post (or Page) in WP admin and add "no-lightbox" class to `<img>` tag, e.g.
<a href="http://localhost/wordpress4_1/wp-content/uploads/2015/01/grano-2.jpg"><img class="alignnone size-medium wp-image-50 no-lightbox" src="http://localhost/wordpress4_1/wp-content/uploads/2015/01/grano-2-300x300.jpg" alt="grano-2" width="300" height="300" /></a>
*Important:* class="alignnone size-medium wp-image-50 **no-lightbox**"
3.now the Fancy lightbox style is used.
Regards,
Aileen