Results 1 to 7 of 7

Thread: Another Cushy CMS & Fusion 11 Question

  1. #1
    Jerry Reneau
    Guest

    Default Another Cushy CMS & Fusion 11 Question

    I use Cushy on several of my sites works great...except for one
    thing........
    I add the Cushy (<div class="clienteditor">)code in fusion and download the
    page then open the page(s) in Cushy to edit and find that somehow there has
    been extra spacing below the content added to most/all of the editable
    areas..
    So I have to go in and remove the extra spacing before the customer makes
    any changes adds a lot of extra time and work.

    Anyone else have this problem...

    Here is a sample page...I have removed the extra spacing on this page but
    maybe my mistake is still apparent.

    http://www.beachfrontrentals.net/html/sea_scape.html

    Thanks

    jar



  2. #2
    Adendum
    Guest

    Default Re: Another Cushy CMS & Fusion 11 Question

    Jar,

    Once I have handed over a site to the client for CushyCMS use I never
    touch those pages again.

    I have two methods of working with CushyCMS...and I'm not sure which is
    better.

    Option 1:
    I create the site entirely in NOF with each page intact and complete and
    have the client approve the site on my test server. Once I have that I
    save the entire NOD file as xxxxxCLIENT. Meaning I have two NOD files -
    NOD1 is the masterborders and everything I want/need to manage and NOD2
    is the client editable file.

    With NOD2 I convert all the layouts to zeromargins and prefix every page
    with c or c-. These are then uploaded to the server.

    With NOD1 I remove the client content and replace that with an iFrame
    link to the pages mentioned above. Upload this set of pages and let the
    client get on with it.

    Option 2:
    Similar to the above (but more risk). I create the site in full but all
    the content is a set of pages (within the same NOD file) prefixed with c
    or c- and I use NOF's internal link to these. I upload the entire site
    ONCE. And any future uploads have to be all the pages that are not
    prefixed with the c or c- and that is a manual process...thus the risk
    (of forgetting). And sadly you can't mark the pages as 'do not publish'
    as the link breaks; so they have to stay in the NOD and publish. Like I
    said...there is risk but its less effort to work the site.

    But I am sure there are far clever people here that will point us both
    in the right/better direction

    Paul

    On 01/03/2010 22:29, Jerry Reneau wrote:
    > I use Cushy on several of my sites works great...except for one
    > thing........
    > I add the Cushy (<div class="clienteditor">)code in fusion and download the
    > page then open the page(s) in Cushy to edit and find that somehow there has
    > been extra spacing below the content added to most/all of the editable
    > areas..
    > So I have to go in and remove the extra spacing before the customer makes
    > any changes adds a lot of extra time and work.
    >
    > Anyone else have this problem...
    >
    > Here is a sample page...I have removed the extra spacing on this page but
    > maybe my mistake is still apparent.
    >
    > http://www.beachfrontrentals.net/html/sea_scape.html
    >
    > Thanks
    >
    > jar
    >
    >
    >


  3. #3
    Technology Ideas Pty Ltd
    Guest

    Default Re: Another Cushy CMS & Fusion 11 Question

    In your fusion.css file you have a line:
    margin-bottom: 19px;

    under p, pre, blockquote, h1, h2, h3, h4, h5, h6 {

    This should be 0px;

    You can hand edit the fusion.css file if you are only going to let customers "cushy" the edits, but of course this will come back again if you ever do another NOF upload.

    This is a "feature" (read as bug) in NOF11 where it adds this to your text by default.

    To fix: Highlight your text and in the right hand CSS - Code Editor box under margin: it adds:
    19px 0px;

    Remove the 19px and leave 0px and this should fix the issue (see pic).

    I think this is the same problem a lot of people seem to have with "random" spacing on pages.

    I have tried to do a permanent fix of this problem in the system folder for NOF and removing the 19px but it keeps coming back, so you just have to remember to delete it by hand.

    Perhaps someone here will know a permanent fix, as it would save me a lot of time.

    --
    Andrew Baker
    Technology Ideas
    http://www.technologyideas.com.au
    Australia



    "Jerry Reneau" <northwestgifshop@oregoncoast.com> wrote in message news:hmhfg0$fhg$1@DailyPlanet.news.netobjects.com. ..
    >I use Cushy on several of my sites works great...except for one
    > thing........
    > I add the Cushy (<div class="clienteditor">)code in fusion and download the
    > page then open the page(s) in Cushy to edit and find that somehow there has
    > been extra spacing below the content added to most/all of the editable
    > areas..
    > So I have to go in and remove the extra spacing before the customer makes
    > any changes adds a lot of extra time and work.
    >
    > Anyone else have this problem...
    >
    > Here is a sample page...I have removed the extra spacing on this page but
    > maybe my mistake is still apparent.
    >
    > http://www.beachfrontrentals.net/html/sea_scape.html
    >
    > Thanks
    >
    > jar
    >
    >


  4. #4
    Jerry Reneau
    Guest

    Default Re: Another Cushy CMS & Fusion 11 Question

    Thanks....I would have never pick this up....

    Jar
    "Technology Ideas Pty Ltd" <info@(remove)technologyideas.com.au> wrote in message news:hmhhps$gmd$1@DailyPlanet.news.netobjects.com. ..
    In your fusion.css file you have a line:
    margin-bottom: 19px;

    under p, pre, blockquote, h1, h2, h3, h4, h5, h6 {

    This should be 0px;

    You can hand edit the fusion.css file if you are only going to let customers "cushy" the edits, but of course this will come back again if you ever do another NOF upload.

    This is a "feature" (read as bug) in NOF11 where it adds this to your text by default.

    To fix: Highlight your text and in the right hand CSS - Code Editor box under margin: it adds:
    19px 0px;

    Remove the 19px and leave 0px and this should fix the issue (see pic).

    I think this is the same problem a lot of people seem to have with "random" spacing on pages.

    I have tried to do a permanent fix of this problem in the system folder for NOF and removing the 19px but it keeps coming back, so you just have to remember to delete it by hand.

    Perhaps someone here will know a permanent fix, as it would save me a lot of time.

    --
    Andrew Baker
    Technology Ideas
    http://www.technologyideas.com.au
    Australia



    "Jerry Reneau" <northwestgifshop@oregoncoast.com> wrote in message news:hmhfg0$fhg$1@DailyPlanet.news.netobjects.com. ..
    >I use Cushy on several of my sites works great...except for one
    > thing........
    > I add the Cushy (<div class="clienteditor">)code in fusion and download the
    > page then open the page(s) in Cushy to edit and find that somehow there has
    > been extra spacing below the content added to most/all of the editable
    > areas..
    > So I have to go in and remove the extra spacing before the customer makes
    > any changes adds a lot of extra time and work.
    >
    > Anyone else have this problem...
    >
    > Here is a sample page...I have removed the extra spacing on this page but
    > maybe my mistake is still apparent.
    >
    > http://www.beachfrontrentals.net/html/sea_scape.html
    >
    > Thanks
    >
    > jar
    >
    >


  5. #5
    Nancy O.
    Guest

    Default Re: Another Cushy CMS & Fusion 11 Question

    You can add inline styles to your Cushy code that will overule embedded or
    external styles.

    EXAMPLE:

    <div class="clienteditor" style="margin-top: 0; margin-bottom: 0; color:
    red; line-height: 1.5">

    http://www.alt-web.com/Tutorials/CUSHYCMS/index.html

    Nancy O.


    ------------------------
    "Jerry Reneau" <northwestgifshop@oregoncoast.com> wrote in message
    news:hmhfg0$fhg$1@DailyPlanet.news.netobjects.com. ..
    >I use Cushy on several of my sites works great...except for one
    >thing........
    > I add the Cushy (<div class="clienteditor">)code in fusion and download
    > the page then open the page(s) in Cushy to edit and find that somehow
    > there has been extra spacing below the content added to most/all of the
    > editable areas..
    > So I have to go in and remove the extra spacing before the customer makes
    > any changes adds a lot of extra time and work.
    >
    > Anyone else have this problem...
    >
    > Here is a sample page...I have removed the extra spacing on this page but
    > maybe my mistake is still apparent.
    >
    > http://www.beachfrontrentals.net/html/sea_scape.html
    >
    > Thanks
    >
    > jar
    >



  6. #6
    Technology Ideas Pty Ltd
    Guest

    Default Re: Another Cushy CMS & Fusion 11 Question

    Just to add to what I've already said about the "bug" of it adding 19px to
    the margin, you can override this when creating new sites, by first going
    into STYLES and selecting Normal (P) under Text Styles and then going into
    the CSS-Common tab box on the right, and select the MARGINS icon (four
    arrows point outwards) tick Uniform margins and then choose 0px. This will
    then make all text default to 0px margin and remove the 19px issue.
    --
    Andrew Baker
    Technology Ideas
    http://www.technologyideas.com.au
    Australia

    "Nancy O." <nancyoshea1@NOSPAMatt.net> wrote in message
    news:hmhqdp$l7l$1@DailyPlanet.news.netobjects.com. ..
    > You can add inline styles to your Cushy code that will overule embedded
    > or external styles.
    >
    > EXAMPLE:
    >
    > <div class="clienteditor" style="margin-top: 0; margin-bottom: 0; color:
    > red; line-height: 1.5">
    >
    > http://www.alt-web.com/Tutorials/CUSHYCMS/index.html
    >
    > Nancy O.
    >
    >
    > ------------------------
    > "Jerry Reneau" <northwestgifshop@oregoncoast.com> wrote in message
    > news:hmhfg0$fhg$1@DailyPlanet.news.netobjects.com. ..
    >>I use Cushy on several of my sites works great...except for one
    >>thing........
    >> I add the Cushy (<div class="clienteditor">)code in fusion and download
    >> the page then open the page(s) in Cushy to edit and find that somehow
    >> there has been extra spacing below the content added to most/all of the
    >> editable areas..
    >> So I have to go in and remove the extra spacing before the customer makes
    >> any changes adds a lot of extra time and work.
    >>
    >> Anyone else have this problem...
    >>
    >> Here is a sample page...I have removed the extra spacing on this page but
    >> maybe my mistake is still apparent.
    >>
    >> http://www.beachfrontrentals.net/html/sea_scape.html
    >>
    >> Thanks
    >>
    >> jar
    >>

    >
    >




  7. #7
    Jerry Reneau
    Guest

    Default Re: Another Cushy CMS & Fusion 11 Question

    I have attached a file that shows where the spacing issues are on this web
    site's page(s)
    I want to thank everyone for the great response to this question!

    Thanks

    jar





Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •