Welcome,
Guest
.
Please
login
or
register
.
Did you miss your
activation email
?
News:
Bug reports and fixes
.
Home
Help
Login
Register
Elxis CMS Forum
»
Support
»
General
(Moderators:
Ivan Trebješanin
,
Farhad Sakhaei
) »
Hide Subtitle in Featured Article Box on Category Page?
« previous
next »
Print
Pages: [
1
]
Author
Topic: Hide Subtitle in Featured Article Box on Category Page? (Read 4398 times)
jazzys
Newbie
Posts: 4
Hide Subtitle in Featured Article Box on Category Page?
«
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.
«
Last Edit: September 07, 2015, 12:19:41 by jazzys
»
Logged
striker
Newbie
Posts: 39
Re: Hide Subtitle in Featured Article Box on Category Page?
«
Reply #1 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.
2. You may also use css styling if you want.
.elx_content_subtitle {display:none;}
«
Last Edit: September 08, 2015, 07:37:39 by striker
»
Logged
jazzys
Newbie
Posts: 4
Re: Hide Subtitle in Featured Article Box on Category Page?
«
Reply #2 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.
«
Last Edit: September 08, 2015, 23:32:41 by jazzys
»
Logged
jazzys
Newbie
Posts: 4
Re: Hide Subtitle in Featured Article Box on Category Page?
«
Reply #3 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:
«
Last Edit: September 08, 2015, 23:30:06 by jazzys
»
Logged
Print
Pages: [
1
]
« previous
next »
Elxis CMS Forum
»
Support
»
General
(Moderators:
Ivan Trebješanin
,
Farhad Sakhaei
) »
Hide Subtitle in Featured Article Box on Category Page?