Code

Discussion on Floating Side Tab PRO

Discussion on Floating Side Tab PRO

Cart 64 sales

wpshuffle supports this item

Supported

This author's response time can be up to 1 business day.

8 comments found.

Please help..I have not heard back…When the form is submitted, the person’s email address does not show in the email.

Hello there,

Thank you for writing to us. We are checking your queries and will get back to you through the email shortly.

Regards,
WP Shuffle

All it shows is the message from the person. But no way to email them back. It would also be nice to be able to add a phone number field.

We have replied you in the email.

Thanks

Hi, I want to add an open table widget to my site, but it’s not displaying anything.

Here is the code

<script type=’text/javascript’ src=’//www.opentable.com/widget/reservation/loader?rid=1474093&type=standard&theme=standard&color=1&dark=false&iframe=true&domain=com&lang=en-US&newtab=false&ot_source=Restaurant%20website&cfe=true’></script>

Hello there,

Thank you for writing to us. That is happening because the script tags are not allowed to store in WordPress database. But to allow it, please add below block of code in your active theme’s functions.php file and then again add the script in the HTML editor and it shall load the script.

add_filter( 'wp_kses_allowed_html', function( $tags, $context ) {
    if ( $context === 'post' ) {
        $tags['script'] = array(
            'type'  => true,
            'src'   => true,
            'async' => true,
            'defer' => true,
        );
    }
    return $tags;
}, 10, 2 );

Regards, WP Shuffle

Hi, it seems so that it isnt possible to set a link to the terms and agreement under the subscription tab; which is very important to the GDPR. Can you please make it possible to set links there? I tryed it with simply html, but it isnt possible > the same under the contact tab. without a link to the terms and agreement page we cant use this plugin :( due to local regulations. Thanks!

Update: I don’t know if it’s a setting, but I only see the tabs when I’m logged in. As soon as I log out, everything disappears. Can you help me?

Hello there,

Thank you for writing to us. We are currently working on an update to support the HTML in the terms and agreement field for subscription form.

Regarding the contact form, currently we don’t have the terms and agreement field. Do you mean you also want terms and agreement field for the contact form as well?

Regarding the tab not being displayed after being log out, did you check the preview link? If yes then preview link is only available for admins to look how the tab will look in the frontend. To setup, you will need to go to the settings to setup the floating tab to be displayed in different areas of the website. Please check the screenshot below for an easy reference.

https://prnt.sc/Er0sGZcXHVMI

We also have the detailed documentation in the link below.

https://wpshuffle.com/wordpress-documentations/floating-side-tab-pro/

Thanks.

Hi, pre-purchase question, how to deal with translations? We use WPML, thanks

I sent you the login details, thanks

Hello there,

We have replied to your email.

Thanks

Thank you very much the tabs now works properly.

Hello, before purchasing, I would like to clarify something. Is it possible to control the width and height of the opened window? Can this be adjusted dynamically or set to specific dimensions?”

Hello there,

Thank you for writing to us. We currently don’t have the option to set the width and height dynamically from the options but we will try to add this feature in our future updates. But that can be achieved by adding some custom CSS though if needed which we can provide after you purchase and provide us the height and width to which you want to it to set.

Thanks.

Good morning, I was reviewing the plugin and I have 2 questions about options such as template 23. Is it possible to change the initial hamburger icon for another icon? Can the buttons be displayed from the right button to the top?

Hello there,

Thank you for writing to us. The hamburger icon is not configurable currently but we will come up with an update to change the icon in our very next update.

Regarding changing the displayed from right button to the top, we just checked and it is currently displayed from bottom right to left. But we will also try to come up with a option to display it from right bottom to the top.

Thanks.

Hello @Lineas2021,

We have released an update today with both the features that you had requested.

Now you can change the hamburger icon for template 23, 24, 25 and 26 and we have added two new positions as Bottom Left Up and Bottom Right Up.

Please check our demo playground for the new features.

https://demo.wpshuffle.com/floating-side-tab-pro/demo-playground/

Thanks

Question, can this plugin create multiple menus to be displayed on specific pages? eg. Menu1 -> display on page1,2 . Menu2 -> display on page 3,4, etc.

Hello there,

Thank you for writing to us. Yes you can create multiple menus and assign them to specific pages.

Thanks

Hi, can I upload a custom icon in svg format? Is it possible to upload custom svg icon in social network icon?

Hello there,

Thank you for writing to us. Yes our plugin supports custom icons as well.

Thanks.

by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve CodeCanyon.

Sure, take me to the survey