satori

Forum Replies Created

Viewing 10 posts - 1,011 through 1,020 (of 1,561 total)
  • Author
    Posts
  • in reply to: How to increase width of sidebar and main content #2016
    mmsatori
    Keymaster

    Hey Imtaimur,

    first of all, thank you for the purchase!

    By design, Origami has fixed width, which also pertains to the content and the sidebar. Since the widths are specified in fixed units for several page elements in several places, it would take some new CSS code in order to change the width of the sidebar and the content area, while preserving the relative sizes of all other elements (e.g. the menu, the images, etc). All the CSS that needs overwriting is contained in the “style.css” and “lessframework.css” files in the theme folder (wp-content/themes/Origami/).

    Despite the fact that this is considered a theme customization and is thus not covered by the standard ThemeForest support offer, I thought I’d provide the code anyway:


    #sidebar { width: 350px; }
    #content { width: 700px; }
    .single-post #content .featured-thumbnail img, .page #content img, .blog #content .featured-thumbnail img, .single-post #content a img, .tag #content .featured-thumbnail img, .category #content .featured-thumbnail img { max-width: 700px; }
    #nav-secondary { width: 340px; }
    .container { width: 1050px; }
    #top-left { width: 670px; }
    .post-meta { margin-left: 701px; }

    You can paste this code into the “Style: Add Custom CSS” tab of the Theme Options panel for the new rules to take effect (do not forget to hit the “Save All Changes” button ;) In case there’s something I’ve forgotten in the code and some parts of the website become displaced, please let me know, I will correct that.

    Sincerely,
    Andrii / Satori Studio

    in reply to: Layout question #2009
    mmsatori
    Keymaster

    Hey Dan,

    glad it works! I’ll include this feature into the next version update of the theme, thanks for bringing this up.

    You can use the built-in [column] shortcode to divide the content into several horizontal sections; please see Appendix 2 of the theme manual for more information on the shortcode.

    Sincerely,
    Andrii / Satori Studio

    in reply to: Layout question #2007
    mmsatori
    Keymaster

    Hey Dan,

    first of all, thank you for the purchase!

    The section above portfolio items is not envisaged in Ikebana per se, i.e. it cannot be done via the admin back-end so far. However, I thought that it would be a nice thing to have as a feature, so I’ve modified the theme files to make it possible. Please download this archive, unzip it, and upload the contained files into the theme folder (/wp-content/themes/Ikebana), replacing the existing ones. After that refresh your website, and add some content to the main text area while in the editor mode for the portfolio page in question; the content will show up just above the portfolio project grid.

    Please let me know if this is what you needed.

    Sincerely,
    Andrii / Satori Studio

    in reply to: Widgets #2006
    mmsatori
    Keymaster

    Hey Rob,

    as I’ve mentioned in your second post, I’ll need admin access to troubleshoot this one as well. Please see the second thread, thanks!

    Best,
    Andrii / Satori Studio

    in reply to: Theme options #2005
    mmsatori
    Keymaster

    Dear Rob,

    this issue hasn’t been reported before, which is why I will need to troubleshoot myself to find the cause of the problem. Could you please send me your WordPress admin access credentials to support@satoristudio.net, along with the website’s URL and the particular Theme Options settings that you weren’t successful in changing. Thank you!

    Sincerely,
    Andrii / Satori Studio

    in reply to: Theme options #2001
    mmsatori
    Keymaster

    Hey Rob,

    in order for the changes in the Theme Options panel to affect the website, the “Save All Changes” button should be clicked. In case you change the page (e.g. go to another admin menu section) without hitting the “Save All Changes” button, all settings that were changed from the last time the button was pressed (or the Theme Options panel accessed, whichever was earlier) will be lost. You can find this and more useful information on using the Theme Options panel in the “Theme Options” section of the theme manual. Should you have additional questions, do not hesitate to ask!

    Sincerely,
    Andrii / Satori Studio

    in reply to: Widgets #2000
    mmsatori
    Keymaster

    Hey Rob,

    first of all, thank you for the purchase!

    Could you please clarify in which way it is not possible to place widgets into the sidebar area – do they disappear after refreshing the page? is it not possible to drag them into the needed sidebar? Please also clarify which widget are you trying to use. Thanks!

    Sincerely,
    Andrii / Satori Studio

    in reply to: TAB Shotcode #1999
    mmsatori
    Keymaster

    Hey Deliopk,

    sure, here you go, the code for the entire “Markup Elements” section from the demo’s Shortcodes page. You can adjust the tab colors in the “Style: Shortcodes” part of the Theme Options panel.

    Sincerely,
    Andrii / Satori Studio

    in reply to: Sample Data #1998
    mmsatori
    Keymaster

    Hey FitnessAsylum,

    I apologize for the delay in my reply!

    I’ll go over your questions in the same order:

    1). If I understood correctly, the plugin generated the following message:
    Unpacking the package…
    Installing the plugin…
    Plugin installed successfully.

    This is a normal plugin installation message upon success in WordPress ;)

    2). “Remember to update the passwords and roles of imported users” is, again, not a theme feature but a standard WordPress message, which invites you to change the passwords for the users that you’ve imported, in case you do not wish the users of the initial website to be able to access the new website.

    3). Regarding the theme set-up: I will be glad to help you with it, please provide a list of issues you wish to resolve, and I will provide assistance. I would also recommend to consult the theme manual, since a large part of potential questions might have answers in there.

    Sincerely,
    Andrii / Satori Studio

    in reply to: Sample Data #1989
    mmsatori
    Keymaster

    Hey Fitnessasylum,

    first of all, thank you for the purchase!

    In WordPress, you can import data by going to “Tools -> Import” admin section, clicking on the WordPress installer and installing it in the pop-up window, then clicking “Activate Plugin & Run Importer”, and choosing the sample date file to upload (from inside the downloaded theme package): Resources/Tokyo_demo_content.xml

    After you press “Upload file and import”, do not forget to check the “Download and import file attachments” box (you can also set the author for the imported posts in the same screen, but that is not mandatory), then press “Submit”.

    Please note that the data does not contain any Theme Options panel settings; you will also need to assign the menus to their respective locations in the “Appearance -> Menus” admin section.

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

    Sincerely,
    Andrii / Satori Studio

Viewing 10 posts - 1,011 through 1,020 (of 1,561 total)