Forum Replies Created
-
AuthorPosts
-
satoristudioMember
Dear Tianmei,
first of all, thank you for the purchase!
Fuji has been successfully tested with many different Google Fonts, which is why I’d like to ask to name the fonts you’ve been trying to use, so that I could troubleshoot. Please name the exact text string you input into the theme option fields ;)
Sincerely,
Andrew | SatoriJanuary 7, 2013 at 12:56 pm in reply to: How to reduce the dark background width of footer widget area #678satoristudioMemberCool! I was slightly afraid that this big chunk of code wouldn’t work in some respect, nice that it did :)
satoristudioMemberGreat! :)
January 7, 2013 at 12:49 pm in reply to: Multilanguage (.mo and .po) with Poedit and WPML Plugin #676satoristudioMemberDear Nicola,
I’ve spent a couple of hours on this and got to the root of the problem, and have to admit that it was totally my fault. I’ve fixed all translatable strings in the template files, yet the changes are too large to post a fix here – I’ve uploaded the fix as a new version of the theme to ThemeForest, it should be approved and available in one or two days. Meanwhile, if the issue is urgent for you, you can send me your admin credentials to support@satoristudio.net (no disclosure guaranteed) and I can update the theme files for you.
I apologize for any inconveniences, and thank you for pointing out the issue!
Best,
Andrew | SatoriJanuary 6, 2013 at 7:36 pm in reply to: Multilanguage (.mo and .po) with Poedit and WPML Plugin #668satoristudioMemberDear Nicola,
please try using these updated language files from my repository; in case this does not solve the problem, let me know!
Sincerely,
Andrew | SatorisatoristudioMemberDear Nicola,
to have different colours for individual menu items, please do the following:
1). Open your website in Chrome, right-click on the open menu item, and choose “Inspect Element”.
2). A panel with code will open at the bottom, where you will be able to locate the- element associated with your menu item.
3). The- element will say something like
- – you need the number which comes in the “id” property.
4). Go to “Appearance -> Editor” and add the following line into “style.css” (one for each of the menu items you wish to re-colour):
#nav-primary li#menu-item-8 a { background-color: #000000; }
replacing the “8” with your specific item number, and the #000000 with the colour code you wish to obtain (check the hex colour table e.g. here: http://www.colorpicker.com/Or – you can email me your website’s URL as well as admin login and password at support@satoristudio.net, together with the colours you’d like your menu items to become, and I will arrange them for you.
Sincerely,
Andrew | SatorisatoristudioMemberDear Agatha,
I highly recommend using the MEDIA shortcode for inserting a video into a page or a post. Just click on the square parenthesis icon above the text editor field and choose the respective shortcode from the drop-down list ;)
Sincerely,
Andrew | SatorisatoristudioMemberDear f3rnando,
first of all, thank you for the purchase!
This issue has not been reported before; could you please provide your website’s URL so that I could look at the code?
Sincerely,
Andrew | SatorisatoristudioMemberDear Nicola,
that is strange, I’ve tried to download the theme from ThemeForest, and it is version 1.1. Could you please give me your item purchase code for Kabuki, I will inquire ThemeForest administration about this (to find the item purchase code you need to log into your ThemeForest account and go to your “Downloads” page; locate the Kabuki theme you purchased in your “Downloads” list and click on the “License Certificate” link next to the download link; after you have downloaded the certificate you can open it in a text editor such as Notepad and copy the Item Purchase Code).
To update the theme, you will need to re-upload the theme files into the same folder via FTP. Please note that any changes in the template code, such as the ones I’ve suggested in other posts on this forum, will have to be re-applied once the theme is updated.
Sincerely,
Andrew | SatorisatoristudioMemberGreat to hear! :)
- element associated with your menu item.
-
AuthorPosts