Forum Replies Created
-
AuthorPosts
-
satori
KeymasterAlright, now I think I get what you’re after.
These things are not envisaged in the theme originally, yet the extra code is quite straightforward so here goes:
#post-391 { background-color: transparent !important; }
#header #header-box { background: none !important; }
#nav-wrap { float: none; background-color: #82C341; }
Please let me know if it works as intended.
Sincerely,
Andrii / Satori Studiosatori
KeymasterHey Damien,
that is indeed a bug, my apologies and thank you for reporting! I will include the corrected version into the theme update ver. 2.1 that I’m planning to submit to ThemeForest in several hours. If you need a fixed CSS file, please let me know, I’ll post it here.
Sincerely,
Andrii / Satori Studiosatori
KeymasterHey Leanne,
first of all, thank you for the purchase!
I will answer the questions in the same order:
1). In order to remove meta data from blog posts, please go to the “Style: Add Custom CSS” tab of the Theme Options panel and paste this CSS code there:
.post-meta { display: none; }
and press “Save All Changes”.
2). To remove posts titles from single blog posts, please use this code in the same manner as above (i.e. add it alongside the previous CSS to the same Theme Options tab):
.type-post .post-header { display: none; }
3). Regarding your question about the gallery images you sent recently via the contact form on the demo website (I suppose it was you :) – could you please clarify which gallery you have in mind, and provide a URL of the page in question. Moreover, please describe how exactly you’d like the images to be different – I will then be able to tell if it is possible in the framework of the theme.
Sincerely,
Andrii / Satori Studiosatori
KeymasterHey there!
custom CSS rules can be added in the “Style: Add Custom CSS” tab of the Theme Options panel. In case of logo opacity, it will look like this:
#logo { opacity: 0.5; }
The lower the number, the more transparent the image will be (1 is fully opaque, 0 is fully transparent).
Sincerely,
Andrii / Satori Studiosatori
KeymasterHey Laurens,
please download the archive from my repository, unzip it, and upload the containing files into the theme root folder (/wp-content/themes/Kanso/), replacing the existing files when needed.
The new „Page: Google Map“ page layout displays a full-width interactive Google Maps interface, e.g. to use before the contacts page. In order to create a Google Maps page, add a new page and declare the page layout as „Page: Google Map“. Then go to Google Maps, find the location you need and press on the little cog icon in the bottom right corner of the screen; in the pop-up window, click on the “Embed map” tab, copy the link (it should begin with „<iframe“) and paste it into the content of the page. Update/save the page and do not forget to include it into the one-page display in the "One-Page Website" tab of the theme options panel.
Please let me know if it works as intended.
Best,
Andrii / Satori Studiosatori
KeymasterHey KF,
first of all, thank you for the purchase!
I will go over the questions in the same order:
1). The slider does re-size the text on smaller screens, as long as the “Responsive through all levels” checkbox is checked in the “Layer Links & Advanced Params” section of the slide layer editor (you can check that by re-sizing your website – on small screens the slider font does become smaller). The slider offers the possibility to control the font sizes on various screens via CSS declarations in the form of “Styles” – while editing a slide layer, click on the “Edit Style” button in the “Layer General Parameters” box; an overlay window will open with various font settings, as well as an “Advanced Editor” tab. In the latter you can add any CSS you wish to affect the particular style. To change the font sizes on various screens, you can use the @media declarations as is usually done in responsive website design.
2). You can insert a button by using the small “insert button” link above the “Text/Html” field in the “Layer General Parameters” while in the slide layer editor mode. I’ve updated the button styling in theme version 1.1, so recommend updating the theme in case you wish to have background-less buttons with a frame (as in the rest of the theme).
3). I’ve intentionally excluded the heading font size option from the Theme Options panel to preserve visual consistency. However, if you do wish to change the font size, you can add this CSS into 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 { font-size: 40px; }
replacing the “40” with the size you need.
Sincerely,
Andrii / Satori Studiosatori
KeymasterRegarding your question about the menu: Kanso has two modes – one-page and multi-page – and the menu is constructed differently depending on the mode. In the one-page mode, the primary goal of the menu is to provide a convenient scrolling interface between the sections of the long aggregate page, whilst in the multi-page mode the menu acts as a classic WordPress one. Because of that the one-page menu is automatically generated by a completely custom piece of code that does not correspond to the “Appearance -> Menus” admin interface, and does not allow for submenus and menu items that lead to other static URLs. Inserting a submenu into the one-page menu would require re-writing the code on lines 95 and 131 in the “header.php” theme file. In general, I would imho not advise adding a sub-menu in this case since it may negatively impact its usability.
Sincerely,
Andrii / Satori Studiosatori
KeymasterHey Quentro,
that’s a CSS bug, indeed, please accept my apologies and thank you for reporting! It appears because of the longer excerpt.
I’ve prepared a fix, please download this archive from my repository, unzip it, and upload the contained files into the theme folder (/wp-content/themes/Kanso/), replacing the existing files.
Please let me know if it fixes the issue!
Sincerely,
Andrii / Satori Studiosatori
KeymasterHey there!
you’re right, it is a CSS bug, please accept my apologies and thank you for reporting! It appears because of the longer excerpt.
I’ve prepared a fix, please download this archive from my repository, unzip it, and upload the contained files into the theme folder (/wp-content/themes/Kanso/), replacing the existing files.
Please let me know if it fixes the issue!
Sincerely,
Andrii / Satori Studiosatori
KeymasterHey Laurens,
first of all, thank you for the purchase!
In Kanso, the one-page template includes pages by displaying titles on the left and content on the right, the latter being about 60% of the container width; the “Full-width” page template is more suited for the classic multi-page usage version of the theme.
To make a Google map stretch full width of the screen, one would need to change the code of the “page_one-page.php” template file and create a new page template. This is normally considered a customization and not covered by the ThemeForest support offer, yet if you’d agree to give me some time, 1-2 days (and I’d also be grateful for rating the theme on your ThemeForest profile), I’d be able to come up with the custom files. This sounds like a decent addition to the theme’s functionality.
In case I’ve not replied by Tuesday morning, please reply to this thread to remind me ;)
Sincerely,
Andrii / Satori Studio -
AuthorPosts