Zen Cart Logo
Forums / Bug Reports / [Closed] FEEDBACK ON BETA of v1.5.5

[Closed] FEEDBACK ON BETA of v1.5.5

Locked

Views: 76,913

Results 181 to 200 of 461
This thread is locked. New replies are disabled.
29 Dec 2015, 8:13 PM
#181
bn17311 avatar

bn17311

Zen Follower

Join Date:
Apr 2010
Posts:
319
Plugin Contributions:
0

[Closed] FEEDBACK ON BETA of v1.5.5

Quote Originally Posted by bn17311 View Post
on desktop template with right column switched off

sample data - category big linked and mixed product types the add button is hidden slightly

Attachment 15884

bn

DrByte:

Fixed .

confirmed now working here

bn

29 Dec 2015, 8:59 PM
#182
picaflor_azul avatar

picaflor_azul

Totally Zenned

Join Date:
Jul 2009
Location:
picaflor-azul.com
Posts:
6,940
Plugin Contributions:
28

Re: [Closed] FEEDBACK ON BETA of v1.5.5

lat9:

Anne, I think that the issue appears whenever someone chooses to use image-buttons instead of CSS buttons on the responsive template.

You can add this to line 77 of the stylesheet.css:

height:auto;width:auto;

I'll get the change submitted.

Thanks,

Anne

29 Dec 2015, 9:04 PM
#183
ajeh avatar

ajeh

Oba-san

Join Date:
Sep 2003
Location:
Ohio
Posts:
62,757
Plugin Contributions:
1

Re: [Closed] FEEDBACK ON BETA of v1.5.5

bn17311:

minor thing in **configuration maximum values **most items have a better description for title except these

Products on Special
New Products Module
Upcoming Products

bn

I hate to be lame here ... but you are in the Maximum Values of the configuration settings ... you have:
Products on Special

If you click it you see:

Products on Special
Number of products on special to display

What additional words would you suggest? :lookaroun

29 Dec 2015, 9:05 PM
#184
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,513
Plugin Contributions:
176

Re: [Closed] FEEDBACK ON BETA of v1.5.5

picaflor-azul:

You can add this to line 77 of the stylesheet.css:

height:auto;width:auto;

> 
> I'll get the change submitted.
> 
> Thanks,
> 
> Anne
Committed.
29 Dec 2015, 9:45 PM
#185
stellarweb avatar

stellarweb

Zen Follower

Join Date:
May 2006
Location:
Montana
Posts:
293
Plugin Contributions:
8

Re: [Closed] FEEDBACK ON BETA of v1.5.5

I also noticed that the buttons on the product listing page and product page get enlarged as well. This is using the classic responsive template and uploading buttons that are different than the "out of the box" buttons that come with Zen Cart. The index.php?main_page=shopping_cart page shows them absolutely perfectly.

Here is a link to the site http://learnaboutfengshui dot com /155

29 Dec 2015, 11:38 PM
#186
stellarweb avatar

stellarweb

Zen Follower

Join Date:
May 2006
Location:
Montana
Posts:
293
Plugin Contributions:
8

Re: [Closed] FEEDBACK ON BETA of v1.5.5

WHOO HOO!! That worked!

:hug:

picaflor-azul:

You can add this to line 77 of the stylesheet.css:

height:auto;width:auto;

> 
> I'll get the change submitted.
> 
> Thanks,
> 
> Anne
30 Dec 2015, 6:44 AM
#187
bn17311 avatar

bn17311

Zen Follower

Join Date:
Apr 2010
Posts:
319
Plugin Contributions:
0

Re: [Closed] FEEDBACK ON BETA of v1.5.5

Ajeh:

I hate to be lame here ... but you are in the Maximum Values of the configuration settings ... you have:
Products on Special

If you click it you see:

What additional words would you suggest? :lookaroun

i was just thinking similar to the other formats

so the new products listing is

New Products Listing- Number Per Page

the featured product listing is

Maximum Display of Featured Products Page

and the all products is

Maximum Display of Products All Page

so just having products on special was not as clear as

Maximum Display of Specials Product Page or Special Products Listing- Number Per Page

and New Products Module not as clear as

New Products Centre Box - Number Per Page

or

Maximum Display of New Products - Centre Box

bn

30 Dec 2015, 6:49 AM
#188
bn17311 avatar

bn17311

Zen Follower

Join Date:
Apr 2010
Posts:
319
Plugin Contributions:
0

Re: [Closed] FEEDBACK ON BETA of v1.5.5

the 2 boxes are slightly different sizes and change depending on screen size

Attachment 15900

Attachment 15901

bn

30 Dec 2015, 5:18 PM
#189
picaflor_azul avatar

picaflor_azul

Totally Zenned

Join Date:
Jul 2009
Location:
picaflor-azul.com
Posts:
6,940
Plugin Contributions:
28

Re: [Closed] FEEDBACK ON BETA of v1.5.5

bn17311:

the 2 boxes are slightly different sizes and change depending on screen size

Attachment 15900

Attachment 15901

bn

What pages are you seeing these on?

Thanks,

Anne

30 Dec 2015, 6:32 PM
#190
bn17311 avatar

bn17311

Zen Follower

Join Date:
Apr 2010
Posts:
319
Plugin Contributions:
0

Re: [Closed] FEEDBACK ON BETA of v1.5.5

picaflor-azul:

What pages are you seeing these on?

Thanks,

Anne

hi,

its on the product info page

bn

31 Dec 2015, 1:01 AM
#191
mc12345678 avatar

mc12345678

Totally Zenned

Join Date:
Jul 2012
Posts:
16,908
Plugin Contributions:
2

Re: [Closed] FEEDBACK ON BETA of v1.5.5

Responsive template, no additional plugins, possibly a day or two old installation, but didn't find comment on the issue in this thread.

meta name for author in the header is not ended properly:

<meta name="author" content="">

I removed the content between the quotes, but that is properly populated, the issue is that it doesn't resolve to:

<meta name="author" content="" />

Sorry for stopping there on the research with only reporting the issue and not a fix. No other template(s) installed, no modifications loaded (other than was testing the init_canonical modifications suggested on another thread and started looking at the source code to find this issue).

Also, two "errors" reported in validation, though have also seen "on the internet" that it may not really be an issue...

required attribute "type" not specified for both areas.

<script> if (typeof zcJS == "undefined" || !zcJS) {   window.zcJS = { name: 'zcJS', version: '0.1.0.0' }; };  zcJS.ajax = function (options) {   options.url = options.url.replace("&", "&");   var deferred = $.Deferred(function (d) {       var securityToken = 'obscured to not publicly post an SID';       var defaults = {           cache: false,           type: 'POST',           traditional: true,           dataType: 'json',           timeout: 5000,           data: $.extend(true,{             securityToken: securityToken         }, options.data)       },       settings = $.extend(true, {}, defaults, options); 

Where the initial <script> does not have a type assigned to it.

Same issue at bannerSix for the following "advertisement?" which would be a database population issue I believe not so much a "code" issue.

<!--bof- banner #6 display --> <div id="bannerSix" class="banners"><script><!--//<![CDATA[    var loc = '//pan.zen-cart.com/display/group/1/';    var rd = Math.floor(Math.random()*99999999999);    document.write ("<scr"+"ipt src='"+loc);    document.write ('?rd=' + rd);    document.write ("'></scr"+"ipt>"); //]]>--></script></div> <!--eof- banner #6 display -->
31 Dec 2015, 1:03 AM
#192
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,513
Plugin Contributions:
176

Re: [Closed] FEEDBACK ON BETA of v1.5.5

mc12345678:

Responsive template, no additional plugins, possibly a day or two old installation, but didn't find comment on the issue in this thread.

meta name for author in the header is not ended properly:

<meta name="author" content=""> ``` > I removed the content between the quotes, but that is properly populated, the issue is that it doesn't resolve to: > > ``` <meta name="author" content="" /> ``` > > Sorry for stopping there on the research with only reporting the issue and not a fix. No other template(s) installed, no modifications loaded (other than was testing the init_canonical modifications suggested on another thread and started looking at the source code to find this issue). > > Also, two "errors" reported in validation, though have also seen "on the internet" that it may not really be an issue... > > required attribute "type" not specified for both areas. > ``` <script> if (typeof zcJS == "undefined" || !zcJS) { window.zcJS = { name: 'zcJS', version: '0.1.0.0' }; }; zcJS.ajax = function (options) { options.url = options.url.replace("&", "&"); var deferred = $.Deferred(function (d) { var securityToken = 'obscured to not publicly post an SID'; var defaults = { cache: false, type: 'POST', traditional: true, dataType: 'json', timeout: 5000, data: $.extend(true,{ securityToken: securityToken }, options.data) }, settings = $.extend(true, {}, defaults, options); ``` > > Where the initial <script> does not have a type assigned to it. > > Same issue at bannerSix for the following "advertisement?" which would be a database population issue I believe not so much a "code" issue. > > ``` <!--bof- banner #6 display --> <div id="bannerSix" class="banners"><script><!--//<=!=[=C=D=A=T=A=[ var loc = '//pan.zen-cart.com/display/group/1/'; var rd = Math.floor(Math.random()*99999999999); document.write ("<scr"+"ipt src='"+loc); document.write ('?rd=' + rd); document.write ("'></scr"+"ipt>"); //]=]=>--></script></div> <!--eof- banner #6 display --> ``` Those are all just discrepancies between HTML5 vs XHTML4. Debating whether to aggressively force the whole template to HTML5 or not ...
31 Dec 2015, 4:02 PM
#193
divavocals avatar

divavocals

Totally Zenned

Join Date:
Jan 2007
Location:
Los Angeles, California, United States
Posts:
10,011
Plugin Contributions:
3

Re: [Closed] FEEDBACK ON BETA of v1.5.5

DrByte:

Those are all just discrepancies between HTML5 vs XHTML4.
Debating whether to aggressively force the whole template to HTML5 or not ...

FWIW..

+1 vote for HTML5..

IJS.. :laugh:

31 Dec 2015, 4:58 PM
#194
balihr avatar

balihr

Totally Zenned

Join Date:
Oct 2008
Location:
Croatia
Posts:
1,788
Plugin Contributions:
22

Re: [Closed] FEEDBACK ON BETA of v1.5.5

DivaVocals:

+1 vote for HTML5..

That makes it +2 :D

31 Dec 2015, 5:05 PM
#195
picaflor_azul avatar

picaflor_azul

Totally Zenned

Join Date:
Jul 2009
Location:
picaflor-azul.com
Posts:
6,940
Plugin Contributions:
28

Re: [Closed] FEEDBACK ON BETA of v1.5.5

bn17311:

the 2 boxes are slightly different sizes and change depending on screen size

Attachment 15900

Attachment 15901

bn
picaflor-azul:

What pages are you seeing these on?

Thanks,

Anne

bn17311:

hi,

its on the product info page

bn
What screen resolutions are you seeing this on?

Thanks,

Anne

31 Dec 2015, 7:03 PM
#196
bn17311 avatar

bn17311

Zen Follower

Join Date:
Apr 2010
Posts:
319
Plugin Contributions:
0

Re: [Closed] FEEDBACK ON BETA of v1.5.5

picaflor-azul:

What screen resolutions are you seeing this on?

Thanks,

Anne

hi

the boxes seem to change depending on screen size also out slightly on iPad

i have resized browser and done screenshot if it helps

bn

31 Dec 2015, 7:04 PM
#197
bn17311 avatar

bn17311

Zen Follower

Join Date:
Apr 2010
Posts:
319
Plugin Contributions:
0

Re: [Closed] FEEDBACK ON BETA of v1.5.5

picaflor-azul:

What screen resolutions are you seeing this on?

Thanks,

Anne

iPad

bn

31 Dec 2015, 7:15 PM
#198
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,513
Plugin Contributions:
176

Re: [Closed] FEEDBACK ON BETA of v1.5.5

bn17311:

hi

the boxes seem to change depending on screen size also out slightly on iPad

i have resized browser and done screenshot if it helps

bn
It looks like you've turned off Admin->Configuration->Layout Settings->CSS Buttons. Is that intentional?

31 Dec 2015, 7:21 PM
#199
bn17311 avatar

bn17311

Zen Follower

Join Date:
Apr 2010
Posts:
319
Plugin Contributions:
0

Re: [Closed] FEEDBACK ON BETA of v1.5.5

DrByte:

It looks like you've turned off Admin->Configuration->Layout Settings->CSS Buttons. Is that intentional?

hi i was just trying this code change

picaflor-azul:

You can add this to line 77 of the stylesheet.css:

height:auto;width:auto;

> 
> I'll get the change submitted.
> 
> Thanks,
> 
> Anne

but doesn't matter if on or off the boxes seem to resize

bn
31 Dec 2015, 7:24 PM
#200
bn17311 avatar

bn17311

Zen Follower

Join Date:
Apr 2010
Posts:
319
Plugin Contributions:
0

Re: [Closed] FEEDBACK ON BETA of v1.5.5

DrByte:

It looks like you've turned off Admin->Configuration->Layout Settings->CSS Buttons. Is that intentional?

screenshot with css buttons back on

bn