Hi,
I have now been through the code looking at the div structure and fixed an issue with a missing div BUT this has not solved the problem.
If I look at the code SWIFT generates it is:
[spb_text_block title=”Yachts Listings” animation=”none” animation_delay=”0″ padding_vertical=”0″ padding_horizontal=”0″ width=”1/1″ el_position=”first last”]
[xt_boats_listing]
[/spb_text_block]
But this is what the page generates:
<div class=”spb-asset-content” style=”padding-top:0%;padding-bottom:0%;padding-left:0%;padding-right:0%;”>
<div class=”title-wrap”><h3 class=”spb-heading spb-text-heading”><span>Yachts Listings</span></h3></div>
</div>
With the content of the plug-in being generated with the plug-in content being placed in this div at the top of the page (post header)
<div class=”inner-page-wrap has-no-sidebar no-bottom-spacing no-top-spacing clearfix”>
<div class=”clearfix”>
<div class=”page-content hfeed clearfix”>
<div class=”clearfix post-14711 page type-page status-publish hentry” id=”14711″>
……. Content ……,.
So for some reason the content is in the wrong place in the page completely.
Any ideas as this problem is rumbling on now.
JT