Let me take a look in to this and I’ll get back to you asap with a solution.
I can not seem to be able to reproduce the problem on my servers.
Could you please install the Regenerate thumbnails (http://wordpress.org/plugins/regenerate-thumbnails/) plugin then run it to see if it resolve the problem.
Let me know if it doesn’t and I’ll run some more test to see if I can pinpoint the problem – If I can then I’ll upload a fix asap.
Installed the plugin, but it did not help. I tried to repent, to solve it myself, did something and stopped the slides displayed. I do not understand why. All the main files again from the new untouched copied, except style.css. Once again I tried to disable and enable the slider, since the label changed its name in the group. But nothing helped.
Found a way how to get slides. Changed the name of the category label for slides to the original, and slides back. Although I once again chose a category for the show, thinking that the references could not have re-read.
Do you have a live site I can take a look at if the problem is persistent?
I can not seem to replicate any of these issues on my local or live servers.
How is the WP Contact form 7 rendered under the slider? Shortcode or template tag?
If template tag then which template is code placed in and location?
When I have the information I’ll try and recreate/replicate the site on my local server and take a look at the behavior to figure out whats causing the problem. This will most likely be over the weekend with a response early next week.
Add in header.php:
<?php if ( get_theme_mod( 'wpstrapslider_slider_visibility' ) != 0 ) { ?>
<?php if ( is_front_page() ) : ?>
<?php get_template_part( 'slider' ); ?>
<?php endif; ?>
<?php } ?>
<strong><?php echo do_shortcode("[contact-form-7 id=55 title=Form-Name] "); ?></strong>
<div class="container marketing">
Thanks anyway. I will wait for a response. If you need to have some code that is ready to provide.
And a good weekend.