Forum Replies Created
-
AuthorPosts
-
satori
KeymasterDear Leslye,
I will go over the questions in the same order:
1). The contact form text color can be changed by inserting the following code into the “Style: Add Custom CSS” tab of the Theme Options panel:
input[type=”text”], input[type=”password”], textarea { color: #5b5b5b; }
(I’ve done it for you). You can change the “#5b5b5b” bit to any color you want, in hex notation.2). If you wish to use another contact form plugin with the theme, please make sure it is not “Grunion Contact Form” (since this one is already integrated into Ikebana). Please also note that each third-party plugin will have a different mechanism for inserting the contact forms, not via the theme’s contact form icon in the text editor.
Sincerely,
Andrew / Satori StudioOctober 1, 2013 at 6:50 pm in reply to: Background Slider / Image Source of Images Not Working #1760satori
KeymasterHey Steve,
the one thing that needs to be done is to tick the places where you wish the background to show up on the “Display” tab of the “Appearance -> Background Settings” admin page. It was set to only display on the front page so far; I’ve added the blog page for example, and now the “News” section also has a background.
Sincerely,
Andrew / Satori Studiosatori
KeymasterHey Nedim,
first of all, thank you for the purchase and my apologies for the delay in reply.
Regarding your questions:
1). Inserting a language switcher into the header is not envisaged by the theme’s admin backend, but it is possible via the code as a customization. You’ll need to insert your button’s code into the “header.php” file, replacing lines 95-101 which currently create the search form. If you want, I can help you insert the button code; for this I will need the code itself as well as access to your website’s admin (you can send the login and password, together with the website’s URL, to support@satoristudio.net).
3). Audio post formats is a relatively recent feature of WordPress, and Ikebana does not currently offer them out-of-the-box. You can take a look at various third-party plugins which offer this functionality, e.g. this one.
Sincerely,
Andrew / Satori Studiosatori
KeymasterHey Chao,
I apologize for the delay in my reply!
The WordPress plugin based on the Infinite Scroll will not function with Ikebana’s portfolio layout because the latter is based on the Isotope masonry layout and the former only envisages simple multi-page blog-type pages. The Isotope uses a special method called “appended” to add new items, which is not included into the WordPress plugin for Infinite Scroll.
You would need to use the plain jQuery version of the Infinite Scroll with Ikebana’s portfolio page.
Anyhow, I will implement the effect on your website, since I was planning to add it to the theme anyway. Please send me your ftp account login and password – I’ve made a typo in the php code while altering the needed files on your website, now it can only be fixed by re-uploading the correct files via ftp (you can do it yourself if you wish – just upload the file from this archive into the “wp-content/themes/Ikebana/” directory on your install.
Sincerely,
Andrew / Satori Studiosatori
KeymasterHey there!
first of all, thank you for the purchase!
The 2×1 tiles in Ikebana are only generated automatically on the portfolio tag archive pages (the ones which have “tag-portfolio” in the middle of their URLs, as the one you’ve provided). You can edit and add new tags in the “Portfolio -> Tags” section of the admin menu. Please note that each “tag-portfolio” page is also generated automatically for each portfolio tag you create.
Should you have more questions, do not hesitate to contact me!
Sincerely,
Andrew / Satori Studiosatori
KeymasterGlad to hear you liked it ;)
I’ll also introduce this into the next theme update.
Best,
Andrew / Satori StudioSeptember 27, 2013 at 1:09 pm in reply to: Background Slider / Image Source of Images Not Working #1742satori
KeymasterHey Skozyk,
first of all, thank you for the purchase!
This issue hasn’t been reported before – could you please provide your website’s URL as well as WordPress backend login and password by sending them to support@satoristudio.net (no disclosure guaranteed) – I need to see the code in order to troubleshoot this one. Thanks!
Sincerely,
Andrew / Satori Studiosatori
KeymasterDear Leslye,
I’ve finally managed to solve the loading issue: instead of using Javascript for defining the width and margins, I’ve entirely rewritten the code to use PHP (which loads before JS) to generate a series of CSS @media queries which now govern the width of the website on all possible screen sizes. I’ve inserted the code on your website already, please have a look and let me know if it does what you needed.
Sincerely,
Andrew / Satori Studiosatori
KeymasterDear Leslye,
I haven’t thought about this issue before mostly because none of the 150 buyers reported this. Now, after pondering over the case for some time, I believe that I may have the answer; however, I will need some time to implement and test it – I hope you will be able to give me 1-2 days for this. Thank you and my apologies for the inconvenience!
Sincerely,
Andrew / Satori Studiosatori
KeymasterHey Chao,
Ikebana has not been explicitly tested with the infinite scroll so far, but the theme’s portfolio masonry layout is based on Isotope, which can be combined with Paul Irish’s Infinite Scroll plugin. Thus with some customizations and changes to the theme’s code it should be possible to use the infinite scroll function; for the sake of clarity, please note that such changes are not covered by the theme’s support guarantee on ThemeForest because they are classified as theme customization. To implement the infinite scroll, you will need to integrate the plugin itself, as well as most probably edit the theme’s “header-functions.php” and “page_portfolio.php” template files.
Should you have more questions, do not hesitate to ask!
Sincerely,
Andrew / Satori Studio -
AuthorPosts