aacesc
Forum Replies Created
-
Hello @hollysieck
Thank you for writing to us. It might be not triggering because our plugin doesn’t trigger the post update action after the custom field is saved.
Can you please add the below code in your active theme’s functions.php file which shall trigger the post update after the successful form submission from our plugin’s form.add_action('fpsm_form_submission_success', function ($post_id, $form_row, $action) {
$post = get_post($post_id);
wp_update_post([
'ID' => $post_id,
'post_title' => $post->post_title, // dummy update to trigger hooks
]);
}, 10, 3);Please do let us know if this solves your problem or not.
Regards,
WP ShuffleHello there,
Thank you for writing to us. It seems the issue is related to our PRO version and we have dedicated channel for our PRO customers. Can you please send us the email from the contact form available in the link below with just the link of this support forum and we will reply you instantly.
PRO Support Link
Thanks.Forum: Plugins
In reply to: [Chat in Website] API URL Link IssueHello @kramasha
Thank you for informing us regarding the issue. We have released an update with the fix. So please update the plugin and let us know if the issue has been fixed or not in our latest update.
Thanks.Forum: Plugins
In reply to: [Floating Side Tab] Admin CSS Targeting Global WP ElementsHello @wpexplorer
Thank you very much for notifying us regarding the issue. We have just released an update with the fix as per your suggestion for just loading the CSS files in the necessary admin pages.
Please update and let us know if the issue has been fixed or not.
Thanks.Forum: Plugins
In reply to: [Floating Side Tab] Not able to see in Preview or the websiteHello @quanserweb
Thank you for letting us know. The issue is really strange and we are unable to replicate it on our development server.
It seems there still are other plugins active. Can you please check once by deactivating other plugins as well along with switching the theme to twenty sixteen and let us know.
Thanks.Hello @damen02
Thank you for your clarification. Yes, that is our plugin’s main functionality.
ThanksForum: Plugins
In reply to: [Floating Side Tab] Homepage only menu, with different background colourHello there,
Thank you for writing to us. Yes that is possible. You will first need to create the floating side tab and then go to the settings and choose the created floating side tab for the home page. Please check the screenshot below for an easy reference.
https://prnt.sc/AiktIqpoNACY
2. Yes you can choose the template which doesn’t has text but only icons such as template 6, 7 and 8
https://prnt.sc/9GVrB9E251RB
3. Yes that is also possible since you can choose the different color for each icon. Please check the screenshot below for an easy reference.Thanks
Hello @damen02
Thank you for writing to us. The file uploaded can be displayed in the frontend post detail as a link and when they click if downloadable then they can download or if the file can be opened in the browser then will be opened in the browser.
Thanks.Forum: Plugins
In reply to: [Floating Side Tab] Not able to see in Preview or the websiteHello @quanserweb
Thank you for providing us the screenshots. In the separate page, “Disable Status” will actually disable the floating tab for that page so if you want to enable the floating side tab then you will need to turn this option off. Please check the screenshot below for an easy reference.
https://prnt.sc/OPvY_GOSc1mw
But since the floating side tab is not showing even in the preview then we think there is a hook wp_footer might be missing in the theme that you are using in your website because that is the hook we are using to append the floating tab into the page’s html. To confirm this can you please check by switching the theme to the default WordPress theme twenty sixteen and please deactivate the other plugins if feasible and let us know the result afterwards.
Thanks.Forum: Plugins
In reply to: [Floating Side Tab] Not able to see in Preview or the websiteHello @quanserweb
Thank you for your reply and we just checked in the provided URL but we couldn’t see our plugin’s markup being included in the page source so there must be some misconfiguration within the plugin.
Can you please share us the screenshot of the floating side tab that you have configured in the backend including the settings section of our plugin?
And also can you please create a new page and choose the floating side tab directly in the page edit screen as shown in the screenshot below and let us know if the floating side tab is displayed in the site or not.
https://prnt.sc/KzkcRGBwUVuK
But it is very strange that preview is still not working. Sometime some other plugin might affect our plugin as well so if it still doesn’t work then please check once by deactivating the other plugins and switching the theme to some default WordPress theme such as twenty sixteen and let us know the result afterwards.
Thanks.Forum: Plugins
In reply to: [Floating Side Tab] Not able to see in Preview or the websiteHello @quanserweb
Thank you for writing to us. After you have added a tab, you will need select the pages where you want to display the floating side tab which you can configure in our setting section. Please check the screenshot below for an easy reference.
https://prnt.sc/fv9jRx_kXyw8
Please let us know if you still are unclear or unable to display the tab in your website.
You can also check the detailed documentation available in the link below.
https://wpshuffle.com/wordpress-documentations/floating-side-tab-2/
ThanksForum: Plugins
In reply to: [Floating Side Tab] Missing cssHello @elenait99
We just figured out the issue was on our version 1.1.2 and we have just released a new version 1.1.3 with the fix.
Please update and let us know if the update resolved the issue or not.
Thanks.Hello @scnaadmin
Thank you for letting us know regarding the error. We have fixed it. Please check and let us know if you encounter any other issues or have any further queries.
Thanks.Hello @rayfurre
Thank you for writing to us. Our plugin shall show similar layouts for both mobile and desktop. We checked in the provided link from our mobile browser both on chrome and safari but couldn’t replicate the exact issue that you have shared. Please check the screenshot available in the link below.
https://monosnap.com/file/s3tzfInm1HbvnrcqxMDInD5TbkJooX
https://monosnap.com/file/wDGxAvX6CXEjbWGTJJeSHrzyVjV9pG
Can you please let us know if we missed anything?
Thanks.Hello @besalb
Any chance on this?