Add this to the php page template where you want the slider to show.
</div>
<div style=”width:100%; height:400px; overflow:show; display:block;”>
<?php
if ( function_exists( ‘get_wp_parallax_content_slider’ ) ) { get_wp_parallax_content_slider(); }
?></div>
<div class=”container gallery clearfix”>
Im highly interested in this as well if someone has a fix let us know. I have a navigation menu at the top of my site with a link that goes to login. When a user clicks the menu link I want the modal login to come up.
Try renaming the .htaccess in the public_html and/or the .htaccess in the root of your install and see if it makes a difference. If that fixes it, you’ll need to go through your .htaccess to locate the problem, or you might be able to provide examples of the .htaccess code here and someone may be able to help you locate it.