sukhada
Forum Replies Created
-
Forum: Plugins
In reply to: [Testimonial Slider] Testimonial Slider Not FullwidthHi @prosarmientolou,
Thanks for writing to us.
Please go to Testimonial Slider => Settings => Basic Settings => Complete Slider Width => Please check this setting is set to 1200.
If problem still persist can you please provide us the URL of page where the slider is embedded and the temporary admin access to our support mail support[dot]team[at]slidervilla[dot]com. So that we will also look into the issue and try to fix it on priority.
Waiting for your response.
Thanks a lot for all your patience.Best Regards,
Sukhada,
SliderVilla Support Team.Forum: Plugins
In reply to: [Smooth Slider] Adding a custom field from a post to sliderHi @blakedaniel,
You can add Subtitle to displayed data, If there is filter applied on any of the following field,
1.Title
2.Image
3.ContentUsing add_filter function. For detail information how to achieve it, Please refer the link given below,
https://codex.www.ads-software.com/Function_Reference/add_filter
Please let me know if it helps.
Thanks a lot for all your patience.Best Regards,
Sukhada,
SliderVilla Support Team.Forum: Plugins
In reply to: [WordPress Post Tabs] Anchor Links Causing ScrollHi @gabrieldesign,
I have not yet received access details to your dashboard, can you please resend the access details.
Waiting for your response.
Thank you for all your patience.Best Regards,
Sukhada,
TabberVilla Support Team.Forum: Plugins
In reply to: [WordPress Post Tabs] Anchor Links Causing ScrollHi @gabrieldesign,
Your site is having fixed top menu, due to which the first line of tab content was getting cut and in current version of free tabs its not scroll to tab title top, we will ad this in upcoming update. If possible can you please provide us the temporary admin access details to our support mail support[dot]team[at]tabbervilla[dot]com, so that I will customize the plugin as per your requirement.
Waiting for your response.
Thank you for all your patience.Best Regards,
Sukhada,
TabberVilla Support Team.Forum: Plugins
In reply to: [WordPress Post Tabs] Anchor Links Causing ScrollHi @gabrieldesign,
I have Tested the link on Google Chrome and Mozilla Firefox and once one the link for “Accommodation” tab it is scrolling to content with text “offers great views over the Arabian Gulf or Palm Jumeirah…….”
As you are having one fixed menu the first link was cut, but it’s not scroll at the bottom of content, can you please provide us the browser you are using or any screenshot of the scenario. So that We can try to fix it.Waiting for your response.
Thank you for all your patience.Best Regards,
Sukhada,
TabberVilla Support Team.Forum: Plugins
In reply to: [WordPress Post Tabs] Anchor Links Causing ScrollHi @gabrieldesign,
Thank you for your response.
Currently it is working as per browser functionality and scrolling to the content div ID. This feature is currently not available in free tabs plugin, we are going to add this feature in next update. We will get back to you once released the update.
Thank you for all your patience.
Best Regards,
Sukhada,
TabberVilla Support Team.Forum: Plugins
In reply to: [WordPress Post Tabs] Anchor Links Causing ScrollHi @gabrieldesign,
Can you please provide us the URL of page where the tabs are embedded, so that I can also take a look into the scenario and try to fix it.
Waiting for your response.
Thank you for all your patience.Best Regards,
Sukhada,
SliderVilla Support Team.Forum: Plugins
In reply to: [WordPress Post Tabs] Tabs appear below each other and loss stylesHi Lucianoas,
Thanks for using WordPress Post Tabs and writing to us. If WordPress Post Tabs has been helpful to you please post your rating at
https://www.ads-software.com/plugins/wordpress-post-tabs/There is a rating section on this page where you can provide your rating about the plugin. In case your rating is less than 5, kindly let us know. We would like to hear your inputs so that we serve you with best Tabs and support.
Best Regards,
Sukhada,
TabberVilla Support Team.Forum: Plugins
In reply to: [WordPress Post Tabs] Tabs appear below each other and loss stylesHi Lucianoas,
I have fixed the issue. Please check the site and let me know if it is as per your requirement.
Waiting for your response.
Thank you for all your patience.Best Regards,
Sukhada,
TabberVilla Support Team.Forum: Plugins
In reply to: [Smooth Slider] Modifying the post meta outputHi @lsnewton,
You can use smooth_post_title hook to add some other text after slide title, please refer below code to use this filter.
function modify_smooth_slide_title($post_title,$post_id,$smooth_slider,$smooth_slider_css) { $post_title=$post_title.' Test'; return $post_title; } add_filter('smooth_post_title','modify_smooth_slide_title',10,4);
You can add above code in wp-content => themes => current theme => functions.php file.
Please let me know if it works.
Thank you for all your patience.Best Regards,
Sukhada,
SliderVilla Support Team.Forum: Plugins
In reply to: [WordPress Post Tabs] Tabs appear below each other and loss stylesHi Lucianoas,
I am not able to see the “Update File” button on any theme file, getting the same message of file permission, can you please change the theme and WordPress Post Tabs plugin permission to writable via FTP, you can refer this link for more details https://codex.www.ads-software.com/Changing_File_Permissions. Or you can send us the FTP details for the site, so that I can modify the files and try to fix the issue.
Waiting for your response.
Thank you for all your patience.Best Regards,
Sukhada,
TabberVilla Support Team.Forum: Plugins
In reply to: [WordPress Post Tabs] Tabs appear below each other and loss stylesHi Lucianoas,
Thanks for providing the access details, But I am not able to update the files as they are not writable. I am getting this message “Para guardar los cambios, es necesario que el archivo tenga permisos de escritura. Visita el codex para obtener más información.”. Can you please change the permissions so that I can do some changes to fix the problem.
Waiting for your response.
Thank you for all your patience.Best Regards,
Sukhada,
TabberVilla Support Team.Forum: Plugins
In reply to: [WordPress Post Tabs] Tabs appear below each other and loss stylesHi Lucianoas,
The latest tabs plugin uses different tabs function i.e posttabs to build tabs and requires below JavaScript file “https://www.unitech.grupadigital.com/wp-content/plugins/wordpress-post-tabs/js/jquery.posttabs.js”. It seems that this JavaScript file is not loaded on this page in footer section.
If the wp_footer hook is properly added in footer.php file and still the tabs are not working, then you can add this file in footer.php directly. Refer below code to load the JavaScript file,
<script type=’text/javascript’ src=’https://www.unitech.grupadigital.com/wp-content/plugins/wordpress-post-tabs/js/jquery.posttabs.js’></script>If the above script code i.e(jQuery(“#tabs_0”).tabs({ cookie: { expires: 30 } }); …) you have mention which is located in footer.php is hard-coded in this file? If yes please remove it as this code is not necessary for the latest version of tabs.
Please let me know if it works,
Waiting for your response.Thank you for all your patience.
Best Regards,
Sukhada,
TabberVilla Support Team.Forum: Plugins
In reply to: [WordPress Post Tabs] Tabs appear below each other and loss stylesHi Lucianoas,
I have checked the URL but, the tabs js is not included on page, there might be the issue with wp-footer hook. Can you please recheck the position of
<?php wp_footer(); ?>
hook. If it is there on right place, can you please provide us the temporary admin access details to our support mail support[dot]team[at]tabbervilla[dot]com. So that we will also take a look into the issue and try to fix it.Please let me know if it works,
Waiting for your response.Thank you for all your patience.
Best Regards,
Sukhada,
TabberVilla Support Team.Forum: Plugins
In reply to: [Testimonial Slider] Uncaught TypeError: undefined is not a functionHi @zackrowe,
Thanks for using Testimonial Slider and writing to us. If Testimonial Slider has been helpful to you please post your rating at
https://www.ads-software.com/extend/plugins/testimonial-slider/There is a rating section on this page where you can provide your rating about the plugin. In case your rating is less than 5, kindly let us know. We would like to hear your inputs so that we serve you with best slider and support.
Best Regards,
Sukhada,
SliderVilla Support Team.