1. falcongr
  2. Commercial Templates
  3. Monday, 09 December 2013
  4.  Subscribe via email
Hello
I am going to use this lovely template to a multi language site (5 languages) and i want to ask what is the position for the language switcher.
Your help will be much appreciated

Thank you in advance
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

There is no module position specifically for the language module on our Kindle template. If none of the available module positions are suitable a popular solution is to create a module position in the header area of your template using the following tutorial... http://www.joomla51.com/tutorials/item/creating-a-new-module-position-in-the-header-area-of-your-template

Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
Hello the link you mentioned givew me a 404 error can you send me the link again.
Thank you
  1. more than a month ago
  2. Commercial Templates
  3. # 2
Accepted Answer Pending Moderation
0
Votes
Undo
Follow the 'Tutorials' link on the top menu of this page and navigate to 'Creating a new module position in the header area of your template'.

http://www.joomla51.com/tutorials/item/creating-a-new-module-position-in-the-header-area-of-your-template

Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 3
Accepted Answer Pending Moderation
0
Votes
Undo
Hello
I have followed the tutorial and convert the search as a module position.I want to ask how can this new module position be visible at the responsive views(320 x 480, 480 x 320, 768 x 1024)
Your help will be much appreciated
Thank you in advance.
  1. more than a month ago
  2. Commercial Templates
  3. # 4
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

Would you have a URL to an example of your module?

Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 5
Accepted Answer Pending Moderation
0
Votes
Undo
you can see it at http://weblime.gr/ostria (it is not yet fully build)
also i have notice that at certain resolution(1024 x 768) the menu is not properly adjusted and if you check at the same url the reservations you are going to see that a table with the prices at certain resolutions you cannot see the hole table.
Your help will be much appreciated
Thank you in advance
  1. more than a month ago
  2. Commercial Templates
  3. # 6
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

To display your module across all devices try adding the following to the Custom CSS field of your templates parameters...


#search {
display: inline !important;
}


Would you have a screenshot of your 1024 x 768 resolution issue?

Tables by default are not responsive. There is some possible solutions to this details in the following articles...

http://css-tricks.com/responsive-data-tables/
http://zurb.com/playground/responsive-tables

Other solutions may also exist.

Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 7
Accepted Answer Pending Moderation
0
Votes
Undo
Hello
The solution for the search module position works fine.
I will follow the solution you mentioned regarding the tables
Please look at the attached screens the problem at 1024 x 768 resolution with the menu and the bottom
thank you
  1. more than a month ago
  2. Commercial Templates
  3. # 8
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

To create a responsive media query for this width although I am not aware of any devices that would use it you could try adding the following to the top of your templates responsive.css (../templates/j51_kindle/css/responsive.css)...


@media only screen and (min-width: 960px) and (max-width: 1100px) {
.wrapper960, #header_items, #header, #logo, .hornavmenu {width:960px !important;}
}


Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 9
  • Page :
  • 1


There are no replies made for this post yet.
Be one of the first to reply to this post!