Forum Replies Created
-
AuthorPosts
-
satori
KeymasterDear Leslye,
I’ve conducted extended testing with the mobile interface before releasing the theme, and the icon menu rectangles proved to be the most user-friendly option for adapting the icon menu items to smaller screens. If you have ideas or suggestions on an alternative way of showing the icon menu on smartphone screens, I will be more than happy if you could share.
The width of the content is directly proportional to the width of each portfolio box, and changes in full increments of the latter width; this means that you can influence the width of the content on smartphone screens by changing the width of the portfolio items boxes in Theme Options, “Portfolio Page” tab, “Portfolio page items: box dimensions” option. Since there are so many different kinds of devices with wildly varying screen sizes, this adaptability ensures that there is no need for fixed rules for every kind of screen, of which there are hundreds and new ones are being created all the time.
Sincerely,
Andrew / Satori Studiosatori
KeymasterHey Chris,
Tried to implement your first idea, please have a look!
Best,
Andrew / Satori Studiosatori
KeymasterHey Reiner,
thank you for the kind words!
There are ways to transform images into grayscale using CSS and SVG filters, I will think about implementing it as a feature into Ikebana, thank for the suggestion!
Best,
Andrew / Satori Studiosatori
KeymasterThis is exactly why I decided to switch to stretched icons with images AND text instead of the full-screen versions in the first place – while on a touch-enabled device, it is more difficult to have a logical and intuitive way to combine showing user the label and making the icons clickable. So far I can only think of one possible solution – disable icon labels on tablets and hope that the user understands the meaning of the icon button from its icon image. What do you think?
Best,
Andrew / Satori Studiosatori
KeymasterHey Nedim,
the code was inserted incorrectly, and the original logo was left intact, which caused the problems you described above; I’ve rearranged the code, now it should work as intended – please take a look.
Sincerely,
Andrew / Satori Studiosatori
KeymasterHey Nedim,
you’re absolutely right; for single posts and projects, you’ll need to add this code:
.post-wrapper { padding: 0 !important; }Sincerely,
Andrew / Satori Studiosatori
KeymasterHey Nedim,
please use the SEO options functionality for adding custom titles to pages and posts; you can find the relevant settings at the bottom of the edit pages, the box is called “SEO Options”; I’ve filled in the title for the “Muzik” page to give you an example.
Sincerely,
Andrew / Satori Studiosatori
KeymasterHey Nedim,
this depends on the multilingual plugin you are using; the general principle would be to have PHP a rule in the “header.php” template file that would display three kinds of images depending on the language setting of the current page. Such customizations are unfortunately out of the scope of the standard ThemeForest theme support offer; I can advise several freelancer services, such as Fiverr and Tweaky, which should be really helpful in such situations.
Sincerely,
Andrew / Satori Studiosatori
KeymasterHey Nedim,
I’ve inserted the language codes into “header.php”; also added a couple of lines of CSS to the “Style: Add Custom CSS” tab of the Theme Options panel for the looks.
Sincerely,
Andrew / Satori Studiosatori
KeymasterHey Mosi,
first of all, thank you for the purchase!
There is no option to change the overlay background color so far, but you can easily do it by adding a line of custom code: please go to the “Style: Add Custom CSS” tab of the Theme Options panel and insert this code:
.iso-masonry .image-post-overlay { background-color: #000000 !important; }
changing the “#000000” to the hex code of the color you need.Regarding your question about the overlay size, could you please clarify what you meant by the “size” of the overlay? If you’re talking about the height, then it is automatic and depends on the amount of text inside the caption; you can also set it to a fixed height using some custom CSS, just let me know if you need that or something else.
Sincerely,
Andrew / Satori Studio -
AuthorPosts