Shape 5

Joomla Templates => Soul Search - Club => : Prodpcs September 25, 2017, 06:50:48 PM



: info slide not displaying text
: Prodpcs September 25, 2017, 06:50:48 PM
I tried updating to Joomla 3.8 and did update to vertex 4.2 and the menu came back, but the info slider wasn't working. When I rolled back to 3.7, the slider still isn't working. I guess I didn't notice it in a previous update. When I tried looking at the settings in the modules for the info screens, they seem to be set correctly, however I went to look in the template settings and it won't open the screen, instead it seems to think I don't have a membership or something.

"This template is for members of the Shape 5 Joomla Template Club only, it is not free or open to the public domain.

For tutorials pertaining to this template and additional information check out:
Soul Search Demo
Joomla and Vertex Tutorials

Click here to visit Shape5.com "

Heres the link to the website : https://clasesenfamilia.com/en/

Let me know if you need any other access. Thanks.





: Re: info slide not displaying text
: mikek September 26, 2017, 03:13:11 PM
Hello,

Your site is producing the following javascript error:

TypeError: $(...).parent(...).slides is not a function

Which seems to be pointing to:

$('.testimonials-container .testimonial-entry').each(function() {
   if (maxHeight < $(this).height()) {
      maxHeight = $(this).height();
   }
});

That is not code that comes with this template. Please disable whatever script is producing this, it is causing other javascripts on the page to break. This could cause the info slide not to work.


: Re: info slide not displaying text
: Prodpcs September 27, 2017, 01:21:16 PM
Thank you!