-
AuthorPosts
-
November 28, 2013 at 11:21 pm #194523
Hi
is it possible to deactivate the lightbox slideshow in some blogs?
I want to show only the images which should be popped up.THX.
November 28, 2013 at 11:41 pm #194532Hi,
Can you post the link to one of this blogs you want to disable lightbox slideshow?
Regards,
JosueNovember 28, 2013 at 11:49 pm #194537This reply has been marked as private.November 29, 2013 at 12:08 am #194545Hey!
Add this at the end of the functions.php file:
function custom_script_func( $atts , $content = null ) { return '<script>jQuery("a[rel=\'lightbox[auto_group1]\']").removeAttr("rel");</script>'; } add_shortcode( 'no_slideshow', 'custom_script_func' );
Now in every post you don’t want the slideshow simply put the shortcode: [no_slideshow] at the end of the Post content.
Cheers!
JosueNovember 29, 2013 at 9:19 am #194626This reply has been marked as private.November 29, 2013 at 9:47 am #194631November 29, 2013 at 9:52 am #194634This reply has been marked as private.December 1, 2013 at 2:48 pm #195067This reply has been marked as private.December 2, 2013 at 5:40 am #195185Hi!
Did you remove the image? I can’t see it here: http://love.tennisgate.com/en/2013/10/27/getting-to-the-volley-on-the-run-short-sprint/
Please post the login details here as a private reply.
Best regards,
IsmaelDecember 2, 2013 at 9:25 am #195209This reply has been marked as private.December 4, 2013 at 10:39 am #196066This reply has been marked as private.December 5, 2013 at 10:43 am #196583Hi!
1) I can’t reproduce the bug you reported. I see the featured image here: http://love.tennisgate.com/en/category/coaches/footwork-coaches/ ( http://www.clipular.com/c/5555193345212416.png?k=FVFgow_ww-Gv6rGiwWChRK1bwzI ) and on the single post page: http://love.tennisgate.com/en/2013/11/10/backhand-volley-on-the-run/ ( http://www.clipular.com/c/5357785910870016.png?k=S57_tLSGuqtL2kV7xTS_L7WaTbQ ).
2) Please elaborate. The content slider is a normal shortcode and should display just fine on single post pages. Blog and archive pages ( http://love.tennisgate.com/en/category/coaches/footwork-coaches/ ) show just the excerpt and the excerpt does not support shortcodes (it’s a wordpress limitation – the excerpts do not support html code and shortcodes).
3) a Video placed with iFrame is deleted if change between advanced and default layout editor.
The “Advanced editor” and the “Default editor” do not share the same content. If you click on the “Advanced Editor” button and then save the page the page will display the “Advanced layout editor” content when the user views the website, if you select the “Default Editor” and then save the page content the user will see the default content without the advanced layout elements. If this doesn’t answer the question please elaborate what “iFrame is deleted if change between advanced and default layout editor.” means and please post a link to the page where we can reproduce the issue.Cheers!
PeterDecember 5, 2013 at 11:12 am #196590This reply has been marked as private.December 5, 2013 at 11:53 am #196622This reply has been marked as private.December 9, 2013 at 2:03 am #197843Hey!
Each of those images has different Alt text which is set on that specific instance of the image when you put it into the slider.
If you open the content slider and then hover over the image to get the image icon and then click on it to open the WordPress dialog you will see the images meta data edit area.
That is where you need to change the text for the image.
Also note that we do not support any issues that come from adding the Advanced Layout Builder to posts as it is not designed to run or work with posts. There shouldn’t be, but its something to keep in mind.
Cheers!
Devin- This reply was modified 10 years, 11 months ago by Devin.
December 9, 2013 at 2:10 am #197846This reply has been marked as private. -
AuthorPosts
- The topic ‘Slideshow deactivate?’ is closed to new replies.