Forum Replies Created
-
AuthorPosts
-
satori
KeymasterHey Alejandra,
first of all, thank you for the purchase!
I will answer your questions in the same order:
1). Ikebana uses the native WordPress localization functions (“_e()” and “__()”) on all strings, so there shouldn’t be any problems using multilingual plugins (e.g. Xili Language or WPML). If, however, you face any difficulties in localizing your website, please do not hesitate to contact me, I will be glad to help.
2). The setting you’re after is the “Portfolio page items: box margins” field in the “Portfolio Page” tab of the Theme Options panel ;)
3). Sorry, but this is probably not possible – the margins of the main content area are determined by jQuery scripts, which cannot safely initialize before all DOM elements on the page have been loaded (i.e. until all html on the page is already visible).
Sincerely,
Andrew / Satori Studiosatori
KeymasterHey Rohidas,
I will answer the questions in the same order:
1). Please make sure that your “Permalinks” settings in the “Settings -> Permalinks” admin menu are on the “Post name” radio button. If this does not help, please provide the URL of your website, I will need to look at the code.
2). The pages start loading in the left corner in Ikebana because the side margins are set by a jQuery script which needs the DOM to be fully loaded before safely performing any actions. The margins cannot be set via CSS since they depend on the width of the screen of each particular user. Do you mean that the content shakes back and forth several times while loading? Could you please tell me which browser and which version you are using? Thanks!
Best,
Andrew / Satori Studiosatori
KeymasterGlad it worked!
Should you have other questions, do not hesitate to contact me!
Sincerely,
Andrew / Satori Studiosatori
KeymasterHey Antonio,
sorry if I was not articulate enough about the fancybox overlays. Let me explain: the black square navigation in the overlay images switches between different projects of the “image” format”, i.e. once you have more than one project in your portfolio, the arrows will appear automatically in the fancyboxes (you can check the Ikebana theme demo to see how it works).
If, however, you meant not the overlays which pop up when you click on an “image” format project (e.g. the one with a paper and a smiley on it in the theme demo portfolio), but the galleries which switch images inside the project box (e.g. the project with an image of wires under a table in the demo portfolio), then this is achieved by marking the project as “gallery” format and uploading one or more images into the post.
Regarding the menu issue – you’re right, I haven’t included one scenario in which the logo itself has not been uploaded at all. Please download this fix, unzip, and upload into the theme folder. Thank you for pointing this out! Will include into the next theme update as well.
Sincerely,
Andrew / Satori Studiosatori
KeymasterHey Jdudeo,
this small cropping was introduced on purpose – without it the image backgrounds will not cover the entire tiles in the Opera browser, leaving empty margins on the top and left sides.
In case you still want to cancel this behaviour, please insert this line of CSS into the textarea in the “Style: Add Custom CSS” tab of the Theme Options panel:
.inner-image-placeholder { width: 100% !important; height: 100% !important; margin: 0 !important; }
and do not forget to click on the “Save All Changes” button.Not related to this topic: I highly recommend reducing the size of the background image on the website – currently it is 8.34 Mb and takes uncomfortably long to load. Try compressing the image with a graphics software package to at most 1 Mb. You can also reduce the dimensions of the image since there are very few viewing devices which have 4000+ pixel screen dimensions.
Sincerely,
Andrew / Satori Studiosatori
KeymasterHey Jdudeo,
first of all, thank you for the purchase!
Before speaking about theme updates, it is worth noting that the recommended way to customize WordPress themes (e.g. in case you’ve bought the theme and want to make certain changes in the template code or the insides of the css stylesheets) is by using child themes. Ikebana supports child themes, and the downloadable package contains a starter child theme in the “Ikebana-child” folder. You can find more information on using child themes on this official page by WordPress.
Regarding theme updates, I would recommend downloading the latest version of the theme from your ThemeForest account, extracting the theme folder, and simply uploading it into the /wp-content/themes/ directory via ftp, overwriting the existing theme folder. When posting new theme updates, I use the ThemeForest function which automatically notifies all buyers once a new version is available.
Should you have additional questions, do not hesitate to contact me!
Sincerely,
Andrew / Satori Studiosatori
KeymasterHey Jane,
first of all, thank you for the purchase!
The line you’re after is around 200th (cannot tell for sure in case you’ve made changes to the file) in the theme’s style.css: it should say “#page-background { … }”. You need to change the “z-index” property for that element to “-2000” for it to hide behind the full-page slider.
Let me know if you have troubles applying the fix!
Best,
Andrew / Satori Studiosatori
KeymasterAh, you’re right, I forgot to change the capability settings in another place in the file! Try this one now.
Best,
Andrew / Satori Studiosatori
KeymasterGlad to hear! :)
A. / Satori Studio
satori
KeymasterHey Antonio,
I will answer your questions in the same order:
1). To enable advanced SEO options for projects, please also tick the “SEO for Custom Post Types” checkbox just above the setting that chooses which types of content to enable SEO options for (on the SEO Options admin page).
2). To create a project that links to a specified URL, you need to create a project and declare the “link” format for it; after that you can insert the needed URL into the content – it will become the target URL; the title of the project will become the anchor of the link. If you upload a thumbnail (from the “Featured image” admin box) to such post, it will show the thumbnail which will be clickable and lead to the destination URL. You can read more about post and project formats on pages 8 and 9 of the theme manual.
3). The “Preview” button does work fine on my installation – could you please specify which contents you fill in for the project before pressing the button?
Thanks!
Sincerely,
Andrew / Satori Studio -
AuthorPosts