77 comments found.
Upon a recent update, all of my portfolio items (under What We Do) changed a bit. It seems they are no longer being scaled to the size of the box so you cant read the titles any longer. Any ideas of how to fix this? https://www.tcgad.com/
Hello @natroneous008, since the portfolio image dimensions are 320×320 pixels, you should set the “Portfolio item height” option in the “Portfolio Page” tab of the Theme Options panel to 320, instead of the current 222. That should reveal the entire images.
THANK YOU!!!
Actually, that’s still not working. The featured images should be 300 wide x 222 high, but no matter what it seems to be cutting a lot of the image off. Anything I can do to fix that?
Sorry to hurry you, but any ideas?
I have tried making square portfolio boxes instead and they look good on a desktop, but then not on mobile. It seems to resize those boxes at totally random dimensions and proportions. Not sure why, it never did before.
The theme automatically resizes the images on smaller screens so that they always fit screen width, portfolio images are not intended to hold their aspect ratio because of the varying nature of viewing devices – instead of incorporating text into images (which is also not the best practice for SEO), you could try setting the “Portfolio item captions” drop-down in the “Portfolio Page” tab of the Theme Options panel to “Always show”.
Thanks. I feel like we’ve got it close enough for now.
Hello – I seem to have lost the ability to edit pages with this theme. I can loin into to the WP admin without issue, but when trying to edit/update any of the pages, they appear completely blank in both the text and visual mode editor. Please advise.
Thanks.
Hello @heybill, thanks for choosing Kanso! Could you please post a screenshot of the view where an error like this occurs (e.g. page edit mode) with an open console? This will help me determine the cause of the problem.
Hello and congratulations on the theme. I love it. Just a question: How can I add another “Custom social network” in the “Header Social Icons” section?
Hello @estudiutopic,
thank you for choosing Kanso! At the moment there are two slots for unlisted social networks in the header, we’ll add more in the next feature update. Meanwhile, if you tell me which social network you’d like to add, I might be able to provide you with a custom CSS snippet substituting the icon of one of the built-in options that you’re not using with that one.
1/ What I would like, would be to reflect the wpml plugin languages in the main menu. But in the onepage version of the theme, I think it can not be, right?
2/ Then it occurred to me to consider each language as a social network and apply it in the “Header Social Icons”, and introduce images for each different language. But it turns out that I have 3 languages and only 2 customizable elements in the “Header Social Icons”. For this reason I thought that the best thing would be to try to simulate another customizable social network.
Adding WPML languages to the main menu hasn’t been envisaged as a back-end setting in the theme so far; in order to achieve this, the most straightforward way is to insert the needed template tag (e.g. wpml_add_language_selector) into the header.php theme file, line 149. Another way would be to add direct links to localized versions of the front page as custom items to the main menu via “Apperance – Menus”, but in this case they will lead to translations of the front page from any internal page as well.
How can I add a direct link that links another language in the onepage menu? The “Apperance – Menus” is not reflected in the onepage version.
There is the template option which implies adding the respective language switcher code into the theme’s header.php file.
I.m having an issue with the menus, No matter what I do I cant delete an item for the menu. I’ve deleted it multiple times and re-added the menu and it always shows up. I also toe main menus showing up no matter how I configure it – very frustrating. Please help! Thanks.
Found it! It’s the one-page site option that is causing the issue.
Hello, I bought Kanso a while ago and been using it since then. Recently I’ve been trying to add a third-level submenu but for some reason it won’t appear. I have a multi-page site. Second level will appear but not third level. Is there something I have to enable to make it work? Thanks for your time!
Hey @audiomatiks, thank you for reporting this one! We’ve submitted an update to the theme, which should be live by Tuesday, fixing this issue.
Sincerely, Andrii / Satori Studio
in fact, it’s already live right now review queue is fast today!
Best, Andrii / Satori Studio
Hi, I’m interested in buying your template. To be honest I don’t have much any coding skills. Will this be easy to manage and setup? I pretty much want it to look like the one you’ve setup for http://satoristudio.net/themedemo/?theme=kanso . Is the non coding skills a problem?
Hey RichMonDons,
thank you for expressing interest in Kanso! No technical skills are required to get the theme up and running; there is a detailed manual and demo content included with the theme to simplify the process of setting up an exact copy of the demo website. In case of any difficulties or questions regarding the usage of Kanso I’m glad to be of assistance; support is available via dedicated Satori forums, by email, or using item comments here on ThemeForest.
Sincerely, Andrii / Satori Studio
Sorry if this question has been asked and answered but I can’t find an answer. I want to change the color of the active page box on the menu from black to a softer gray. How do I do that? I saw the menu option to change the hover box, but not the active page box.
Thanks.
Hey Boxlessmedia
the active page box color in the primary menu is affected by the same setting which governs the hover menu item boxes, i.e. “Menu hover frame color” in the “Style: Header” tab of the Theme Options panel. In case you want the active item box to be different from the hover box, you’ll need to add some custom CSS:
#nav-primary a.menu-selected { border-color: #999999; }
replacing, if needed, the #999999 with the desired color in hex notation. You can add the CSS code into the “Style: Add Custom CSS” tab of the Theme Options panel.
Sincerely,
Andrii / Satori Studio
Hi, I have two quick questions about the multi-page layout. I would like to set the homepage so it shows the recent blog entries, can I hide the header photo and also have a right sidebar? Also can I have a right sidebar for each individual blog post? Thanks!
Hey pink378,
thank you for expressing interest in my work!
As with most other WP themes, Kanso can be configured to display a blog posts view on the home page; however, there is only one template for the blog in the theme, and it’s the one displayed on this page of the demo (i.e. there’s no ready-made blog layout with sidebar, to implement it you would need to apply some code customization). Each individual post can have any of the three layouts: left sidebar, right sidebar, or full-width.
Should you have more questions about the theme, do not hesitate to contact me.
Sincerely,
Andrii / Satori Studio
Can you tell me how to undo the auto underlining and capitalizing of text throughout the site? It seems to do it everywhere… Navigation, Page Titles, Footer titles, Sidebar Titles. Thanks!
Hey Natroneus,
the underlining and capitalizing is the part of the theme’s style concept, thus it cannot be changed via the back-end, yet you can remove those properties by adding a line of code to the “Style: Add Custom CSS” tab of the Theme Options panel:
.serif, cite, h1, h2, h3, h4, h5, h6, #content h1 a, #content h2 a, #content h3 a, #content h4 a, #header-image h1 a, #header-image h2 a, #header-image h3 a, #header-image h4 a, h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited { text-transform: none !important; border-bottom: none !important; }
Sincerely, Andrii / Satori Studio
Perfect. One more question… The text on my “What We Do/Portfolio” page doesn’t line up with the title, and I’m thinking that could be an oversight in your coding. Any advice?
Example can be seen here: http://www.tcgad.com/2014/
Hey Natroneous008,
could you please tell me if the “Page title above content (if you have a one-page template set for the front page)” option in the “Page settings” box for that particular page has been checked? To find out, please enter the editor mode for the page that corresponds to the said section (should be entitled “What We Do”). If it’s checked, please uncheck it, Update the page, and reload the website. If it hasn’t been, please let me know!
Sincerely,
Andrii / Satori Studio
It is not checked.
Any help? Also, I have another issue. On some browsers (Firefox) The portfolio feature boxes on the home page seem to pulse or jitter. http://www.tcgad.com/2014/
Hey Natroneus008,
my sincere apologies for the delay in my reply – I must have accidentally marked your last comment as read before addressing it.
I’ve found the cause of the misalignment of the page title: it is indeed a bug, and it has been corrected in version 6 of the theme – please update to 1.6 using the download available in the “Downloads” tab of your ThemeForest account.
Regarding your second question: I can’t seem to be able to reproduce this bug on my instance of Firefox (version 35.0) – would you be able to record a screencast (e.g. using Screenr) showing the issue? Thank you!
Sincerely, Andrii / Satori Studio
How do I upload that update without losing my settings? Do I just replace it manually under themes?
I’ve also got a screencast – how do I send it to you?
Hey Natroneus008,
the theme settings and other website data, such as posts, pages, etc, are stored in a MySQL database and are therefore not affected by changes in the files. You can re-upload all files from the new version into the theme folder in your WP installation (/wp-content/themes/Kanso/), overwriting the existing files when prompted. It is a good practice, however, to back up the entire website (including the databases) before conducting large-scale updates such as theme or core updates. Should you face any difficulties in the updating process, do not hesitate to contact me!
Sincerely, Andrii / Satori Studio
I just downloaded and replaced my files, but it’s not changing that alignment issue.
Hey Natroneus008,
I’ve realized that I still have access to the website’s back-end for an earlier conversation, so I’ve modified the one-page template to accommodate for the issue (please check your website now). I will also include this small fix into the next version of the theme. Thank you for bringing this up, and my apologies for any inconveniences!
Sincerely, Andrii / Satori Studio
Awesome – thank you! I’ll email a link to my screen cast. This one doesn’t jitter, but has a flashing like above the portfolio items.
Hi I seem to be having trouble using the multi-page. When I try to go to my website (mollymartirez.com), it directs me to a blank page. I have to manually click on the Home button to get to the page desired. Is there a way to fix this issue? Also, I can’t seem to add the google maps feature. I hope you can help me with this issue! Thanks.
Best, Molly
Hey Molly,
first of all, thank you for the purchase!
The front page issue most probably stems from your settings in the “Settings -> Reading” admin area: please make sure that the “Front page displays” option is set to “A static page”, and that the page which corresponds to the “Home” link is chosen in the “Front Page” drop-down underneath.
Regarding the question about the map: in case you mean the Google Maps header on the “Contacts” page of the theme demo, this is an image rather than a special widget; you can set an image header for each specific page in the “Page Settings” box while in the editor mode for that page.
Should you have other questions about Kanso, do not hesitate to contact me!
Sincerely,
Andrii / Satori Studio
I’ve just thought of another thing regarding the first question: please also make sure that the “WordPress Address (URL)” and “Site Address (URL)” in the “Settings -> General” admin area are both set to “http://mollymartirez.com/”.
Sincerely,
Andrii / Satori Studio
Thank you so much for your response! Your suggestions worked perfectly!
Glad to hear! If anything else pops up, let me know.
Sincerely,
Andrii / Satori Studio
Hey Andrii,
It’s me again. So I’m having trouble with the Types section under Portfolio. I made a number of different Types and assigned them to their respective pages on the portfolio, but nothing comes up on the website itself. Is there a button I’m supposed to activate? And another issue I’m having is that the title does not show up when I hover on portfolio items that are set up as galleries. Is there a way I can fix that as well?
Thank you so much.
Best, Molly
Hey Molly,
I will address the issues in the same order:
1). Please check two things: firstly, that the “Hide portfolio filter” option on the “Portfolio page” tab of the Theme Options panel is not checked; and secondly, that there are at least some projects assigned to types in the “Portfolio -> Types” admin section (please see the “count” column in the table to the right).
2). This is intended behaviour, since overlays with titles might obstruct the controls in the right bottom corner of the tile, and vice versa. The overlay will also obstruct the viewing of the slides in the tile mode. However, if you still absolutely need the overlays on gallery tiles, you can download this custom archive I’ve made for you, unzip it, and upload the resulting file into the theme folder (/wp-content/themes/Kanso/).
Sincerely,
Andrii / Satori Studio
Thank you so much for the swift reply!
The second issue worked out just fine, thank you so much! However, the first issue hasn’t been solved.
I already unchecked the Hide Portfolio Filter option and made sure that there are projects assigned to the types in the Portfolio -> Types section. It still does not come up on my portfolio site.
Actually, I’m so sorry, but I didn’t realize that the overlay mode completely stops the user from clicking on the actual gallery. Is there any way I can still have the overlay and be able to click on the gallery and be directed to the page full of the images? If not, how do I revert back to the original? Thank you again!
Hey Molly,
concerning the portfolio filter issue: please try downloading this archive, unzipping it, and upload the resulting file into the theme folder (/wp-content/themes/Kanso/) – and let me know if the filter starts appearing after refreshing the web page.
Regarding the gallery project type question: the problem with clicking on the tile and the slider controls separately, as well as having an overlay on hover at the same time, is exactly what I meant in my previous post when saying that overlays do not behave too well on gallery tiles I’ve prepared a custom solution for you that might work it out, though: please download this archive, unzip it, and upload the resulting file into the theme folder (/wp-content/themes/Kanso/).
By the way, I strongly recommend decreasing the size of images you use in the portfolio sliders and other tiles – some of them are as large as 12Mb (!), which makes the whole page sum up to over 70Mb in size, making it very slow to load (detailed speed test results here). You can either downsample the images to trade some incremental quality for much smaller size, or downscale the images by decreasing the pixel dimensions of the image files, or preferably both; your ballpark goal should be 0.5-1Mb per image maximum. The entire web page should total to no more than 5-10Mb (although even smaller ones are even better). Very low loading speed dramatically affects your visitors’ reaction to the page, leading to lower conversion rates and higher drop-out rates; it also affects your search engine rankings.
Sincerely,
Andrii / Satori Studio
The filters work and so does the overlay issue. THANK YOU SO MUCH! And as for the images in my portfolio, I’m working on it! again, thank you so much for helping me out!
One last thing (I’m so sorry for all the questions), I am having trouble uploading a logo and a favicon.. When I click on the upload button, nothing happens. Am I doing it wrong?
Hey Molly,
glad to hear it works!
The issue with the upload button you’re describing hasn’t been reported previously, and I cannot seem to be able to reproduce it, so unfortunately I cannot tell anything specific by looking at the front-end of your website; the only way I can troubleshoot this is by seeing the back-end – if you can provide WP admin username and password (you can send them to support@satoristudio.net, no disclosure guaranteed), I might be able to come up with a specific recommendation or a fix.
Sincerely,
Andrii / Satori Studio
So I think I was able to get it to work… Kinda. When I refresh the page, it shows as a broken image. It’s originally a jpg file but is there any way I can upload a gif file as the logo? I’ll keep trying and if I really can’t fix it, I’ll be sending over my WP admin username and password. Haha
Hey Molly,
there shouldn’t be any restrictions on uploading a GIF logo in the Them Options panel. In case you encounter problems there, please let me know, I will do my best to help out.
Sincerely,
Andrii / Satori Studio
Hey Andrii,
I sent you an email at support@satoristudio.net. I hope you can help me out with the issues I’m having Thank you again so much!
Dear Molly,
I’ve replied to your email; please have a look. I will also duplicate the message here, just in case:
The images upload was not working properly in the Theme Options panel because of the way WordPress handles attachments: when you upload the image, there are three options in the “Link URL” field before you press the “Add to Option Tree” button: “None”, “File URL”, and “Attachment Post URL”. The second one is normally the default, but sometimes it may slip to the third option which does not allow the Theme Options panel to use the image properly. This is covered in the “Theme Options” section of the theme manual, page 3:
“In case the „File URL” field displays an attachment URL (ending with „?attachment_id=xx”) press the „File URL” button below the url field so that the link is a direct url of the image file (ends with the filename of the uploaded file). Once you have chosen the item and settings, press „Add to OptionTree”.
I’ve done this for you now (in fact, uploaded a logo to test that it’s working as it should), so next time you don’t need to do it anymore.
Regarding the slider question: since you are using the slider variant which automatically stretches to the entire width and height of the screen, and since you are using images to display the text on the slider, on some screens with specific display dimensions some of it will inevitably get cropped. I recommend either choosing a fixed-width and height slider in the slider’s overall settings (“Revolution Slider” admin menu), and adding text as separate elements (go to edit the particular slide, and below the preview choose “Add layer”, which will allow you to add, style, and position text that will be rendered using text rather than images.
Sincerely,
Andrii / Satori Studio
Thank you SO much, Andrii! You’ve helped me in so many ways and can’t thank you enough. That pretty much ends all the questions for now.
Glad to hear I was able to assist Should you face any other difficulties, do not hesitate to contact me!
Sincerely,
Andrii / Satori Studio
How do we stop the theme from adding Google Analytics code? We are using Tag Manager to fire analytics code, and do not want the theme to add the analytics code.
Hey Futuretarm,
first of all, thank you for the purchase!
The GA code that is contained within the theme uses the GA user code from the “Analytics” tab of the Theme Options panel. In case no user code is inserted, the theme’s GA code should not have any effect because it’s useless without it.
If, however, you wish to completely get rid of the theme’s GA code snippet, please download this custom archive I’ve prepared for you, unzip it, and upload the resulting file into the theme folder (/wp-content/themes/Kanso/), replacing the existing file.
Sincerely,
Andrii / Satori Studio
Hello,
On the live preview page of kanso the “Link” items on the potfolio section show a little image on the bottom right with a link symbol.
When I create a portfolio item and set the post type to link this little thumbnail on the bottom right does not appear. Any clue as to why?
Hey Elmarw,
first of all, thank you for the purchase!
Please try ticking the “Link” checkbox in the “Display project type icons in portfolio” option on the “Portfolio Page” tab of the Theme Options panel, and then refresh your page. If this does not help, please let me know!
Sincerely, Andrii / Satori Studio
Hi there,
Tried to register with your support site but it kept failing and I couldn’t complete it so contacting you here.
Very happy with the theme apart from one issue that we can’t resolve. We have one-page site setup with an image below the navigation that has parallax effect on it. This looks fine until you scroll down the page, after which the image position moves up the page about 6cm creating a large white gap. It then stays there and no longer moves.
Could you help me with this?
Many thanks,
Duncan.
Hey Duncan,
first of all, thank you for the purchase!
I will look into the forum registration issue, my apologies for this problem.
Regarding your question, could you please provide the URL of the page in question, in case it is available online? Looking at the actual code will give me more information for an actionable recommendation. Thanks!
Sincerely,
Andrii / Satori Studio
Hi Andrii,
Thank you for the fast reply, the website in question is: http://malmesbury-rtc.co.uk/Cheers for you help with this.
Hey Duncan,
I’ve looked into the issue, and found that there’s indeed a bug – the code for the parallax included all possible scenarios except one – when there is no header slider, AND the parallaxed image is right after the menu. I’ve prepared a fix – please download this archive, unzip it, and upload the resulting file into the theme folder on your server (/wp-content/themes/Kanso/) via FTP or the hosting provider’s file manager. My apologies for the bug, and please let me know if the fix works for you!
Sincerely,
Andrii / Satori Studio
When I click on a filter on the main portfolio category it does not show all the images that it should. Only the first four, any idea why?
Hey Trife,
could you please provide (if available) the URL of the page in question? Seeing the actual code would help me identify the problem more precisely. Thank you!
Sincerely,
Andrii / Satori Studio
Hi Andrii, I sent a message to this username with login information to the website. Thanks.
I also tried everything I know to resize the Page title h2 text to something smaller, and I cant move the contact text to the left. It’s all the way to the right
Hey Joe,
thank you for the details! Regarding the portfolio filter on the front page: the “Portfolio” section works based upon a custom query, and it loads 6 items on the page (or the amount specified in the “Number of portfolio projects per page” setting in the “One-Page Website” tab of the Theme Options panel); no additional items are being loaded when a filter is clicked, which is why the filters will not reveal new items, rather only filter the projects that are already there on the page. To display more projects from specific types while filtering, I would recommend increasing the overall number of projects that is displayed on the page, using the above mentioned Theme Options setting.
Concerning the H2 title font size: I’ve added some custom code into the “Style: Add Custom CSS” section of the Theme Options panel, please have a look (the very bottom).
Regarding the contact text: from the website I can see that the text in the “Contact” section is left-aligned – has this issue been solved in the meanwhile?
As an aside: I would highly recommend reducing the size of slider images by downsampling and/or downscaling them, since at the moment some of them are quite large (>1Mb each) which greatly affects the website’s loading speed.
Sincerely,
Andrii / Satori Studio
Is there a way to put the same social icons from the header also on the footer on the same line as the Copyright text? (floating right).
Hey Fxscreamer,
first of all, thank you for the purchase!
To answer your question: this hasn’t been envisaged as a ready-made back-end setting, yet you can achieve this by using some code: add this into the “Copyright text” field in the “Page Elements” tab of the Theme Options panel -
<div class="alignleft">Copyright © 2014. All rights reserved.</div> <div class="alignright"><i class="fa fa-facebook" /></div>
This is just a template to get you going; you can add more text into the first div or more social icons into the second (please see the respective snippets on the Font Awesome icon repository).
Sincerely,
Andrii / Satori Studio
Is it possible to include video in the homepage slider?
Hey Gijsheerkens,
thank you for expressing interest in Kanso, and my apologies for the delay in this reply!
To answer your question – yes, it is possible to include a video into any of the slides; it can either be a self-hosted mp4/webm/ogv video or one uploaded to YouTube or Vimeo.
Should you have additional questions about the theme do not hesitate to contact me.
Sincerely,
Andrii / Satori Studio
Hi. I would like to buy KANSO theme, but first I want to ask if there is possibility to enable comments in blog section. The second quesition is about Revolution Slider. Could it be whole as a link or only a button on it?
Please give me an answer, Best regards, Michal
Hey Michal,
thank you for expressing interest in Kanso!
To answer your questions:
- yes, it is possible to have comments both for blog posts and portfolio projects, it can be enabled in the usual WordPress way (via Settings->Discussion or for each individual post/project).
- yes, you can tell an entire slide to become a link to another slide or a certain URL in the Revolution Slider.
Should you have additional questions about the theme, do not hesitate to contact me!
Sincerely,
Andrii / Satori Studio
Hi. Thanks for your reply. I have a question if it is easy to set up one-page webiste exactly like this in demo. I would like to have exactly the same layout. Cheers, Michal
Hey Michal,
the Kanso package includes demo website data as well as the slider set-up in WordPress export format, so you can quickly add all data from the demo website into your own instance of WordPress.
Please note that the data does not contain any settings in the „Settings“ admin panel section or any Theme Options panel settings; you will also need to assign the menus to their respective locations: make sure that the theme location tickbox is checked in the „Menu Settings“ section right under the menu constructor.
Sincerely,
Andrii / Satori Studio
OK. I am sure I will buy it. Its great theme. I have last question if it is possible to change slider to static picture (or erase arrows and boxes in the slieder) I want to have juest a simple picture on thw front page. Cheeres, Michal
Hey Michal,
you’ve got two options for that: - either set up a slider with a single slide - or upload a header image to the respective page, without the slider.
Sincerely, Andrii / Satori Studio
OK. Great. Thank you !!!
Hi. I have juest bought your great theme. i have a question if it is possible to delete toataly comment section from website.?
Hey Michal,
first of all, thank you for the purchase!
In WordPress, you can disable comments by un-ticking the “Allow people to post comments on new articles” option in the “Settings -> Discussion” admin section; note that you might need to disable comments for existing posts and pages individually, using the “Discussion” settings box under the main content editor area while in the edit mode for particular item(s).
Sincerely, Andrii / Satori Studio
Hi, It is a great theme. Thanks! I have a question how I can set up twitter schortcode properly.? Now I got “no public messages” reply..
Hey Michal,
glad to hear you like the theme!
Regarding the Twitter widget set-up: please check if you have inputted the correct identification elements (Consumer Key, Consumer Secret, Access Token, Access Token Secret), as well as make sure that you have at least one public tweet; you can also check your Twitter account settings, namely the “Tweet privacy” checkbox in the “Security and privacy” section, to make sure that your tweets are publicly accessible. If none of the above helps resolve the issue, I will need to ask you for access to the WordPress back-end in order to troubleshoot further; you can send the details to support@satoristudio.net (no disclosure guaranteed).
Sincerely,
Andrii / Satori Studio
Hi. Is it possible to enlarge social icons and change the weight of font in your theme?
Best, Michal
Hey Michal,
this hasn’t been envisaged as a back-end option, yet you can achieve this relatively easily by using some custom CSS:
#social-top a { font-size: 16px !important; } body { font-weight: 700 !important; }
You can add this into the “Style: Add Custom CSS” tab of the Theme Options panel, changing the “16” and “700” to the values you need.
Sincerely,
Andrii / Satori Studio
HI. How can I change the sizee of a text? When I change paragraph to heading, the text disappears. Does Knaso work with Visual Composer?
Hey Michal,
could you please provide a live URL where the text disappears when changed from paragraph into a heading? I’d need to see the code in order to give a meaningful advice here. One thought – please check if the heading font color has been set as the same with the page content background color via the Theme Options panel.
The Visual Composer should work with Kanso, although for the sake of clarity I must state that it hasn’t been tested explicitly with that plugin. In case you run into any problems while using them together, do not hesitate to contact me!
Sincerely,
Andrii / Satori Studio
Hi Andrii, Thank you for your all suport!!! I have installed the Visual Composer, and I have a problem only with PORTFOLIO section. It doesnt look like a grid of boxes. Do you think it is possible to improve this ?
Sicerely, Michal
Hey Michal,
could you please give the link to the particular page you’ve mentioned? Thanks!
Sincerely,
Andrii / Satori Studio
Hi Andri, Is it possible to delete all underlines on webiste? (headlines, etc), and hide the box around the menu in mobile view?
Hey Michal,
these changes haven’t been envisaged in the theme’s options, since they comprise the visual identity of the theme and are therefore not covered by ThemeForest support; however, you can try implementing the changes by adding certain custom CSS to the “Style: Add Custom CSS” tab of the Theme Options panel:
.page-title h2 a, .page-heading h1 a, .single .post-header h1 a, #blog-header h1 a, .post-header h1 a { border-bottom: none !important; } @media only screen and (max-width: 767px) { #nav-wrap { border: none !important; } }
Sincerely,
Andrii / Satori Studio
Thank you so much for your support. I have a last guestion I cant upload logo in retina resolution. I follow instruction on website but the resolution is still low. Could you help me ?
Hey Michael,
do you mean that even though you’ve uploaded a double-sized logo in the Theme Options panel, the logo resolution stays low on hi-resolution devices? Could you please send me access details to your website’s WP admin panel to support@satoristudio.net? Thanks!
Sincerely,
Andrii / Satori Studio
Yes, exactly. I have send you an e-mail. Thanks !!
Hello! Does this theme come with shortcodes for data tables as well as pricing tables? i am planning to create a website with a page with performance data, which ideally would be best represented with a data table.
Thanks
Hey Migster_Magoo,
thank you for expressing interest in Kanso! The theme does not include pricing tables or data tables out-of-the-box; you can use any of the available third-party free or premium plugins (e.g. this one from WP.org) to integrate this functionality into the theme.
Should you have additional questions, do not hesitate to contact me!
Best,
Andrii / Satori Studio
Pre-purchase question -
Is it possible to have a transparent header on the slider but have the sticky header fade in a white background on white. Essentially have the slider start from the top of the page with the logo and nav ‘floating; above the slider.
Any help is much appreciated
Hey Jonathan,
thank you for expressing interest in Kanso!
The design of the theme does not envisage such styling out-of-the-box, yet it is attainable with certain minor CSS adjustments, namely:
#header { background-color: transparent !important; } #header-spacer { padding-top: 0px !important; }
Should you have additional questions regarding the theme, do not hesitate to contact me.
Sincerely,
Andrii / Satori Studio
Thanks I am having a problem installing the theme and registering on the Support Forum.
Any help is much appreciated
Hey Jonathan,
first of all, thank you for the purchase! My aplogies for the forum login, I am working on getting it back online. Meanwhile, we can discuss the issue here or by email (support@satoristudio.net). Could you please describe in more detail the steps you’ve taken to install the theme, and the error message you’ve received (if any). Thanks!
Sincerely,
Andrii / Satori Studio
I sent you an email just checking to see if you have received it – thanks
Hey Jonathan,
I’ve replied to your email right now; my apologies for the delay, I was searching for the possible advice to you, since the issue does not really concern the theme itself.
Best,
Andrii / Satori Studio
On my portfolio page, it is showing a heading that says “This is a showcase for your creative work – design, video, photography, you name it. Amaze the world!”
I can’t for the life of me find a way to change or hide it. Can you please help?
Thank you!
Hey Natroneus008,
this text is being sourced from the excerpt of the respective page; in case the excerpts box is not displayed, click on the „Screen Options“ tab in the top right corner of the screen, and tick the „Excerpt“ checkbox.
Sincerely,
Andrii / Satori Studio
Ha! That was the only one I didn’t have showing – THANK YOU!
And great theme!!