0
Welcome Guest! Login
0 items Join Now

Module Suffixes (nomarginall nopaddingall) no longer work

    • Michael's Avatar
    • Michael
    • Hero Rocketeer
    • Posts: 448
    • Thanks: 2

    Module Suffixes (nomarginall nopaddingall) no longer work

    Posted 11 years 7 months ago
    • Hello,

      I am posting in the Gantry forum as I think it is something related to Gantry. I have tried other RocketTheme templates and i still experience this issue.

      I currently am using Fresco in any case, and all versions for Gantry, template and Joomla are most recent.

      I can create modules, and if I add suffixes like nomarginall or anything related, no apparent change is reflected on my site. I do run Cloudflare but I enable development mode, and flush the cache on site and in Cloudflare, no change.

      Could someone take a look, I'm really stumped. There are no plugins that I wasn't using before installed. I have been experiencing this problem for a few months now, and have finally given up trying to figure it out myself.

      My site is www.slopeedge.ca

      I can provide Admin access on request if needed to RT mods.

      Thanks in advance.
    • Henning's Avatar
    • Henning
    • Preeminent Rocketeer
    • Posts: 29362
    • Thanks: 954
    • Volunteer

    Re: Module Suffixes (nomarginall nopaddingall) no longer work

    Posted 11 years 7 months ago
    • just as a test ... can you try to add this to your css and see if that fixes your issue?


      body .nomarginall,
      body .rt-block .nomarginall,
      body ul.nomarginall,
      body li.nomarginall {margin-left: 0 !important;margin-right: 0 !important;margin-top: 0 !important;margin-bottom: 0 !important;}
      body .nopaddingall,
      body .rt-block .nopaddingall,
      body ul.nopaddingall,
      body li.nopaddingall {padding-left: 0 !important;padding-right: 0 !important;padding-top: 0 !important;padding-bottom: 0 !important;}
      body .nomargintop,
      body .rt-block .nomargintop,
      body ul.nomargintop,
      body li.nomargintop {margin-top: 0 !important;}
      body .nomarginbottom,
      body .rt-block .nomarginbottom,
      body ul.nomarginbottom,
      body li.nomarginbottom {margin-bottom: 0 !important;}
      body .nomarginleft,
      body .rt-block .nomarginleft,
      body ul.nomarginleft,
      body li.nomarginleft {margin-left: 0 !important;}
      body .nomarginright,
      body .rt-block .nomarginright,
      body ul.nomarginright,
      body li.nomarginright {margin-right: 0 !important;}
      body .nopaddingtop,
      body .rt-block .nopaddingtop,
      body ul.nopaddingtop,
      body li.nopaddingtop {padding-top: 0 !important;}
      body .nopaddingbottom,
      body .rt-block .nopaddingbottom,
      body ul.nopaddingbottom,
      body li.nopaddingbottom {padding-bottom: 0 !important;}
      body .nopaddingleft,
      body .rt-block .nopaddingleft,
      body ul.nopaddingleft,
      body li.nopaddingleft {padding-left: 0 !important;}
      body .nopaddingright,
      body .rt-block .nopaddingright,
      body ul.nopaddingright,
      body li.nopaddingright {padding-right: 0 !important;}
    • The following users have thanked you: Roefat

    • Michael's Avatar
    • Michael
    • Hero Rocketeer
    • Posts: 448
    • Thanks: 2

    Re: Module Suffixes (nomarginall nopaddingall) no longer work

    Posted 11 years 7 months ago
    • I placed that in my CUSTOM CSS file and it doesn't seem to have any effect.

      I have flushed the caches in Gantry, and Joomla.

      I have left the code in place for you to see.
    • Henning's Avatar
    • Henning
    • Preeminent Rocketeer
    • Posts: 29362
    • Thanks: 954
    • Volunteer

    Re: Module Suffixes (nomarginall nopaddingall) no longer work

    Posted 11 years 7 months ago
    • ok can you try this instead of my suggestion above?

      body .nomarginall,
      body .nomarginall .rt-block,
      body ul.nomarginall,
      body li.nomarginall {margin-left: 0 !important;margin-right: 0 !important;margin-top: 0 !important;margin-bottom: 0 !important;}
      body .nopaddingall,
      body .nopaddingall .rt-block,
      body ul.nopaddingall,
      body li.nopaddingall {padding-left: 0 !important;padding-right: 0 !important;padding-top: 0 !important;padding-bottom: 0 !important;}
      body .nomargintop,
      body .nomargintop .rt-block,
      body ul.nomargintop,
      body li.nomargintop {margin-top: 0 !important;}
      body .nomarginbottom,
      body .nomarginbottom .rt-block,
      body ul.nomarginbottom,
      body li.nomarginbottom {margin-bottom: 0 !important;}
      body .nomarginleft,
      body .nomarginleft .rt-block,
      body ul.nomarginleft,
      body li.nomarginleft {margin-left: 0 !important;}
      body .nomarginright,
      body .nomarginright .rt-block,
      body ul.nomarginright,
      body li.nomarginright {margin-right: 0 !important;}
      body .nopaddingtop,
      body .nopaddingtop .rt-block,
      body ul.nopaddingtop,
      body li.nopaddingtop {padding-top: 0 !important;}
      body .nopaddingbottom,
      body .nopaddingbottom .rt-block,
      body ul.nopaddingbottom,
      body li.nopaddingbottom {padding-bottom: 0 !important;}
      body .nopaddingleft,
      body .nopaddingleft .rt-block,
      body ul.nopaddingleft,
      body li.nopaddingleft {padding-left: 0 !important;}
      body .nopaddingright,
      body .nopaddingright .rt-block,
      body ul.nopaddingright,
      body li.nopaddingright {padding-right: 0 !important;}
    • Michael's Avatar
    • Michael
    • Hero Rocketeer
    • Posts: 448
    • Thanks: 2

    Re: Module Suffixes (nomarginall nopaddingall) no longer work

    Posted 11 years 7 months ago
    • Ok that works.

      How do I get the suffixes in the modules themselves to start working again?

      :cheesy:
    • Michael's Avatar
    • Michael
    • Hero Rocketeer
    • Posts: 448
    • Thanks: 2

    Re: Module Suffixes (nomarginall nopaddingall) no longer work

    Posted 11 years 7 months ago
    • I have removed the extra code from my CSS.
    • Henning's Avatar
    • Henning
    • Preeminent Rocketeer
    • Posts: 29362
    • Thanks: 954
    • Volunteer

    Re: Module Suffixes (nomarginall nopaddingall) no longer work

    Posted 11 years 7 months ago
    • I think some stuff may be wrong in the latest Fresco update.
      I'll ask the devs ...
    • Michael's Avatar
    • Michael
    • Hero Rocketeer
    • Posts: 448
    • Thanks: 2

    Re: Module Suffixes (nomarginall nopaddingall) no longer work

    Posted 11 years 7 months ago
    • Hello, just wondering if there was any update on this issue?

      Thanks
    • Henning's Avatar
    • Henning
    • Preeminent Rocketeer
    • Posts: 29362
    • Thanks: 954
    • Volunteer

    Re: Module Suffixes (nomarginall nopaddingall) no longer work

    Posted 11 years 7 months ago
    • just checked the ticket ... nothing new
    • Michael's Avatar
    • Michael
    • Hero Rocketeer
    • Posts: 448
    • Thanks: 2

    Re: Module Suffixes (nomarginall nopaddingall) no longer work

    Posted 11 years 7 months ago
    • That's too bad.

      Is there any way to get the previous version anymore? It's really frustrating to not be able to adjust the module margins and paddings.

      Please let me know.

Time to create page: 0.059 seconds