K2 Community

Join the network of the powerful content component for Joomla!

keif
  • Male
  • United States
Share
Share on Twitter
Share on Facebook
  • Blog Posts
  • Discussions (27)
  • Groups
  • Photos
  • Photo Albums
  • Videos

keif's Discussions

How to get rid of breadcrumb title?
3 Replies

Started this discussion. Last reply by Simon Wells (K2 Support) May 13.

 

keif's Page

Gifts Received

Gift

keif has not received any gifts yet

Give keif a Gift

Latest Activity

Aint that just the way ;) Simon K2 Support
May 13
Thank you sir, yeah it is not actually the breadcrumb you are spot on there. Your solution worked like a charm, LOL now the client wants to keep them there, typical. Thanks for your time sir.
May 12
Hi Keif, The part you point to is not part of the breadcrub, but looks more like the page title. Go to menu manager and check the parameters for you menu items. In advanced, look for the Show Page Title, if you set it to no, then this will go. Let…
May 11
keif added a discussion
I have attached a screenshot, I want to get rid of the "breadcrumb" title. I have it worked out on one category, not sure how or when I did it. I have the other categories set to inherit from that category. However the breadcrumb title is still ther…
May 7
Simon I cant get k2 to take off the bold in the first intro text with changing what you said to. lifestandard.org/test
April 29
Your Welcome. Simon K2 Support
April 29
Thank you very much
April 29
You need to modify the k2.css (components/com_k2/css), line 150 look for div.itemIntroText you will be able to remove the bold and change it from 18px to something smaller. Simon K2 Support
April 29
keif added a discussion
I want to show introtext I just don't want it to be so large. In fact I would like for it to be the same size throughout the whole article. How is this accomplished, anytime I disable introtext it leaves out the introtext, all I want to do is disabl…
April 29
Hi Keif, K2 is designed to be able to show "intro" text of items within a category, this can of course be disabled by not having an introtext word limit. However, the downside is, in itnrotext is designed just as a teaser and so all html will be str…
April 12
keif added a discussion
I searched and found nothing, I am sure it is here somewhere as it seems a bit simple to be asking...but I will ask anyways.How to you skip the read more of an item? I want the whole article to appear in whole with the social sharing on the first an…
April 12
keif added a discussion
http://jovin.com/catalog(wholesale lampshade manufacturing)A site I built for a client. Implemented K2 for them and they added all their own content. They are doing well with it and seem to enjoy the flexibility they have. It is still a work in prog…
March 3
I also am receiving the same problem.
August 11, 2009
K2 supports article pagination in both listing pages and inside the article page, by using the "page break" plugin. K2 parses all content plugins in Joomla! like native Joomla! articles do. :) Do I have to turn the k2 plug ins enabled to off or som…
July 11, 2009
keif added a discussion
Why are my articles being cut off? If I go over so many words/characters my article cuts off the content. I can't figure out a way around it. Page break does not work etc. But to write any sizable articles the writers on my site need tis to work an…
July 11, 2009
OK I am having the same problem, my articles are being cut off after a certain length and the read more button allows me to see the full article but like the OP this is very clunky and not what we were hoping for, plus it's ugly as sin seeing the wh…
July 11, 2009

Profile Information

URL (will be checked upon approval)
http://eastcoasths.com

Comment Wall (1 comment)

You need to be a member of K2 Community to add comments!

Join K2 Community

At 4:43pm on January 3, 2010, justina osha said…
justina4u.2009@yahoo.com
Hello.
My Name is Justina I was impressed when i saw your profile at k2community.joomlaworks.grand i will like you to email me back to my inbox so that
i can send you my picture for you to know who i am.i belive we can establishe a
long lasting relation ship with you.In addition,i will like you to reply me
through my private e mail box (justina4u.2009@yahoo.com)
This is because i dont know the possibilities of
remainning in forum for a long time.
Please reply to my inbox so that i can be able to send you my picture and tell
you more about me.
Thanks,waiting to hear from you soonest.
Justina
 
 
 
Advertisement

Latest Activity

Matthew Santana added a discussion
Hello! I'm relatively new to web development and I have to admit that Joomla! and K2 have made it a rewarding experience. There are so many possibilities. That being said I hate to make my first post here about an error however it is getting in the…
52 seconds ago
Matthew Santana, Kibekas, Ninja B and 2 more joined K2 Community
5 minutes ago
Not sure how the rest would be affedcted but creating a table to join category ID's is pretty simple as far as database modeling goes ... That being said, I don't wan't to judge how and why it's the way it is, it simply is :-) Maybe the developpers…
5 minutes ago
Plz send a link if site is live
2 hours ago
See the k2 menu choices at the bottom - latest from user or categories select the category and set the number of items and it will work
2 hours ago
FidelGonzales added a discussion
I'm having some issues getting my categories to appear properly. The culprit seems to be the following code: . In default form, there is a huge gap on the top of the category page. After removing a few of these, the issue is partially fixed with cer…
2 hours ago
someone better that i may can tell you, try commenting the div class clr's our and see what happens
2 hours ago
Thanks for the reply. Unfortunately I'm not so experienced with Firebug nor CSS. I attached a new image, where one can see more information. Does this help a bit more?
2 hours ago
Whatever is done will modify the core, but will work. How about putting the category id's in a field like the xtra filelds and teach the core to parse them out. Its changing the way things work - not likely to happen unless a module like followeyes…
2 hours ago
I don't think the concept of the single-category per item content structure is a way of thinking that is advanced and, therefore, a reason to change the content construction strategy and our subsequent way of thinking. It is merely a huge limitation…
2 hours ago
2. if you are trying to remove a video from an item in the backend, click on the video tab scroll to the bottom and check delete currrent and save
2 hours ago
Please post a link if the site is live Use firebug to see what there and what needs to be changed
3 hours ago
Also, to skip the extra field you dont want edit in the override item.php and put something like {pseudocode} phpif this->extrafield->name="fieldyouwantto skip" else let the rest of the existing foreach loop run phpendif endfor something like that s…
3 hours ago
Kibekas added a discussion
There is a problem with excess of free space between 'itemListSubCategories' and 'itemList'. It seems to be derving from div class 'itemlistsubcategories' Please see the image attached. Does anyone know how to solve this problem? Via CSS?Thanks!
3 hours ago
you can get the extra fields like this if it suits your needs $custom = $this->item->extra_fields; and then addressing extra fields for the item like echo $custom[1]->value; depending on the position, 0, 1,2,3,4 etc in the array experiment with this…
3 hours ago
deton and Daito joined JoomlaWorks's group
For K2 translators
3 hours ago
I can translate to Russian
3 hours ago
I have a case right now where I would love to be able to set several categories for one article. For now, it has been solved with the use of tags, and I suspect this is how we will have to use it in the future. It might just be that we are used to…
3 hours ago
Viktoria (and Simon), Did you ever find out how to put one single extra field (not the whole bunch...) a different place than at the bottom of the article? This means we need to have a way to identify this particular field and add the code for it…
3 hours ago
Valentine added a discussion
Greetings to all . So here is what i cant understand1. i Cant login as an admin tru k2 login in frontend form just resets and i see begining of page2. I cant understand how to remove Related videos Any help will be good thanks in advance
4 hours ago

© 2010   Created by JoomlaWorks.

Badges  |  Report an Issue  |  Terms of Service