- Posts: 8
- Thank you received: 0
Edit the main content width and x-browser ability
-
dpiri1
Inactive member - Topic Author
- New Member
Less
More
13 years 8 months ago #7441
by dpiri1
Edit the main content width and x-browser ability was created by dpiri1
Hi again, I am having problem with the main content of my website. I am implementing EventBooking module as well which it should show tables of events in the main section of the page. However, the tables requirements are larger than the available space, and the tables get wrapped, which prevents effective interface design.
Is it possible that the width of the main section of the page to be enlarged, or that the main content itself is set to avoid wrapping?
The other query that I wanted to ask is that, the cross browser does not seem to be functioning very well. The Wellness demo page seems to work very well across different browsers, however, when I implement the template to my website, it only works well in Firefox, and other browsers such as IE8, IE9, Opera gets major interface issues.
Is there any way that I can solve these problems?
Is it possible that the width of the main section of the page to be enlarged, or that the main content itself is set to avoid wrapping?
The other query that I wanted to ask is that, the cross browser does not seem to be functioning very well. The Wellness demo page seems to work very well across different browsers, however, when I implement the template to my website, it only works well in Firefox, and other browsers such as IE8, IE9, Opera gets major interface issues.
Is there any way that I can solve these problems?
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 8 months ago #7451
by ivan.milic
Replied by ivan.milic on topic Re: Edit the main content width and x-browser ability
There is "Template width" parameter in template parameters - Template Manager -> hot_wellness
Could you specify those issues?
Could you specify those issues?
Please Log in to join the conversation.
-
dpiri1
Inactive member - Topic Author
- New Member
Less
More
- Posts: 8
- Thank you received: 0
13 years 8 months ago #7452
by dpiri1
Replied by dpiri1 on topic Re: Edit the main content width and x-browser ability
Yes, I did modify the Template width using the template manager.
But changes made does not seem to affect anything.
I have made the changes of:
Template Width from default to 1024 px
Left and Right Column width to 200 px
None of them seem to affect anything.
But changes made does not seem to affect anything.
I have made the changes of:
Template Width from default to 1024 px
Left and Right Column width to 200 px
None of them seem to affect anything.
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 8 months ago - 13 years 8 months ago #7458
by ivan.milic
Replied by ivan.milic on topic Re: Edit the main content width and x-browser ability
Check this. Open index php of template. Find this:
$templateWidth = $this->params->get("templateWidth", "980");
if ($showleft) {
$columnLeftWidth = $this->params->get("columnLeftWidth", "300");
}else{
$columnLeftWidth = 0;
}
if ($showright) {
$columnRightWidth = $this->params->get("columnRightWidth", "190");
}else{
$columnRightWidth = 0;
}
add this lines after that:
$templateWidth = 1024;
$columnLeftWidth = 200;
$columnRightWidth = 200;
Also did you mest something about template_css.php ?
$templateWidth = $this->params->get("templateWidth", "980");
if ($showleft) {
$columnLeftWidth = $this->params->get("columnLeftWidth", "300");
}else{
$columnLeftWidth = 0;
}
if ($showright) {
$columnRightWidth = $this->params->get("columnRightWidth", "190");
}else{
$columnRightWidth = 0;
}
add this lines after that:
$templateWidth = 1024;
$columnLeftWidth = 200;
$columnRightWidth = 200;
Also did you mest something about template_css.php ?
Last edit: 13 years 8 months ago by ivan.milic.
The following user(s) said Thank You: dpiri1
Please Log in to join the conversation.
-
dpiri1
Inactive member - Topic Author
- New Member
Less
More
- Posts: 8
- Thank you received: 0
13 years 8 months ago - 13 years 8 months ago #7463
by dpiri1
Replied by dpiri1 on topic Re: Edit the main content width and x-browser ability
Ah, I got it now, thank you.
But what about the cross browser functionality. Sometimes it works on Firefox, other times it doesn't work on Firefox on a different computer.
On my computer, it doesn't display correctly on Opera, but on a different computer, Opera works perfectly on the website.
But what about the cross browser functionality. Sometimes it works on Firefox, other times it doesn't work on Firefox on a different computer.
On my computer, it doesn't display correctly on Opera, but on a different computer, Opera works perfectly on the website.
Last edit: 13 years 8 months ago by dpiri1.
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 8 months ago #7476
by ivan.milic
Replied by ivan.milic on topic Re: Edit the main content width and x-browser ability
Can you give us link to check that?
Please Log in to join the conversation.
Time to create page: 0.093 seconds