H.Silva
Forum Replies Created
-
Hi, Well, I fixed it editing some PHP…
The issue was, the main page of the plugin displays the title of the entries under the categories. They are only 40 characters long and then they get truncated.
For example, an article on the KB titled “How to use the program’s System Settings under Windows 8.1” would only display “How to use the program’s System Setting….”
I fixed it on line 93 – kbe_knowledgebase.php(and maybe this could be on CSS as well?):
<li> <a href="<?php the_permalink(); ?>"> <?php echo substr(the_title('', '', FALSE), 0, 40); ?>..... </a> </li>Changed the 40 for a more suitable number for now’, and eliminated that extended ellipsis. (….)
I apologize for the continued harassment! I saw what the problem was, in my particular case.
There was another kbe_style.css on the root of my theme’s directory (/public_html/wp-content/themes/attitude) along with other kbe-related files. Don’t know what they’re doing there as I installed the plugin from the WordPress installer. The spacing issue, for me, was resolved when I edited that css file.
Removing or editing your kbe_style.css file inside your plugin directory (/public_html/wp-content/plugins/wp-knowledgebase/template) did nothing to fix the spacing issue, nor did it alter the way the content looked.
I guess this is now resolved for me.
Thanks.
Hi, sorry to be a pest. Nothing on this yet. !important tag on CSS won’t work.
Done. Mark as fixed. It was an issue of the theme page custom design conflicting with your plugin but I have fixed it.
Hello,
Yes, I can confirm that this is the case for all your questions. The CSS changes for line spacing are not happening, either.
Can anyone help on this?
oh, and also, I am not seeing any difference using the !important attribute.
Sorry for that poorly constructed sentence, it’s horrid!
What I meant to say was, the website itself is in spanish but words like “knowledgebase” will not get translated, but I see why now. You still don’t have a spanish translator.
Maybe I can help 🙂
Hello. Thank you for your work! I’ve been looking for a decent Knowledgebase plugin and it seems this is it! However, this fix is not working for me… and I have another issue I will post on another thread.
Using Ver. 1.02
on kbe_style.css, changed
#kbe_content .kbe_leftcol p { font-size: 14px; font-weight: normal; line-height: 26px; color: #333333; margin-bottom: 40px;to
#kbe_content .kbe_leftcol p { font-size: 14px; font-weight: normal; line-height: 20px; /*26px;*/ color: #333333; margin-bottom: 16px; /*40px;*/Commented the values I didn’t want and still looks the same.
Here’s a link to a page:
http://www.abcinfotech.com/?kbe_knowledgebase=como-borrar-estimados-en-mitchell-estimatingThis is a SPANISH website, but everything you have on your plugin is in english, too.
Thanks!