Forum Replies Created
-
AuthorPosts
-
satori
KeymasterHey Theweblady,
these changes are not envisaged through the theme’s back-end, yet you can achieve the required alterations by adding some CSS: insert the following code at the very end of the theme’s “style.css” file (opens by default when you visit “Appearance -> Editor” admin menu:
.orbit-wrapper .orbit-caption { font-size: 14px !important; line-height: 20px !important; left: 30px !important; bottom: 30px !important; }
All numeric parts can take any value you need.
Sincerely,
Andrii / Satori Studiosatori
KeymasterHey Theweblady,
The logo size depends on the image you upload in the Theme Options panel – please try uploading a smaller version of the image.
Regarding the tagline font size – it is not settable via the back-end, yet you can easily change it by using some custom CSS: just insert this code at the very end of the theme’s “style.css” file (opens by default when you visit “Appearance -> Editor” admin menu:
#slogan { font-size: 14px !important; line-height: 20px !important; }
You can change the px values to any ones you need ;)
Sincerely,
Andrii / Satori Studiosatori
KeymasterHey Yuko,
I will cover the issues in the same order:
1). As I mentioned earlier, the “One-page” template should only be used for the “container” page, i.e. once per website. All other pages that will comprise the sections of the single page layout should have any other template declared.
2). Please try downloading this file and use it as the source when importing the slider.
3). If you cannot see the changes you’re making, it is most probable that you’re using a caching plugin, e.g. WP Super Cache or similar. If you are, please clear the cache and deactivate it until you finish developing; if there are no third-party plugins installed on your WP instance, please let me know, I will look further.
Sincerely,
Andrii / Satori Studiosatori
KeymasterHey Max,
first of all, thank you for the purchase!
If you’re talking about the update I’ve provided in this topic, then yes, it should be possible to link to the blog using this method. The menu item you create should be a direct link to the blog posts page you’ve set in the “Settings -> Reading” admin section; for this, the “link” type of menu item would be most suitable, as it allows adding any URL you want (see the left-hand side of the “Appearance -> Menus” admin section.
Regarding the title underlines: the “line-height” declaration that immediately follows the commented-out line has been inserted to prevent exactly that :) not sure why it does not affect the title styling on your website, though – I can see that it is there in the style.css file. A side-note: I’d recommend using the CSS-style comments for commenting-out CSS lines, as described here – HTML-style comments may sometimes lead to unpredictable results.
Sincerely,
Andrii / Satori Studiosatori
KeymasterHey Jonas,
if I understood correctly what you’re trying to achieve, then maybe the coffee wouldn’t be required :)
If you want, you can declare the different styles of the same font as separate @font-face declarations (see examples here). The you can use the new identifiers for your element styling without having to make drastic changes anywhere else. Please let me know if this addresses the issue you’re facing!Sincerely,
Andrii / Satori StudioMarch 10, 2014 at 7:04 pm in reply to: Excerpts overlay don't show on portfolio projects with no image #2716satori
KeymasterHey Jonas,
this hasn’t been envisaged in the theme initially because in the absence of an image the text already present in the box should already contain some textual information. However, since it’s a rather simple customization, I can help out: please download this custom file I’ve prepared for you, unzip it, and upload the resulting file into the theme folder (/wp-content/themes/Ikebana/) replacing the existing one if prompted. Please let me know if it does the trick.
Sincerely,
Andrii / Satori Studiosatori
KeymasterHey Kjael,
this is not currently possible via the back-end, yet since you’re already the second person who is asking about this feature, I’ve decided to implement it and include into the next version of the theme (1.5). I’ve uploaded the updated files for you, please retrieve the archive here, unzip it, and upload the resulting file into the theme folder (/wp-content/themes/Kanso/), replacing the existing files. After that refresh the website – the menu items that scroll inside the page should remain, but now if you add a classic WP menu in the “Appearance -> Menu” admin section, they will also appear in the menu as normal links, to the right of the former. Please let me know if this works well.
Sincerely,
Andrii / Satori Studiosatori
KeymasterHey Kjael,
the slider functionality you mention is based on some rather complex jQuery, and is only available from inside the slider. If you want another element to link somewhere else on the same page, you can try using the scrollTo jQuery method (it also has an option to scroll a specific amount of pixels), otherwise if you’re not familiar with javascript this method is recommended. The trick in the latter one is to choose the position of the element you link to correctly, i.e. insert the
tag in the right place.
Sincerely,
Andrii / Satori Studiosatori
KeymasterHey Jonas,
first of all, thank you for the purchase! Glad to hear the issue was resolved, indeed the self-hosted fonts need an @font-face declaration in one of the theme’s CSS files.
Should you have additional questions, do not hesitate to contact me!
Sincerely,
Andrii / Satori Studiosatori
KeymasterHey TD,
glad the issue has been solved! Could you please share the details – which element required the “max-width” declaration, so that I could test it further and include the fix into the next version of the theme. Thank you!
Sincerely,
Andrii / Satori Studio -
AuthorPosts