Forum Replies Created
-
AuthorPosts
-
satori
KeymasterHey Leslye,
I will go over the issues in the same order:
1). The in-text heading font color should be changed in the “Body subheading text color” field on the “Style: Content, Widgets” tab of the Theme Options panel, yet I’ve double-checked it and there seems to be a bug with this option. I’ve uploaded the fix here – please download the file, unzip it, and upload into the theme folder (/wp-content/themes/Ikebana) via ftp. My apologies for this one, and thank you for pointing it out! I will also include the fix in the upcoming theme update.
2). Icon menu position is not adjustable via the admin back-end, for the sake of preserving the layout and visual style of the theme. However, it can be done by adding custom CSS (into the textarea in the “Style: Add Custom CSS” tab of the Theme Options panel):
body #iconmenu { margin-left: -74px !important; }
The “-74” is the default position; any number smaller than that (e.g. -90) will move the menu to the left.3). The content of the text widget is determined by what you insert into it – the WordPress’ built-in text widget is not a part of any particular theme, so you’ll need to use in-text styling there; you can simply create the content you need in a new post editor, then switch to the “Text” mode via the tab on the top right of the editing area, copy the code, and paste it into the text widget.
Should you have more questions, do not hesitate to ask!
Sincerely,
Andrew / Satori Studiosatori
KeymasterHey Mahen,
that’s because you only mentioned the blog posts page and thus my customization was intended only for that template. To make the single posts also stretch to full width of the content, please add some more CSS:
.single-post #main #content { width: auto; }
and upload the contents of this archive into your theme folder.Let me know if this achieves your desired effect!
Sincerely,
Andrew / Satori Studiosatori
KeymasterHey Leslye,
you can either upload the image into your hosting or any free image hosting and paste a direct link URL here, or you can send the image to my email: support@satoristudio.net.
Best,
Andrew / Satori Studiosatori
KeymasterHey Jdudeo,
please excuse me if this part was confusing in the manual – the blog posts page in WordPress is set via the “Settings -> Reading” admin menu, the second half of the “Front page displays” option; the “404” page is a separate template which is used automatically for any URL that does not exist on the website, i.e. an error page. You can type anything after your website’s home URL and visit that address to see the “404” page ;)
I will rewrite and expand this place in the theme manual, thank you for pointing this out!
Sincerely,
Andrew / Satori Studiosatori
KeymasterHey Jdudeo,
it was supposed to be sent. I will contact ThemeForest admins and find out if it was a glitch or it was me who did something incorrectly. My apologies for any inconveniences!
Sincerely,
Andrew / Satori Studiosatori
KeymasterHey Leslye,
I’ve double-checked – the file should be working :) its name is indeed supposed to be “header-functions.php” – I’ve named the archive differently so as to give an idea of its purpose. Could you please double-check if you’ve uploaded the files into the correct folder (/wp-content/themes/Ikebana/), and the original file has been replaced? If it still doesn’t work, please download this file, unzip it, and upload into the same folder.
Please let me know of the results!
Best,
Andrew / Satori Studiosatori
KeymasterLet me know if the custom file doesn’t work as intended.
Should you have more questions, do not hesitate to contact me!
Sincerely,
Andrew / Satori Studiosatori
KeymasterDear Leslye,
first of all, thank you for the purchase!
I did not include a caption into “link” format projects on purpose, since the primary usage for the “link” format is displaying textual links, which can interfere with the captions (for a similar reason I did not include captions on “gallery” type projects, so that they do not overlap the gallery controls). However, having given it a second thought, I’d agree that as an auxiliary function “link” project captions could be useful, so I’ve made changes to the theme files to make them possible. Please download this file from my repository, unzip it, and upload the contained file into the theme folder via ftp (/wp-content/themes/Ikebana).
Thank you for bringing this up, I will definitely include the additional functionality into the upcoming theme update (ver1.4).
Please let me know if this achieves the desired effect!
Sincerely,
Andrew / Satori Studiosatori
KeymasterHey Mahen,
from looking at the page you’ve linked to, I can see that you’ve figured it out. Is this correct?
Sincerely,
Andrew / Satori Studiosatori
KeymasterDear Alejandra,
regarding the 2×1 portfolio tag tile: you cannot make it go away with CSS, since it has a wrapping div which only has a class and no unique ID. To remove the tile, please download this custom file I’ve made for you, unzip it, and upload into the theme folder (/wp-content/themes/Ikebana), replacing the existing file.
Concerning the icon menu links: I can now see that the page http://fx2.com.uy/site/tag-portfolio/portfolio/ exists – have you resolved this issue?
Sincerely,
Andrew / Satori Studio -
AuthorPosts