Forum Replies Created
-
AuthorPosts
-
satoriKeymaster
Hey PV,
first of all, thank you for the purchase!
The “projects” post type has its own taxonomy in Ikebana, called portfolio tags (they can be viewed by visiting “Portfolio -> Tags” admin section). Only classic WordPress posts are linked with the “category” taxonomy in Ikebana, yet if you do need to link the “project” post type to the “category” taxonomy as well, you can achieve this by adding a “register_taxonomy_for_object_type” call to the theme’s functions.php file.
I’ve prepared a modified “functions.php” file for you which contains the above change – please download this archive, unzip it, and upload the resulting files into the theme folder (/wp-content/themes/Ikebana/) via ftp, replacing the existing files when prompted.
Sincerely,
Andrii / Satori StudiosatoriKeymasterHey Timothy,
yes, the retina.js script should only replace images which have @2x versions; the fact that images are not showing at all hints at compatibility problems between the retina.js code and the ImageOptim plugin. I would recommend trying our the WP plugin I’ve mentioned above to see if it works fine with the ImageOptim optimized pictures.
Sincerely,
Andrii / Satori StudiosatoriKeymasterHey Spencer,
this has to do with the fact that WordPress auto-formats any content, adding extra html tags that might interfere with the shortcodes. Please try the following to improve the rendering:
– while in the page editor mode, remove any spaces or line breaks between the end bracket of the “basic case” column shortcode and the beginning bracket of the “all season care” column shortcode.
– also, remove any spaces or line breaks between the cloud/snowflake image and the opening tag of the “all season care” shortcode.
If you face difficulties with the formatting or if the above does not seem to work, please let me know!
Sincerely,
Andrii / Satori StudiosatoriKeymasterHey Selena,
alright, in this case I will need the IDs of the portfolio tags you want excluded from the portfolio template page; you can find the ID of the tag by visiting “Portfolio -> Tags” admin section, clicking on the relevant tag, and looking at the URL: the number after “&tag_ID=” is the tag ID.
Sincerely,
Andrii / Satori StudiosatoriKeymasterHey Timothy,
are you using the ImageOptim itself or the Optimus WP plugin?
You can safely delete the retina.js script, it serves @2x images on high-density displays, yet in case there are none, you can go without it and not lose anything in terms of initial quality. If you want, you can install the Simple WP Retina plugin to improve images on retina devices.
Sincerely,
Andrii / Satori StudiosatoriKeymasterHey Chris,
this is not your fault, it’s due to the fact that Twitter has recently made significant changes to its API, making the process of embedding a Twitter feed into a page much more complex. I’ve updated the plugin’s code to accommodate the current API, please download this file, unzip it, and upload the entire folder via FTP into the following directory inside your WordPress install: /wp-content/plugins/ – replacing the existing files and folders. After that refresh the website and try adding the shortcode again (note that the required fields should have changed); here’s an explanation of how it works:
In order to use the Tweets shortcode, please create a new Twitter API project:
1. Go to the Twitter Developer Center to create an app.
2. Give it a name, description and website, at least, and validate
3. In the next page, open the “OAuth Tool” tab and find the 4 data points (should look like long strings of random characters) to insert into the fields below.Your shortcode should look something like this:
[tweets username=”satoristudionet” limit=”3″ consumerkey=”nG7SaE9zg” consumersecret=”1JnNnAumMNoU” accesstoken=”969066456-0F7Buym3U98FWUjytM9nA” accesstokensecret=”Lid1ot6f3FuOETZI”]
– the last four fields being your own keys generated using the steps above.Please let me know if you face any problems with using the new version of the shortcode!
Sincerely,
Andrii / Satori StudiosatoriKeymasterHey Timothy,
this archive should do the trick then; please unzip it and upload the contained files into the theme folder again, replacing the existing ones.
Sincerely,
Andrii / Satori StudiosatoriKeymasterHey Aksu,
you can use a similar CSS declaration in this case, only targeting the content instead of the title:
#page-holder-11 .content-container-inner { font-size: 20px; }
replacing the “20” with the size you need ;)
Sincerely,
Andrii / Satori StudiosatoriKeymasterHey Jay,
this is intended behaviour for any web page, as far as I know – images on a website can be downloaded by any visitor unless a specialized script has been deployed to prevent e.g. right-clicking with the mouse. In case you do not want your website’s images to be downloaded and used by the visitors, the most effective way is to use watermarks. Alternatively, you can also have a look at third-party WordPress plugins that prevent image downloading, e.g. this one (please note, however, that the plugins will prevent image download by right mouse-clicks, yet will most probably be unable to prevent image download using a browser extension).
Sincerely,
Andrii / Satori StudiosatoriKeymasterHey Selena,
first of all, thank you for the purchase!
I will cover the questions in the same order:
1). A “slug” is another name for the human-readable part of a web page’s URL; for example, if your website’s homepage URL address is “example.com”, then a contacts page on that website may have a URL of “example.com/?p=34”, which does not convey a lot of information to the end user – or it can be “example.com/contacts”, which is a semantic URL with a slug “contacts”. You can read more about URL slugs and permalinks here and here.
2). The code you’ve provided needs to replace line 69 of the “page_portfolio.php” template file, yet if you are not familiar with PHP, I would suggest that I make the changes for you, because a single PHP code mistake may render your website quite unusable. If you’re using an FTP client, I can provide you with a changed file – or you can give me access to your WordPress backend, and I will implement the code; as you wish.
3). This is not possible in WordPress without using a separate plugin, e.g. this one – otherwise, the “tag-portfolio” part is the slug of the portfolio tag, which cannot normally be avoided.
Sincerely,
Andrii / Satori Studio -
AuthorPosts