wowslider
Forum Replies Created
-
Forum: Plugins
In reply to: [WOW Slider] [Plugin: WOW Slider] buggyvijaypalmanit
It seems that WOWSlider has a conflict with with the theme or one of the plugins that you use.
Try to use a default theme and disable plugins.Forum: Plugins
In reply to: [WOW Slider] [Plugin: WOW Slider] buggycgrray
You didn’t provide us a link to your webpage with a problem, so I can suppose that the reason of problem is a missing/incomplete the DOCTYPE declaration for universal compatibility. It should be:
<!DOCTYPE HTML PUBLIC “-//W3C//DTD HTML 4.01 Transitional//EN” “https://www.w3.org/TR/html4/loose.dtd”>You can find a detailed instruction “How to change the DOCTYPE declaration in the WordPress” on our website:
https://www.wowslider.com/rq/doctype-for-image-slide-jquery-in-wordpress-2w.htmlIf problem will persist, please contact with customer support at support [at] wowslider [dot] com. Provide us a link to your webpage with a problem and info about WOWSlider and WOWSlider plugin versions.
Forum: Plugins
In reply to: [WOW Slider] [Plugin: WOW Slider] buggyrituraj
WOWSlider doesn’t provide this option. You can change images, template or transition effect with WOWSlider application only. It’s impossible to do directly in WordPress.
Forum: Plugins
In reply to: [WOW Slider] [Plugin: WOW Slider] Wow slider inserts itself into the exceprt.It seems that WOWSlider has a conflict with with the theme or one of the plugins that you use.
Try to use a default theme and disable plugins.Forum: Plugins
In reply to: [WOW Slider] [Plugin: WOW Slider] Help adding wowslider to headerYou should add WOWSleder php code in the place where you want a slideshow to appear.
Forum: Plugins
In reply to: [WOW Slider] [Plugin: WOW Slider] No error message or slider> I am not getting any assistance from WOW Slider support.
Actually, we have sent you email. Did you get it?> I discovered what the issue was…
Yes, it was problem with ‘Desire’ theme. I downloaded and installed it, after that I disabled default slideshow and WOWSlider appears.> Anyone know how to incorporate a WOW Slider into a php page?
Please see below instructions:
* Add WOWSlider in WordPress widget:
https://www.wowslider.com/rq/jquery-flip-image-into-wordpress-widget-2p.html
* Add WOWSlider in WordPress header:
https://www.wowslider.com/rq/how-to-insert-jquery-toggle-image-into-header-2q.html
* If you want to insert WOWSlider into php page (not WordPress), you can do it manually:
https://www.wowslider.com/index.html#help
“Part 7 – Add WOW Slider inside your own page.” Don’t forget to upload generated “data” and “engine” folders on your server.
Notice that WOWSlider app. generates HTML code, but it’s possible to add HTML code on php pages.Forum: Plugins
In reply to: [WOW Slider] [Plugin: WOW Slider] WOWslider installs but without sliderPossibly, file size of your WOWSlider module is too big. Try to use a smaller module.
Also, you can try to install plugin itself firstly and then add modules generated with WOWSlider. Please see video tutorial:
You can align WOWSlider in the same way as any other element of your page.
Insert WOWSlider shortcode into DIV container and set width and height values and position you need. For example:
<div style=”width: 650px; height: 500px; top: 10px; left: 10px; position: relative;”>
[wowslider id=”1″]
</div>Forum: Plugins
In reply to: [WOW Slider] WOW Slider covers my dropdown menu!I suppose that it was “z-index” problem with your menu. Now you have “z-index: 500;” for your menu and submenus overlap WOWSlider correctly.
Forum: Plugins
In reply to: [WOW Slider] [Plugin: WOW Slider] wowslider in safariTry to use the latest version 2.5 of WOWSlider and the latest version 2.5.3 of WOWSlider plugin.
If problem will persist, please contact with Customer Support at support [at] wowslider [dot] com. Make sure to include details on your browser, operating system, WOW Slider and WOWSlider plugin versions, link to your page.Forum: Plugins
In reply to: [WOW Slider] [Plugin: WOW Slider] Where are the IMAGE files??Folder of WOWSlider files storage wasn’t changed in the new versions of plugin.
Notice that if your sliders were inserted with version of plugin older than v.1.6, they will be deleted after plugin update.
This problem was fixed in v.1.6. Existing sliders will not be deleted any more.Forum: Plugins
In reply to: [WOW Slider] [Plugin: WOW Slider] Images will not advanceTry to use the latest version 2.5 of WOWSlider and the latest version 2.5.3 of WOWSlider plugin.
If problem will persist, please contact with Customer Support at support [at] wowslider [dot] com. Make sure to include details on your browser, operating system, WOW Slider and WOWSlider plugin versions, link to your page.Forum: Plugins
In reply to: [WOW Slider] [Plugin: WOW Slider] how add wow slider in headerTo insert WOWSlider into header you should use WOWSlider PHP code.
Go to
WOW Slider -> All Slidersand click on “Excerpt view” button at the top right corner. Additional line “for templates” with php code will appear under line with shortcode.
You should add this php code into your header (Appearance->Editor->Header), for example:
<?php wowslider(1); ?>
Please contact with Customer Support at support [at] wowslider [dot] com. Make sure to include details on your browser, operating system, WOW Slider and WOWSlider plugin versions, link to your page.
Forum: Plugins
In reply to: [WOW Slider] [Plugin: WOW Slider] Help adding wowslider to headerTo insert WOWSlider into header you should use WOWSlider PHP code.
Go to
WOW Slider -> All Slidersand click on “Excerpt view” button at the top right corner. Additional line “for templates” with php code will appear under line with shortcode.
You should add this php code into your header (Appearance->Editor->Header), for example:
<?php wowslider(1); ?>