Thread: Snaf

Page 10 of 30 FirstFirst ... 8910111220 ... LastLast
Results 91 to 100 of 298
  1. #91
    Join Date
    Apr 2009
    Posts
    2,134
    Plugin Contributions
    3

    Default Re: Snaf

    It is because your stlying has borders/padding/margins that apply to the cells.

    This is a common question across all the column grid modules. You can find a whole number of posts on this forum about how to solve the issue. You need to remove the borders/padding/margins from the cell. that will allow three cells to fit on a row.

    Then if you are using the most recent version of snaf you can apply the styling to the inner box that is added in to the code.

    As you are using a TM template I am not that keen to wade into the code more than that :-)

  2. #92
    Join Date
    May 2009
    Posts
    1,254
    Plugin Contributions
    3

    Default Re: Snaf

    Hi Nick.

    I downloaded from plugins the package SNAF_v1_2, and winzip can't unpack it, I get the following:

    Unable to create directory: F:/siti/afzdesign_new/SNAF_v1_2 /InstallationFiles
    Unable to process F:/siti/afzdesign_new/SNAF_v1_2 /InstallationFiles/YOUR_ADMIN/includes/language

    However I downloaded the package SNAFv12.zip you posted on page 9 of this thread, and unpacked it successfully.

    You may want to see what's going on.

  3. #93
    Join Date
    May 2009
    Posts
    1,254
    Plugin Contributions
    3

    Default Re: Snaf

    That said my real question is related to the installation file.

    While trying to install v1.1 I encountered the problem here
    http://www.zen-cart.com/showthread.p...37#post1114137

    Which you quickly, and kindly solved in the post #36 of same thread.

    Now before going crazy, installing, and eventually uninstalling SNAF_1.2 do you think I can go on safely regardless of language?
    Or shall I use the init_snaf.php you provided there?

    Thank you

  4. #94
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,021
    Plugin Contributions
    32

    Default Re: Snaf

    Quote Originally Posted by keneso View Post
    Hi Nick.

    I downloaded from plugins the package SNAF_v1_2, and winzip can't unpack it, I get the following:

    Unable to create directory: F:/siti/afzdesign_new/SNAF_v1_2 /InstallationFiles
    Unable to process F:/siti/afzdesign_new/SNAF_v1_2 /InstallationFiles/YOUR_ADMIN/includes/language

    However I downloaded the package SNAFv12.zip you posted on page 9 of this thread, and unpacked it successfully.

    You may want to see what's going on.
    It could be a corrupted download which niccol would have no control over.. I downloaded and used the latest package just fine..
    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.

  5. #95
    Join Date
    May 2009
    Posts
    1,254
    Plugin Contributions
    3

    Default Re: Snaf

    Quote Originally Posted by DivaVocals View Post
    It could be a corrupted download which niccol would have no control over.. I downloaded and used the latest package just fine..
    Yes, I thought of that too, indeed like said, not knowing how the plugin uploads work, I just posted in case.

    I am mostly waiting the reply on the second doubt.

  6. #96
    Join Date
    Apr 2009
    Posts
    2,134
    Plugin Contributions
    3

    Default Re: Snaf

    Sorry for the slight delay. Frantically busy at the moment.

    Darn, I don't think I did remember to roll those changes into 1.2 version. It looks like I am going to release 1.3 pretty soon as a bug fix release.

    Attached is a version or init_snaf.php that should do the job for you. Let me know how you get on please.
    Attached Files Attached Files

  7. #97
    Join Date
    Aug 2005
    Posts
    26
    Plugin Contributions
    0

    Default Re: Snaf

    Yes i am using a free 1.5 TM zen template. So should i change the css for the borders/padding/margins you talked about?
    And what do you mean you can apply the styling to the inner box that is added in to the code.? You mean the Product Box?
    Thanks

  8. #98
    Join Date
    Apr 2009
    Posts
    2,134
    Plugin Contributions
    3

    Default SNAF styling

    OK. A quick overview of how to style snaf columns. This is a common issue that has been discussed many times on the forum.

    As an example I will talk about having three per row but it applies to any number.

    As default in column grid each 'box' is roughly one third or the width of the available space. If you add margins and borders to the box it will make the box wider than one third of the available space. Therefore three of the boxes will not fit in a row. This is the problem.

    So, first thing you need to do is remove all the borders and margins and possibly padding from the existing 'box'. That probably would be something like:

    Code:
    .tabTable .centerBoxContentsProducts{
    border: none !important;
    margin: none !important;
    }
    That should result in the correct number of boxes per row. Depending on your template you may have to do more work than this to remove the styling.

    Then, in SNAF 1.2 and upwards, there is another 'box' inside that box. This means that you can add styling to this inner box without breaking the layout. Something like:

    Code:
    .innerColumn{
    border:1px solid red;
    margin: 5px;
    border: 5px;
    }
    All of this will depend a little on the template but that should be enough to get you going.

  9. #99
    Join Date
    May 2009
    Posts
    1,254
    Plugin Contributions
    3

    Default Re: Snaf

    Sorry for the slight delay. Frantically busy at the moment.
    Your response time is excellent, I only have to be grateful.

    No errors, although when logged to admin I didn't notice any confirmation message.
    All the configuration "keys" are in the respective listings.

    I haven't loaded any product, but I don't have any doubts it'll work fine.

    Thank you.

  10. #100
    Join Date
    Nov 2011
    Posts
    34
    Plugin Contributions
    0

    Default Re: Snaf

    I've a little problem regarding column setting, look at

    https://www.gamesmart.it/beta2/index...order=6&page=3

    or

    http://www.gamesmart.it/beta2/index....=index&cPath=1

    with row setting work perfectly.
    Any suggestion?

    Thanks

 

 
Page 10 of 30 FirstFirst ... 8910111220 ... 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

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