Forum Replies Created
-
AuthorPosts
-
satori
KeymasterHey Credo,
there is no theme setting to adjust the content width, yet if I understood you correctly then you might try to achieve that by simply commenting out the section of the “lessframework.css” code that deals with the 13-column layout (i.e. lines 164 to 450). If there are specific items where you’re facing difficulties with the widths, please let me know!
Sincerely,
Andrii / Satori Studiosatori
KeymasterHey Credo,
thanks, we’re doing our best :)
Regarding your question: this is not possible via the theme’s settings back-end, yet quite easy to achieve via some custom CSS:
#nav-primary ul li ul { left: 0; width: 100%; }
You might also consider grouping the data and creating second-level submenus instead of adding a lot of items into the first-level submenus, as this might not always be the best solution in terms of usability and user experience.
Sincerely,
Andrii / Satori Studiosatori
KeymasterHey Credo,
first of all, thank you for the purchase!
The footer “flows” together with the rest of the page’s element in most WordPress themes, and I would not recommend fixing it to the bottom of the page – e.g. on smaller screens it might look quite ugly; instead, I’d recommend inserting several empty lines into the page to make the content higher (e.g. by using the line break tags in the “Text” editor mode).
However, if you do need to fix the footer on a particular page, you can do it by adding some custom CSS, as follows:
.page-id-XX #footer { position: fixed; bottom: 0; width: 100%; z-index: 10; }
replacing the “XX” with the page ID; this code can be added at the bottom of the theme’s “style.css” file (opens by default when you visit the “Appearance -> Editor” admin section.Sincerely,
Andrii / Satori Studiosatori
KeymasterHey Sophie,
glad to hear you’ve managed to resolve this one, and my apologies for the delay in the reply! Should you face any other issues, do not hesitate to contact me.
Sincerely,
Andrii / Satori Studiosatori
KeymasterHey Dkalo,
first of all, thank you for the purchase!
In order to display the portfolio on the home page, you will need to create a separate page and give it the “Portfolio” template, as described in the “Portfolio” section of the theme manual; next, you need to visit the “Settings -> Reading” admin section and in the “Front page displays” option choose a “Static page” alternative; after that, find your portfolio page from the drop-down next to the “Front page” setting, and press “Save changes”.
Should you have other questions, do not hesitate to contact me!
Sincerely,
Andrii / Satori Studiosatori
KeymasterHey Alton,
you’re right – I’ve discontinued IE8 support in Kanso and other items of mine because this browser represents a small and quickly diminishing fraction of the total internet usage (3.1% as of January 2014); ThemeForest made IE8 support optional as of November 2013.
Should you have additional questions about the theme, do not hesitate to contact me!
Sincerely,
Andrii / Satori Studiosatori
KeymasterHey Groupnvdev,
you have a point, this exclusion does not make much sense given that one can always do it manually from the theme options panel. I will remove this code from the next version of Kanso; thank you very much for pointing this out!
Sincerely,
Andrii / Satori Studiosatori
KeymasterHey Groupnvdev,
first of all, thank you for the purchase!
Glad to hear that you’ve managed to sort it out; the grey italic text is sourced from excerpts in Kanso.
Should you have additional questions, do not hesitate to ask!Sincerely,
Andrii / Satori Studiosatori
KeymasterHey Stephan,
I’ve looked at the Polylang plugin on your website, and it seems that the plugin does not offer the possibility to translate all hard-coded strings within themes, only the website’s meta tags and several additional items. I would suggest you try either the Xili Language plugin or the WPML plugin for extended functionality.
Sincerely,
Andrii / Satori Studiosatori
KeymasterHey Adam,
all my theme updates are free for all buyers ;) you can download the latest version of a theme from the “Downloads” tab of your ThemeForest account. Updating will not affect the content of the website, yet in case you’ve made changes to the theme files, they will be lost. For a safe way of altering the theme files, I highly recommend using child themes; a child theme is also included with Kanso (the “Resources” folder of the primary downloadable archive).
Sincerely,
Andrii / Satori Studio -
AuthorPosts