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/Er0sGZcXHVMIWe 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
We bought the plugin, having read that it was possible to select a different menu for each page, but unfortunately this is not possible. If a menu is selected on a specific page it is not shown. The side menu is shown only if it is selected in the global settings, but in this way you see the same menu for all pages and you cannot make a distinction on the page in a different language.
Hello there,
Thank you for writing to us. Yes that is possible. You can choose the menu for specific page in the specific page’s edit screen. Please check the screenshot below and let us know if it is not working as how it should.
https://prnt.sc/lhxYaGDi5kNEThanks
Hi, maybe you didn’t read this: We bought the plugin, having read that it was possible to select a different menu for each page, but unfortunately this is not possible. If a menu is selected on a specific page it is not shown. The side menu is shown only if it is selected in the global settings, but in this way you see the same menu for all pages and you cannot make a distinction on the page in a different language.
Hello there,
Thank you for your message. We understand your concern regarding selecting different menus for each page.
The feature should allow you to override the global settings by selecting a specific floating tab within the page settings. If the selected menu is not appearing as expected, could you confirm whether you can see the option to choose the tabs in the page edit screen?
https://prnt.sc/lhxYaGDi5kNEIf the option is visible but not functioning correctly, please let us know the steps you have followed so far. Additionally, if possible, sharing a screenshot of your settings would help us investigate further.
Looking forward to your response.
Best regards, WP Shuffle
Where can I send screenshots?
Hello there,
Thank you for your reply. You can upload the screenshots in your website and paste the URL here.
Or if you want to send the message in private then please send the message from the contact form available in the link below and include the screenshot URLs in the message.
https://codecanyon.net/user/wpshuffle#contactThanks.
Hello there,
Thank you for writing to us. That’s a bit strange because this is working properly in our development environment. Is it possible to provide us your site temporary login details from the private contact form available in the link below so that we can debug directly on your site?
https://codecanyon.net/user/wpshuffle#contactRegards, WP Shuffle
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