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

Reply To: Logo Retina/Color font Items/RSS projects

New Front EN Support Forums Ikebana Theme Support Logo Retina/Color font Items/RSS projects 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