0
Welcome Guest! Login
0 items Join Now

SOLVED: Removing FrontPage "Module"

    • Solrac The Jedi's Avatar
    • Solrac The Jedi
    • Newbie
    • Posts: 9
    • Thanks: 0
    • Military (Network Admin), School (Sports Psychology)

    SOLVED: Removing FrontPage "Module"

    Posted 14 years 1 month ago
    • Using the Affinity template, how do I go about removing the FrontPage "Module" or component? When it's empty just shows up as an empty block on my page. Here's what I tried so far:
      • Changing the "show on FrontPage" value to false for every article
      • Going into the Home menu and changing all "basic parameters" to false
      • Changing the Home menu to "external link" instead of a "front page blog layout" but that just returns a 404

      Edit
      I also tried the method on this page www.bigspring.co.uk/research/hiding-joomla-frontpage-content but it still shows the empty block
    • Last Edit: 14 years 1 month ago by Solrac The Jedi.
    • Obsessed is a word used often by the lazy, in order to describe the dedicated.
    • cdavis411's Avatar
    • cdavis411
    • Preeminent Rocketeer
    • Posts: 17787
    • Thanks: 882

    Re: SOLVED: Removing FrontPage "Module"

    Posted 14 years 1 month ago
    • Hi,

      In the menu manager, add the page class suffix: hideit
      to your "Home" menu item in Parameters (Advanced)
      Then add the following to the bottom of your template.css file
      for the entire main area
       
      .hideit #main-body-surround {display: none !important;}
      or for only the article area
       
      .hideit #main-body {display: none !important;}
    • Solrac The Jedi's Avatar
    • Solrac The Jedi
    • Newbie
    • Posts: 9
    • Thanks: 0
    • Military (Network Admin), School (Sports Psychology)

    Re: SOLVED: Removing FrontPage "Module"

    Posted 14 years 1 month ago
    • Hmm, I tried it but it doesnt seem to work. You're talking about the "/templates/rt_affinity_j15/css/template.css" file right?
    • Obsessed is a word used often by the lazy, in order to describe the dedicated.
    • cdavis411's Avatar
    • cdavis411
    • Preeminent Rocketeer
    • Posts: 17787
    • Thanks: 882

    Re: SOLVED: Removing FrontPage "Module"

    Posted 14 years 1 month ago
    • is your site online? if so please provide the url
    • Solrac The Jedi's Avatar
    • Solrac The Jedi
    • Newbie
    • Posts: 9
    • Thanks: 0
    • Military (Network Admin), School (Sports Psychology)

    Re: SOLVED: Removing FrontPage "Module"

    Posted 14 years 1 month ago
    • wejedi.com

      I noticed that the link value in the Home Menu is "index.php?option=com_content&view=frontpage", which obviously takes you to the frontpage-page. I tried looking around the files in "/components/com_content/" but not really sure what to look for.
    • Obsessed is a word used often by the lazy, in order to describe the dedicated.
    • Solrac The Jedi's Avatar
    • Solrac The Jedi
    • Newbie
    • Posts: 9
    • Thanks: 0
    • Military (Network Admin), School (Sports Psychology)

    Re: SOLVED: Removing FrontPage "Module"

    Posted 14 years 1 month ago
    • I still can't get this to work. I did some reading and found out that certain templates don't support page class suffix, could this be the case? I don't see why it wouldn't work.
    • Obsessed is a word used often by the lazy, in order to describe the dedicated.
    • cdavis411's Avatar
    • cdavis411
    • Preeminent Rocketeer
    • Posts: 17787
    • Thanks: 882

    Re: SOLVED: Removing FrontPage "Module"

    Posted 14 years 1 month ago
    • cdavis411 wrote:
      Hi,

      In the menu manager, add the page class suffix: hideit
      to your "Home" menu item in Parameters (Advanced)
      Then add the following to the bottom of your template.css file
      for the entire main area
       
      .hideit #main-body-surround {display: none !important;}
      or for only the article area
       
      .hideit #main-body {display: none !important;}
      I just tried this method using firebug on your site and it works great. If you are having trouble figuring out how to implement this solution you can PM me super admin details and I will do this for you.
    • cdavis411's Avatar
    • cdavis411
    • Preeminent Rocketeer
    • Posts: 17787
    • Thanks: 882

    Re: SOLVED: Removing FrontPage "Module"

    Posted 14 years 1 month ago
    • I am sorry I should have checked with you on this first. When I logged into your site's admin area the first thing I noticed in the template parameters (in the template manager) was that the display frontpage component was set to "Show". Setting this option/feature to "Hide" solves your issue.
    • Solrac The Jedi's Avatar
    • Solrac The Jedi
    • Newbie
    • Posts: 9
    • Thanks: 0
    • Military (Network Admin), School (Sports Psychology)

    Re: SOLVED: Removing FrontPage "Module"

    Posted 14 years 1 month ago
    • Hmm, this seems to only remove the white area and not the entire component - which is a step up! I can't however seem to remove the main-body-surround even with the code.
    • Obsessed is a word used often by the lazy, in order to describe the dedicated.
    • cdavis411's Avatar
    • cdavis411
    • Preeminent Rocketeer
    • Posts: 17787
    • Thanks: 882

    Re: SOLVED: Removing FrontPage "Module"

    Posted 14 years 1 month ago
    • please go into your global configuration and enable the FTP layer (in the server section of the global config) and make sure your enter the correct FTP login info. Then save the global config. It seems that your page class suffix is not showing.

Time to create page: 0.055 seconds