- alatariel February 4, 2015 at 10:14 am
Hi guys,
I want to edit the infoboxes: add a paragraph (well, more like an extra line) and some text links. However right now that isn’t possible. I checked the css file, and I could find anything that I could edit (or maybe I’m blind, which is always the case ;)).
So… is it possible to do what I want?
Thank you a lot guys! You’re awesome!
alatariel February 4, 2015 at 12:33 pmI’m not sure whether to start a new thread about this, so I guess I’ll just write it here so it doesn’t create too much spamming in the forum.
So, I haven’t edited any of the css responsive code, and yet the menu looks like this: http://i1167.photobucket.com/albums/q639/Boho_Moho/Untitled-1_zps81cba8e7.png
I used firebug and chrome to check the elements and there doesn’t seem to be any visible difference in the code. Any ideas?
Juanfra Aldasoro February 4, 2015 at 11:11 pmHello.
Thanks for writing and thank you for your kind words.
Yes, the thing is that the infoboxes displays the excerpt instead of the whole content. (Just in case you need to learn about excertps in WordPress, please read this article: http://codex.wordpress.org/Excerpt)
You have two options:
1. Try to accommodate the content you want to display in the excerpt field.
2. Modify the file template-home.php and replacenice_excerpt( 150 );
With:
the_content();
In the line number 78.
With regards to your second question, I cannot see your image so I don’t understand the problem. We try to keep the forum organised by creating different topics for different questions. So, I’d kindly ask you if you could create a new topic and enter the image over there directly, with a proper title, according to the problem.
Best,
Juan.alatariel February 5, 2015 at 3:30 pmNote: i solved my second problem about the menu. By mistake I had double pasted the css code for the spacing and it was read as doubling it so… yeah, kind of dumb 😉
About the infoboxes….
I don’t have that line on the template-home.php. Especially on line 78 is the dynamic pre-footer.
Is it possible that it’s in another file?Juanfra Aldasoro February 5, 2015 at 5:26 pmHello,
Thanks for the follow up.
That’s great 🙂
Regarding the infoboxes, what version of the theme are you running?
In the latest version, line #78 is
nice_excerpt( 150 );
Best,
Juan.alatariel February 5, 2015 at 5:53 pmIt should be the latest version. I bought the theme in last month and I haven’t received any announcements for updates or so…
mhm i can’t really find where is mentioned the version of the theme….Juanfra Aldasoro February 5, 2015 at 9:13 pmHello,
You can check the version on the backend: Under Appearance > Themes, or if you go to NiceThemes > Updates.
How is that you’re checking the contents of the file template-home.php?
Best,
Juan.alatariel February 5, 2015 at 9:21 pm“You are running the theme: Flatbase
Version: 1.0.1”I’m helping a friend with the website
Juanfra Aldasoro February 5, 2015 at 9:26 pmOh, I’m sorry I was looking at the wrong file.
Have you tried avoiding to insert content in the excerpt field?
Best,
Juan.alatariel February 5, 2015 at 10:03 pmNo problem 🙂
The only content I have inserted is in the content box for the infpboxes inside the admin dashboard.
The only thing I have done with excerpts is add a php code to the functions.php so it will be shown in the blog page.Juanfra Aldasoro February 6, 2015 at 5:15 pmHello,
Thanks for the follow up.
Would you please send me your site access details to support@nicethemes.com so I can take a look?
Best,
Juan.
You must be logged in to reply to this topic.