Forum Replies Created
-
AuthorPosts
-
satoriKeymaster
Hey Chris,
if you mean the height of the slider – if we set it to a percentage of screen height, it may lead to undesirable consequences on portrait or landscape screens, thus the only way is to use pixels; CSS does not allow to set height in percentage of screen width. There are not strict rules for the @media breakpoints, in this case they’ve been chosen so as to make the website look good on smaller devices with typical screen sizes.
Sincerely,
Andrii / Satori StudiosatoriKeymasterHey Chris,
now I get, it, sorry :)
Theme’s template files assume a searchbox only on the 404 page, which you can get rid of using this:
.error404 #searchform { display: none; }
Other archive pages should not have a default search form inside the content area of the website; in case you mean the one displayed in the sidebar, it can be removed by removing the “Search” widget from the Sidebar widget area in “Appearance -> Widgets” admin menu. Since Tokyo has a built-in feature that allows creating multiple sidebars in the same widget area, you can use the “Appearance -> Custom Sidebars” admin section to create a sidebar with a search form that will substitute the default one on pages where you want the form to appear. Alternatively, you can use some more CSS:
#sidebar #searchform { display: none; }
Sincerely,
Andrii / Satori StudiosatoriKeymasterHey Elf0103,
glad it helped!
Should you have additional questions, do not hesitate to contact me.
Sincerely,
Andrii / Satori StudiosatoriKeymasterHey Chris,
The content of the pages is displayed in the language in which it has been inserted in the page editor mode; could you please clarify which part of the page do you have in mind in this case?
There is no back-end option to display the search form only on certain pages, yet you can use some additional CSS to hide it where you don’t need it:
.page:not(.home) #header-search, .archive #header-search, .category #header-search { display: none !important; }
Sincerely,
Andrii / Satori StudiosatoriKeymasterHey Fabio,
I’ve corrected the code on your website, now the page works as intended; please accept my apologies for any inconveniences!
Best Regards,
Andrii / Satori StudiosatoriKeymasterHey Chris,
the CSS above makes use of the so-called media queries (the first line), which tell the system to apply the styles only given certain width of the screen of the viewing device currently used by the visitor. The second line acts just like in the previous snipped I’ve sent you, telling the background slider area to be 100px in height.
You can find some more information about CSS media queries e.g. here.
Sincerely,
Andrii / Satori StudiosatoriKeymasterHey Joshua,
I will go over the questions in the same order:
1). You’re right, the overflows should be fixed there – thank you for noticing the bug! I’ve prepared a fix, please download this archive, unzip it, and upload into the theme folder (/wp-content/themes/Kanso), replacing the existing file.
2). The grey italic text to the right of the titles is sourced from the excerpts; if you don’t see the “Excerpt” settings box while in the page editor mode, click on the “Screen Options” tab in the top right corner and tick the respective item.
3). To investigate this, I will need to ask for the access to your WP admin – please send the website’s URL as well as the login information to support@satoristudio.net. Thanks!
4). Could you please provide a URL of the page in question? I will take a look at the live code. Thank you!
Sincerely,
Andrii / Satori StudiosatoriKeymasterHey Daniel,
I will send you the latest version of the theme (not released yet) which has this issue fixed; please check the mailbox you’ve used when registering on this forum.
Let me know if the issue persists after the update!
Sincerely,
Andrii / Satori StudiosatoriKeymasterHey DKwan,
glad to hear it worked! Should you have additional questions, do not hesitate to contact me!
Sincerely,
Andrii / Satori StudiosatoriKeymasterHey Nanda,
first of all, thank you for the purchase, and my apologies for a slow reply! I do answer to 100% of user messages ;)
Regarding your question: the Kanso demo uses a header image, not a Google Map – simply a screenshot from an actual styled map. As of the current version, the theme does not implement Google Maps Javascript API3. However, in case definitely need it on your website and feel deceived by the demo, I can help you implement the API on your website – for that I will need access to your WordPress backend; you can send the details to support@satoristudio.net (no disclosure guaranteed).
Sincerely,
Andrii / Satori Studio -
AuthorPosts