Deprecated: Function get_currentuserinfo is deprecated since version 4.5.0! Use wp_get_current_user() instead. in /var/www/html/wp-includes/functions.php on line 5383

Reply To: Origami questions

New Front EN Support Forums Origami Theme Support Origami questions Reply To: Origami questions

#201
mmsatori
Keymaster

Dear Tom,

1). There is a special setting for making the menu items fit the length of the text: go to theme options, “Page Elements” tab, and check the following option: “Do not justify the main (vertical) menu on the left”. The colour of the menu items can be changed in the “Style: Header” tab of the theme functions, look for the “Top menu background color” option. If I misunderstood your question, please clarify :)

2). Origami does not have such functionality “natively”, and rewriting the template files might take some time. What you can implement much easier with a little trick: in each post, insert the following code just after the video embed code (make sure you are in the HTML edit mode):

Heading

replacing the “Heading” text with your heading (make sure to remove all spaces from the above string, otherwise it may render as simple text).
Also, insert this line into the “style.css” file:
.post-content .post-header { width: 100% !important; margin: -15px 0 16px -16px !important; } .post-content .post-header h2 { margin: 0 !important; } .post-header { display: none; } .post-content .post-header { display: block; }

3). Yes, sure: you’ll need to insert this line into the “style.css” file (opens by default when you go to “Appearance – Editor”:
.meta-author, .meta-cat { display: none !important; }
If you want all four tags gone alltogether, please use the following line:
.post-meta { display: none !important; }

Should you have more questions, do not hesitate to ask!

Sincerely,
Andrew | Satori

  • This reply was modified 11 years, 10 months ago by mmsatori.
  • This reply was modified 11 years, 10 months ago by mmsatori.
  • This reply was modified 11 years, 10 months ago by mmsatori.
  • This reply was modified 11 years, 10 months ago by mmsatori.
  • This reply was modified 9 years, 6 months ago by satori.