averta support
Forum Replies Created
-
Hi,
Thank you for choosing Master Slider.
Is your issue resolved? Because we checked out the pages you sent and all of the sliders are working well.
Please elaborate your problem and provide us with the link of the page includes the broken slider.
I am looking forward to hearing from you.
Best,
Hi,
Thank you for choosing Master Slider.
Go to your WordPress Admin Panel and find Master Slider on the Dashboard. There you can select the slider you want and edit the slider.
On the slider, you can go to the Slides tab and remove each one by clicking on the trash icon on the bottom of the thumbnails.
If you are not able to edit the slider or remove the slides you want, please download and install members plugin and read this page:
http://support.averta.net/en/knowledgebase/allow-restrict-user-access-master-slider/Please let me know the result.
Best,
Forum: Plugins
In reply to: [Master Slider - Responsive Touch Slider] AMP supportHi again,
Please go to Master Slider -> Slider Callbacks and Add new callback On slider Init
Check out this screenshot:
http://support.averta.net/en/wp-content/uploads/AddNewCallback-1.pngIf you need any further information, please let me know.
Best,
Hi,
Thank you for using Master Slider.
The styles of Master Slider in the header is commented. Please fix it if you manually did that, or if you have optimize/minify plugin, disable it.
Let me know the result.
Best,
Hi,
Thank you for using Master Slider.
Please add the below code to Slider Callbacks on Slider init:
function(event){ var api = event.target; jQuery('.ms-parent-id-1').find('.ms-thumb-list').insertAfter(jQuery('.ms-parent-id-1').find('.ms-slide-info')); }If you know how to code, you can optimize this code 🙂
Have a great time.
Best,
Forum: Plugins
In reply to: [Master Slider - Responsive Touch Slider] AMP supportHi,
Thank you for choosing Master Slider.
We are planning to do that on our upcoming major update, but we cannot tell when it will be.
If you need any further information, please let me know.
Thank you for your patience and understanding.
Best,
Forum: Plugins
In reply to: [Master Slider - Responsive Touch Slider] mobile phone imagesHi Axel,
Thank you for choosing Master Slider.
Please enable Automatically crop and resize slider images based on the size above. on Slider Settings.
If you need any further information, please let me know.
Best,
Forum: Plugins
In reply to: [Master Slider - Responsive Touch Slider] Extra Image Sizes GeneratedHi,
Thank you for using Master Slider.
Please disable Automatically crop and resize slider images based on the size above. on Slider Settings
If you need any further information, please let me know.
Best,
Forum: Plugins
In reply to: [Master Slider - Responsive Touch Slider] Slide FIT by defaultGreat!
If you want to create a fullscreen slider, you need to upgrade Master Slider to pro version. But in order to use lightbox, you can do that with third party plugins such as prettyphoto, fancybox, etc.
Please check out the below documentation:
http://docs.averta.net/display/mswpdoc/Using+Lightbox+in+Master+SliderOn Master Slider Free, instead if Layer Content tab, go to Video and Link.
Please do not hesitate to ask any other questions.
Best,
Forum: Plugins
In reply to: [Master Slider - Responsive Touch Slider] Gap between slider and page contentI am glad it is ok now.
You are very welcome.
Best,
Forum: Plugins
In reply to: [Master Slider - Responsive Touch Slider] Displaying MP4 videos in backgroundHi,
Thank you for choosing Master Slider Pro.
Unfortunately, we cannot assist our pro users here. Please ask your questions on our Master Slider Pro support center:
http://support.averta.net/en/item/master-slider-wordpress-plugin/
Registration: http://support.averta.net/en/login/Our support staff are there to provide you with the best possible assistance, as soon as possible.
If you need any further information, please let me know.
Best,
Forum: Plugins
In reply to: [Master Slider - Responsive Touch Slider] Slide FIT by defaultForum: Plugins
In reply to: [Master Slider - Responsive Touch Slider] Slide FIT by defaultHi,
Thank you for choosing Master Slider.
Please add the below code to
functions.php:function my_masterslider_panel_default_setting( $defaults ){ $defaults['slideFillMode'] = 'fit'; return $defaults; } add_filter( 'masterslider_panel_default_setting', 'my_masterslider_panel_default_setting' );If you need any further information, please let me know.
Best,