Forum Replies Created
-
AuthorPosts
-
satoriKeymaster
Hey Mouren,
first of all, thank you for the purchase!
I will update the Revolution Slider to its latest version in the 1.6 update of the theme; meanwhile, I will send you the necessary files and instructions so that you can do it now ;) I will send an email to the address you’ve indicated while registering on this forum – don’t think it would be a good idea to post the entire slider archive in the publicly accessible forums.Should you face any problems with the updated slider, please let me know!
Sincerely,
Andrii / Satori StudiosatoriKeymasterHey Joshua,
sorry that I didn’t mention this – sure, you can wrap the respective tags around any amount of text, starting from one letter ;)
Sincerely,
Andrii / Satori StudiosatoriKeymasterHey Joshua,
to hide all headings on projects, please try using this CSS:
.single-project #content h1 { display: none; }
Regarding the excerpt styling: since they are already in italics, I can show you how to make them bold and/or non-italic (be sure to remove all spaces inside the tags for them to work):
This is excerpt as usual. This sentence will be in bold . This will be in non-italic .
Best,
Andrii / Satori StudiosatoriKeymasterHey Spencer,
please make sure that you are using the slider alias and there are no typos: the “Header revolution slider” field in the “Revolution Slider” tab of the Theme Options panel should contain the alias of an existing slider; the alias is a unique lowercase identifier given to a slider, which you can see by clicking on the green “Slider settings” button next to the respective slider, and checking the “Slider Alias” field. In case the above information does not help remove the error message, I will need to ask for access to your back-end – you can send the login and password to support@satoristudio.net (no disclosure guaranteed).
Sincerely,
Andrii / Satori StudiosatoriKeymasterAnytime ;)
Best,
Andrii / Satori StudiosatoriKeymasterHey Jay,
sorry, I’ve specified the wrong archive extension – now the first link should work!
Sincerely,
Andrii / Satori StudiosatoriKeymasterHey Timon,
an online live version would be better – if you don’t mind, I would propose resolving this issue once the website is available online.
Sincerely,
Andrii / Satori StudiosatoriKeymasterHey Oren,
the WP_Query object has an option to include or exclude certain items of custom taxonomies, but you’d need to use the tax_query parameter in this case, e.g. on line 69 in the page_portfolio.php theme file:
$wp_query = new WP_Query( array( 'posts_per_page' => $ppp , 'post_type' => 'project' , 'paged' => $paged , 'post__not_in' => $exclude_ids, 'order' => $order, 'orderby' => $orderby, 'tax_query' => array( array( 'taxonomy' => 'tagportfolio', 'field' => 'slug', 'terms' => array( 1, 2, 3 ), 'operator' => 'NOT IN' ) ) ) );
replacing the “1”, “2”, “3” etc with the slugs of the portfolio tags (“Portfolio -> Tags” admin section) you wish to exclude from the portfolio page.
Sincerely,
Andrii / Satori StudiosatoriKeymasterHey Jay,
the Social Media Widget works as follows: please visit “Appearance -> Widgets” admin area, and drag the “Social Media Widget” from the left hand side into the “Footer” widget area on the right hand side. Once it is there, you can expand it and set the URLs for the social services you wish to display (e.g. if you need a Facebook icon, you need to paste your FB page’s URL into the “Facebook URL” field, etc).
Unfortunately, there’s no Behance icon available in the widget yet, but I’ve prepared an update for you that includes this icon as well. Please download this archive, unzip it, and upload the resulting file into the following folder: /wp-plugins/social-media-widget, replacing the existing file. Please also download this archive, unzip it, and upload all contents into the following folder: /wp-content/themes/Kanso/includes/font-awesome/, replacing the existing files and folders.
Sincerely,
Andrii / Satori StudiosatoriKeymasterDear Steffanie,
I apologize for the delay in my reply! Glad to hear that the issue has been resolved; I will try to improve the wording in the theme manual to make it clear that the “one-page” layout only serves as a container for the one-page website. Thank you for pointing my attention to this issue.
Should you encounter any other issues with the theme, do not hesitate to contact me!
Sincerely,
Andrii / Satori Studio -
AuthorPosts