Page 53 of 152 FirstFirst ... 343515253545563103 ... LastLast
Results 521 to 530 of 1518
  1. #521

    Default Re: Responsive Sheffield Blue V 2.0!

    Quote Originally Posted by TLC View Post
    I have the same problem here... this is what I get when I add something to the shopping cart using Chrome and IE;

    An unknown response null: :text/html;
    charset=utf-8: :SyntaxError: Unexpected end of input was received while processing an ajax call. The action you requested could not be completed.


    This is what I get when I use Firefox;

    An unknown response null: :text/html; charset=utf-8: :SyntaxError: JSON.parse: unexpected end of data at line 1 column 1 of the JSON data was received while processing an ajax call. The action you requested could not be completed.

    I checked for the file includes/classes/split_page_results.php
    The file was already there, but I uploaded it again to be sure... still getting same thing.
    Ok, I figured it out! But just in case someone else has this problem, I found out it's the ajax.php file... Zen Cart has an updated ajax.php file. Took care of the problem!
    [FONT="Tahoma"]TLC Creations[/FONT]
    [FONT="Arial"]tlccreations.com[/FONT]

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

    Default Re: Responsive Sheffield Blue V 2.0!

    Quote Originally Posted by gunni View Post
    You are genious
    Changed in stylesheet.css
    left:14px instead of -25px

    .ribbon1 {font-size: 16px !important;width: 110.8%;position: relative;background: #24629f;color: #fff; text-align: center;left:14px;}
    I am happy that you figured it out ;)

    Thanks,

    Anne

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

    Default Re: Responsive Sheffield Blue V 2.0!

    Quote Originally Posted by EmmaThePoly View Post
    Hello! I was wondering how I would go about adding another tab to the main page box, where the Newest, Featured and Specials tabs are. I am wanting to add a tab for upcoming products- I realise I can add this section below the tabs box but I need it to be more noticable, so an extra tab would be ideal. Please dumb-down instructions as much as you can, as my PHP knowledge is limited Thanks!
    There is no easy way to do this. Take a look at one of the tabs that is currently there and then apply the changes to the upcoming products. I would recommend looking at featured products and the related files.

    Thanks,

    Anne

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

    Default Re: Responsive Sheffield Blue V 2.0!

    Quote Originally Posted by TLC View Post
    I have the same problem here... this is what I get when I add something to the shopping cart using Chrome and IE;

    An unknown response null: :text/html;
    charset=utf-8: :SyntaxError: Unexpected end of input was received while processing an ajax call. The action you requested could not be completed.


    This is what I get when I use Firefox;

    An unknown response null: :text/html; charset=utf-8: :SyntaxError: JSON.parse: unexpected end of data at line 1 column 1 of the JSON data was received while processing an ajax call. The action you requested could not be completed.

    I checked for the file includes/classes/split_page_results.php
    The file was already there, but I uploaded it again to be sure... still getting same thing.
    Try removing the includes/templates/responsive_sheffield_blue/jscript/jscript_framework.php file


    Thanks,

    Anne

  5. #525
    Join Date
    Feb 2015
    Location
    USA
    Posts
    175
    Plugin Contributions
    0

    Default Re: Responsive Sheffield Blue V 2.0!

    I have set up a test site for this template http://testing.spminiatures.com/
    I've run into a problem that I can't seem to fix. On the main page I have the categories with images shown and on the category pages I have sub-categories with images. I have it set for 3 per column but the images are not aligning properly. The first two rows are ok and after that, there are 2 images on a row, 1 image on a row, then 3 images on a row, etc.
    Before I toll out this template as unworkable for me, could someone please give me a clue as to what it wrong and an idea of how it can be fixed.
    Thanks
    Carol

  6. #526
    Join Date
    Apr 2009
    Posts
    469
    Plugin Contributions
    2

    Default Re: Responsive Sheffield Blue V 2.0!

    Quote Originally Posted by spminis View Post
    I have set up a test site for this template http://testing.spminiatures.com/
    I've run into a problem that I can't seem to fix. On the main page I have the categories with images shown and on the category pages I have sub-categories with images. I have it set for 3 per column but the images are not aligning properly. The first two rows are ok and after that, there are 2 images on a row, 1 image on a row, then 3 images on a row, etc.
    Before I toll out this template as unworkable for me, could someone please give me a clue as to what it wrong and an idea of how it can be fixed.
    Thanks
    Carol
    I think this is the issue mentioned here https://www.zen-cart.com/showthread....07#post1293107 an other alternative is to us css Flex property on the containing div (however this will only work for certain browsers). You will also need to do a bit of work on the template to get the layout 100%.
    Code:
    #indexCategories,#alsoPurchased,#whatsNew,#specialsDefault,#productListing
    {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
     
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    Mark Brittain
    http:\\innerlightcrystals.co.uk\sales\

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

    Default Re: Responsive Sheffield Blue V 2.0!

    Quote Originally Posted by spminis View Post
    I have set up a test site for this template http://testing.spminiatures.com/
    I've run into a problem that I can't seem to fix. On the main page I have the categories with images shown and on the category pages I have sub-categories with images. I have it set for 3 per column but the images are not aligning properly. The first two rows are ok and after that, there are 2 images on a row, 1 image on a row, then 3 images on a row, etc.
    Before I toll out this template as unworkable for me, could someone please give me a clue as to what it wrong and an idea of how it can be fixed.
    Thanks
    Carol
    The url is not working. My guess is that you have different heights for product names or different size images. You can add a javascript to make the heights the same, or add a min-height to make them the same. If you post a working link I can take a link.

    Thanks,

    Anne

  8. #528
    Join Date
    Apr 2015
    Location
    United States
    Posts
    144
    Plugin Contributions
    0

    Default Re: Responsive Sheffield Blue V 2.0!

    I am having the same problem on all my category pages. I looked at your demo site http://zenlyzen.com/mobile-friendly-zen-cart/ and it looks like the demo also has this problem???????????? So why do you keep talking about min-height and or javascript to make the heights the same. Did you or did you not make the image heights the same in the demo?

    I am thinking that a template mod or upgrade is required to fix this problem.

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

    Default Re: Responsive Sheffield Blue V 2.0!

    Quote Originally Posted by fjbern1943 View Post
    I am having the same problem on all my category pages. I looked at your demo site http://zenlyzen.com/mobile-friendly-zen-cart/ and it looks like the demo also has this problem???????????? So why do you keep talking about min-height and or javascript to make the heights the same. Did you or did you not make the image heights the same in the demo?

    I am thinking that a template mod or upgrade is required to fix this problem.
    If you can post a working link to a page with the problem on your site I can take a look. I already have on the list for a future template update adding a javascript to fix this in any situation.

    Thanks,

    Anne

  10. #530
    Join Date
    Apr 2015
    Location
    United States
    Posts
    144
    Plugin Contributions
    0

    Default Re: Responsive Sheffield Blue V 2.0!

    Hi Anne,

    goto http://religious-shop.com . I have the home page setup to open with categories. Or goto http://religious-shop.com/jewelry. This situation happens on all category pages.

    Thanks, Frank

 

 

Similar Threads

  1. v151 Responsive Sheffield Blue v1.0
    By picaflor-azul in forum Addon Templates
    Replies: 1159
    Last Post: 23 Apr 2023, 01:20 AM
  2. v155 Responsive Classic vs Responsive Sheffield Blue vs ?
    By Zean in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 13 May 2016, 07:01 AM
  3. v154 Responsive Sheffield Blue change menu links
    By Annie_zaz in forum Addon Templates
    Replies: 3
    Last Post: 7 May 2016, 11:33 PM
  4. v154 Responsive Sheffield Blue v.2.0 Pricing not showing
    By SilverHD in forum Addon Templates
    Replies: 13
    Last Post: 4 Nov 2015, 10:57 PM
  5. v154 Questions re: Responsive Sheffield Blue
    By dfontana in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 14 Aug 2015, 02:43 AM

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