Page 54 of 116 FirstFirst ... 444525354555664104 ... LastLast
Results 531 to 540 of 1160
  1. #531
    Join Date
    Mar 2014
    Location
    Washington state
    Posts
    59
    Plugin Contributions
    0

    Default Re: Responsive Sheffield Blue

    Never mind I found it.

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

    Default Re: Responsive Sheffield Blue

    Quote Originally Posted by wcsur View Post
    Is there a place here to download these new templates or somewhere else?
    They are all in the plugins section of this site ;)

    Thanks,

    Anne

  3. #533
    Join Date
    Oct 2013
    Location
    United States
    Posts
    10
    Plugin Contributions
    0

    Default Re: Responsive Sheffield Blue

    I'm not certain if this is related to the template file or not but I'm having the strangest problem with the featured/new items listing at the bottom of the listings. It does not post anything but the price and a details link to the product if there is no image. Any suggestions on where to look are appreciated.

    Store is at http://www.texaselectrolysisstore.com
    Name:  bug.jpg
Views: 220
Size:  31.2 KB

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

    Default Re: Responsive Sheffield Blue

    Quote Originally Posted by wyldside View Post
    I'm not certain if this is related to the template file or not but I'm having the strangest problem with the featured/new items listing at the bottom of the listings. It does not post anything but the price and a details link to the product if there is no image. Any suggestions on where to look are appreciated.

    Store is at http://www.texaselectrolysisstore.com
    Name:  bug.jpg
Views: 220
Size:  31.2 KB
    I went to your site and looked at the first category and do not see a problem.

    Thanks,

    Anne

  5. #535
    Join Date
    Oct 2013
    Location
    United States
    Posts
    10
    Plugin Contributions
    0

    Default Re: Responsive Sheffield Blue

    Quote Originally Posted by picaflor-azul View Post
    I went to your site and looked at the first category and do not see a problem.

    Thanks,

    Anne
    Look under 'cards, pamplets and decor'. You may have to refresh a couple times, it only happens on items without images.

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

    Default Re: Responsive Sheffield Blue

    Quote Originally Posted by wyldside View Post
    Look under 'cards, pamplets and decor'. You may have to refresh a couple times, it only happens on items without images.
    Change your template back to classic and see what happens.

    Thanks,

    Anne

  7. #537
    Join Date
    Oct 2013
    Location
    United States
    Posts
    10
    Plugin Contributions
    0

    Default Re: Responsive Sheffield Blue

    Quote Originally Posted by picaflor-azul View Post
    Change your template back to classic and see what happens.

    Thanks,

    Anne
    The information appears as normal on the classic template. I looked at the page source and the data is literally not there under this template... The last item in the list below shows the bug, the first two appear normally but the last one only displays a price and a 'details' button.

    ...
    <div class="centerBoxContentsNew centeredContent back" style="width:33%;"><div class="product_title"><a href="http://texaselectrolysisstore.com/index.php?main_page=product_info&amp;cPath=135&amp;products_id=1212">Blue 5 Ounce Plastic Cups</a></div><div class="box_image"><a href="http://texaselectrolysisstore.com/index.php?main_page=product_info&amp;cPath=135&amp;products_id=1212"><img src="images/bluecup.jpg" alt="Blue 5 Ounce Plastic Cups" title=" Blue 5 Ounce Plastic Cups " width="150" height="150" /></a></div><div class="price">$25.49</div><div class="product_detail"><a href="http://texaselectrolysisstore.com/index.php?main_page=product_info&amp;cPath=135&amp;products_id=1212"><img itemprop="image" src="includes/templates/responsive_sheffield_blue/buttons/english/button_goto_prod_details.gif" alt="Go To This Product's Detailed Information" title=" Go To This Product's Detailed Information " width="78" height="31" /></a></div></div>
    <div class="centerBoxContentsNew centeredContent back" style="width:33%;"><div class="product_title"><a href="http://texaselectrolysisstore.com/index.php?main_page=product_info&amp;cPath=135&amp;products_id=1213">Mauve 5 Ounce Plastic Cups</a></div><div class="box_image"><a href="http://texaselectrolysisstore.com/index.php?main_page=product_info&amp;cPath=135&amp;products_id=1213"><img src="images/mauvecup.jpg" alt="Mauve 5 Ounce Plastic Cups" title=" Mauve 5 Ounce Plastic Cups " width="150" height="150" /></a></div><div class="price">$25.49</div><div class="product_detail"><a href="http://texaselectrolysisstore.com/index.php?main_page=product_info&amp;cPath=135&amp;products_id=1213"><img itemprop="image" src="includes/templates/responsive_sheffield_blue/buttons/english/button_goto_prod_details.gif" alt="Go To This Product's Detailed Information" title=" Go To This Product's Detailed Information " width="78" height="31" /></a></div></div>
    <div class="centerBoxContentsNew centeredContent back" style="width:33%;"><div class="price">$8.00</div><div class="product_detail"><a href="http://texaselectrolysisstore.com/index.php?main_page=product_info&amp;cPath=135&amp;products_id=1214"><img itemprop="image" src="includes/templates/responsive_sheffield_blue/buttons/english/button_goto_prod_details.gif" alt="Go To This Product's Detailed Information" title=" Go To This Product's Detailed Information " width="78" height="31" /></a></div></div>
    <br class="clearBoth" />

  8. #538
    Join Date
    Oct 2013
    Location
    United States
    Posts
    10
    Plugin Contributions
    0

    Default Re: Responsive Sheffield Blue

    Altering line 71 in new_products.php from:

    ...text' => (($new_products->fields['products_image'] == '' and PRODUCTS_IMAGE_NO_IMAGE_STATUS == 0)....

    to

    ...text' => (($new_products->fields['products_image'] == '' and PRODUCTS_IMAGE_NO_IMAGE_STATUS == 1)...

    Brings back the data but now I've got stray alt text from the extra <img> tags. While I can go in and change the code to compensate I am confused if this is a bug om the or a misconfiguration. The way the code reads (and I am decidedly rusty at reading code), it appears that the product details are captured within the ?: statement that should only affect the image tag?

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

    Default Re: Responsive Sheffield Blue

    Quote Originally Posted by wyldside View Post
    Altering line 71 in new_products.php from:

    ...text' => (($new_products->fields['products_image'] == '' and PRODUCTS_IMAGE_NO_IMAGE_STATUS == 0)....

    to

    ...text' => (($new_products->fields['products_image'] == '' and PRODUCTS_IMAGE_NO_IMAGE_STATUS == 1)...

    Brings back the data but now I've got stray alt text from the extra <img> tags. While I can go in and change the code to compensate I am confused if this is a bug om the or a misconfiguration. The way the code reads (and I am decidedly rusty at reading code), it appears that the product details are captured within the ?: statement that should only affect the image tag?
    This modification should not be necessary at all. This is not a problem with the template package. It is working correctly on the demo, go to DVD Movies :: Action to see it:

    Responsive Sheffield Blue

    Thanks,

    Anne

  10. #540
    Join Date
    Oct 2013
    Location
    United States
    Posts
    10
    Plugin Contributions
    0

    Default Re: Responsive Sheffield Blue

    Ok, thanks for the information. I'll keep digging.

 

 

Similar Threads

  1. v154 Responsive Sheffield Blue v2.0
    By picaflor-azul in forum Addon Templates
    Replies: 1517
    Last Post: 13 Apr 2024, 01:50 AM
  2. v155 Responsive Classic vs Responsive Sheffield Blue vs ?
    By Zean in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 13 May 2016, 07:01 AM
  3. v154 Responsive Sheffield Blue change menu links
    By Annie_zaz in forum Addon Templates
    Replies: 3
    Last Post: 7 May 2016, 11:33 PM
  4. v154 Responsive Sheffield Blue v.2.0 Pricing not showing
    By SilverHD in forum Addon Templates
    Replies: 13
    Last Post: 4 Nov 2015, 10:57 PM
  5. v154 Questions re: Responsive Sheffield Blue
    By dfontana in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 14 Aug 2015, 02:43 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