Carousel 2, SmoothScroll and Pulse php

Hi all.

We’ve got a page that uses Pulse CMS (so the page is index.php) and are using Carousel 2, SmoothScroll and Google Map Actions. All three actions work perfectly when the page is viewed as index.html but stop when altered to php.

Does anyone have a work around for this issue?

Thanks in advance. Paul


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

There is seriously nothing different between .php and .html from the Action perspective. If you are in Pulse-land, you may have a path issue, and the scripts may not be loaded as expected. Can you post a link to a page that shows the problem?

Also, SmoothScroll is fairly sensitive to page construction. If you have an element that contains inline children, make sure that it is set to clear those children. Put a single element at the very bottom of your loop, and set that element to clear both. Without this, the page appears to be 0px tall (or something similarly ridiculous) with all of the content hanging out of the “bottom” of the page, and SmoothScroll’s calculations for the correct offset from the top to animate to will be entirely wrong.

Walter

On Mar 26, 2014, at 7:54 AM, Paul Brown wrote:

Hi all.

We’ve got a page that uses Pulse CMS (so the page is index.php) and are using Carousel 2, SmoothScroll and Google Map Actions. All three actions work perfectly when the page is viewed as index.html but stop when altered to php.

Does anyone have a work around for this issue?

Thanks in advance. Paul


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Thanks Walter

The test page can be found here: www.churchills-southend.com/pagetwo.php

I’m thinking it must have something to do with the page construction perhaps. Any help you can offer would be excellent.

Many thanks, Paul


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

You have jQuery (flex slider) in the same page as Prototype. You can’t do that, not without a propeller beanie and a strong dose of hand-coding. Did you try out flex slider first, and then move to Prototype Carousel? If so, remove all vestiges of jQuery from the page and all should be well.

Walter

On Mar 26, 2014, at 8:11 AM, Paul Brown wrote:

Thanks Walter

The test page can be found here: www.churchills-southend.com/pagetwo.php

I’m thinking it must have something to do with the page construction perhaps. Any help you can offer would be excellent.

Many thanks, Paul


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Hi Walter

Thanks for your prompt response. Ah, I see - thinking about it we did try out flex slider while tinkering. I’m going to go and remove jQuery now.

Thanks again!

Paul


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Hi Walter.

Feel free to laugh but I’m totally confused as to what I should be deleting to remove the jQuery that you suggested. I’m first to admit I’m not clever on that side of things. Any chance you can give me a steer as to which bits to delete?

I can’t see any additional inserted HTML Mark Up in Freeway other than the Google Fonts and Facebook code. Does Freeway keep inserted code even when it has been deleted within Freeway? Somewhat confused but hope you can give me some help.

Many thanks, Paul


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

It’s coming from a Pulse plugin called Flex, which appears to be a slideshow component. Have a look to see where/whether you enabled that feature. I haven’t used Pulse myself, so I can’t offer any more detailed suggestions beyond that.

Walter

On Mar 26, 2014, at 9:50 AM, Paul Brown wrote:

Hi Walter.

Feel free to laugh but I’m totally confused as to what I should be deleting to remove the jQuery that you suggested. I’m first to admit I’m not clever on that side of things. Any chance you can give me a steer as to which bits to delete?

I can’t see any additional inserted HTML Mark Up in Freeway other than the Google Fonts and Facebook code. Does Freeway keep inserted code even when it has been deleted within Freeway? Somewhat confused but hope you can give me some help.

Many thanks, Paul


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Hi Walter - ah - that must be the images we’ve implemented through Pulse so the client can update their own. I’ll check that out. Got confused as we’d tried Nivo Slider during our setup so figured it must be that.

Thanks again Walter for your time.

Paul


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Walter

You were spot on! Just removed the Pulse gallery boxes and all is well. Just got to think about how to get around it now!

Thanks again. Paul


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options