NattyWP - Community Forum
Welcome, Guest. Please login or register.
NattyWP Community « Configuration and Development « Simplix Theme « Assistance with Simplix Theme
Pages: [1]   Go Down
  Print  
Author Topic: Assistance with Simplix Theme  (Read 2068 times)
camerapatty
Newbie
*
Karma: 0
Posts: 7
View Profile

Just got my theme which I love, thank you Kiss and I need to do a few things and not sure how. Huh

Just a note, I'm not all that experienced with coding so details instructions would be greatly appreciated.

1.  On the individual blog post pages, is there a way to remove the search bar and the "pages" navigation from the page?  Also is there a way to widen those pages by an inch?

2.  On the top of the pages, where the tweeting bird is, what exactly is the bird supposed to be tweeting?  The bloggers last tweet on Twitter?  Or actions the reader is taking?

3.  On the demo site you have posted, on the home page below the tabbed category section there is a block of wording etc.  How did you get that there because I have no such section on my blog?

Wishing you a scent-sational day!
Patty
Logged
Dmitry A
NattyWP Team

Sr. Member
*****
Karma: 101
Posts: 243
View Profile

Quote
Just a note, I'm not all that experienced with coding so details instructions would be greatly appreciated.

1.  On the individual blog post pages, is there a way to remove the search bar and the "pages" navigation from the page?  Also is there a way to widen those pages by an inch?

Search bar? Sidebar is widgetized, so go to widgets and customize as you like.
Quote
2.  On the top of the pages, where the tweeting bird is, what exactly is the bird supposed to be tweeting?  The bloggers last tweet on Twitter?  Or actions the reader is taking?

Twitter plugin shows your latest Twitter messages.

Quote
3.  On the demo site you have posted, on the home page below the tabbed category section there is a block of wording etc.  How did you get that there because I have no such section on my blog?
This is Select Style text for demo only. If you'd like to insert text, you can open your index.php and after
Code:
<div id="bottom-arch">...(some code)...</div><div style="clear: both;"/>

you can insert

Code:
<div class="post-top"></div>
<div class="main-post"><div class="single-pad">
<div class="tit"><h1>Your title</h1></div>
<div class="feat-data"> </div>
<div style="clear: both;"></div>

<div class="content">
                               .....(your text)....
<div style="clear: both;"></div>
</div>
</div>
</div>
<div class="post-bottom"></div>
Logged

camerapatty
Newbie
*
Karma: 0
Posts: 7
View Profile

Thank you for your help.  I was able to take care of the widgets. 
Was also able to add in that test box into the index.php page.  Now my question is how do I put what I want into that box?  And also my bird does not appearing to be tweeting my tweets.  How do I fix this?  I do have a page where all my tweets are showing up, just not up where the bird is.

Thank you again for this help.

Patty Reiser
Logged
Dmitry A
NattyWP Team

Sr. Member
*****
Karma: 101
Posts: 243
View Profile

Open the index.php and make sure that you have this line
Code:
if (function_exists('lifestream'))  {
$events = $lifestream->get_events(array('limit' => 1));

if not, please download new Simplix version
Logged

camerapatty
Newbie
*
Karma: 0
Posts: 7
View Profile

I was just in the index.php file and the lifestream info is there.

Any tips on how to input text in that block I added?
Logged
Dmitry A
NattyWP Team

Sr. Member
*****
Karma: 101
Posts: 243
View Profile

Just input the text where i marked
.....(your text)....
Logged

Pages: [1]   Go Up
  Print  
 
Jump to: