parthm42 / pwaplusphp

Automatically exported from code.google.com/p/pwaplusphp
Other
0 stars 0 forks source link

Plugin makes calendar not work #129

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Go to http://demo.websitecafe.com/calendar/
2. Click Gallery, you'll see it working
3. Click Calendar, you'll see it never loads. Once I disable PWA, the Calendar 
works.

What is the expected output? What do you see instead?
I uploaded pwa+php-pro-wordpress-v0.9.4.zip to my site, but it broke Nivo 
Slider. We had to make adjustments to you plugin to make Nivo Slider work.

The issue was that your plugin was loading a secondary javascript to the header 
tag, which in our experience is something we try to avoid.

We also uploaded a newer version of JS.

So, I edited your plugin file and removed that secondary js call. Everything 
worked better and is actually faster now. Oh, what I removed was in 
plugins/pwaplusphp/pwaplusphp.php

lines 395-397

What version of the product are you using? On what operating system?

Please provide any additional information below.

Original issue reported on code.google.com by njo...@companyinsite.com on 10 Oct 2011 at 10:14

GoogleCodeExporter commented 8 years ago
The only other jquery loaded by PWA+PHP is jquery cycle.  It's used for 
pagination, but it looks like you're not using the pagination.  Try disabling 
that and let me know how it goes.

Scott

Original comment by smcca...@gmail.com on 11 Oct 2011 at 5:47