Forum Replies Created
-
AuthorPosts
-
satori
KeymasterHey Wabimedia,
please try using the theme’s built-in contact form generator, it is also based on Contact Form 7 by the way ;) please see pages 4 and 5 of the theme manual on how to insert the form. The built-in form is pre-styled to better match the theme, and the button does react to the settings you’ve mentioned. Please let me know if you have any problems implementing this!
Sincerely,
Andrii / Satori Studiosatori
KeymasterHey Wabimedia,
first of all, thank you for the purchase!
Could you please provide the URL of the page in question (i.e. where the buttons are located), as well as the full titles of the Option Panel settings that you are unable to change. Thanks!
Sincerely,
Andrii / Satori Studiosatori
KeymasterThanks, Bren!
Nice one, I especially liked how you’ve integrated the calendar.Best,
Andrii / Satori Studiosatori
KeymasterHey Bren,
I’ve overlooked one more place where the new project order needed to be set – made the necessary change to the “page_portfolio.php” file on your server – now the new sticky posts should follow the logo, please let me know if it works as you intended.
Best,
Andrii / Satori Studiosatori
KeymasterHey Kjael,
I’ve investigated the problem and it seems to be my mistake: a certain line of CSS should have been moved below another one :) in any case, here’s the fix, please unzip the archive and upload the resulting file into the theme folder. Let me know if this fixes the bug!
Best,
Andrii / Satori Studiosatori
KeymasterGlad it helped, Matteo!
Should you have additional questions or face issues, do not hesitate to contact me.
Best,
Andrii / Satori Studiosatori
KeymasterHey Cottima,
first of all, thank you for the purchase, glad you like the theme :)
Regarding your question: the height of the portfolio boxes on mobile screens is determined by the height of the standard 1×1 box in Ikebana, for multiple reasons. However, in your case since the 1×1 box is quite small, I would try removing this rule: please download this custom archive I’ve prepared for you, unzip it, and upload the contained file into the theme folder (/wp-content/themes/Ikebana), replacing the existing file. Let me know if it improves the situation!
Best,
Andrii / Satori Studiosatori
KeymasterHey Theweblady,
below are the answers to your questions in the same order:
1). Yes, the “background” property from the previous piece of code is what you need to alter with your desired color (in hex representation).
2). Yes, here is the custom CSS:
.orbit-wrapper .orbit-caption { max-width: 400px !important; }
Sincerely,
Andrii / Satori StudioMarch 19, 2014 at 12:31 pm in reply to: Fuji: blog post category label & icon & change template in post #2798satori
KeymasterHey Theweblady,
I will go over your questions in the same order:
1). This is not envisaged via the back-end, because usability principles dictate that the user should know which part of the site she is on. However, it can be done by removing lines 11-17 of the theme’s “category.php” template file.
2). Following the same principles (the user should distinguish between a post and a static page), there is no back-end option for adding the pencil icon to the pages; you can achieve that by customizing “page.php” and “page-**.php” template files, based on the code found on lines 10-15 of the “single.php” template.
3). The posts in Fuji do not have full-width templates; you can achieve a full-width post by removing line 56 of the “single.php” template, and adding some custom CSS:
.single-post #content, .single-post .featured-thumbnail { width: 100% !important; } .single-post .featured-thumbnail img { max-width: 100% !important; }
Sincerely,
Andrii / Satori Studiosatori
KeymasterHey Theweblady,
the body font can be set in the “Typography” tab of the Theme Options panel; the body text size is not changeable via the admin settings, as it is a part of the theme’s visual, yet you can alter it by adding a custom line of CSS at the very end of the “style.css” file (opens by default when you visit the “Appearance -> Settings” admin section):
body { font-size: 16px !important; }
Sincerely,
Andrii / Satori Studio -
AuthorPosts