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 21 to 40 of 461
This thread is locked. New replies are disabled.
18 Dec 2015, 10:41 PM
#21
ajeh avatar

ajeh

Oba-san

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

[Closed] FEEDBACK ON BETA of v1.5.5

NOTE: The zip has been updated (it's updated in-real-time as commits are made): https://github.com/zencart/zencart/archive/v155.zip

19 Dec 2015, 1:27 AM
#22
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

This seems to be a semi-responsive template, not fully responsive. For example, if I resize the screen below 768px breakpoint, there are no menus or any navigation available. The mobile version does have a menu, but I'd expect it to exist in the desktop version as well if it's responsive.

19 Dec 2015, 2:38 AM
#24
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

What were you using when seeing that?

Are you using the latest updates with the changes to the CSS?

19 Dec 2015, 2:56 AM
#25
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

Ajeh:

What were you using when seeing that?

Desktop, 1920x1080px, Firefox and Chrome. Fresh (vanilla) install on localhost.
Screenshot is from "Test Examples" category page (index.php?main_page=index&cPath=23)

Ajeh:

Are you using the latest updates with the changes to the CSS?

I think so - I didn't get a chance to test until now and I used your link from post #21.

19 Dec 2015, 3:00 AM
#26
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

Thanks for the update ... we will continue to work on updates so your observations help to know ... :smile:

19 Dec 2015, 3:05 AM
#27
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

Don't want to be a pain in the a**, but was there any reason why this was ignored? IMHO, an important fix...
And, probably less important, this. :smile:

19 Dec 2015, 3:25 AM
#28
rbarbour avatar

rbarbour

Totally Zenned

Join Date:
Feb 2010
Posts:
2,159
Plugin Contributions:
10

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

Looks like the change was made to stylesheet.css on line 270 but commented out.

.list-more{display:block;background:#333;padding:8px 20px;color:#fff !important;float:right;text-align:center;text-decoration:none !important;/*margin-top:-50px;*/width:50%;}

Uncomment ```
/margin-top:-50px;/





> **balihr:**
>
> The "more info" button is outside the container on product listing pages.
> 
> [\[img\]http://s6.postimg.org/mom0wftx9/2015\_12\_19\_023011.jpg\[/img\]](http://postimg.org/image/mom0wftx9/)
19 Dec 2015, 3:32 AM
#29
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

rbarbour:

Looks like the change was made to stylesheet.css on line 270 but commented out.

.list-more{display:block;background:#333;padding:8px 20px;color:#fff !important;float:right;text-align:center;text-decoration:none !important;/margin-top:-50px;/width:50%;}

> 
> Uncomment ```
 /*margin-top:-50px;*/

IMHO, not much of a solution. Notice the different positioning...

[img]http://s6.postimg.org/3jntjslkt/2015_12_19_043002.jpg[/img]

19 Dec 2015, 7:00 AM
#30
bn17311 avatar

bn17311

Zen Follower

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

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

on 2 installs if i go to hardware - cdrom drives on sample data the right column drops below footer

seems to happen on empty categories but layout seems ok on categories with products the right column appears in correct position

bn

19 Dec 2015, 2:17 PM
#31
ideasgirl avatar

ideasgirl

Totally Zenned

Join Date:
Aug 2005
Location:
Trujillo Alto, Puerto Rico
Posts:
1,437
Plugin Contributions:
3

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

This also happens if the image is bigger and changes the height of it.

balihr:

The "more info" button is outside the container on product listing pages.

[img]http://s6.postimg.org/mom0wftx9/2015_12_19_023011.jpg[/img]

19 Dec 2015, 3:32 PM
#32
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

balihr:

This seems to be a semi-responsive template, not fully responsive. For example, if I resize the screen below 768px breakpoint, there are no menus or any navigation available. The mobile version does have a menu, but I'd expect it to exist in the desktop version as well if it's responsive.

That is because the template is using php mobile detect. You need to either view the template on the device to see the mobile or tablet views, use the links in the home page paragraph to switch the user agent, or use something like chrome web developer tools.

Thanks,

Anne

19 Dec 2015, 3:39 PM
#33
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

balihr:

Desktop, 1920x1080px, Firefox and Chrome. Fresh (vanilla) install on localhost.
Screenshot is from "Test Examples" category page (index.php?main_page=index&cPath=23)

I think so - I didn't get a chance to test until now and I used your link from post #21.

I just submitted a fix for this.

Thanks,

Anne

19 Dec 2015, 3:50 PM
#34
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

ideasgirl:

This also happens if the image is bigger and changes the height of it.

I just submitted a fix for the more info bug and image size. See my demo:

http://zenlyzen.com/pic/index.php?main_page=index&cPath=23

Thanks,

Anne

19 Dec 2015, 3:52 PM
#35
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:

on 2 installs if i go to hardware - cdrom drives on sample data the right column drops below footer

seems to happen on empty categories but layout seems ok on categories with products the right column appears in correct position

bn

Great catch! I'll work on this and submit an update.

Thanks,

Anne

19 Dec 2015, 4:37 PM
#36
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

ideasgirl:

If the sidebox is OFF (banner_box), and ALL the banners are also OFF (SideBox-Banners) the page won't display correctly the right column. For example if you switch a sidebox from left to right, it won't display.

If you enable at least 1 banner (even if the sidebox is OFF), the right column will display correctly then.

I can not replicate this. I turned off the banner_box sidebox. Then I turned off all of the banners in the admin--tools--banner manager. Then I switched the document_categories sidebox from the left hand column to the right hand column and all is working. Can you post a link to your demo so that I can see the problem?

Thanks,

Anne

19 Dec 2015, 5:20 PM
#37
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:

on 2 installs if i go to hardware - cdrom drives on sample data the right column drops below footer

seems to happen on empty categories but layout seems ok on categories with products the right column appears in correct position

bn

I just submitted a fix for this ;)

Thanks,

Anne

19 Dec 2015, 5:54 PM
#38
rixstix avatar

rixstix

Totally Zenned

Join Date:
Aug 2009
Location:
North Idaho, USA
Posts:
2,015
Plugin Contributions:
0

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

I don't think that I am this dense but attempting to install to my sandbox account, within a subfolder is confusing.
I am not sure that this is the proper place to make comments from a non-coder attempting to install the beta.

lat9's report of the RED error regarding configure files is confusing because it indicates that I need to do something.
Cannot step backwards in the install procedure.
Cannot find any settings in the db setup screen that will be accepted.
1045:Access denied for user 'THISISMYUSERNAME'@'localhost' (using password: YES)

19 Dec 2015, 7:19 PM
#39
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:

I can not replicate this. I turned off the banner_box sidebox. Then I turned off all of the banners in the admin--tools--banner manager. Then I switched the document_categories sidebox from the left hand column to the right hand column and all is working. Can you post a link to your demo so that I can see the problem?

Thanks,

Anne

if ive followed this correctly here is what i get

https://www.catchagrip.co.uk

bn

19 Dec 2015, 7:42 PM
#40
rixstix avatar

rixstix

Totally Zenned

Join Date:
Aug 2009
Location:
North Idaho, USA
Posts:
2,015
Plugin Contributions:
0

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

RixStix:

I don't think that I am this dense but attempting to install to my sandbox account, within a subfolder is confusing.
I am not sure that this is the proper place to make comments from a non-coder attempting to install the beta.

Yes, I can be that dense. Now continuing with install.