satori

Forum Replies Created

Viewing 10 posts - 901 through 910 (of 1,561 total)
  • Author
    Posts
  • in reply to: meta info link cannot use. (Tag slug/Author) #2307
    mmsatori
    Keymaster

    Hey Chihte,

    you’re right – custom post types do not automatically get their date archive links in WordPress (which, from my point of view, is rather strange). After much searching I’ve managed to find a work-around for that one, and update your theme files. Now the date link on project meta tags should work as intended. Also corrected the icons in the meta tags.

    Thank you for reporting this, I will update the theme as well!

    Sincerely,
    Andrii / Satori Studio

    in reply to: Logo Retina/Color font Items/RSS projects #2299
    mmsatori
    Keymaster

    Hey Chihte,

    could you please clarify what you mean by seeing “recent project”? Please note that the code above only affect the RSS feeds of the theme.

    Sincerely,
    Andrii / Satori Studio

    in reply to: No show text on portfolio box. #2297
    mmsatori
    Keymaster

    Hey Chihte,

    both new projects do not have thumbnails (featured images), which is why they display the content text in the portfolio grid boxes. Regarding the second project which only shows three dots (“…”), please make sure that the content area of the project starts with text and no html elements are placed in front of the text; if that does not help, please try disabling the plugin that generates the social buttons on the right sides of projects, and let me know what happens.

    Sincerely,
    Andrii / Satori Studio

    in reply to: Footer #2293
    mmsatori
    Keymaster

    Great to hear!

    I’ve added this fix to the theme update 1.2.1 which is already available from ThemeForest ;)

    Best,
    A / Satori Studio

    in reply to: Showcase your website based on Ikebana #2292
    mmsatori
    Keymaster

    Cool! Thanks for the kind words, Rafa, and good luck with promoting your blog!

    in reply to: Logo Retina/Color font Items/RSS projects #2291
    mmsatori
    Keymaster

    Hey Rafa,

    I will go over the questions in the same order:

    1). Kanso uses retina.js for high-resolution image rendering, and the specifics of this script, as mentioned in the theme manual, is that both low-res and high-res images should be in the same folder; please check in the Theme Options panel that your low-res logo is in the same directory as the high-res one, and check from the actual filepath URL that both files are named appropriately and that WP uploader hasn’t added any auxiliary numbers at the end. For convenience, you can also simply upload both logo images into a separate folder and insert their URLs manually into the respective fields in the Theme Options panel, without uploading the images from the Panel.

    2). Could you please clarify what you meant by “text inside the project boxes at the portfolio page” – is it the captions text or something else? Thanks!

    3). Please try inserting this code into the theme’s “functions.php” file:

    function kanso_sd_feed_request($vars) {
    if ( isset($vars['feed']) && !isset($vars['post_type']) ) {
    $vars['post_type'] = array('post', 'project');
    }
    return $vars;
    }
    add_filter('request', 'kanso_sd_feed_request');

    Regarding the smaller screen options – do you have something specific in mind as well, which you could propose?

    Sincerely,
    Andrii / Satori Studio

    in reply to: Bug in portfolio filtering #2289
    mmsatori
    Keymaster

    Hey Juul,

    as I mentioned above, please try changing the “Portfolio Items per Page” setting on the “Portfolio Page” tab of the Theme Options panel, this is separate from the “items per line” setting ;)

    Sincerely,
    Andrii / Satori Studio

    in reply to: Homepage problems #2284
    mmsatori
    Keymaster

    Hey Ben,

    this is not supposed to happen, and hasn’t been reported before; I will therefore need to ask for your website’s admin login and password to troubleshoot. You can send the information to support@satoristudio.net, no disclosure guaranteed.

    Best,
    Andrii / Satori Studio

    in reply to: Bug in portfolio filtering #2283
    mmsatori
    Keymaster

    Hey Vizzual,

    please note that the portfolio filter behaviour is not a bug, rather an intended behaviour: the portfolio grid in Kanso is based on the DeSandro’s Isotope plugin; it is based on jQuery, which means it works with the items already loaded on the particular page. It cannot “find” other projects which haven’t been queried via php because Javascript is a client-side language.

    One solution to this might be increasing the number of portfolio items shown on the portfolio page (use the “Portfolio Items per Page” option on the “Portfolio Page” tab of the Theme Options panel). This will ensure that at least some of the items of each project type get displayed.

    Sincerely,
    Andrii / Satori Studio

    in reply to: Always Small Header? #2282
    mmsatori
    Keymaster

    Hey Vizzual,

    first of all, thank you for the purchase!

    The shrinking header is a part of the theme’s design, and therefore does not have a ready back-end switch. However, the custom solution is pretty simple – removing the jQuery code that animates the entire thing, so I thought I might prepare a file for you. Please download this archive, unzip it, and upload the contained file into the theme folder (/wp-content/themes/Kanso/), replacing the existing file. Let me know if it works!

    Sincerely,
    Andrii / Satori Studio

Viewing 10 posts - 901 through 910 (of 1,561 total)