-
AuthorPosts
-
seaneo Friend
seaneo
- Join date:
- December 2009
- Posts:
- 421
- Downloads:
- 4
- Uploads:
- 49
- Thanks:
- 244
- Thanked:
- 12 times in 1 posts
October 22, 2012 at 12:51 am #181597Hello,
at: 173.254.15.37/next/
if you scroll down to about article 26 on the wall, you will see a image that says “Support Joomla”
How can I hide the title and intro text?
I already changed the options in “Article Options” to:
Show Title : HIDE
Show intro text: HIDEbut they still show up,
Thanks
seaneo Friendseaneo
- Join date:
- December 2009
- Posts:
- 421
- Downloads:
- 4
- Uploads:
- 49
- Thanks:
- 244
- Thanked:
- 12 times in 1 posts
October 22, 2012 at 9:41 pm #470797Hello, any response please?
HeR0 FriendHeR0
- Join date:
- August 2011
- Posts:
- 3626
- Downloads:
- 0
- Uploads:
- 61
- Thanks:
- 33
- Thanked:
- 588 times in 549 posts
HeR0 FriendHeR0
- Join date:
- August 2011
- Posts:
- 3626
- Downloads:
- 0
- Uploads:
- 61
- Thanks:
- 33
- Thanked:
- 588 times in 549 posts
seaneo Friendseaneo
- Join date:
- December 2009
- Posts:
- 421
- Downloads:
- 4
- Uploads:
- 49
- Thanks:
- 244
- Thanked:
- 12 times in 1 posts
October 24, 2012 at 12:46 pm #470997Hi HeRo, for sure a mis understanding, because the “Support Joomla” title and “Support Joomla” intro text are still there. I need to hide them both, so that the user sees only the image in this particular article when it appears on the front page of the WALL. Please advise – thanks
HeR0 FriendHeR0
- Join date:
- August 2011
- Posts:
- 3626
- Downloads:
- 0
- Uploads:
- 61
- Thanks:
- 33
- Thanked:
- 588 times in 549 posts
October 25, 2012 at 2:21 am #471030Hi Seaneo
That setting only applies for article detail page while you are mentioning to category blog page. So i am sure that your idea is impossible, sorry.Regards,
seaneo Friendseaneo
- Join date:
- December 2009
- Posts:
- 421
- Downloads:
- 4
- Uploads:
- 49
- Thanks:
- 244
- Thanked:
- 12 times in 1 posts
October 25, 2012 at 11:15 am #471091That is a shame! if the article title and text are optional to show or not, why doesn’t Joomla just make it available no matter where the article is being displayed?
What about this? I reduced the article text to one letter (x) and made it color white, so now in the article human eyes cant see it, but you can still see the x in the category blog view on the front page of WALL. No way around this either? thanks in advance
arucardx Friendarucardx
- Join date:
- July 2010
- Posts:
- 346
- Downloads:
- 0
- Uploads:
- 10
- Thanks:
- 21
- Thanked:
- 138 times in 104 posts
October 26, 2012 at 1:45 am #471124What you want could be done in K2.
Alternatively, you can also create a css style like say image-only then set the text all to display:none then use that style in the extended class to achieve the same effect =) But one problem with this is that the category link is still visible in the source code, so you will need to disable link on category title.
seaneo Friendseaneo
- Join date:
- December 2009
- Posts:
- 421
- Downloads:
- 4
- Uploads:
- 49
- Thanks:
- 244
- Thanked:
- 12 times in 1 posts
October 26, 2012 at 3:24 am #471134well you already have me previously convinced not to K2 my site for now, given the lack of support from the K2 folks at the moment..
The css style concept sounds fantastic and I see no problem with a category code visible in the source code, the key is,in selected cases. just for the image to show to the human eye with no words appearing below
What could be the coding or methodology for this css style? thanks
arucardx Friendarucardx
- Join date:
- July 2010
- Posts:
- 346
- Downloads:
- 0
- Uploads:
- 10
- Thanks:
- 21
- Thanked:
- 138 times in 104 posts
seaneo Friendseaneo
- Join date:
- December 2009
- Posts:
- 421
- Downloads:
- 4
- Uploads:
- 49
- Thanks:
- 244
- Thanked:
- 12 times in 1 posts
October 26, 2012 at 10:26 am #471182Will this affect all the articles or will I have the ability to just change one, like I am trying to do?
Do you have a link to the sticky? I only see two sticky’s and neither of them relate to this that I see, thanks
seaneo Friendseaneo
- Join date:
- December 2009
- Posts:
- 421
- Downloads:
- 4
- Uploads:
- 49
- Thanks:
- 244
- Thanked:
- 12 times in 1 posts
October 28, 2012 at 1:44 pm #471302Thanks Arucardx, do you have a link to that style sticky? I looked through the JA WALL threads but could not find it – thanks
HeR0 FriendHeR0
- Join date:
- August 2011
- Posts:
- 3626
- Downloads:
- 0
- Uploads:
- 61
- Thanks:
- 33
- Thanked:
- 588 times in 549 posts
October 29, 2012 at 2:50 am #471328Hi Seaneo
You need small customization in template.css
Example : edit that article and add class no-content as image http://easycaptures.com/fs/uploaded/702/9840139747.png . Open template.css file and add #masonry-container .no-content .item-main { display: none; } . Hope that can help you.Regards,
seaneo Friendseaneo
- Join date:
- December 2009
- Posts:
- 421
- Downloads:
- 4
- Uploads:
- 49
- Thanks:
- 244
- Thanked:
- 12 times in 1 posts
October 29, 2012 at 9:50 am #471375Thanks HeRo,
Where in the template.css do I add that line ?
#masonry-container .no-content .item-main { display: none; }
HeR0 FriendHeR0
- Join date:
- August 2011
- Posts:
- 3626
- Downloads:
- 0
- Uploads:
- 61
- Thanks:
- 33
- Thanked:
- 588 times in 549 posts
October 29, 2012 at 10:41 am #471384<em>@seaneo 344077 wrote:</em><blockquote>Thanks HeRo,
Where in the template.css do I add that line ?
#masonry-container .no-content .item-main { display: none; }</blockquote> Please add to end of template.css file
Regards,
-
AuthorPosts
This topic contains 23 replies, has 4 voices, and was last updated by mackdoyle 11 years, 5 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum