Page 67 of 85 FirstFirst ... 1757656667686977 ... LastLast
Results 661 to 670 of 842
  1. #661
    Join Date
    Jul 2009
    Location
    picaflor-azul.com
    Posts
    6,928
    Plugin Contributions
    45

    Default Re: Sheffield Blue Template Support Thread

    Quote Originally Posted by mc12345678 View Post
    That's really a topic that can/should be covered in it's own thread, but it is possible with ckeditor to define a table type style that can be applied at the click of a button (or two).
    Adding a table is a bad idea since it will probably break the responsive design (if you are using the responsive version of the template) ;)

    Thanks,

    Anne

  2. #662
    Join Date
    Jul 2012
    Posts
    16,799
    Plugin Contributions
    17

    Default Re: Sheffield Blue Template Support Thread

    Quote Originally Posted by picaflor-azul View Post
    Adding a table is a bad idea since it will probably break the responsive design (if you are using the responsive version of the template) ;)

    Thanks,

    Anne
    Thank you for that note, while I have not implemented on any type of template, I wanted to point out some of the available functionality to answer one's question.
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  3. #663
    Join Date
    Jul 2012
    Posts
    347
    Plugin Contributions
    0

    Default Re: Sheffield Blue Template Support Thread

    Quote Originally Posted by yaritai View Post
    My mistake on the h2 tag, it was not the closing but the opening tag. Was burning some time at the airport waiting for a delay which looked at your site at a glance. But this is what is being put out to the browser:

    Code:
    <!--bof Product Price block -->
    <h2 id="productPrices" class="productGeneral">
    $33.89<h2 style=" font-size:11px; color:#000000; padding-left:11px; font-weight:bold; padding-top:3px;"></h2><!--eof Product Price block -->
    Its the part in red that needs to be removed. Try to use the developers toolkit and search for part of the string such as "h2 style". See what comes up. Match the results to the full string above. And to go on about stray tags, you do have extra closing </div> in that file as well. One of the few I see is from the non-use of an extra description field that is producing no content. I would wrap that ending div in the conditional to show only when that description2 field has content to ouput. Other closing </div> are from the same thing of having no content which the only thing that shows is the closing div with nothing else.

    For the supp table, use:

    Code:
    table.nutrition, table.nutrition td {background:#013991;}
    If I were you, I would remove those inline styles in bulk by exporting your database and not through admin. But if this route is taken, backup your database and files and make a test site to test the changes. Doing it straight from the database file can accomplish this in less than 30 minutes. While in admin, you will be there forever without any progress with the number of products you have.



    Thank you. <h2 style=" font-size:11px; color:#000000; padding-left:11px; font-weight:bold; padding-top:3px;">[/COLOR]</h2>
    was in includes/functions/price function. I have removed it and did some clean up for product display page. Can you please check again?

    Quantity box usually appear above add to cart so I did table in product info file. Is there any way to do this in css?


    Thank you

  4. #664
    Join Date
    Jul 2012
    Posts
    347
    Plugin Contributions
    0

    Default Re: Sheffield Blue Template Support Thread

    Quote Originally Posted by mc12345678 View Post
    That's really a topic that can/should be covered in it's own thread, but it is possible with ckeditor to define a table type style that can be applied at the click of a button (or two).

    I am trying to customize this template. The site I am working on is 1.3.9 and installed ckeditor all files via filezilla but it is not appearing in admin. The only two option I see Html area/Plain text.

    I have installed CKE on 1.5 before and it worked fine.

    Any idea?

  5. #665
    Join Date
    Jul 2012
    Posts
    16,799
    Plugin Contributions
    17

    Default Re: Sheffield Blue Template Support Thread

    Quote Originally Posted by jsarwar View Post
    I am trying to customize this template. The site I am working on is 1.3.9 and installed ckeditor all files via filezilla but it is not appearing in admin. The only two option I see Html area/Plain text.

    I have installed CKE on 1.5 before and it worked fine.

    Any idea?
    See this thread that was begun to address this issue for further discussion on it: http://www.zen-cart.com/showthread.p...27#post1251427

    While it may be that information displayed on the site in question uses this template, the issue(s) are not with the template themselves. Especially the use of ckeditor which has no actual interaction with the template.
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

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

    Default Re: Sheffield Blue Template Support Thread

    Quote Originally Posted by jsarwar View Post
    I am trying to customize this template. The site I am working on is 1.3.9 and installed ckeditor all files via filezilla but it is not appearing in admin. The only two option I see Html area/Plain text.

    I have installed CKE on 1.5 before and it worked fine.

    Any idea?
    This is not a template related issue. Please see the support thread for ck editor for help.

    Thanks,

    Anne

  7. #667
    Join Date
    May 2012
    Posts
    1
    Plugin Contributions
    0

    Default Re: Sheffield Blue Template Support Thread

    Module MSRP Read installed in Responsive Sheffield Blue causes bland screen and I get a 505 error.
    I am using Zen Cart 1.51 and, I am using the latest version of Responsive Sheffield Blue 1.1 (RSB) and everything is working fine. I installed MSRP Display Version: 1.2.3 and RSB crashed. On startup, I get a 505 error and my URL is blank after .com/. I verified the Admin part of the program. I can add MSRP values to the Products Table. With a little testing I found the new PHP file ‘includes/functions/functions_price.php’ i s the problem. All the downloaded files I added are still in place and only the original functions_price.php file is restored. With the original functions_price.php restored everything seems to work as it did before the installation. Again replacing the old file with the new file, kills the site totally.
    MSRP Display is a well-established module and I think it is a compatibility problem. This is not a blame game. I do not have the skill to debug the code to find where the problem lies.

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

    Default Re: Sheffield Blue Template Support Thread

    Quote Originally Posted by irbo magic View Post
    Module MSRP Read installed in Responsive Sheffield Blue causes bland screen and I get a 505 error.
    I am using Zen Cart 1.51 and, I am using the latest version of Responsive Sheffield Blue 1.1 (RSB) and everything is working fine. I installed MSRP Display Version: 1.2.3 and RSB crashed. On startup, I get a 505 error and my URL is blank after .com/. I verified the Admin part of the program. I can add MSRP values to the Products Table. With a little testing I found the new PHP file ‘includes/functions/functions_price.php’ i s the problem. All the downloaded files I added are still in place and only the original functions_price.php file is restored. With the original functions_price.php restored everything seems to work as it did before the installation. Again replacing the old file with the new file, kills the site totally.
    MSRP Display is a well-established module and I think it is a compatibility problem. This is not a blame game. I do not have the skill to debug the code to find where the problem lies.
    This is not a bug in the template package. Any properly installed, stable module will work with the template. I would recommend looking at the module thread's support thread for help.

    Thanks,

    Anne

  9. #669
    Join Date
    Jul 2012
    Posts
    347
    Plugin Contributions
    0

    Default Re: Sheffield Blue Template Support Thread

    Does this template work on 1.5.3? I upgrade one site today and classic template was loading ok but whenever I upload file for this template, pages does not load correctly.
    I tried files from directory of 1.3.9 version which have been working well with this template and also fresh files from your website but still website is not loading correctly. I also tried responsive one and same thing happen.

    First Page does not load after site logo so I change /SBtemplates/common/html_header.php file with standard zencart 1.5.3 file and now page load above the footer and content is not aligned specially on main page for specials, featured and new. Footer is not appearing for main page and product detail page.

    http://goo.gl/ yTPsY6


    emit space after/

    thank you!

  10. #670
    Join Date
    Jul 2012
    Posts
    347
    Plugin Contributions
    0

    Default Re: Sheffield Blue Template Support Thread

    Quote Originally Posted by jsarwar View Post
    Does this template work on 1.5.3? I upgrade one site today and classic template was loading ok but whenever I upload file for this template, pages does not load correctly.
    I tried files from directory of 1.3.9 version which have been working well with this template and also fresh files from your website but still website is not loading correctly. I also tried responsive one and same thing happen.

    First Page does not load after site logo so I change /SBtemplates/common/html_header.php file with standard zencart 1.5.3 file and now page load above the footer and content is not aligned specially on main page for specials, featured and new. Footer is not appearing for main page and product detail page.

    http://goo.gl/ yTPsY6


    emit space after/

    thank you!


    I finally got the footer displayed on homepage. Now need assistance with two

    (1) Product info page is not displaying correctly.

    (2) Tab Module for Featured, New, Specials not displaying correctly.


    Thank you!

 

 
Page 67 of 85 FirstFirst ... 1757656667686977 ... LastLast

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 Column issues on Product Listings with Sheffield Blue template
    By wmorris in forum General Questions
    Replies: 4
    Last Post: 15 Apr 2016, 10:01 PM
  3. Replies: 5
    Last Post: 30 May 2014, 02:43 AM
  4. v151 Blue Admin [Support Thread]
    By vvomble in forum Addon Templates
    Replies: 11
    Last Post: 27 May 2013, 09:43 PM
  5. Gingham Blue Template Support Thread
    By LissaE in forum Addon Templates
    Replies: 9
    Last Post: 17 Apr 2009, 10:19 PM

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