Quick portfolio
- Posted by TemplatePlazza (5310) Offline
Hmm, The forum automatically add <a tag to the code . Anyway can you try this one?
// check Joomla version for jquery load
JLoader::import( 'joomla.version' );
$version = new JVersion();
if (version_compare( $version->RELEASE, '2.5', '<='))
{
$doc->addScript('ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js');
} else {
// call jquery lib - ensure this is called first before another jquery plugins - schro
JHtml::_('jquery.framework');
}
9 years 2 months ago #13
by TemplatePlazza
// check Joomla version for jquery load
JLoader::import( 'joomla.version' );
$version = new JVersion();
if (version_compare( $version->RELEASE, '2.5', '<='))
{
$doc->addScript('ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js');
} else {
// call jquery lib - ensure this is called first before another jquery plugins - schro
JHtml::_('jquery.framework');
}
Please Log in or Create an account to join the conversation.
- Posted by Elisha Brescia (11) Offline
I replaced the first attempt with what you suggested and now i get these image loading graphics but it never actually loads completely on full screen. When the screen is minimized a bit or on smaller devices then it does display thumbnails and full size graphics but the interface is not very user friendly. Not sure whats happening with it. I may have to venture to a more feature rich module or rewrite the array since the layout needs alot of adjusting. Take a look and tell me if its supposed to look and feel this way or if something is still wrong.
9 years 2 months ago #14
by Elisha Brescia
Please Log in or Create an account to join the conversation.
- Posted by TemplatePlazza (5310) Offline
I'll check on this via your administrator page and will back to you very soon.
9 years 2 months ago #15
by TemplatePlazza
Please Log in or Create an account to join the conversation.
- Posted by TemplatePlazza (5310) Offline
Hi, could try to re-add all the portfolio items?
I tried to create a new module, with new items I added my self from the galleries folder, and it works properly. Please have alook on jblimited.com/gallery
9 years 2 months ago #16
by TemplatePlazza
I tried to create a new module, with new items I added my self from the galleries folder, and it works properly. Please have alook on jblimited.com/gallery
Please Log in or Create an account to join the conversation.
- Posted by Elisha Brescia (11) Offline
I see what you did and that is definitely more like what I am trying to accomplish. I will leave that for now and revisit maybe tomorrow. I got alot going on in the next 48 hours so i may not have the time. Please leave ticket until I can revisit. I will update in another post and we can go from there. Hopefully i can just call it resolved. Thank you for your assistance.
9 years 2 months ago #17
by Elisha Brescia
Please Log in or Create an account to join the conversation.
- Posted by TemplatePlazza (5310) Offline