COMMUNITY FORUM
Please note that official support for commercial extensions & templates is provided in the Subscriber Help Desk.
Support requests should ONLY be directed there and require an active subscription plan.
This forum board is to be used for archive purposes and knowledge exchange ONLY.
Support requests should ONLY be directed there and require an active subscription plan.
This forum board is to be used for archive purposes and knowledge exchange ONLY.
CSS Problem
- Ahmad Batebi
- Topic Author
- Offline
- Senior Member
- Journalist
Less
More
10 years 8 months ago - 10 years 8 months ago #138080
by Ahmad Batebi
CSS Problem was created by Ahmad Batebi
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
- Offline
- Platinum Member
Less
More
- Posts: 15920
10 years 8 months ago #138081
by Krikor Boghossian
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Replied by Krikor Boghossian on topic CSS Problem
Hello Ahmad, is there a link I can see the issue?
I browsed the site and could not locate the issue. This is not a CSS issue, quite possibly it's a JS conflict.
I browsed the site and could not locate the issue. This is not a CSS issue, quite possibly it's a JS conflict.
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- Ahmad Batebi
- Topic Author
- Offline
- Senior Member
- Journalist
10 years 8 months ago - 10 years 8 months ago #138082
by Ahmad Batebi
Replied by Ahmad Batebi on topic CSS Problem
Hi Krikor
Thank you for your respond.
You can go to This link:
Test Site
User: demo
Pass: demo
If you type a few post, can will see the problem.
"you have to type a few post"
Thank you so much for your help.
Thank you for your respond.
You can go to This link:
Test Site
User: demo
Pass: demo
If you type a few post, can will see the problem.
"you have to type a few post"
Thank you so much for your help.
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
- Offline
- Platinum Member
Less
More
- Posts: 15920
10 years 8 months ago - 10 years 8 months ago #138083
by Krikor Boghossian
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Replied by Krikor Boghossian on topic CSS Problem
This happens because these posts are added after the loading of the page and the calculation of the height.
I am sending you a modified copy of behaviour.js (templates/radiowave/behaviour.js) . Back it up before you update your template.
ps. unzip the file first.
I am sending you a modified copy of behaviour.js (templates/radiowave/behaviour.js) . Back it up before you update your template.
ps. unzip the file first.
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- Ahmad Batebi
- Topic Author
- Offline
- Senior Member
- Journalist
10 years 8 months ago - 10 years 8 months ago #138084
by Ahmad Batebi
Replied by Ahmad Batebi on topic CSS Problem
Hi Krikor
It does not work.
It does not work.
Please Log in or Create an account to join the conversation.
- Lefteris
- Offline
- Moderator
Less
More
- Posts: 8743
10 years 8 months ago #138085
by Lefteris
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Replied by Lefteris on topic CSS Problem
Hi. This is caused because content is used loading AJAX and out template applies a javascript function to set the heights of both columns to be equal. In order to resolve this you will need to disable the equal heights from this column. Edit index.php and remove class "equalHeights" from lines 143 and 160. Of course the columns will not have equal heights anymore but the right column will expand correctly when new content is added.
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.