Forum Replies Created
-
AuthorPosts
-
satori
KeymasterHey E.,
additional portfolio sizes were added in version 3.0 of Ikebana, following multiple requests from users (please see the ThemeForest page for more details). In order to use the extended size options, you’ll need to update your Ikebana instance to 3.0, which is available from the “Downloads” tab of your ThemeForest account.
Sincerely,
Andrii / Satori Studiosatori
KeymasterHey Massaki,
you do not have any unique wrappers around the subheadings, they are just bold text, which is why they’re not aligning. You can try this:
.page-id-280 .page-content strong { float: left; margin-left: -52%; }
yet I would recommend wrapping the headings you need left-aligned into divs with unique identifiers (class or id), which would make it easier to add attributes to them.
Sincerely,
Andrii / Satori Studiosatori
KeymasterHey Rotkreis,
please try this CSS then:
.page-template-page_full-width-php .container { max-width: 760px; }
Sincerely,
Andrii / Satori Studiosatori
KeymasterHey Noisesev,
first of all, thank you for the purchase!
I’m trying to determine if it is a theme’s bug at the moment – could you please download this potential fix, unzip it, and upload the resulting file into the theme folder (/wp-content/themes/Tokyo/), replacing the existing file. Then refresh the website and let me know if the custom icon appears.
Regarding the Facebook logo – could you please provide the URL of the website in question, I need to look at the code to troubleshoot. Thanks!
Sincerely,
Andrii / Satori Studiosatori
KeymasterHey Thomas,
the layout whereby the title is left-aligned and the content floats to the right is only used on the one-page template in Kanso. To implement it on the page you mention, you’d need some additional CSS (you can insert it into the “Style: Add Custom CSS” tab of the Theme Options panel:
.page-id-280 .page-content { float: right; width: 66%; } .page-id-280 .page-content h1:last-child { margin-left: -52%; width: 40%; float: left; } .page-id-280 .page-content h6:last-child { display: none; }
Sincerely,
Andrii / Satori Studiosatori
KeymasterHey Thomas,
please try using 300×222 pixel images for portfolio items thumbnails; in general, I’d recommend twice that size, i.e. at least 600×444 pixels, since on retina and other high-definition screens they’ll look much better in this case.
Sincerely,
Andrii / Satori StudioApril 21, 2014 at 11:47 am in reply to: Excerpts overlay don't show on portfolio projects with no image #3049satori
KeymasterHey Jonas,
there’s a special class added to masonry elements that have featured images, so here’s what you can try out:
.iso-masonry .has-post-thumbnail .image-post-overlay { top: 0; background-color: #0F0; margin-left: 0; } .iso-masonry .has-post-thumbnail .project-hover { display: none !important; }
Please let me know if that’s closer to what you’re trying to achieve.
Best,
Andrii / Satori Studiosatori
KeymasterHey Thomas,
if you want the WP menu items to come first, you’ll need to upload this custom file into the theme folder (/wp-content/themes/Kanso).
Sincerely,
Andrii / Satori StudioApril 21, 2014 at 10:41 am in reply to: Background Slider / Image Source of Images Not Working #3044satori
KeymasterHey Sylvio,
glad the fix worked! I’ll add it to the next version update of Tokyo.
The map issue is not a bug per se, yet originates from the fact that Google has changed its Maps API, including the URL structure. Please try this: go to the Google Maps website, select your desired location view, press the little cog icon in bottom right corner, select “Share and embed map”; in the pop-up window, go to the “Embed map” tab, copy the entire URL and paste it somewhere into a simple text editor (e.g. Notepad) to see the entire URL string. From the string, copy out the part between quotation marks that starts with “https”, e.g. fromcopy out
https ://www.google.com/maps/embed?pb=!1m14!1m12!1m3!1d1370560.827953086!2d16.115803796636907!3d47.86135276346923!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!5e0!3m2!1sen!2s!4v1398076715603
Paste that part into the “Header: Google map” field in the “Header Elements” tab of the Theme Options panel.
Please let me know if this works!
Best,
Andrii / Satori Studiosatori
KeymasterHey Rotkreis,
have you tried this CSS?
body .container { max-width: 760px; }
The container element should center itself automatically because it has “auto” side margins.
Sincerely,
Andrii / Satori Studio -
AuthorPosts