Hello! Slider button “rel” parameter (custom link URL) is empty after PHP8. The relevant wrong code is here:
/library/template-parts/slider.php
$button_1_link_content = intval( $slide['super_simple_slider_slide_button_1_link_content'] );
// ...
if ( $button_1_link_content != 'custom' && $button_1_link_content > 0 ) {
$button_1_link_url = get_permalink( $button_1_link_content );
} else if ( $button_1_link_content == 'custom' ) {
$button_1_link_url = esc_url( $button_1_link_custom_url );
}
This variable is always be 0 (zero), because intval() returns 0 on text value. This is the expected operation, but PHP 7.4 handles this wrong, and intval() returns the original string (“custom”). This should be fixed fot PHP8.
]]>Hello!
The arrows (angle symbols) in the left and right of the slider are inside a box with a border. Is is possible to remove this border?
I would like to increase the size and change the color, as well. Is it possible?
Thanks in advance,
Marco Andrei
Hello!
Thanks for this useful plug-in!
I am trying to add some style in slider text but the plug-in remove all markup when I save the slide. How can I format the text in slide?
Thanks in advance,
Marco Andrei
Hi,
is there a way to serve different sized images for mobile views?
Thank you.
]]>Hi, I really like your slider, it’s very lightweight.
I want to set the height of my slides to exactly 950px. I’m looking into ways how to do it, but I’m lost.
There’s this style=”height: auto;” in the slider div and I can’t figure out how it got there and how can I change it. Because it is directly in the HTML element, nothing I do in CSS works, because the HTML gets the priority.
Can you advise how would I do that? Thank you.
I’m talking about this div
<div id="super-simple-slider-608ae57066a6c" class="super-simple-slider-container super-simple-slider-3128" style="height: auto;">
Thank you.
]]>How can I make the slider scroll by itself?
]]>