Suffixes for pages

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Wed Jul 01, 2015 5:47 pm
Reply with quote
Report this post
Greetings,
I want to load frontpage without any Mainbody content as featured artical or something.
I add menu item Id for home page and Suffix "noMainbody" ... but it doesn't work.
Please help about this.
User avatar
Gold Boarder

GK User
Wed Jul 01, 2015 6:09 pm
Reply with quote
Report this post
Hi,
1) as a Home you have to use Articles » Featured Articles
2) and good suffix is imageBg for it.
User avatar
Platinum Boarder

GK User
Wed Jul 01, 2015 7:22 pm
Reply with quote
Report this post
I need to apply a suffix in frontpage that keep the mainbody empty . What page suffixes I can apply ?
User avatar
Gold Boarder

GK User
Wed Jul 01, 2015 7:36 pm
Reply with quote
Report this post
In my last post I put suffix from our demo.
Besides Joomla 3.4 allows you to create a empty article and in Menu you can also disable title, so you do not have to worry about suffix if you're stubborn.
User avatar
Platinum Boarder

GK User
Thu Jul 02, 2015 10:48 am
Reply with quote
Report this post
I know the suffix from the demo. ( I need to know what other page suffixes can apply to a page in this template. ) 2. pointed homepage to an empty article will show the avatar, date, hits, etc. even the content of the article is empty. ( so is not a sollution for my needs ) . Please advice about available suffixes that can apply for this template. ( I need one like on the University "noMainbody" .. wich resolve my issue )
User avatar
Gold Boarder

GK User
Sun Jul 05, 2015 11:10 pm
Reply with quote
Report this post
what about blank component, it always helped me in past.
User avatar
Platinum Boarder

GK User
Tue Jul 07, 2015 2:23 pm
Reply with quote
Report this post
can ask the developer what page suffixes are available for use in this template please ?
User avatar
Gold Boarder

GK User
Wed Jul 08, 2015 12:08 am
Reply with quote
Report this post
I have checked whole template.css
and I've found only one class ".imageBg" which work for globally for header section.

But I know one thing, it's quite easy to create your custom page suffix with your own feature like disappear "display:none" or other effect
In most cases you have use (code below) to hide article object

#gkContentWrap {display:none;}
so it means that you have to add new class before

Code: Select all
.hiddenMe  #gkContentWrap {display:none;}


and add hiddenMe as a page suffix
User avatar
Platinum Boarder

GK User
Wed Jul 08, 2015 10:44 am
Reply with quote
Report this post
I've wrote in override.css : .hiddenMe #gkContentWrap {display:none;} enabled in CSS override on advanced settings in template and set id menu nr. =hiddenMe on page suffix ..... it doesn't hide the article on frontpage.
User avatar
Gold Boarder

GK User
Thu Jul 09, 2015 1:06 pm
Reply with quote
Report this post
Can you show me URL,
it will help me check what small mistake we both or only me/you have done.
User avatar
Platinum Boarder

GK User
Fri Jul 10, 2015 5:58 pm
Reply with quote
Report this post
Done on HomePage, even without any suffix, just old trick. Check Home item settings :mrgreen: :mrgreen:
User avatar
Platinum Boarder

GK User
Sat Jul 11, 2015 4:22 pm
Reply with quote
Report this post
Good, what was the trick m8 ?
User avatar
Gold Boarder

GK User
Sat Jul 11, 2015 10:28 pm
Reply with quote
Report this post
1) New Category (Home), no articles inside
2) New Menu item -> Featured articles from "Home" (empty) category, did that trick
User avatar
Platinum Boarder

GK User
Sun Jul 12, 2015 6:15 pm
Reply with quote
Report this post
ahhhhhh ... clever ;) ! Thank you !
User avatar
Gold Boarder


cron