Forum Replies Created
-
AuthorPosts
-
satoriKeymaster
Hey Jokerless,
One thing you can do is to reinstall the theme, yet bear in mind that your Theme Options panel settings will be lost. Alternatively (or in addition to that), I can troubleshoot the problem if you can send me your admin login and password to support@satoristudio.net (no disclosure guaranteed).
Best,
Andrew / Satori StudiosatoriKeymasterHey Jimmy,
the Tokyo theme image slider (demo here) automatically stretches the entire width of the screen and adjusts the height accordingly – there is no built-in fixed-width slider. There are two possible paths to take if you wish to have a custom-width slider: either install one of the third-party slider plugins that fits your criteria – or alter the code to make the slider fixed-width (the javascript is in the “header-functions.php” and “/includes/orbit-slider/jquery.orbit-1.2.3.js” files, and the css is in the “style.css”, “lessframework.css”, and “/includes/orbit-slider/orbit-1.2.3.css” files).
Sincerely,
Andrew / Satori StudiosatoriKeymasterHey Jokerless,
first of all, thank you for the purchase!
The setting you’re searching for is in the “Style: Menu” tab of the Theme Options panel: please locate the “Always show the menu” item and choose the “Always display the menu” option from the drop-down. Do not forget to hit “Save All Changes” and then refresh the website page for the new setting to take effect.
Let me know if this helps in your situation!
Sincerely,
Andrew / Satori StudiosatoriKeymasterDear Agatha,
this happened because the excerpts are automatically added to every portfolio item on portfolio pages, and in the case of “Carnage” the WYSIWYG text editor added extra div-wrappers to the text of the main content for that project. This led to it being displayed on the portfolio page (other projects did not have those wrapper elements, this can be see by clicking on the “HTML” tab in the top right corner of the main content editor area while in the project editor mode. In any case, this is all too tedious to check all the time, so I’ve introduced some CSS declarations so that the excerpts will never get shown accidentally.
Sincerely,
Andrew / Satori StudiosatoriKeymasterHey Gina,
I’ve made some changes to the website, as per your requests. Please take a look and let me know if this is what you wished to arrive at.
Best,
Andrew / Satori StudiosatoriKeymasterDear Agatha,
let me explain further regarding the “Photography” link on the Photography page. That page is a portfolio-type page, which means that it always displays a filter above the projects; this filter is automatically generated based on the tags that are being created for various portfolio items (you can see the full list of tags in “Portfolio -> Tags” admin menu). The said filter displays all tags by default, which is why the “Photography” tag is also displayed (you can check in “Portfolio -> Tags” that it exists). And the only two portfolio items that have this tag are “Limited Edition” and “Carnivalesque” – this is why they appear when you click that tag. I’ve removed the tag from the two mentioned projects, and now you can see that it is gone from the Photography page. In case I misunderstood your request, please let me know!
Sincerely,
Andrew / Satori StudiosatoriKeymasterDear Agatha,
your first question is out of the scope of my theme’s support guarantee since it does not relate to the theme itself, but I’ll give you a quick hint: if you want to collect visitors’ email addresses and then send out regular emails, the most efficient way is to use one of mailing managers, the two largest of which are Mad Mimi and Mailchimp. There are WordPress plugins to integrate subscription forms for both Mad Mimi and Mailchimp.
The “Photography” tag appears on the Photography page because you have such a tag for your portfolio items (see “Portfolio -> Tags” admin section). If you remove the tag from there it will also disappear from the portfolio page.
Regarding your question about the “Limited edition” tag: unfortunately this is not possible in Fuji without theme customization – portfolio pages display filters which contain tags and not direct links. You will need to ask a developer to alter the theme files to arrive at the desired effect. I can do it as well if you prefer, but I will still have to charge since this is considered as a theme customization.
Sincerely,
Andrew / Satori StudiosatoriKeymasterDear Gina,
first of all, thank you for the purchase!
Let me first explain why this is happening (it is not a bug), and then we’ll figure out what we can do in this particular case to suit your needs. By design Haiku’s header is centered around the stick menu, with the logo on the left and the secondary menu on the right and gravitating towards the central stick menu. In other words, one can say that the meader has a center symmetry. The right menu also becomes automatically centered vertically according to the height of the logo, in order for the entire block to look more balanced. Since the logo you are using is quite large and the right menu is still centering vertically based on the logo height, the right menu moves down to fit the vertical level of the middle of the logo. ..I hope this was understandable :) The arrangement I’ve described above is not a random whim but rather a result of testing several alternative approaches to implementing the header layout I’ve envisaged for the theme.
By the way, I can also see that you’ve altered the code slightly, and the new declaration you’ve inserted is not correct (line 232 of “style.css”, the #logo element has a “text-align” property set to “float left”; if you want the logo to align left, that property should simply be “left”) – and this is why the logo exhibits the default behaviour and aligns to the left, leaving a white space between it and the stick menu.
Now to the solution part. Let me first describe your desired state of the header to make sure we’re on the same page: as far as I understood, you want the logo to align left relative to the main white content box, the sticks to move to the left just next to the logo, and the right menu to stay on top of the header area, i.e. not go down vertically. This can be done, given that I will be provided access to your backend. However, a much simpler solution would be to upload a new logo, making it smaller, both vertically and horizontally (Haiku was envisaged as a “small-minimalist-logo” theme :) You can see an example of the logo in the theme’s demo. In case this is not an option and you do not want to resize or redesign the logo, please let me know if I got your desired layout correctly, and send me your admin credentials to support@satoristudio.net (no disclosure guaranteed) to make the desired changes.
Sincerely,
Andrew / Satori StudiosatoriKeymasterGlad to hear!
Should there be other questions, do not hesitate to contact me!
Best,
Andrew / Satori StudiosatoriKeymasterHey David,
the hover color of the promo text links is determined by the CSS declaration for the top menu hover color (i.e. #nav-primary a:hover). I agree that this needs a separate back-end setting in Theme Options, thanks for spotting this issue!
To change the hover color for the links in question, please add this CSS to the “style.css” file (should open by default when you go to “Appearance -> Editor”:
#nav-primary .promo a:hover { #37B8DD !important; }
Let me know if it works.Best,
Andrew / Satori Studio -
AuthorPosts