- Posts: 29
- Thank you received: 0
Column Layout not changing
-
Quartermaster
Inactive member - Topic Author
- Member
Less
More
13 years 3 months ago #10704
by Quartermaster
Column Layout not changing was created by Quartermaster
Hello! I am trying to change the column layout to "left-content-right" and it does not change.
The other two work fine.
The other two work fine.
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 3 months ago #10714
by ivan.milic
Replied by ivan.milic on topic Re: Column Layout not changing
Hi,
when did you downloaded template.
Send us index.php and templateDetails.xml of template
when did you downloaded template.
Send us index.php and templateDetails.xml of template
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 3 months ago #10720
by ivan.milic
Replied by ivan.milic on topic Re: Column Layout not changing
Solved.
For others that view this topic:
if you want to change layout order and you are using some custom style insert this source line in index.php of template in line 144:
$columnLayout = $this->params->get("columnLayout", "mlr");
For others that view this topic:
if you want to change layout order and you are using some custom style insert this source line in index.php of template in line 144:
$columnLayout = $this->params->get("columnLayout", "mlr");
Please Log in to join the conversation.
-
Quartermaster
Inactive member - Topic Author
- Member
Less
More
- Posts: 29
- Thank you received: 0
13 years 3 months ago - 13 years 3 months ago #10721
by Quartermaster
Replied by Quartermaster on topic Column Layout not changing [BUG] Workaround found
Hi Ivan. The site you reviewed is my [dev site]. No "custom style insert" was done. It was a complete clean install of the Sportal Hot Start.
There appears to be a bug in your template.
When I chose a different column layout, and select "Save", nothing happens.
But if I choose a different column layout and a different style, the column layout does change.
This is a Sportal Hot Start clean install to Joomla 1.7 site.
There appears to be a bug in your template.
When I chose a different column layout, and select "Save", nothing happens.
But if I choose a different column layout and a different style, the column layout does change.
This is a Sportal Hot Start clean install to Joomla 1.7 site.
Last edit: 13 years 3 months ago by Quartermaster.
Please Log in to join the conversation.
-
Quartermaster
Inactive member - Topic Author
- Member
Less
More
- Posts: 29
- Thank you received: 0
13 years 3 months ago - 13 years 3 months ago #10722
by Quartermaster
Replied by Quartermaster on topic Re: Column Layout not changing [BUG] UPDATE
Your styles are overriding the column layout option.
There is NO way to select Style 5 and have a Left-Content-Right display option.
I think you should issue a template revision.
Also, while you're at it, when STYLE 2 is selected, the text in the News Highlights is white and unreadable.
There is NO way to select Style 5 and have a Left-Content-Right display option.
I think you should issue a template revision.
Also, while you're at it, when STYLE 2 is selected, the text in the News Highlights is white and unreadable.
Last edit: 13 years 3 months ago by Quartermaster.
Please Log in to join the conversation.
-
milos
Support Staff - Moderator
Less
More
- Posts: 6747
- Thank you received: 716
13 years 3 months ago - 13 years 3 months ago #10723
by milos
Replied by milos on topic Re: Column Layout not changing [BUG] UPDATE
You can edit file /templates/hot_sportal/styles/style5.php in any plain text editor (such as Notepad). Change line
$columnLayout = "mlr";
to
$columnLayout = "lmr";
$columnLayout = "mlr";
to
$columnLayout = "lmr";
Last edit: 13 years 3 months ago by milos.
Please Log in to join the conversation.
Time to create page: 0.090 seconds