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 - 141 through 150 (of 1,561 total)
  • Author
    Posts
  • in reply to: Link to self from portfolio/background page #7110
    mmsatori
    Keymaster

    Hey Koen,

    thank you for choosing Ikebana, and my sincere apologies for the delay in my reply!

    I will go over your questions in the same order:

    1). To achieve this, you can use the “Open link in the same tab” checkbox in the “Additional Settings” section, under the content area in the edit mode.
    2). There is no out-of-the-box setting for individual page backgrounds in Ikebana, yet you can achieve this effect by using some custom CSS, e.g.

    .page-id-XX #main-container { background-color: #cccccc; }
    

    replacing the “XX” with the ID of the page you need the new background for, and the “#ccc” with the hex representation of the desired color. You can insert the code either via a child theme or into the “Style: Add Custom CSS” tab of the Theme Options panel.

    Should you have other questions about the theme, do not hesitate to ask!

    Sincerely,
    Andrii / Satori Studio

    in reply to: Page headings on one page design #7079
    mmsatori
    Keymaster

    Hey Irin,

    first of all, thank you for the purchase! Please excuse me for the delay in my reply.

    Could you please clarify what you mean by removing page headings – they’re still present on the one-page Kanso demo (the underlined “Portfolio”, “About”, “Blog”, etc in all-caps on the left hand side). Could you please provide a link to your website and specify which elements you’d like to remove. Thanks!

    Sincerely,
    Andrii / Satori Studio

    in reply to: Issues with WooCommerce and "More Information" tab #7076
    mmsatori
    Keymaster

    Hey Christy,
    the code you’ve referenced above does not make the tab appear or disappear – it merely changes the name of the tab; if you need to remove the snippet, be sure to also remove line 75 in the same file:

    add_filter( 'woocommerce_product_tabs', 'shogun_sd_wc_rename_tabs', 98 );
    

    since the function is for a filter hook, the above line would reference a non-existed function in case you only delete the function itself.

    Sincerely,
    Andrii / Satori Studio

    in reply to: Issues with WooCommerce and "More Information" tab #7073
    mmsatori
    Keymaster

    Hey Christy,

    this is not connected with the theme, because the product page design, including the tabs you’ve mentioned above, are rendered by the WooCommerce plugin itself. Please follow this guide to remove one or more product tabs from the product pages.

    Sincerely,
    Andrii / Satori Studio

    in reply to: Blank white spaces between each element #7072
    mmsatori
    Keymaster

    Hey Christy,

    in order to control the margins for a particular row, please open the settings dialog for that row (a small pencil tab in the top right corner of the row, while in the editor mode) and set the top margin to zero for the blue row.

    Sincerely,
    Andrii / Satori Studio

    mmsatori
    Keymaster

    Hey Jonas,

    the notice you’re getting seems to indicate that the source of the issue is an out-of-date file inside the WooCommerce plugin itself (note that the path indicated is not inside the Shogun theme) – did you update the plugin manually or via the automatic built-in service? First thing I recommend doing is to download the freshest version of the plugin from the official repository and update the entire plugin manually.

    Regarding the Visual Composer update – there are certain parts of the plugin that have been adjusted by the theme, and updating it by simply overwriting all the files might make some of the VC elements look less attractive than they should be. I will update the theme to the latest version of VC shortly; meanwhile, if you want to make update yourself earlier, please do not forget to back up the existing VC plugin folder just in case; if you notice any problems after the update, please let me know, I will be glad to help.

    Sincerely,
    Andrii / Satori Studio

    in reply to: Localization #7070
    mmsatori
    Keymaster

    Hey Olollo,

    there are two things that need to be done:
    1). in the 4+ versions of WordPress, the “WPLANG” constant has been deprecated; instead, you can use a much more user-friendly “Site Language” setting in the “Settings -> General” admin menu.
    2). the localized .po and .mo files should be named according to ISO standards in WordPress – i.e. de_DE for German. You can find more information on localizing WP here.

    You can put the language files into the parent theme’s “languages” directory in this case, but if you wish to translate only the child theme specifically, you can follow the instructions here, replacing the “total” textdomain with ‘satori’.

    Sincerely,
    Andrii / Satori Studio

    in reply to: Childtheme – Portfolio Page not working #7069
    mmsatori
    Keymaster

    Hey AD,

    could you please provide a link to the website in question? I will be able to provide a more precise recommendation/fix if I see the actual code.
    Thanks!

    Sincerely,
    Andrii / Satori Studio

    in reply to: several portfolio pages #7068
    mmsatori
    Keymaster

    Hey AD,

    the portfolio page template displays all projects in Ikebana, i.e. the theme implies a single portfolio page that showcases all the projects. Technically it can be done, yet in order to achieve this one will need to create a separate page template file and exclude/include content from the grid page, manually altering the wp_query object on line 69 of the “page_portfolio.php” theme file; however this is unfortunately out of the scope of the theme support offer on ThemeForest.

    Thank you for understanding!

    Sincerely,
    Andrii / Satori Studio

    mmsatori
    Keymaster

    Hey Priscilla,

    first of all, thank you for using Shogun!

    Since this issue hasn’t been reported previously, I will need to ask for back-end access in order to troubleshoot the problem. Please provide the username and password for the WordPress admin section to support@satoristudio.net (no disclosure guaranteed) and I will do my best to solve this as soon as possible.

    Sincerely,
    Andrii / Satori Studio

Viewing 10 posts - 141 through 150 (of 1,561 total)