Elxis CMS Forum

Support => General => Topic started by: jazzys on September 07, 2015, 12:04:42

Title: Hide Subtitle in Featured Article Box on Category Page?
Post by: jazzys on September 07, 2015, 12:04:42
Is there a elxis parameter to hide the "elx_content_subtitle" div in a featured article box?

In my case the featured box is div class: "elx_category_featured_inner"

I don't seem to find the handle. Thank you.
Title: Re: Hide Subtitle in Featured Article Box on Category Page?
Post by: striker on September 08, 2015, 07:35:26
There are two ways to hide it.

1. If you are referring to module mod_articles, then simply go to the parameter settings for Featured articles. Go to Module > Click the module name you assigned for the mod > Parameters tab > under 'Featured articles' > Subtitle > No or Yes to show.

(http://i.imgur.com/XYpU703.png)

2. You may also use css styling if you want.

.elx_content_subtitle {display:none;}
Title: Re: Hide Subtitle in Featured Article Box on Category Page?
Post by: jazzys on September 08, 2015, 18:18:41
Thank you for your effort, unfortunately the Parameter change in the mod_article does not have the required effect. I would prefer to use Parameter handles instead of css "hardcoding". Maybe I am overseeing something, and it is there.

Actually I am on an  CATEGORY PAGE on which featured articles from this category are displayed. This doesn't seem to be in connection to the mod_articles module.

There is a parameter within "normal" articles to hide the Subtitle within the article page but this doesn't apply to the Category Page.



Title: Re: Hide Subtitle in Featured Article Box on Category Page?
Post by: jazzys on September 08, 2015, 23:00:22
I believe there should be a parameter in the category edit section for this purpose. It is unfortunately missing.

But I managed by adding to the template css file following code (as recommended by Striker):

.elx_category_featured_inner  .elx_content_subtitle {display:none;}

Thank you Striker !

It looks  like this at the moment: