New Front EN › Support Forums › Ikebana Theme Support › Multi-lingual, margins, loading
- This topic has 11 replies, 2 voices, and was last updated 11 years, 2 months ago by satori.
-
AuthorPosts
-
August 22, 2013 at 7:01 pm #1524aleplinParticipant
To whom it may concern,
I’ve already installed the ikebana template and I’m very happy with it, however, I have some issues I still can’t figure out:1. is it possible to make the site using the ikebana template multi-lingual?
2. how can I change the margin in between boxes (in the portfolio format)? I’ve already tried using the css in the editor, but I can’t find the class that controls all type of boxes (images, articles, quote)
3. Is there a way to avoid having boxes align to the left when the site is loading?Sincerely,
Alejandra Perez LinAugust 23, 2013 at 1:14 pm #1532satoriKeymasterHey 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 StudioAugust 23, 2013 at 6:03 pm #1541aleplinParticipantThanks for your prompt reply!
I have just one more question to ask you.
I’m having some problems with the page title, in pages with a portfolio template. I’ve already selected the option to hide them, (theme options>hide page titles on pages) however, they still keep on showing up on the website. I also tried hiding them through the css using the following rule:portfolio-header{display:none; position:absolute;}
This didn’t work, because even though they were hidden, they still take up space.
how can I solve this?
thanks again
AlejandraAugust 26, 2013 at 5:55 pm #1545satoriKeymasterDear Alejandra,
please clarify – do you want the titles to be hidden on pages with the “Portfolio” template – or on the portfolio projects (i.e. the pages you get to when you click any of the portfolio boxes)? If the former, then the Theme Options setting “Hide page titles on pages” (“Page Elements” tab) should do the trick. In case you meant the latter, the Theme Options setting mentioned above will not affect them, since they are not pages but posts (of type “Project”); in this case you can use the following CSS:
.single-project .post-header { display: none; }Please let me know if I misunderstood the question!
Sincerely,
Andrew / Satori StudioAugust 26, 2013 at 6:52 pm #1546aleplinParticipantHi Andrew,
What I wanted to do was to hide the title in the Portfolio template, I’ve already chosen the “hide page titles on pages” option, however, the title still appears randomly once in a while and then disappears. I would like to know how to avoid this weird behaviour.
I have some other questions I would like to ask you:1. can the height of the footer be controlled through the css?
2. which format should I choose to display a logo in the same way you do in the ikebana page (without any icon con the right hand corner)?
3. something strange is happening to my menu. If I enter any box in the portfolio (for example one with format article), once I’m inside that page and use the menu, I’m redirected to a 404 (page not found) error. (you can see it here http://fx2.com.uy/site/project/canarias/ )Thanks again for your help
sincerely
AlejandraAugust 26, 2013 at 7:19 pm #1548satoriKeymasterDear Alejandra,
regarding hiding the title on portfolio page – could you please provide the direct URL of the page in question?
I will answer the additional questions in the same order:
1). Yes, you can add this line: #container-footer { height: 400px; } in the “Style: Add Custom CSS” tab of the Theme Options panel, replacing the “400” with any number you like.
2). I’m using the following settings in the “Page Elements” tab of the Theme Options panel in the demo.
3). Every icon menu item in the “Icon Menu” tab of the Theme Options panel should have either the “Link URL” of the “Filter” field filled in in order to function properly. Please check if this is the case on your website.
Sincerely,
Andrew / Satori StudioAugust 26, 2013 at 7:27 pm #1549aleplinParticipantHi,
this is the url: http://fx2.com.uy/site/
however, at the moment the title is not showing, though it did an hour ago.August 26, 2013 at 7:48 pm #1550satoriKeymasterDear Alejandra,
that’s odd, since the portfolio template file in Ikebana (“page_portfolio.php”) does not even contain a title tag. In case it appears again, please let me know!
Sincerely,
Andrew / Satori StudioAugust 26, 2013 at 8:26 pm #1551aleplinParticipantAndrew,
I think I can now reproduce both the problem with the title and the one with the menu:
title:
1. http://fx2.com.uy/site
2. select the box with white spheres with this url> http://fx2.com.uy/site/project/tecnologia/
3. click the 5th icon on the icon menu (empresa)
4. in this page you will find a hole on the grid where the title should be (it’s still there, just invisible because I included a display:none, in the css for the title)broken menu
1. http://fx2.com.uy/site/project/desarrollo/
2. click on the 3rd icon on the menu (portfolio)
3. You’ll then be redirected to this page http://fx2.com.uy/site/tag-portfolio/portfolio (which does not exist and I never created)thanks again and sorry for all the trouble
AlejandraAugust 27, 2013 at 6:18 pm #1555satoriKeymasterDear Alejandra,
regarding the 2×1 portfolio tag tile: you cannot make it go away with CSS, since it has a wrapping div which only has a class and no unique ID. To remove the tile, please download this custom file I’ve made for you, unzip it, and upload into the theme folder (/wp-content/themes/Ikebana), replacing the existing file.
Concerning the icon menu links: I can now see that the page http://fx2.com.uy/site/tag-portfolio/portfolio/ exists – have you resolved this issue?
Sincerely,
Andrew / Satori Studio -
AuthorPosts
- You must be logged in to reply to this topic.