Forum Replies Created
-
AuthorPosts
-
satoriKeymaster
Hey Lynne,
first of all, thank you for using Ikebana!
I will go over the questions below, in the same order:
1). Larger fonts on larger tiles are not a bug, rather an intended feature, just as seen in the theme demo: smaller fonts would look less coherent and make the tiles appear empty. However, in case you need them to have the same font size as the smaller tiles, please insert the following snippet into the “Style: Add Custom CSS” tab of the Theme Options panel:
.iso-masonry .post-size-large { font-size: 20px !important; line-height: 28px; !important; }
2). The “Blockquote custom image” setting in the Theme Options panel is intended for blockquotes, just like its description suggests – i.e. the native WordPress content element called “blockquote”, which can be inserted into post content using the respective button above the content area while in the editor mode. In case you’d also wish this setting to affect the “quote” format tiles, please download this custom archive I’ve prepared; unzip it, and upload the resulting file into the following directory inside your WP install, using an FTP client or your hosting provider’s file manager: /wp-content/themes/Ikebana/
3). This is intended behaviour, as documented on page 9 of the Theme Manual: the post title in the “quote” format is used for displaying the author of the quote. This behaviour is recommended in the official WordPress.org guide, yet if you want to hide the title, you can either just leave the title blank or insert the following snippet into the “Style: Add Custom CSS” tab of the Theme Options panel:
.format-quote .post-quote-author { display: none !important; }
4). Thank you for the suggestion, we’ll add this feature into our development backlog; meanwhile, in case you have five or less social networks to display, you can use the available slots for the custom files to display all of your social icons using your desired designs.
The theme manual, a pdf file titled “Ikebana_Manual”, is included into the master archive downloadable from ThemeForest; the file is being updated regularly – for the latest version, please re-download the theme package from the “Downloads” tab of your ThemeForest account.
Should you face other issues or have questions, do not hesitate to contact me!
Sincerely,
Andrii / Satori StudiosatoriKeymasterHey rockroa_rlf,
first of all, thank you for choosing Ikebana!
At the moment Ikebana is intended for creating a single portfolio with a possibility to subdivide the items into topical groups by using tags; we’ll add your proposals to the development queue, meanwhile you can take a look at the tags taxonomy which might potentially be of help in this case. You can set tag(s) by using the respective box on the right side of the editor screen for the specific project; archive pages for each existing tag are automatically created using the “tag-portfolio” slug, e.g. for a “Services” tag the archive page would look like this: https://satoristudio.net/ikebana/tag-portfolio/services/
In case of further questions or bug reports, do not hesitate to contact me!
Sincerely,
Andrii / Satori StudiosatoriKeymasterAh, I was late :) in any case, the solution above is purely CSS-based, which might be appealing to some.
Best,
A. / Satori StudiosatoriKeymasterHey Mike,
thank you for using Ikebana!
At the moment the icon menu does not imply using FontAwesome assets from the admin back-end, we will add this to our development backlog to implement in an upcoming version of the theme, since it sounds like a really nice feature. Meanwhile, you can add some custom CSS in order to achieve this: visit the “Style: Add Custom CSS” tab of the Theme Options panel and add the following code:
.icons-item { background-image: none !important; } #icons-item-1:before { content: "\f006"; } .icons-item:before { font-family: Fontawesome; font-size: 30px; width: 70px; height: 70px; position: absolute; top: 0; left: 0; line-height: 70px; text-align: center; }
Some explanations about this bit:
#icons-item-1:before { content: "\f006"; }
you will need to add one for each of the existing icon menu items, incrementing the “1” after the “#icons-menu” accordingly. The “\f006” is the html code for the icon, you can find them for each FontAwesome item by clicking the respective icon in the list and looking at small grey text below the icon sample images: the bit after the “Unicode” is what you need.
In case of any difficulties, do not hesitate to contact me!
Sincerely,
Andrii / Satori StudioApril 20, 2016 at 5:38 pm in reply to: Visual Editor No Longer working after Upgrading WordPress #7379satoriKeymasterHey JP,
yes, there seems to be a compatibility issue between WP 4.5 and the Visual Composer plugin; they’ve fixed it already though, I will send you the fresh file right away, to the email address you’ve used for registering here (can’t put up a paid plugin file here for public downloading, thanks for understanding! :)
Sincerely,
Andrii / Satori StudiosatoriKeymasterHey Nova,
first of all, thank you for choosing Kanso!
In Kanso, if you’re using the one-page mode (the “Activate one-page website mode” checkbox in the “One-Page Website” tab of the Theme Options panel is checked) the menu is formed automatically based on the pages you create – this implies that you can completely delete any existing menus in the “Appearance -> Menus” section of the admin view in such case. Furthermore, you can control which pages get displayed in the menu by using the “Pages to EXCLUDE from one-page website MENU” section of the “One-Page Website” tab of the Theme Options panel.
If you are not using the one-page mode, please make sure that the “Automatically add new top-level pages to this menu” option is unchecked below the menu in the “Appearance -> Menus” section of the admin view; you can also remove any unnecessary menu items there.
Sincerely,
Andrii / Satori StudiosatoriKeymasterHey Simon,
could you please provide the live URL of the website in question, I can’t seem to be able to replicate the issues. If you don’t want to disclose the URL publicly, you can send an email to support[at]satoristudio.net
Thanks!Sincerely,
Andrii / Satori StudiosatoriKeymasterHey Simon,
first of all, thank you for choosing Kanso!
First thing we need to check is whether the slider files have installed correctly; I’ve sent you an email with further instructions to the address you’ve used when registering on this forum.
Sincerely,
Andrii / Satori StudiosatoriKeymasterIn this case you can use the following:
serif, cite, h1, h2, h3, h4, h5, h6, .stick-title, .pagerbox a, .pagerbox, .su-heading-shell, #nav-primary ul a, #nav-secondary ul a, .mobilemenu .dropdown-menu, .mobile-icon-title-text { font-family: 'Montserrat Light', sans-serif; }
Sincerely,
Andrii / Satori StudiosatoriKeymasterHey Alan,
have you added CSS to declare the newly imported typeface for the elements you need? E.g. if you want the font to apply to body text, you can use
.normal, body, input, blockquote, dropdown-menu-widget .menu, .widget_categories .postform, .widget_archive select { font-family: 'Montserrat Light', sans-serif; }
You can insert the code either via a child theme or by using the “Style: Add Custom CSS” tab of the Theme Options panel.
Sincerely,
Andrii / Satori Studio -
AuthorPosts