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

satori

Forum Replies Created

Viewing 10 posts - 1,531 through 1,540 (of 1,561 total)
  • Author
    Posts
  • in 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 12 years, 2 months ago by mmsatori.
    • This reply was modified 12 years, 2 months ago by mmsatori.
    • This reply was modified 12 years, 2 months ago by mmsatori.
    • This reply was modified 12 years, 2 months ago by mmsatori.
    • This reply was modified 9 years, 10 months ago by satori.
    in reply to: Localizing #200
    mmsatori
    Keymaster

    Hi JapanTown!

    This is indeed a bug, thank you for reporting. To fix it, please download the file here, unpack it and upload into the theme folder, replacing the existing “comments.php” file.

    Sincerely,
    Andrew | Satori

    in reply to: Origami questions #195
    mmsatori
    Keymaster

    Hi Tom!

    First of all, thank you for your interest in Origami!

    I’ve created a fresh installation for you here: http://www.satoristudio.net/origami-demo. The login is “origami” and the password is “demo”.

    Videos can be inserted into posts either by using the native WordPress functionality or by using the theme’s [media] shortcode. Please see an example on the first page of the theme demo, the bottom-most post. Please note that Origami’s styling retains 16px borders on both sides of content, so if you wish the video to stretch the entire length, you will need to add the following line to the “style.css” file (by going to “Appearance – Editor” in the admin):
    .post-wrapper .post-content iframe { max-width: 656px !important; margin: -16px 0 0 -16px !important; }

    You can view the full-width image on the full-width page in the demo.

    Regarding your last question: the header can contain either an image (example), an image slider, a recent post slider, a Google map, or a custom piece of HTML code. In theme settings, you can choose the default state (e.g. image) and on each particular page you can choose the header type for that page (i.e. if you do not change the per-post setting, the header will default to an image, otherwise it will display the type you’ve chosen for that particular page). Origami does not support individual header images for each page – however, you can use the featured image functionality to set a featured image for each post or page separately, as it is done on most of pages and posts in the demo (e.g. here).

    Hope I’ve managed to clarify things for you :) If you have more questions, do not hesitate to ask!

    Sincerely,
    Andrew | Satori

    in reply to: Top Menu can become uncooperative #194
    mmsatori
    Keymaster

    Dear Isurus,

    thank you for informing about the bug! I’ll try to fix it for the next version release (1.3) which is due in several weeks. Note that in general it should not be a big problem though since the people who use smaller screens (e.g. browsing from a tablet or a mobile phone) open their browsers already in that mode, i.e. they do not resize the browser window too often (if you re-produce the bug and then reload the page, it works normally); the same can be said about the users with wide screens, although I do agree that some may want to change the width of the window if e.g. they have a very wide screen and they want to be able to see several browser windows in parallel.

    Moreover, there is an option in the Theme Options panel to disable the sliding effect, i.e. to hide the “Menu” tab as well as the toggle links, and to always show the top menu to the user :)

    Once again, I really appreciate the information! If you have other comments or questions, do not hesitate to contact me!

    Sincerely,
    Andrew | Satori

    in reply to: featured slider is buggy when resizing browser #193
    mmsatori
    Keymaster

    Hi Isurus!

    Thank you for bringing that up! The recent posts slider should only display if the browser viewport is wider than 1150 px. If it also displays for you on smaller screens, please tell me which browser and version you are using, I will look deeper into this issue!

    Sincerely,
    Andrew | Satori

    in reply to: Logo #188
    mmsatori
    Keymaster

    Dear Marguerite,

    Please download this fix, unpack it and upload the file into the theme folder (/wp-content/themes/Fuji/) replacing the original “header.php” file.

    Hope this helps! In case you face any other issues, do not hesitate to contact me!

    Sincerely,
    Andrew | Satori

    in reply to: Right aligning the menu #187
    mmsatori
    Keymaster

    Hi Jason!

    The menus use float for item alignment instead of the text-align property, so if you want the middle menu items to be right-aligned, please insert the following CSS code into “style.css”:
    #nav-secondary ul li { float: right !important; } #nav-secondary ul ul li { float: left !important }

    Sincerely,
    Andrew | Satori

    in reply to: Jetpack and Fuji not compatible? #186
    mmsatori
    Keymaster

    Dear JapanTown!

    I’ve tried installing and activating Jetpack on WordPress installations with Fuji theme activated and it seems to be working fine. In order for me to be able to troubleshoot the situation, could you please provide more details on the nature of the problem: what parts of the theme got messed up and how?

    Sincerely,
    Andrew | Satori

    in reply to: IE compatibility #181
    mmsatori
    Keymaster

    Dear Paul,

    The updated header contains the following meta tag:
    which tells IE to render the website in the highest standards/version mode available. Please see the Fuji demo now; let me know if it still shows the compatibility icon.

    Sincerely,
    Andrew | Satori

    • This reply was modified 12 years, 2 months ago by mmsatori.
    • This reply was modified 12 years, 2 months ago by mmsatori.
    • This reply was modified 12 years, 2 months ago by mmsatori.
    • This reply was modified 12 years, 2 months ago by mmsatori.
    • This reply was modified 9 years, 10 months ago by satori.
    in reply to: WordPress fails to update theme #180
    mmsatori
    Keymaster

    Dear Irdeto,

    Could you please specify the way you are trying to update the theme? Origami is still in version 1.0, so there shouldn’t be any older versions to update to. Please re-download the original files and upload theme again if the issue you’ve described has broken the theme.

    Sincerely,
    Andrew | Satori

Viewing 10 posts - 1,531 through 1,540 (of 1,561 total)