having a problem on the nectar slider i ran into today. It has someting todo with the nectar-slider.js calculation of the "top" css anchor. Check it out for yourself. Im gonna post my page after this message in private. Load the site and everything works like a charm, but click on the upper left logo and you will see, that text inside the first slide is getting pushed upwards. Checking the code tells me that instead of a top: of 85px he calculated like 50.5px but only on the first slide. For your information i am caching the css/java files via .htaccess and for me it looks like he is trying to make a calculation based on a cached css file or so ... Because if you empty your cache and reload first slide looks quite fine?
Here is the snippet out of nectar-slider.js which I was talking about. Do you have a solution for this?
Howdy!
having a problem on the nectar slider i ran into today. It has someting todo with the nectar-slider.js calculation of the "top" css anchor. Check it out for yourself. Im gonna post my page after this message in private. Load the site and everything works like a charm, but click on the upper left logo and you will see, that text inside the first slide is getting pushed upwards. Checking the code tells me that instead of a top: of 85px he calculated like 50.5px but only on the first slide. For your information i am caching the css/java files via .htaccess and for me it looks like he is trying to make a calculation based on a cached css file or so ... Because if you empty your cache and reload first slide looks quite fine?
Here is the snippet out of nectar-slider.js which I was talking about. Do you have a solution for this?
Arrr... And again I think I found a trick:
If anybody has ever the same prob:
Putting the following snippy inside the Custom CSS works...at least for me...