Please check this link http://excelinteriors.org/home.php
I have put a popup modal here... Its working perfectly...
The issue is that it does not show what i have updated in it as content.
I have a news page on the site, by the name "whats up"... Now i have used the following code to display only one news post from that page (http://excelinteriors.org/events.php)...
The code is (i am using it as a snippet rom file "modal.html"):
The data does not show up in the modal!
Any hints please!
Regards,
GenXCoders
I have put a popup modal here... Its working perfectly...
The issue is that it does not show what i have updated in it as content.
I have a news page on the site, by the name "whats up"... Now i have used the following code to display only one news post from that page (http://excelinteriors.org/events.php)...
The code is (i am using it as a snippet rom file "modal.html"):
- Code: Select all
<cms:pages masterpage='events.php' limit='1'>
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">×</span>
</button>
<h4 class="modal-title" id="excelModalLabel"><cms:show k_page_title /></h4>
</div>
<div class="modal-body">
<p><cms:excerptHTML count='10' ignore='img'><cms:show wu_content /></cms:excerptHTML></p>
</div>
<div class="modal-footer">
<a href="<cms:show k_page_link />"><button type="button" class="btn btn-danger" data-dismiss="modal">Read More</button></a>
<button type="button" class="btn btn-primary" data-dismiss="modal">Close</button>
</div>
</cms:pages>
The data does not show up in the modal!
Any hints please!
Regards,
GenXCoders