Thread: Snaf

Page 26 of 30 FirstFirst ... 162425262728 ... LastLast
Results 251 to 260 of 298
  1. #251
    Join Date
    Feb 2010
    Location
    Syracuse, NY
    Posts
    2,159
    Plugin Contributions
    17

    Default Re: Snaf (1.5.1 and 1.5.3)?

    Quote Originally Posted by DivaVocals View Post
    Fantastic on the "free of plugins" stance!!! Makes it MUCH easier for one to "roll your own" and bundle in what you want..

    I take it that when you say "handle all 3 grid plugins", you are including SNAF amongst the three??? Because if that's the case there's no need for me to submit my tableless version of SNAF at all, and I'll keep it exclusive for my clients..
    I still think the Responsive DIY Template Default is being used to convert existing templates and want to keep it that way, anyone wanting FREE premium Responsive templates with plugins included can download via the zen-cart plugins section and will have a great and improving selection by Anne @ picaflor-azul.

    It will include the CSS for the following:
    1 - Column Layout Grid for Product Listing
    2 - Flexible Product Listing
    3 - SNAF

    I still think you should submit your table-less version for I do not remove the tables but alter their layout via CSS.

    Quote Originally Posted by DivaVocals View Post
    One question.. does your CSS address the rows view in SNAF?? because the SNAF code has a GREAT DEAL of inline hard coded CSS (off the top of my head, I'm not sure if this is from SNAF or from core Zen Cart files) that I personally found to be difficult to work around.. If you've got that all worked out that would be FANTASTIC..
    From my personal experience with SNAF and I use it allot, there is no inline hard coded styling. in /includes/modules/YOUR_TEMPLATE_NAME/product_listing.php every row column created by setting sort order in ADMIN adds an align class to the table TD so in that file find $lc_align = 'right'; directly under the PHP switch and leave the string empty to remove the inline TD align.

    On that note I do believe both the ROW and COLUMN view in SNAF use the tabular output (tables). So YES, the CSS being added address both views without altering the PHP files.
    Website - Github. Like the ZCA Bootstrap 4 Template? Donations Welcome. Bootstrap Plugins?

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

    Default Re: Snaf (1.5.1 and 1.5.3)?

    Quote Originally Posted by rbarbour View Post
    I still think the Responsive DIY Template Default is being used to convert existing templates and want to keep it that way, anyone wanting FREE premium Responsive templates with plugins included can download via the zen-cart plugins section and will have a great and improving selection by Anne @ picaflor-azul.

    It will include the CSS for the following:
    1 - Column Layout Grid for Product Listing
    2 - Flexible Product Listing
    3 - SNAF

    I still think you should submit your table-less version for I do not remove the tables but alter their layout via CSS.



    From my personal experience with SNAF and I use it allot, there is no inline hard coded styling. in /includes/modules/YOUR_TEMPLATE_NAME/product_listing.php every row column created by setting sort order in ADMIN adds an align class to the table TD so in that file find $lc_align = 'right'; directly under the PHP switch and leave the string empty to remove the inline TD align.

    On that note I do believe both the ROW and COLUMN view in SNAF use the tabular output (tables). So YES, the CSS being added address both views without altering the PHP files.
    SNAF is the ONLY grid layout I use, and consider it a must install on every new store.. that align class stuff is exactly what I am referring to.. it is hardcoded in the file.. That is hard coded styling in my opinion, and I found it most troublesome when switching to the rows view.. once I removed the 'right', it let my styleshet determine the row layout without a bunch of "!important" stuff in my CSS.

    Looking forward to your default template release.. I found it useful for "rolling my own", and it just gets better with each new release..
    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.

  3. #253
    Join Date
    Sep 2008
    Location
    DownUnder, overlooking South Pole.
    Posts
    976
    Plugin Contributions
    6

    Default Re: Snaf (1.5.1 and 1.5.3)?

    Quote Originally Posted by rbarbour View Post
    I use a highly altered version of SNAF in my whiteCherries responsive template.
    Nice. Would be even nicer if zcadditions.com/index came out of "Down for Maintenance" and displayed link to whitecherries.

    cheers

  4. #254
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,488
    Plugin Contributions
    88

    Default Re: Snaf (1.5.1 and 1.5.3)?

    Quote Originally Posted by dw08gm View Post
    Nice. Would be even nicer if zcadditions.com/index came out of "Down for Maintenance" and displayed link to whitecherries.

    cheers
    Amen to that!

  5. #255
    Join Date
    Feb 2010
    Location
    Syracuse, NY
    Posts
    2,159
    Plugin Contributions
    17

    Default Re: Snaf (1.5.1 and 1.5.3)?

    Quote Originally Posted by DivaVocals View Post
    SNAF is the ONLY grid layout I use, and consider it a must install on every new store.. that align class stuff is exactly what I am referring to.. it is hardcoded in the file.. That is hard coded styling in my opinion, and I found it most troublesome when switching to the rows view.. once I removed the 'right', it let my styleshet determine the row layout without a bunch of "!important" stuff in my CSS.
    You are correct and right about it being hard-coded in that file but that is transferred from zen core code and was not added to SNAF.

    Quote Originally Posted by DivaVocals View Post
    Looking forward to your default template release.. I found it useful for "rolling my own", and it just gets better with each new release..
    Thank you and that's the idea!
    Website - Github. Like the ZCA Bootstrap 4 Template? Donations Welcome. Bootstrap Plugins?

  6. #256
    Join Date
    Feb 2010
    Location
    Syracuse, NY
    Posts
    2,159
    Plugin Contributions
    17

    Default Re: Snaf (1.5.1 and 1.5.3)?

    Quote Originally Posted by dw08gm View Post
    Nice. Would be even nicer if zcadditions.com/index came out of "Down for Maintenance" and displayed link to whitecherries.

    cheers
    Very Soon!

    Quote Originally Posted by lat9 View Post
    Amen to that!
    Cindy,

    The bugs and admin configs are complete, I'll be packaging this weekend!
    Website - Github. Like the ZCA Bootstrap 4 Template? Donations Welcome. Bootstrap Plugins?

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

    Default Re: Snaf (1.5.1 and 1.5.3)?

    Quote Originally Posted by rbarbour View Post
    You are correct and right about it being hard-coded in that file but that is transferred from zen core code and was not added to SNAF.
    Yep.. It is stock Zen Cart.. I wasn't sure and at the time of my post, I was typing on a tiny device so I couldn't check. To be honest there's a LOT or hardcoded styling in Zen Cart's code, but I know much of it is leftover from it's osCommerce roots..
    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.

  8. #258
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,488
    Plugin Contributions
    88

    Default Re: Snaf (1.5.1 and 1.5.3)?

    Quote Originally Posted by rbarbour View Post
    Very Soon!



    Cindy,

    The bugs and admin configs are complete, I'll be packaging this weekend!
    Woo-hoo! I'm looking forward to the release.

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

    Default Re: Snaf (1.5.1 and 1.5.3)?

    hi
    anyone know how to move the snaf style changer up so its not in between the 2 filters

    http://www.findmyhanger.co.uk/index....acturers_id=26

    thanks
    Bryan

  10. #260
    Join Date
    Mar 2005
    Posts
    229
    Plugin Contributions
    0

    Default Re: Snaf (1.5.1 and 1.5.3)?

    Hello,

    I'm installed SNAF 1.2 on 1.5.4 and it works as I want but now I would like to have the snaf column grid view on my homepage to have a grid of level 1 categories.

    I'm quite sure it's just an include line to insert somewhere but I can't find it. Can someone give me a clue.

    Thanks for your help

    Hubert

 

 
Page 26 of 30 FirstFirst ... 162425262728 ... LastLast

Similar Threads

  1. SNAF and Set number dropdown not working
    By DeeL in forum General Questions
    Replies: 0
    Last Post: 2 Apr 2013, 02:03 AM
  2. styling the row layout while using snaf
    By bn17311 in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 3 Dec 2012, 07:44 PM
  3. SNAF not working with aBagon red template??
    By Johnnycopilot in forum All Other Contributions/Addons
    Replies: 1
    Last Post: 3 Apr 2012, 08:15 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