Shape 5

Joomla Templates => Fitness Center - Club => : electroadi August 20, 2015, 08:29:13 AM



: portfolio gallery and other gallerys don't work
: electroadi August 20, 2015, 08:29:13 AM
the portfolio won't open the zoom-in window as you can see here:
http://electroadi.com/new/index.php/portfolio
i also installed OS Responsive Image Gallery which was working to start with
but now the images open a a new window instead of pop-up.
they sugested i installe JQuery Easy plugin and turn on it.
after doing that the slideshow at homepage was gone.
any ideas?
adi


: Re: portfolio gallery and other gallerys don't work
: mikek August 21, 2015, 08:03:13 AM
Hello,

You should not be using Jquery Easy. That plugin has caused a lot of issues. Jquery should only ever be called from the core Joomla scripts, which is what all of our products work with. Or will conflict.

Your site is calling these:

  <link rel="stylesheet" href="http://electroadi.com/new//plugins/system/videobox/css/videobox.css" type="text/css" media="screen" />
  <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script><script type="text/javascript">jQuery.noConflict();</script>
  <script src="http://api.html5media.info/1.1.5/html5media.min.js"></script><script type="text/javascript" src="http://electroadi.com/new//plugins/system/videobox/videobox.js"></script><script type="text/javascript">

This call in particular should not be there, was it's conflicting with Joomla's core Jquery call:

 <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>

Jquery should never be called more than once on a page, and it is already called by Joomla.


Once you remove those scripts, make sure you have Multibox enabled in the template configuration under the Javascripts tab.


: Re: portfolio gallery and other gallerys don't work
: electroadi August 21, 2015, 08:12:50 AM
where do i remove these?


: Re: portfolio gallery and other gallerys don't work
: mikenicoll August 21, 2015, 10:33:00 PM
Hello,

JqueryEasy is not part of the Template Package and is adding in scripts to the page. Please remove and 3rd party scripts or extensions you have added and enable multibox.

Regards,


: Re: portfolio gallery and other gallerys don't work
: electroadi August 22, 2015, 03:43:33 AM
ok i removed the videobox plug-in' things seem to work better now, thanx. any ideas about the s5 quick contact? why isn't the button doing anything? the global settings are set.
adi


: Re: portfolio gallery and other gallerys don't work
: mikek August 22, 2015, 07:49:30 AM
Hello,

The link above is no longer working, please provide a url to where the quick contact is published.

Also, make sure you have an email supplied in the backend of the module, for where the emails will e sent to.


: Re: portfolio gallery and other gallerys don't work
: electroadi August 22, 2015, 07:58:57 AM
http://electroadi.com/new/


: Re: portfolio gallery and other gallerys don't work
: mikenicoll August 22, 2015, 04:07:46 PM
Hello,

Please provide a screenshot of the settings you are using for the S5 Quick Contact in the Module Manager.

Regards,


: Re: portfolio gallery and other gallerys don't work
: electroadi August 23, 2015, 05:11:44 AM
Here


: Re: portfolio gallery and other gallerys don't work
: mikek August 24, 2015, 08:01:07 AM
Hello,

It is because of your alert messages:

SyntaxError: unterminated string literal
   

alert('ההודעה שלכם בשליחה

   
The alerts are controlled through javascript, and javascript uses ' and " as text qualifiers, so when one is introduced it causes the script to break. You will need to remove any apostrophes or quotes from the alert messages.


: Re: portfolio gallery and other gallerys don't work
: electroadi August 24, 2015, 08:16:40 AM
thank you.
adi


: Re: portfolio gallery and other gallerys don't work
: mikenicoll August 24, 2015, 06:42:02 PM
Let us know if you have any further questions