Forum Replies Created
-
AuthorPosts
-
satori
KeymasterHey Jason,
first of all, thank you for the purchase and my apologies for the slow reply!
The margins on both sides of the content in Ikebana are intended behaviour – since the width of the masonry blocks is fixed, it is impossible to adapt to all screen sizes without either allowing the content to not fit a whole number of tiles (which would be ugly) or changing the margins around the content; in other words, Ikebana’s content width algorithm works in steps – when the width of the screen decreases, the content always accommodates a whole number of tiles by width. The screenshot from your table is exactly the case just after such “step” has been made – the content width shrinks to accommodate less tiles (3 instead of 4), so the margins increase; if you reduce the width of the content further, the margins will become smaller. On mobile phones (screens below 732px in width) the margins are narrow all the time. You can try resizing the website in your browser all the way down to the minimum width to get a feel of it :)
Please let me know if I misunderstood the question – or if the explanation wasn’t clear enough (I can imagine the latter).
Sincerely,
Andrii / Satori Studiosatori
KeymasterHey Chris,
regarding the Facebook link URL: please try adding
http://
in front of your link, if it does not have that piece yet – this should fix the link.
Answering your earlier question, changing the order of the social icons has not yet been envisaged in Tokyo – to change it, you’d need to alter the template code slightly – in “header.php”, on line 61, there’s a array of social network names – if you change their order, the order of the social icons will change respectively.
Sincerely,
Andrii / Satori Studiosatori
KeymasterHey Chris,
I’ve just double-checked the transparency settings of the theme and they do seem to work; could you please post here the exact content of the fields of the following Theme Options settings (the “Style: Content, Widgets” tab):
– Body background color
– Body background transparencyThanks!
Sincerely,
Andrii / Satori Studiosatori
KeymasterHey Chris,
the particular code will depend on the configuration of your front page, but before I can see the live page, the only more or less universal alternative I can suggest is this:
home #main-body, .home #main-body #content, .home #main-body #sidebar { margin-top: 0 !important; padding-top: 0 !important; }
Sincerely,
Andrii / Satori Studiosatori
KeymasterHey DKwan,
comments weren’t envisaged on pages in the first place in Kanso, only on periodic content types such as blog posts or projects; however, technically it is possible to implement comments structure for static pages – for that you’d need to insert this snippet:
into the page template you need, just after the closing div of the “page-wrapper” element (do not forget to remove the space before the question mark after the opening php tag).
Sincerely,
Andrii / Satori Studiosatori
KeymasterHey DKwan,
first of all, thank you for the purchase, and my apologies for a slow reply here!
regarding your question – initially, Kanso was not meant to have menu items that lead outside of the one-page layout, while the one-page mode is activated, in order not to confuse the users; however, following buyer requests I did develop an upgrade that would allow adding links to outside pages into the one-page menu – please refer to this forum post for details on how to install it. I will also include that feature into the upcoming 1.5 version update for Kanso.
Sincerely,
Andrii / Satori Studiosatori
KeymasterHey Christopher,
regarding #3 above – could you please tell me which code worked in the end? (you can paste code here by wrapping it into “
" and "
” tags (without spaces after “<").
Concerning the body and footer transparency: in case you meant the Theme Options settings, these come into play only when the respective background colours have also been altered, using preceding settings (e.g. the "Footer background transparency" will come into effect if the "Footer background color" in the same Theme Options tab has a color (you can assign #000000 i.e. black to is as well, just like default).
Please let me know if I misunderstood something!
Sincerely,
Andrii / Satori Studiosatori
KeymasterHey Christopher,
for the top part, please try this code:
.home #main-body #content { margin-top: 0 !important; padding-top: 0 !important; }
In order to provide the code for the bottom margin, I’d need to see the exact configuration of your page – could you please provide a live URL? Thanks!
Sincerely,
Andrii / Satori Studiosatori
KeymasterHey Christopher,
I will go over the questions in the same order:
1). Yes, the field that populates promo section accepts HTML; you can insert an email link as follows:
Email us!
Please note that you’ll need to remove all spaces from the above code in order for it to work (I’ve used some becuase otherwise the page will render a ready link instead of plain code ;) You can read more about the “mailto” links e.g. here.
2). It wasn’t envisaged in the admin settings, to avoid leaving an excessive chunk of fixed area that would obstruct the content of the website; however, it can be done via some custom CSS: please add this code at the very bottom of the theme’s main “style.css” file (go to “Appearance -> Editor” and it will be opened by default):
#header-above, .top-line { display: block !important; }
3). Aganin, some additional CSS can help with this one:
#header { background: rgba(0, 0, 0, 0.6) !important; }
You can insert this piece just the same as in 2).
Sincerely,
Andrii / Satori Studiosatori
KeymasterHey Paul,
glad to hear the issues have been resolved! Should you have additional questions, do not hesitate to contact me.
Sincerely,
Andrii / Satori Studio -
AuthorPosts