Tagged: x
-
AuthorPosts
-
October 6, 2016 at 11:12 am #1205254
Leah JParticipantI’m trying to use the lightbox selector shortcode to enable the lightbox feature on my WordPress created gallery. However, the lightbox is not working as it appears the shortcode for the lightbox is not rendering to HTML. See the following screenshots of my front facing page and the back end editor.
I’m currently running X version 4.6.2 with no extra third party plugins.
October 6, 2016 at 1:32 pm #1205505
RupokMemberHi there,
Let’s try placing the shortcode within Visual mode. Let’s provide your URL if you still face the issue. It would be great if you could provide the login credentials as well in a private reply.
Cheers!
November 1, 2016 at 11:18 am #1239361
Leah JParticipantThis reply has been marked as private.November 1, 2016 at 2:52 pm #1239682
Nabeel AModeratorHi again,
Thank you for providing the credentials. Can you please setup the Child Theme and add the following code in your Child Theme’s functions.php file:
add_action('wp_footer', 'enqueue_lightbox_script'); function enqueue_lightbox_script() { echo ' <script type="text/javascript" src="' . home_url() . '/wp-content/plugins/cornerstone/assets/js/dist/site/vendor-ilightbox.min.js"></script> '; }If this doesn’t work then try re-installing the Cornerstone plugin. Let us know how this goes!
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1205254 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
