[Pro] Help needed with mobile menu

Hi guys,

Need help here,

uploaded website for a client and somehow the mobile menu is not working ok on every pages?

for example here it works:
http://www.atelier-audio.com/English/events.html
here not:
http://www.atelier-audio.com/English/about.html

Also,
I added the simple button action, tested it local, everything worked fine,
now after moving to a different server (and installed simple buttons) the colors stays grey?

Help is much appreciated

Erik


freewaytalk mailing list
email@hidden
Update your subscriptions at:

Looks like a javascript error on the about.html page

To do with WOW animate I think.

Take that off and see how it goes.

David


freewaytalk mailing list
email@hidden
Update your subscriptions at:

Uncaught ReferenceError: WOW is not defined

var wow = new WOW( { boxClass: 'wow', animateClass: 'animated', offset: 100 } ); wow.init();

D


freewaytalk mailing list
email@hidden
Update your subscriptions at:

Hi Dave, thanks

But strange thing is that I only have WOW slider element on a few pages and not on the pages above

can you explain that?


freewaytalk mailing list
email@hidden
Update your subscriptions at:

But strange thing is that I only have WOW slider element on a few pages and not on the pages above

Have you added WOW code to a Master?

Doesn’t get onto a page on its own.

D


freewaytalk mailing list
email@hidden
Update your subscriptions at:
https://freewaytalk.softpress.com/person/options

Somehow, the WOW code is connected to the js menu,
if I create a new page and delete the CSS menu the WOW code is gone!

Abracadrabra


freewaytalk mailing list
email@hidden
Update your subscriptions at:

Hi Dave or somebody else,

After 2 days struggling still no solution, help please!!

On my test server here:
http://www.test.atelier-audio.com/welcome.html
I get an error :
ReferenceError: Can’t find variable: WOW

here same website not:
http://www.test.atelier-audio.com/English/events.html

First I thought it had to do with a WOW slider i had implemented.
I delete all wow elements and add Exhibio

But I see this code also on different sites so nothing to do with WOW slider I guess.

Anyway who can tell me what goes wrong here and who to fix

The same website is also running ok on my own testserver:
http://atelier.graphicid.nl/welcome.html

Here everything works fine.

Has this something to do with the ftp server maybe

help much appreciated, thx

Erik


freewaytalk mailing list
email@hidden
Update your subscriptions at:

Rather than WOW slider have you added anything to do with WOW animate

D


freewaytalk mailing list
email@hidden
Update your subscriptions at:

transition fx action and simple button action

is that in the same category?

But how do you explain that on one server it works fine and on the other not?


freewaytalk mailing list
email@hidden
Update your subscriptions at:

But how do you explain that on one server it works fine and on the other not?

I thought it was 2 different pages - not different servers?

Do you have links to the same page on different servers we can compare?

I am not familiar with the Simple Buttons action - is that one of Tim’s, it may use some WOW stuff!

D


freewaytalk mailing list
email@hidden
Update your subscriptions at:
https://freewaytalk.softpress.com/person/options

Hi Dave,

Yes these are Tim’s actions;

http://www.test.atelier-audio.com/English/about.html

http://atelier.graphicid.nl/English/about.html


freewaytalk mailing list
email@hidden
Update your subscriptions at:

How did you publish, FTP or Freeway’s machinery - and both the same method?
The one still misses the wow.min.js for whatever reason! Maybe it’s even a host/server-side thing?

Have as well a DETAILED look into your FONT-sets and REMOVE all final semicolon on each Google Fonts that you created. You have throughout the page many invalid CSS declarations.

Cheers

Thomas


freewaytalk mailing list
email@hidden
Update your subscriptions at:

Servers categorically cannot affect JavaScript (not normal Apache servers, anyway – Node.js is another matter entirely). The only thing that could mess between simple button and transition fx is if you also had unrelated jQuery in the same page. jQuery and Prototype (which is what Transition FX is based on) do not get along well.

Walter

On Oct 28, 2015, at 6:57 PM, Erik email@hidden wrote:

transition fx action and simple button action

is that in the same category?

But how do you explain that on one server it works fine and on the other not?


freewaytalk mailing list
email@hidden
Update your subscriptions at:
Information for existing FreewayTalk / Groups.io users - Site Feedback - Softpress Talk


freewaytalk mailing list
email@hidden
Update your subscriptions at:
https://freewaytalk.softpress.com/person/options

Thx Thomas/ Waltd,

I go check these suggestions!

Erik


freewaytalk mailing list
email@hidden
Update your subscriptions at:

Hi Thomas/ Waltd

I checked the wow.min.js but it was on the server?

Now I did the following;
removed the files from both 2 different test servers,

Upload with Freeway first to my test server;

Then the same file to client testserver
http://test.atelier-audio.com

Exactly the same file

Now everything works fine except the button style (simple buttons)

they are fine on my server (red) but different on my client server (grey)

Any idea what causes this?

Erik


freewaytalk mailing list
email@hidden
Update your subscriptions at:

In the grey button example, there is missing the css which should be auto-generated by the button action (I suppose cause I don’t know the action at all) and print it into the head part. This all is pretty weird, cause I can’t tell you why the action kinda fails and am close to recommend giving Tim a quick note on this.

Cheers

Thomas


freewaytalk mailing list
email@hidden
Update your subscriptions at:

Hi Erik,
Apologies for getting to this thread late in the day. I’ve only just read through it this morning.

Your client’s server (unlike your test one) is processing Server Side Includes (SSIs) and sees part of the CSS styles in the head as a call to one of these includes. If you look at the source code for the failing page you’ll see an error in there;

[an error occurred while processing this directive]

The code that is doing this is;

<!--#item3

I’ve updated the Action so that it now writes these styles out in a more readable form (line for line) regardless of how you’ve set the code output in the document setup. The CSS styles will be slightly less compressed than they are at present but it will ensure that you don’t encounter this issue again.

I’ll send the updated version of the Action (version 1.6) to you directly now.
Regards,
Tim.

On 30 Oct 2015, at 10:32, Erik email@hidden wrote:

Upload with Freeway first to my test server;
http://atelier.graphicid.nl http://atelier.graphicid.nl/

Then the same file to client testserver
http://test.atelier-audio.com http://test.atelier-audio.com/

Exactly the same file


FreewayStyle.com - Freeway templates and parts to download, use and explore - http://www.freewaystyle.com


freewaytalk mailing list
email@hidden
Update your subscriptions at:
https://freewaytalk.softpress.com/person/options

@Tim,
Thanks for helping me with this issue,
I’m gonna download the updated action and try it!

@Thomas,
as always thank you very much for helping me also!

Erik


freewaytalk mailing list
email@hidden
Update your subscriptions at:

Everything fine now!!

thx again


freewaytalk mailing list
email@hidden
Update your subscriptions at: