- Posts: 21
- Thank you received: 0
no caption with introduction picture
-
risel
Inactive member - Topic Author
- Member
Less
More
10 years 6 months ago #40528
by risel
no caption with introduction picture was created by risel
see settings with introduction picture - but the caption is not visible.
www.newpage.tc-brackel.de/index.php/unse...n/58-mitglied-werden
www.newpage.tc-brackel.de/index.php/unse...n/58-mitglied-werden
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
10 years 6 months ago #40539
by ivan.milic
Replied by ivan.milic on topic no caption with introduction picture
Not sure why must be something you did, your pages are missing jCaption initialization:
that exist on all joomla templates
Code:
<script type="text/javascript">
jQuery(window).on('load', function() {
new JCaption('img.caption');
});
var acymailing = Array();
acymailing['NAMECAPTION'] = 'Your Name';
acymailing['NAME_MISSING'] = 'Please enter your name';
acymailing['EMAILCAPTION'] = 'E-mail Address';
acymailing['VALID_EMAIL'] = 'Please enter a valid e-mail address';
acymailing['ACCEPT_TERMS'] = 'Please check the Terms and Conditions';
acymailing['CAPTCHA_MISSING'] = 'Please enter the security code displayed in the image';
acymailing['NO_LIST_SELECTED'] = 'Please select the lists you want to subscribe to';
jQuery(function($) {
SqueezeBox.initialize({});
SqueezeBox.assign($('a.modal').get(), {
parse: 'rel'
});
});
</script>
that exist on all joomla templates
Please Log in to join the conversation.
Time to create page: 0.149 seconds