wp-maverick
Forum Replies Created
-
One simple thing to do is:
1 – deactivate all plugins on your wordpress installation
2 – Activate only wp-parallax-sliderHere, you should test if the plugin works well when its “alone”!
If OK, then activate other plugins one by one and find the one which creates conflict.
If not OK, deactivate your theme, activate one regular theme (eg. Twenty eleven) and put the slider code at the end of header.php file. Then, look if the slider works.
I hope you’ll then be able to find if there is a plugin conflict or a thme conflict!
Good luck ??
Hi,
you’re right, that’s impossible to customize via the admin panel!
The only way to do it, is to adapt the CSS styles directly in the plugin css file ??
You’ll then be able to resize your image, to change the size of the slider and customize fonts…I’ll try to add more options in the admin panel in a future version to make it simpler.
Regards!
Hello southamericaliv,
the plugin code have to be inserted somewhere in a wordpress php file outside the wordpress loop (see the codex)!If you have done this and installed the plugin in wordpress, it should work great.
Sometimes, users seems to have problems with their own theme or plugins. Most of the time, there are jQuery conflicts and then, javascript can’t be executed…
I can see many errors on your website using chrome debug console so I think you should start by that.
Another solution is to add the plugin code at the end of the header.php file of your theme, before the loop. If the slider doesn’t display then, there is another problem.
Let me know if you find something (or not)!
Regards ??
Static mode means that the slider will display the HTML slides you can find in the file :
plugins/wp-parallax-content-slider/static-slides-sample.php
Dynamic mode means that the slides are automatically generated from the wordpress content (i.e. articles).
If you choose to use the static mode, I recommend to duplicate this file and to modify the code below in the file ‘wp-parallax-content-slider.php’:
include('static-slides-sample.php');
by
include('my-static-slides.php');
If you use a child theme, it’s recommended to only change the files in the child theme.
Hi trishahdee!
Unfortunately, this slider use CSS3 transitions & animations which are not supported by IE ??https://caniuse.com/#feat=css-transitions
https://caniuse.com/#feat=css-animationSo the slider will works, but without the parallax effect!
Be careful, static mode doesn’t mean static page!
What do you want to do exactly? in which page of your blog do you want to add the slider ?
Basically, you have to chose the PHP file of your theme in which you want to add the slider and put the slider code in it. Once evaluated, the code will be replaced by the HTML Slider. If you put the PHP code in a static file, or HTML file, it won’t be evaluated ?? Perhaps this is why you see the code and not the slider !?Hi adamj3333, haye you found the problem? I guess you have a javascript error in your theme or a conflict with another plugin. Just look into your debug console and let me know! Regards!
Hi,
actually, I don’t know ?? I don’t use WPML so I don’t know how it works. I can see on their website that “Every theme or plugin that uses WordPress API runs multilingual with WPML.” so I guess it should work since I use the wordpress API…
If someone knows more about WPML, your help would be great!Thanks, that’s great! I’ll try to add this as a feature in a future version. Maybe a parameter to choose what to display: 1 – featured image (default image if no featured image), 2 – video (if there is one in the post)
OK, so can you tell me at least which theme you’re using? I’ll try to install it and see what happens then!
Hi axiomz,
can I see your customized plugin somewhere? That’s a good idea!Is there an URL I could use to test your installation?
Hi, can you tell us what theme you’re using?
I’ve done some work on that feature. Can you try it on my website and tell me if it works well for you? https://jltweb.info/realisations/wp-parallax-content-plugin/
That’s a first shot ?? I will improve it in v0.7
OK,
Plugins aadmin menus are supposed to be in the settings tab even if some developpers have chosen to add them elsewhere!
I mark this topic as resolved ??