Site logo

Archived topic

Toolset and GP Premium

9 replies · Started by sg on August 12, 2017

Viewing posts 1–10 of 10

Hi, Tom, I am new to GP, I think it's my final stop here on template decision.wasted years looking for perfect one till I found GP.

I am using toolset in my site, I have some issue with GP and toolset compatibility.

1. Slideout menu not working on toolset pages, there is big whitespace gap below the footer ,i think thats the slideout.

2.Sticky menu not working with toolset too. i beleive some kind of js script conflict ?

Btw is there any ready made child theme for GP that i could download ?

thanks!

HI. Leo . Thanks for the child themes.
Btw , Do you have " private field" to send private info like toolset support ?

Yup you can send the links through Account Issues here: https://generatepress.com/contact/

But we will keep the communication in this thread so other users with similar problems might find it useful as well :)

Detail sent. Yes of course.

Looks like the Flexslider is causing the issue.

Can you try deactivating it?

HI, i dont have flexslider installed .
if its from/part of toolset then i cant afford to deactivate it.

Hmm is this something you added?

jQuery(document).ready(function( $ ) {
  $('#carousel').flexslider({
    animation: 'slide',
    controlNav: false,
    animationLoop: false,
    slideshow: false,
    itemWidth: 120,
    itemMargin: 5,
    asNavFor: '#slider'
  });
    
  $('#slider').flexslider({
    animation: 'slide',
    controlNav: false,
    animationLoop: false,
    slideshow: false,
    sync: '#carousel'
  });
});

The error comes from this code. If not you might want to contact their support.

Sorry for late reply.
Yes youre right on this. issue solved for now. thank you.

No problem!

This archived topic is closed to new replies.