Forum Replies Created
-
AuthorPosts
-
satori
KeymasterHey 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 Studiosatori
KeymasterHey 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 Studiosatori
KeymasterHey 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 Studiosatori
KeymasterGreat to hear!
I’ve added this fix to the theme update 1.2.1 which is already available from ThemeForest ;)
Best,
A / Satori Studiosatori
KeymasterCool! Thanks for the kind words, Rafa, and good luck with promoting your blog!
satori
KeymasterHey 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 Studiosatori
KeymasterHey 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 Studiosatori
KeymasterHey 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 Studiosatori
KeymasterHey 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 Studiosatori
KeymasterHey 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 -
AuthorPosts