Viewing 16 posts - 1 through 16 (of 16 total)
  • Author
    Posts
  • #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.

    #194532

    Hi,

    Can you post the link to one of this blogs you want to disable lightbox slideshow?

    Regards,
    Josue

    #194537
    This reply has been marked as private.
    #194545

    Hey!

    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!
    Josue

    #194626
    This reply has been marked as private.
    #194631

    Hi!

    The changes has been applied. Please see the screenshot below:

    Cheers!
    Ismael

    #194634
    This reply has been marked as private.
    #195067
    This reply has been marked as private.
    #195185

    Hi!

    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,
    Ismael

    #195209
    This reply has been marked as private.
    #196066
    This reply has been marked as private.
    #196583

    Hi!

    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!
    Peter

    #196590
    This reply has been marked as private.
    #196622
    This reply has been marked as private.
    #197843

    Hey!

    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, 10 months ago by Devin.
    #197846
    This reply has been marked as private.
Viewing 16 posts - 1 through 16 (of 16 total)
  • The topic ‘Slideshow deactivate?’ is closed to new replies.