Forum Replies Created
-
AuthorPosts
-
satoriKeymaster
Hey Dan,
Getting rid of the “All” button is easy – please use this CSS (you can paste it into the “Style: Add Custom CSS” tab of the Theme Options panel):
#portfolio-filter-item-all { display: none; }
Telling the page to filter the results by default is trickier – you will need to include some custom jQuery, something along the lines of this, which will need to go into the “header-functions.php” theme file. You will need to replace the “XX” with the name slug of the portfolio tag that you wish to use as the default filter.
Sincerely,
Andrii / Satori StudiosatoriKeymasterHey Karen,
in order for a tile to be displayed in all filter states, you need to give it all portfolio tags that have been created – this way every tag filter will have it included in the filtered results. Let me know if I understood the question correctly!
Sincerely,
Andrii / Satori StudiosatoriKeymasterHey Massaki,
please make sure that the “Services” page does not have the “One-Page” layout chosen for it in the “Page attributes” settings box. In case this was not the case, I would need to ask for access to the back-end to see what’s going on.
Sincerely,
Andrii / Satori StudiosatoriKeymasterHey Balazs,
I’ve added some extra code to show and hide not only the parent box, but also the captions themselves – please check if the artifacts are still being displayed now. Thanks!
Sincerely,
Andrii / Satori StudiosatoriKeymasterHey Massaki,
The background images in Kanso have an automatic “background-size: cover” CSS rule, which forces the images to always occupy the available space fully, thus inevitable cropping them in most cases; however, it ensures that there are no blank spaces and strange background behaviour on various screen sizes. If you need your images to display full width on any screen size (although I would not recommend having important information in the form of backgrounds), you can add a “background-size: contain” CSS rules for the particular backgrounds for smaller screens, e.g.:
@media only screen and (max-width: 767px) { #page-holder-12 { background-size: contain !important; } }
the Google map on the front page seems to have been added via a third-party plugin, thus this part of the issue should be solved through the plugin itself.
Sincerely,
Andrii / Satori StudiosatoriKeymasterHey Chris,
glad you’ve found the cause of the problem!
Should you have questions about the theme, do not hesitate to contact me.Sincerely,
Andrii / Satori StudiosatoriKeymasterHey JP,
the “sticky” feature in Ikebana works like the same feature classic blog layouts – the “sticky” projects are displayed in front of others; it is not possible to “stick” boxes at random places within the masonry grid, because the grid changes with the screen width of the viewing device (the Isotope plugin, which is the basis of the grid, does not support this feature as well). Please let me know if I misunderstood the question!
Sincerely,
Andrii / Satori StudiosatoriKeymasterHey Balazs,
I cannot seem to be able to replicate the issue – could you please send a screenshot? Thanks!
Sincerely,
Andrii / Satori StudiosatoriKeymasterHey Massaki,
you can try removing everything below line 253 in the “responsive.css” file, starting with the one that says:
@media only screen and (max-width: 1030px) and (min-width: 767px) {
apart from that, there are no small-screen specific CSS rules in the theme, so the elements will behave according to their floats and positions – note that on smaller screen sizes this might not be what is expected (which is exactly why the theme has specific small-screen CSS rules).
Sincerely,
Andrii / Satori StudiosatoriKeymasterHey Stevo,
I am not sure I understood the situation – could you please clarify what you mean by “setup a widget on that page” – is it the custom sidebar drop-down in the page editor mode, or are you talking about the “Appearance -> Widgets” admin section? Also, please clarify where exactly do you choose “show” or “hide” with respect to the widget. Thanks!
Sincerely,
Andrii / Satori Studio -
AuthorPosts