Forum Replies Created
-
AuthorPosts
-
satori
KeymasterDear Leslye,
I will go over the questions in the same order:
1). The social icons in the header are created using an external icon font (Font Awesome), which means they are fixed in appearance.
2). The text color of portfolio captions is the same as the body text, i.e. changed with the “Body text color” setting in the “Style: Content, Widgets” tab of the Theme Options panel. If you want to change it separately, you can use this line of custom css (add to the textarea in the “Style: Add Custom CSS” tab of the Theme Options panel):
.image-post-overlay-in, { color: #555555; }
changing the #555555 to the hex code of your preferred color.3). You cannot change the color of the submenu text separately from the menu text (controlled by the “Menu text color” option in the “Style: Header” tab of the Theme Options panel); if you want finer control, you can use the following CSS:
body #nav-primary ul ul li a { color: #555555 !important; }Sincerely,
Andrew / Satori Studiosatori
KeymasterHey Tom,
in order to enable the tall background slider, two things needed to be done: checking the “Display custom header” box on the “Header Elements” tab of the Theme Options panel; and choosing “background slider” as the custom header on the front page by going to the page editor screen and using the drop-down in the “Custom header” box. I’ve also switched from the NextGen gallery to a folder location in the “Slides Source” tab of the “Appearance -> Background slider” admin menu – but that was just to re-enable the background images. More information and screenshots on how to set up the background slider are available on pages 5 and 6 of the theme manual.
Should you have more questions, do not hesitate to ask!
Sincerely,
Andrew / Satori Studiosatori
KeymasterHey Jdudeo!
I will cover the issues in the same order:
1). Now I see what you mean. If you need a shortcode to insert a slider into a project/page/post, please try the [nivo_slider] shortcode – the [custom_gallery] shortcode creates a tiled list of images, not a slider (I apologize for this confusing naming, I will need to correct this in the manual and in the theme itself!). You can find the usage examples and available options for each shortcode in the second Appendix of the theme manual. Please note that the update I’ve provided in the previous post allows you to create a gallery-format project with a slider at the top and text/other content underneath, so it this is what you need as a result, you can also try it out ;)
2). Regarding the gallery-format blog post – could you please tell me if you’ve uploaded new images into that post – or used some existing ones from the medial library? As noted in the manual page 8, the “gallery”-format will only use the images that are attached to that particular post, which in WordPress means they were uploaded into that particular post. If this does not help, please send me your admin login and password to support@satoristudio.net (no disclosure guaranteed) – I will troubleshoot the issue and get back to you as soon as possible!
Best,
Andrew / Satori Studiosatori
KeymasterHey Toml,
first of all, thank you for the purchase!
I can see in the website’s code that the background slider has been activated, but it cannot locate the images. Please try the following: go to the “Appearance -> Background Slider” admin page, open the “Slides Source” tab, and in the “Default slides directory” option locate the folder with your uploaded images by clicking on the radio buttons. Please note that the folder should be located inside the “/wp-content/uploads/” folder.
Please let me know if this solves the issue!
Sincerely,
Andrew / Satori Studiosatori
KeymasterHey Jdudeo!
Indeed, it’s a problem within the theme’s code. I’ve created a fix and uploaded it into my repository. Please unzip the archive and upload the contained files into the theme folder (/wp-content/themes/Ikebana), replacing the existing files. Let me know if it works!
Sincerely,
Andrew / Satori Studiosatori
KeymasterHey Kairosdesign,
the nivo slider shortcode has a “size” option which allows customizing the dimensions of the slider: simply add
size=”500×300″
into the shortcode attribute list, i.e.
[nivo_slider size=”500×300″]
changing the figures to any values you need.You can find more about the available attributes for the nivo slider in Appendix 2 of the theme manual (look for the “nivo_slider” shortcode description.
Please let me know if this information was helpful in your case!
Sincerely,
Andrew / Satori Studiosatori
KeymasterHey Jdudeo,
the “gallery” shortcode is designed to insert a gallery into a post, page, or project, which will look and function similarly to the native WordPress gallery but has more customization options. The “gallery” project format can only use images at the moment – but after your comment I thought that there’s indeed no reason why it shouldn’t display text as well, so I’ve prepared an update: please download this archive, unzip it, and upload the contained files into the theme folder (/wp-content/themes/Ikebana).
I will include this feature into the upcoming theme update as well (version 1.4), thank you for pointing this out!
Please let me know if this works for you!
Sincerely,
Andrew / Satori Studiosatori
KeymasterDear Leslye,
I’m glad you’ve resolved the issue, and my apologies for the delay in my reply!
In case of other problems, do not hesitate to contact me.Sincerely,
Andrew / Satori Studiosatori
KeymasterGreat! :)
Should you have other questions, do not hesitate to contact me.
Best,
Andrew / Satori Studio -
AuthorPosts