Page 50 of 102 FirstFirst ... 40484950515260100 ... LastLast
Results 491 to 500 of 1017
  1. #491
    Join Date
    Oct 2012
    Posts
    4
    Plugin Contributions
    0

    Default Re: New! Template Package Update with Admin Interface!

    ok, ok, I have reinstalled 2 times. I will reinstall again.
    Thank you very much.

  2. #492
    Join Date
    Sep 2006
    Location
    USA
    Posts
    291
    Plugin Contributions
    0

    Default Re: New! Template Package Update with Admin Interface!

    Quote Originally Posted by usausaok View Post
    ok, ok, I have reinstalled 2 times. I will reinstall again.
    Thank you very much.
    Oh ok. If that doesn't work make sure you manually delete each file associated with her template. I have her older style of this and am not upgrading
    Signature not needed

  3. #493
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,021
    Plugin Contributions
    32

    Default Re: New! Template Package Update with Admin Interface!

    Quote Originally Posted by usausaok View Post
    After I installed the template, the shopping cart shows the php code, did you see that?

    I am very appreciate your help.
    This isn't an installation error.. There are PHP short tags are being used in some of the code header.. Most servers ignore them lending to the issue you are seeing..


    in the common/tpl_header.php file find this section:
    Code:
    <li><a href="<?php echo zen_href_link(FILENAME_SHOPPING_CART, '', 'NONSSL'); ?>"><img src="<?php  echo $template->get_template_dir('',DIR_WS_TEMPLATE, $current_page_base,'images').'/'.HEADER_ICON_CART ?>" alt="cart icon" class="cart-icon"  /><?php echo HEADER_TITLE_CART_CONTENTS; ?> - <? echo $_SESSION['cart']->count_contents();?> <?php echo HEADER_TITLE_CART_ITEMS; ?> - <? echo $currencies->format($_SESSION['cart']->show_total());?></a></li>
        <li><a href="<?php echo zen_href_link(FILENAME_CHECKOUT_SHIPPING, '', 'SSL'); ?>"><img src="<?php  echo $template->get_template_dir('',DIR_WS_TEMPLATE, $current_page_base,'images').'/'.HEADER_ICON_CHECKOUT ?>" alt="checkout icon" class="checkout-icon"  /><?php echo HEADER_TITLE_CHECKOUT; ?></a></li>
    replace it with this:
    Code:
    <li><a href="<?php echo zen_href_link(FILENAME_SHOPPING_CART, '', 'NONSSL'); ?>"><img src="<?php  echo $template->get_template_dir('',DIR_WS_TEMPLATE, $current_page_base,'images').'/'.HEADER_ICON_CART ?>" alt="cart icon" class="cart-icon"  /><?php echo HEADER_TITLE_CART_CONTENTS; ?> - <?php echo $_SESSION['cart']->count_contents();?> <?php echo HEADER_TITLE_CART_ITEMS; ?> - <?php echo $currencies->format($_SESSION['cart']->show_total());?></a></li>
        <li><a href="<?php echo zen_href_link(FILENAME_CHECKOUT_SHIPPING, '', 'SSL'); ?>"><img src="<?php  echo $template->get_template_dir('',DIR_WS_TEMPLATE, $current_page_base,'images').'/'.HEADER_ICON_CHECKOUT ?>" alt="checkout icon" class="checkout-icon"  /><?php echo HEADER_TITLE_CHECKOUT; ?></a></li>
    Note that I replaced the "<?" shorttag with "<?php". Do the same and the issue goes away..
    My Site - Zen Cart & WordPress integration specialist
    I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.

  4. #494
    Join Date
    Jul 2009
    Location
    picaflor-azul.com
    Posts
    6,928
    Plugin Contributions
    45

    Default Re: New! Template Package Update with Admin Interface!

    Quote Originally Posted by usausaok View Post
    Dear Anne,

    How are you. I am a new Zen-Cart user. If you have time, can you help me to take a look my website: http://parts.onlineds.com , I installed your template, but the shopping cart looks like different. I am very appreciate your help.
    I am not seeing the template installed here.

    Thanks,

    Anne

  5. #495
    Join Date
    Jul 2009
    Location
    picaflor-azul.com
    Posts
    6,928
    Plugin Contributions
    45

    Default Re: New! Template Package Update with Admin Interface!

    Quote Originally Posted by DivaVocals View Post
    This isn't an installation error.. There are PHP short tags are being used in some of the code header.. Most servers ignore them lending to the issue you are seeing..


    in the common/tpl_header.php file find this section:
    Code:
    <li><a href="<?php echo zen_href_link(FILENAME_SHOPPING_CART, '', 'NONSSL'); ?>"><img src="<?php  echo $template->get_template_dir('',DIR_WS_TEMPLATE, $current_page_base,'images').'/'.HEADER_ICON_CART ?>" alt="cart icon" class="cart-icon"  /><?php echo HEADER_TITLE_CART_CONTENTS; ?> - <? echo $_SESSION['cart']->count_contents();?> <?php echo HEADER_TITLE_CART_ITEMS; ?> - <? echo $currencies->format($_SESSION['cart']->show_total());?></a></li>
        <li><a href="<?php echo zen_href_link(FILENAME_CHECKOUT_SHIPPING, '', 'SSL'); ?>"><img src="<?php  echo $template->get_template_dir('',DIR_WS_TEMPLATE, $current_page_base,'images').'/'.HEADER_ICON_CHECKOUT ?>" alt="checkout icon" class="checkout-icon"  /><?php echo HEADER_TITLE_CHECKOUT; ?></a></li>
    replace it with this:
    Code:
    <li><a href="<?php echo zen_href_link(FILENAME_SHOPPING_CART, '', 'NONSSL'); ?>"><img src="<?php  echo $template->get_template_dir('',DIR_WS_TEMPLATE, $current_page_base,'images').'/'.HEADER_ICON_CART ?>" alt="cart icon" class="cart-icon"  /><?php echo HEADER_TITLE_CART_CONTENTS; ?> - <?php echo $_SESSION['cart']->count_contents();?> <?php echo HEADER_TITLE_CART_ITEMS; ?> - <?php echo $currencies->format($_SESSION['cart']->show_total());?></a></li>
        <li><a href="<?php echo zen_href_link(FILENAME_CHECKOUT_SHIPPING, '', 'SSL'); ?>"><img src="<?php  echo $template->get_template_dir('',DIR_WS_TEMPLATE, $current_page_base,'images').'/'.HEADER_ICON_CHECKOUT ?>" alt="checkout icon" class="checkout-icon"  /><?php echo HEADER_TITLE_CHECKOUT; ?></a></li>
    Note that I replaced the "<?" shorttag with "<?php". Do the same and the issue goes away..
    Yes, this is correct. I have this bug on a list for fixing in a future update.

    Thanks,

    Anne

  6. #496
    Join Date
    Feb 2010
    Posts
    63
    Plugin Contributions
    0

    Default Re: New! Template Package Update with Admin Interface!

    My website doesnt load on some computers as of 8pm CST today. I am sure it is some sort of April fools prank some group is playing.

    The script that is locking me up is the gsgd one. At least I think so. The site shows it is loading cdnjs.cloudflare.com but it just never loads.


    Can I remove this? What does it do?

    Thank you

  7. #497
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,021
    Plugin Contributions
    32

    Default Re: New! Template Package Update with Admin Interface!

    Quote Originally Posted by AZComp View Post
    My website doesnt load on some computers as of 8pm CST today. I am sure it is some sort of April fools prank some group is playing.

    The script that is locking me up is the gsgd one. At least I think so. The site shows it is loading cdnjs.cloudflare.com but it just never loads.


    Can I remove this? What does it do?

    Thank you
    Anne can correct me if I am wrong, but I don't think her template is using any of the Cloudflare libraries.. Something else you've installed may be making calls to that library.. You need to figure out which add-on you've installed which does this..

    What is Cloudflare you ask??? if you Google "what is cdnjs.cloudflare.com", you might get some insight.. see if this site will help: http://blog.cloudflare.com/cdnjs-com...cript-librarie
    Last edited by DivaVocals; 2 Apr 2013 at 03:40 AM.
    My Site - Zen Cart & WordPress integration specialist
    I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.

  8. #498
    Join Date
    Jul 2009
    Location
    picaflor-azul.com
    Posts
    6,928
    Plugin Contributions
    45

    Default Re: New! Template Package Update with Admin Interface!

    Quote Originally Posted by AZComp View Post
    My website doesnt load on some computers as of 8pm CST today. I am sure it is some sort of April fools prank some group is playing.

    The script that is locking me up is the gsgd one. At least I think so. The site shows it is loading cdnjs.cloudflare.com but it just never loads.


    Can I remove this? What does it do?

    Thank you
    The script that is causing the problem is the jquery easing script. It is being served remotely. The author just changed their policy on linking to the script remotely. You can either remove the call for the script in the includes/templates/all_business/jscript/jscript_jquery.min.php line 2 or copy the script to your server in the includes/templates/all_business/jscript folder and change the call to point to the one on your server.

    I will include the change in a future template update.

    Thanks,

    Anne

  9. #499
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,021
    Plugin Contributions
    32

    Default Re: New! Template Package Update with Admin Interface!

    Quote Originally Posted by picaflor-azul View Post
    The script that is causing the problem is the jquery easing script. It is being served remotely. The author just changed their policy on linking to the script remotely. You can either remove the call for the script in the includes/templates/all_business/jscript/jscript_jquery.min.php line 2 or copy the script to your server in the includes/templates/all_business/jscript folder and change the call to point to the one on your server.

    I will include the change in a future template update.

    Thanks,

    Anne
    Hey Anne, if you are interested, I've had good success with jQuery's CDN.. In case you still want to go the route of using a CDN..

    Using jQuery with a CDN

    CDNs can offer a performance benefit by hosting jQuery on servers spread across the globe. This also offers an advantage that if the visitor to your webpage has already downloaded a copy of jQuery from the same CDN, it won't have to be re-downloaded.
    Using jQuery's CDN provided by MediaTemple

    1
    2
    <script src="http://code.jquery.com/jquery-1.9.1.min.js"></script>

    <script src="http://code.jquery.com/jquery-migrate-1.1.1.min.js"></script>


    Last edited by DivaVocals; 2 Apr 2013 at 07:19 PM.
    My Site - Zen Cart & WordPress integration specialist
    I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.

  10. #500
    Join Date
    Jul 2009
    Location
    picaflor-azul.com
    Posts
    6,928
    Plugin Contributions
    45

    Default Re: New! Template Package Update with Admin Interface!

    Quote Originally Posted by DivaVocals View Post
    Hey Anne, if you are interested, I've had good success with jQuery's CDN.. In case you still want to go the route of using a CDN..
    Thanks for the tip ;-)

    Thanks,

    Anne

 

 
Page 50 of 102 FirstFirst ... 40484950515260100 ... LastLast

Similar Threads

  1. Lavender Template Support Thread
    By kobra in forum Addon Templates
    Replies: 262
    Last Post: 13 May 2015, 01:00 AM
  2. v154 Abbington Mega 5.3 template not displaying properly
    By irishshopper in forum Addon Templates
    Replies: 1
    Last Post: 6 Mar 2015, 04:56 PM
  3. Rustic Template Support Thread
    By clydejones in forum Addon Templates
    Replies: 320
    Last Post: 20 May 2013, 10:47 AM
  4. Turpy Template Support Thread
    By brandonturpin in forum Addon Templates
    Replies: 3
    Last Post: 20 Feb 2012, 07:36 PM
  5. DigitalShop Template Support Thread
    By blingthemes in forum Addon Templates
    Replies: 19
    Last Post: 9 Mar 2011, 07:49 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR