NiceThemesInfoboxes – NiceThemes http://nicethemeswp.com/forums/topic/infoboxes/feed/ Mon, 21 Apr 2025 06:12:11 +0000 http://bbpress.org/?v=2.5.12-6148 en-US http://nicethemeswp.com/forums/topic/infoboxes/#post-5265 <![CDATA[Infoboxes]]> http://nicethemeswp.com/forums/topic/infoboxes/#post-5265 Wed, 04 Feb 2015 10:14:04 +0000 alatariel 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!

]]>
http://nicethemeswp.com/forums/topic/infoboxes/#post-5267 <![CDATA[Reply To: Infoboxes]]> http://nicethemeswp.com/forums/topic/infoboxes/#post-5267 Wed, 04 Feb 2015 12:33:04 +0000 alatariel I’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?

]]>
http://nicethemeswp.com/forums/topic/infoboxes/#post-5268 <![CDATA[Reply To: Infoboxes]]> http://nicethemeswp.com/forums/topic/infoboxes/#post-5268 Wed, 04 Feb 2015 23:11:01 +0000 Juanfra Aldasoro Hello.

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 replace

nice_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.

]]>
http://nicethemeswp.com/forums/topic/infoboxes/#post-5269 <![CDATA[Reply To: Infoboxes]]> http://nicethemeswp.com/forums/topic/infoboxes/#post-5269 Thu, 05 Feb 2015 15:30:11 +0000 alatariel Note: 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?

]]>
http://nicethemeswp.com/forums/topic/infoboxes/#post-5270 <![CDATA[Reply To: Infoboxes]]> http://nicethemeswp.com/forums/topic/infoboxes/#post-5270 Thu, 05 Feb 2015 17:26:34 +0000 Juanfra Aldasoro Hello,

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.

]]>
http://nicethemeswp.com/forums/topic/infoboxes/#post-5271 <![CDATA[Reply To: Infoboxes]]> http://nicethemeswp.com/forums/topic/infoboxes/#post-5271 Thu, 05 Feb 2015 17:53:03 +0000 alatariel It 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….

]]>
http://nicethemeswp.com/forums/topic/infoboxes/#post-5272 <![CDATA[Reply To: Infoboxes]]> http://nicethemeswp.com/forums/topic/infoboxes/#post-5272 Thu, 05 Feb 2015 17:53:44 +0000 alatariel Oh and I bought it through here (your website).

]]>
http://nicethemeswp.com/forums/topic/infoboxes/#post-5273 <![CDATA[Reply To: Infoboxes]]> http://nicethemeswp.com/forums/topic/infoboxes/#post-5273 Thu, 05 Feb 2015 21:13:34 +0000 Juanfra Aldasoro Hello,

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.

]]>
http://nicethemeswp.com/forums/topic/infoboxes/#post-5274 <![CDATA[Reply To: Infoboxes]]> http://nicethemeswp.com/forums/topic/infoboxes/#post-5274 Thu, 05 Feb 2015 21:21:40 +0000 alatariel “You are running the theme: Flatbase
Version: 1.0.1”

I’m helping a friend with the website

]]>
http://nicethemeswp.com/forums/topic/infoboxes/#post-5275 <![CDATA[Reply To: Infoboxes]]> http://nicethemeswp.com/forums/topic/infoboxes/#post-5275 Thu, 05 Feb 2015 21:26:49 +0000 Juanfra Aldasoro Oh, I’m sorry I was looking at the wrong file.

Have you tried avoiding to insert content in the excerpt field?

Best,
Juan.

]]>