Forum Replies Created
-
AuthorPosts
-
satoriKeymaster
Glad to hear it helped!
Should you have additional questions about the theme, do not hesitate to contact me.
Sincerely,
Andrii / Satori StudiosatoriKeymasterHey Karen,
I’ve prepared a customized file for you where the respective code has already been removed: please download this archive, unzip it, and upload the resulting file into the theme root folder (/wp-content/themes/Ikebana/) via ftp, replacing the existing files when prompted.
Let me know if you have additional questions about the process!
Sincerely,
Andrii / Satori StudiosatoriKeymasterHey Karen,
now I see which tile you had in mind :)
The 2×1 wide tile with the name of the respective tag appears automatically on each portfolio tag archive page, and contains the information about the current tag; it has been added as a best-practice approach to navigation, whereby the user should always know where she is located on the website at any given moment. If you wish to remove this, please delete or comment out lines 15-23 (both of them should start with a “div” tag) in the “taxonomy-tagportfolio.php” template file which is located in the theme root folder.
Sincerely,
Andrii / Satori StudiosatoriKeymasterHey Karen,
could you please provide access to the website with the theme (at the moment there is a “coming soon” landing page on your domain) – you can send the login details to support@satoristudio.net, i.e. the same email address as previously. Also, I’d like to kindly ask you to write the exact sequence of actions (i.e. where you clicked) you were doing to produce the bug. Thank you!
Sincerely,
Andrii / Satori StudiosatoriKeymasterThanks, Chris!
I will look closer at this issue.
Sincerely,
Andrii / Satori StudiosatoriKeymasterHey Brian,
first of all, thank you for the purchase!
The next/previous navigation links in projects are something that I am planning to add to the theme in version 3.3 (in fact, their “prototype” code, although disabled, is present in 3.2 as well), yet I haven’t yet finalized it. I can send you the template file with the functioning links, which will add next/previous links to each portfolio project; please note, however, that the previous_post_link and the next_post_link WordPress functions only allow for chronological order, i.e. the next link will point to the item which was created (chronologically) after the current one, which means that the order of the nav links will coincide with the order of the tiles on the masonry page only if the “Order of portfolio items” option in the “Portfolio Page” tab of the Theme Options panel has been set to default or “Date created”.
In any case, here’s the file, please download and unzip it, and upload the resulting file via FTP into the theme folder: /wp-content/themes/Ikebana/, replacing the existing file.
Let me know if you face problems with the file, or in case any other questions pop up!
Sincerely,
Andrii / Satori StudiosatoriKeymasterHey Dan,
this hasn’t been envisaged as a back-end feature, yet you can change the order by altering the get_terms query on line 49 of the “page_portfolio.php” template file – from:
$kanso_sd_portfolio_types = get_terms('tagportfolio');
to (for example):
$kanso_sd_portfolio_types = get_terms('tagportfolio', 'orderby=count');
this will order the terms by the number of items in each tag; other options available in WordPress include ordering by term id (replace “count” with “id”) and alphabetic ordering by term slug (replace “count” with “slug”).
Sincerely,
Andrii / Satori StudiosatoriKeymasterHey Luigi,
thank you for the suggestions, I will bear them in mind when preparing the theme for the next version update.
You can send me screenshots to support@satoristudio.net
Sincerely,
Andrii / Satori StudiosatoriKeymasterHey Ajifsk,
here’s how the website looks on my 1600px wide screen: screenshot. It fits a 4×4 and 1×1 tile in one row, and can fit even more tiles when viewed on larger screens. Could you please clarify what you are trying to achieve, and ideally provide a screenshot of how it looks on your machine. Thanks!
Regarding the error message, please try the following: download this archive, unzip it, and upload all three contained files via FTP into the following folder inside your WordPress install: /wp-content/plugins/twitter-widget/. After that refresh the website and let me know if the error message persists.
Sincerely,
Andrii / Satori StudiosatoriKeymasterHey Chris,
do you mean the Twitter plugin that comes bundled with the theme?
Sincerely,
Andrii / Satori Studio -
AuthorPosts