Jump to content

All of a Sudden...Carasol and Other buttons STOP Working...AND...


Recommended Posts

Hello,

I just installed ver 6 and trying to get my site Functional...and running into problems that ARE NOT "user dummy errors..newbie zone."  Please help with this.

I installed everything on my own, just fine.  Then today buttons like checkout button is UNclickable, and the homepage Carasol shows All three example pics and NOT scrolling!

Please see:  worldsbestfun.com

I am Not a newbie, very experienced, about a 9 out of 10...so it is not me.  I need to fix this so I can load products and start...but running into so many errors here,  please let

me know what happened here at my site okay? 

 

.....Also, please CLICK On a "dummy product" and look at the checkout system.  It works all the way to where you need to click Checkout

after entering name, address, and other info, does Not go to next page, where it should go to paypal checkout. Please check this out thank you.  Hope to hear from you soon.

Sincerely,

Mark Hanson

worldsbestfun.com

 

 

Link to comment
Share on other sites

Welcome worldsbestfun! Glad to see you made it to the forums.

Please verify if there is a file that has a name similar to:
/cache/33db5.js_head.foundation_20180530061153.js
js_head needs to be there, but the last 14 numbers could be slightly different.

In the Foundation skin /templates/ folder, check for the presence of element.js_head.php.

This template file is where modernizer and jquery (eventually) get loaded.

My browser is complaining that jQuery is not defined. The jQuery script powers most everything else.

Edited by bsmither
Link to comment
Share on other sites

Thank you for the Welcome and Nice reply! 🙂  That means a lot, thank you!

Okay, the element.js.head.php file is in its place okay, but Not the first file you mentioned in the other folder.

cache/33db5.js_foot.foundation_20180530061153.js

The above file is in that folder, but please notice it is the "Foot...foundation," and not the Head, and you shown....the file you mentioned first, is simply not in the folder, I tripled checked.

How do I fix this please?  Very swamped with this now.  Thank you. Hope to hear from you soon.

Sincerely,

Mark Hanson

please see:   worldsbestfun.com     .....for the messed up graphs that will not click, some of them, and the carosol that is spread out to 3 demo pics, not working.

 

 

 

Link to comment
Share on other sites

Please look at the Foundation skin template file main.php.

Near line 14, find:

   <head>
      <title>{$META_TITLE}</title>
      {include file='templates/element.meta.php'}
      <link href="{$CANONICAL}" rel="canonical">
      <link href="{$ROOT_PATH}/favicon.ico" rel="shortcut icon" type="image/x-icon">
      {include file='templates/element.css.php'}
      {include file='templates/content.recaptcha.head.php'}
      {include file='templates/element.google_analytics.php'}
      {include file='templates/element.js_head.php'}
   </head>

You mentioned finding element.js.head.php, but make sure it is spelled element.js_head.php (not period, but underscore).

Then, in admin, Maintenance, Rebuild tab, check Clear Cache and submit.

Reverify that cache/33db5.js_head.foundation_20180530061153.js is or is not there. (The numbers may be different.)

Link to comment
Share on other sites

Okay, first, yes, you are correct on the spelling, no period, it was _    You had it spelled right, I mistaking put a period there.

next, I followed your instructions and when going back to check, after clearing cache, the first file is still not present in the cache directory, and

yes, I did refresh, and leave the dir, came back, still no file.  What can I do now?

Also, thank you for your help thus far, much appreciated!!

Sincerely,

Mark

 

Link to comment
Share on other sites

Please look at the Foundation skin template file main.php.

Near line 14, find:

   <head>
      <title>{$META_TITLE}</title>
      {include file='templates/element.meta.php'}
      <link href="{$CANONICAL}" rel="canonical">
      <link href="{$ROOT_PATH}/favicon.ico" rel="shortcut icon" type="image/x-icon">
      {include file='templates/element.css.php'}
      {include file='templates/content.recaptcha.head.php'}
      {include file='templates/element.google_analytics.php'}
      {include file='templates/element.js_head.php'}
   </head>

The above must be as shown.

Examine the contents of element.js_head.php.

{assign var=js_head value=[ 'skins/{$SKIN_FOLDER}/js/vendor/modernizr.js',
                            'skins/{$SKIN_FOLDER}/js/vendor/jquery.js']}
{foreach from=$HEAD_JS item=js}
    {$js_head[] = $js}
{/foreach}
{combine input=$js_head output='cache/js_head.{$SKIN_FOLDER}.js' age='604800' debug=false}

Verify that these files exist:

/skins/foundation/js/vendor/modernizr.js
/skins/foundation/js/vendor/jquery.js

 

Edited by bsmither
Link to comment
Share on other sites

Dear bsmither,

I just wanted to Sincerely say Thank You!! ...so much for all your help! 🙂  You really tried and did help me a lot, and that is much appreciated.  I hope that all future people that you help, realize how lucky and fortunate they are, to have you helping them. They should know.  You do great work, thank you bsmither.

Sincerely,

Mark Hanson

worldsbestfun.com

 

 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...