Re: Responsive Sheffield Blue V 2.0!
Quote:
Originally Posted by
TLC
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.:dontgetit
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! :D
Re: Responsive Sheffield Blue V 2.0!
Quote:
Originally Posted by
gunni
You are genious :clap:
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
Re: Responsive Sheffield Blue V 2.0!
Quote:
Originally Posted by
EmmaThePoly
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 :lookaroun 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
Re: Responsive Sheffield Blue V 2.0!
Quote:
Originally Posted by
TLC
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.:dontgetit
Try removing the includes/templates/responsive_sheffield_blue/jscript/jscript_framework.php file
Thanks,
Anne
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
Re: Responsive Sheffield Blue V 2.0!
Quote:
Originally Posted by
spminis
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;
}
Re: Responsive Sheffield Blue V 2.0!
Quote:
Originally Posted by
spminis
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
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.
Re: Responsive Sheffield Blue V 2.0!
Quote:
Originally Posted by
fjbern1943
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
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