Forum Replies Created

Viewing 15 replies - 16 through 30 (of 68 total)
  • Hi zoai,

    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.

    Hi zoai,

    To resolve the issue, please go to edit post/page where the tabs are embedded click on text editor, and check the start shortcode of tabs i.e “[wptab” is having some unwanted
    tag or any other HTML tag before it, if yes please remove it.

    Let me know if it helps.

    Waiting for your response.
    Thank you for all your patience.

    Best Regards,
    Sukhada,
    TabberVilla Support Team.

    Hi @zackrowe,

    I have checked your site, it seems that the error can happen due to below reasons,

    1. jquery.js is loaded from 3 different sources, googleapis, jquery.com, wp-includes. Please keep only one jquery.js, which is included by WordPress. i.e from wp-includes

    2. The current theme may not have wp-footer hook, testimonial Slider loads all JavaScript files in footer section, please check <?php wp_footer(); ?> WordPress hook is available in your theme’s footer.php or not.?

    If this hook is not there, then paste it above </body> and save file.

    Let me know if it helps.
    Thank you for all your patience.

    Best Regards,
    Sukhada,
    SliderVilla Support Team.

    Hi zoai,

    I have tested the link https://freecartoon.org/ , but I am not able to see the tabs on home page, can you please provide me the URL where the tabs are embedded on page. So that I will also take a look into the scenario and try to fix it.

    Thank you for all your patience.
    Waiting for your response.

    Best Regards,
    Sukhada,
    TabberVilla Support Team.

    Hi @mjeanp27,

    Thanks for using Smooth Slider and writing to us. If Smooth Slider has been helpful to you please post your rating at
    https://www.ads-software.com/extend/plugins/smooth-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.

    Hi @mjeanp27,

    To apply padding to the slide text follow the below steps, Please go to Smooth Slider => Settings => Basic Settings => Miscellaneous Section => Custom Styles => enter the below css here,

    .smooth_slider span {
    padding: 20px !important;
    display: block !important;
    }

    Please let me know if it works,
    Waiting for your response.

    Thank you for all your patience.

    Best Regards,
    Sukhada,
    SliderVilla Support Team.

    Hi @lucianoas,

    I have tested the link there are JavaScript errors on that page, due to which tabs are not working. Please check and correct the below points,

    1. Tabs require ui core js to work tabs, which is not properly included on the page. The correct path is /wp-includes/js/jquery/ui/core.min.js?ver=1.7.3.

    2. Can you please check your current theme’s footer.php is having standard wp_footer(); hook, as this hook is required to load tabs js, If not please include it before </body> code.

    Please let me know if it works,
    Waiting for your response.
    Thank you for all your patience.

    Best Regards,
    Sukhada,
    TabberVilla Support Team.

    Hi @mjeanp27,

    To apply padding to the slide text excerpt, Please go to Smooth Slider => Settings => Basic Settings => Miscellaneous Section => Custom Styles => enter the below css here,
    .smooth_slider span { padding: 10px !important;}

    If you want more line spacing between slide excerpt, you can use below style,
    .smooth_slider span { line-height: 24px !important; }

    Please let me know if it works,
    Thank you for all your patience.

    Best Regards,
    Sukhada,
    SliderVilla Support Team.

    Hi there,

    To show testimonial avatar on testimonial page, Please follow the below steps,

    1. Please go to your FTP client (e.g. Filezilla) => Your site’s folder => wp-content => themes => current-theme => single.php
    2. Open this file for edit, Add Below code in single.php file where you want to display avatar

    <?php if(get_post_type() == 'testimonial' ) {
    	global $post;
    	$_testimonial_avatar=get_post_meta($post->ID, '_testimonial_avatar', true);
    	if( $_testimonial_avatar != '' ) { ?>
    	       <span class="rt-avatar"><img src="<?php echo $_testimonial_avatar;?>" /></span>
    	<?php }
    	}
    ?>

    Or you can create separate template file (In wp-content => themes => current-theme => ) to show the each testimonial page. new file name whould be like single-testimonial.php. Please refer this link to create separate testimonial template https://codex.www.ads-software.com/Post_Type_Templates

    Best Regards,
    Sukhada,
    SliderVilla Support Team.

    Hi there,

    It seems that on your site all scripts are enqueued with data-rocketsrc might be by some other plugin, due to which all scripts are not properly enqueued. Please refer the link using which we can disable adding rocketscript for all scripts.

    https://snippets.webaware.com.au/snippets/stop-cloudflare-rocketscript-breaking-wordpress-plugin-scripts/

    Please let us know if it helps.
    Thank you for all your patience.

    Best Regards,
    Sukhada,
    TabberVilla Support Team.

    Hi there,

    I am using featured slider and its possible to embed this slider anywhere using shortcode and template tag. For me it works fine. Here is the list of all sliders available on SliderVilla. https://slidervilla.com/sliders-list-view/

    Hi there,

    To have different color of a word, please fallow the below steps,
    1. Add the word in a span with some specific class.
    like this – Test <span class=”color”>colored</span> Contents
    2. Add Custom Style in Basic Setting => Miscellaneous => Custom Styles field =>

    .smooth_slider .color {
    color: #ff0000;
    }

    3. Add <span> tag in Basic Setting => Miscellaneous => Retain these html tags field.

    Thank you for all your patience.
    Hope it will help.

    Best regards,
    Sukhada,
    SliderVilla Support Team.

    Hi there,

    To position slider in center, please go to Basic tab => Miscellaneous => Custom Styles => Here add the style given below,

    .dboxlite_slider {
    margin: 0 auto !important;
    }

    Hope it will help you.
    Thank you for all your patience.

    Best Regards,
    Sukhada,
    SliderVilla Support Team.

    Hi there,

    There must be some specific issue due to which the slider is not appearing on your front page. Can please send us the url where you have embedded the slider or you can send url to our support mail address support [at] slidervilla [dot] com. So that we can also take look into the scenario and try to fix it.

    Thank you for all your patience.
    Waiting for your response.

    Best Regards,
    Sukhada,
    SliderVilla Support Team.

    Hi there,

    We have tested the page that you had mention, the quotes(“) used in template tag are some special quotes which are converted into html entities due to which the slider code is displayed as it is on page.

    Please try to change the quotes that you had used to insert the template tag.

    Hope it will help you.
    Thank you for all your patience.

    Best Regards,
    Sukhada,
    SliderVilla Support Team.

Viewing 15 replies - 16 through 30 (of 68 total)