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

satoristudio

Forum Replies Created

Viewing 10 posts - 61 through 70 (of 129 total)
  • Author
    Posts
  • in reply to: Disqus is cut off in blog post and other questions #491
    mmsatoristudio
    Member

    Dear Kenalix,

    I must apologize, this issue is actually my fault. I’ve added a function in the theme files to render post thumbnails in rss feeds, and that function also happens to strip the formatting from the feeds. I will definitely include this into the next theme update, yet in the meanwhile you can download this file, unzip it, and upload into the theme folder (wp-content/themes/Origami), replacing the original file.

    Thanks for reporting!

    Sincerely,
    Andrew | Satori

    in reply to: Google Maps header size error #490
    mmsatoristudio
    Member

    Dear Andreas,

    I must apologize for this bug, it is my mistake. This is what happens if you misplace one parenthesis in the code – the header div auto-closed too soon, causing some of the css styling to be forsaken. I will definitely fix it in the next theme update, yet before that you can download this file from my repository, unzip it, and upload via FTP into the theme folder (wp-content/themes/Origami), replacing the existing file.

    Thank you for reporting!

    Best,
    Andrew | Satori

    in reply to: Mobile: Full width page title doesn't show in portrait (iOS) #485
    mmsatoristudio
    Member

    Hi again Akullander! :)

    Thank you for reporting this issue and my apologies for the bug. I will definitely include the fix in the upcoming theme update, but in the meanwhile you can download this file from my repository, unzip it and upload into the theme folder (wp-content/themes/Origami), replacing the existing file.

    Sincerely,
    Andrew | Satori

    in reply to: Google Maps header size error #484
    mmsatoristudio
    Member

    Dear Akullander,

    could you please provide a link to your website so that I could check the code? Thank you!

    Sincerely,
    Andrew | Satori

    in reply to: Font size #483
    mmsatoristudio
    Member

    Hi Akullander!

    Initially, I haven’t created separate options for the font sizes in the Theme Options panel in order to keep the typographic balance of the theme (the default sizes have not been picked at random ;)). However, since I’ve gotten several support tickets on this issue, I think I will include the option to change the font sizes of body text and headings in the Theme Options panel in the upcoming theme update.

    Since font sizes are set both in the main style.css file and the lessframework.css file (which is responsible for adjusting the website elements on smartphone and tablet screens), you may need to add the !important declaration to make your css statements work, e.g.
    .normal, body, input, blockquote { font-size: 14px !important; }

    Sincerely,
    Andrew | Satori

    in reply to: Post Excerpt View #482
    mmsatoristudio
    Member

    Hi Telick!

    In WordPress, you need to insert a special tag into the post content to tell the blog page to display only the content above the tag. In the visual edit mode, use the “Inset more tag” button on the panel above the content; in the HTML mode, the button says “more”; or – you can simply write it by hand (see the links below on how it should look like).

    You can find additional information on using the “more” tag on the WordPress.org official website, here and here.

    Should you have other questions or comments, do not hesitate to let me know!

    Best,
    Andrew | Satori

    in reply to: Disqus is cut off in blog post and other questions #481
    mmsatoristudio
    Member

    Hi Kenalix!

    To disable thumbnails in posts, try inserting this code into style.css:
    .single-post .attachment-post-thumbnail { display: none !important; }

    RSS feeds show unformatted text in case the option called “For each article in a feed, show” in “General -> Reading” admin menu is set to “Summary”. Please try setting the above option to “Full text”. Also, if you input text via the HTML mode, i.e. without the paragraph tags, the feed text will not have paragraph breaks.

    Please let me know if this solves the issues.

    Sincerely,
    Andrew | Satori

    in reply to: Installation Problems #471
    mmsatoristudio
    Member

    Hi Tellick,

    First of all, thank you for the purchase!

    The error message you mention is usually due to specific limits on single-file upload set by the hosting provider. Unzipping the theme files and uploading them via FTP is always a more advisable way to install the theme. You can find a step-by-step guide in the Fuji’s manual.

    Sincerely,
    Andrew | Satori

    in reply to: Syntax error when activated #469
    mmsatoristudio
    Member

    Dear Pascal,

    The first thing you can do is update your WordPress installation to the most recent version, 3.4.2. (which is always a useful thing to do, they offer important security updates and other fixes with every new version) – and try the preview again. If the error message is still there, and you don’t want to risk it, you can send me an email with your website’s admin login/password to support@satoristudio.net (no disclosure guaranteed), and I will debug and activate the theme for you.

    Sincerely,
    Andrew | Satori

    in reply to: What Happened to Categories ? #468
    mmsatoristudio
    Member

    Dear Leda1979,

    you can see a list of all existing categories in the admin menu, “Posts -> Categories” section. That’s also where you can create new ones. Does it solve the problem or did I misunderstand your question?

    Sincerely,
    Andrew | Satori

Viewing 10 posts - 61 through 70 (of 129 total)