Page 20 of 47 FirstFirst ... 10181920212230 ... LastLast
Results 191 to 200 of 461
  1. #191
    Join Date
    Jul 2012
    Posts
    16,735
    Plugin Contributions
    17

    Default Re: 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:
    Code:
    <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:

    Code:
    <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.
    Code:
    <script> if (typeof zcJS == "undefined" || !zcJS) {   window.zcJS = { name: 'zcJS', version: '0.1.0.0' }; };  zcJS.ajax = function (options) {   options.url = options.url.replace("&amp;", "&");   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.

    Code:
    <!--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 -->
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  2. #192
    Join Date
    Jan 2004
    Posts
    66,373
    Blog Entries
    7
    Plugin Contributions
    274

    Default Re: FEEDBACK ON BETA of v1.5.5

    Quote Originally Posted by mc12345678 View Post
    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:
    Code:
    <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:

    Code:
    <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.
    Code:
    <script> if (typeof zcJS == "undefined" || !zcJS) {   window.zcJS = { name: 'zcJS', version: '0.1.0.0' }; };  zcJS.ajax = function (options) {   options.url = options.url.replace("&amp;", "&");   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.

    Code:
    <!--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 ...
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

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

    Default Re: FEEDBACK ON BETA of v1.5.5

    Quote Originally Posted by DrByte View Post
    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..
    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. #194
    Join Date
    Oct 2008
    Location
    Croatia
    Posts
    1,542
    Plugin Contributions
    19

    Default Re: FEEDBACK ON BETA of v1.5.5

    Quote Originally Posted by DivaVocals View Post
    +1 vote for HTML5..
    That makes it +2

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

    Default Re: FEEDBACK ON BETA of v1.5.5

    Quote Originally Posted by bn17311 View Post
    the 2 boxes are slightly different sizes and change depending on screen size

    Attachment 15900

    Attachment 15901

    bn
    Quote Originally Posted by picaflor-azul View Post
    What pages are you seeing these on?

    Thanks,

    Anne
    Quote Originally Posted by bn17311 View Post
    hi,

    its on the product info page

    bn
    What screen resolutions are you seeing this on?

    Thanks,

    Anne

  6. #196
    Join Date
    Apr 2010
    Posts
    319
    Plugin Contributions
    0

    Default Re: FEEDBACK ON BETA of v1.5.5

    Quote Originally Posted by picaflor-azul View Post
    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
    Attached Thumbnails Attached Thumbnails Click image for larger version. 

Name:	2560x1440.jpg 
Views:	44 
Size:	38.2 KB 
ID:	15910   Click image for larger version. 

Name:	1152x864.jpg 
Views:	36 
Size:	76.4 KB 
ID:	15907   Click image for larger version. 

Name:	1024x768.jpg 
Views:	44 
Size:	68.7 KB 
ID:	15908  

    Click image for larger version. 

Name:	800x600.jpg 
Views:	38 
Size:	54.9 KB 
ID:	15909  

  7. #197
    Join Date
    Apr 2010
    Posts
    319
    Plugin Contributions
    0

    Default Re: FEEDBACK ON BETA of v1.5.5

    Quote Originally Posted by picaflor-azul View Post
    What screen resolutions are you seeing this on?

    Thanks,

    Anne
    iPad

    bn
    Attached Images Attached Images  

  8. #198
    Join Date
    Jan 2004
    Posts
    66,373
    Blog Entries
    7
    Plugin Contributions
    274

    Default Re: FEEDBACK ON BETA of v1.5.5

    Quote Originally Posted by bn17311 View Post
    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?
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  9. #199
    Join Date
    Apr 2010
    Posts
    319
    Plugin Contributions
    0

    Default Re: FEEDBACK ON BETA of v1.5.5

    Quote Originally Posted by DrByte View Post
    It looks like you've turned off Admin->Configuration->Layout Settings->CSS Buttons. Is that intentional?
    hi i was just trying this code change

    Quote Originally Posted by picaflor-azul View Post
    You can add this to line 77 of the stylesheet.css:

    Code:
    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

  10. #200
    Join Date
    Apr 2010
    Posts
    319
    Plugin Contributions
    0

    Default Re: FEEDBACK ON BETA of v1.5.5

    Quote Originally Posted by DrByte View Post
    It looks like you've turned off Admin->Configuration->Layout Settings->CSS Buttons. Is that intentional?
    screenshot with css buttons back on

    bn
    Attached Images Attached Images  

 

 
Page 20 of 47 FirstFirst ... 10181920212230 ... LastLast

Similar Threads

  1. v155 BETA feedback for Responsive-Classic in v155-beta
    By picaflor-azul in forum Addon Templates
    Replies: 51
    Last Post: 5 Mar 2016, 09:14 PM
  2. Community feedback invited for v155-beta [now closed]
    By DrByte in forum Zen Cart Release Announcements
    Replies: 1
    Last Post: 11 Feb 2016, 01:38 AM
  3. v1.3.9 (Beta now closed. See official release)
    By DrByte in forum Zen Cart Release Announcements
    Replies: 1
    Last Post: 19 Apr 2010, 05:03 PM
  4. Closed Catagory Tree?
    By Camarilladee in forum Basic Configuration
    Replies: 0
    Last Post: 15 Jul 2006, 04:24 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