rhae52
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Responsive] Responsive- home page bottom widgets height issueThe ‘gradius.js’ plugin is needed because IE won’t render rounded corners and gradients together. Thanks, I’ll look into PIE.
Forum: Themes and Templates
In reply to: [Responsive] Responsive- home page bottom widgets height issueI went in to the source code to emulate the page’s structure and copied the script. This is probably the third jquery plugin I have tried and nothing has worked. I am also using PIE for corners and another script called gradius.js which allows for a gradient background and rounded corners in IE. Could there be a conflict?
Forum: Themes and Templates
In reply to: [Responsive] Responsive- home page bottom widgets height issueOK. This is what I attempted to do.
*I save the .js file in my theme/js folder.
*I link to the script file in the head of the header.php doc. I am using an absolute path.
*Then I call the function <script type=”text/javascript”>$(function(){ $(‘#widget_container’).equalHeights(); });</script> in the head.
*The three widgets are wrapped in the “widget_container” div.What am I missing?
Thank you for your assistance.Forum: Themes and Templates
In reply to: [Responsive] Responsive- home page bottom widgets height issueAs for now, the widgets look fine, however, I am turning the site over to a client in which I will have no control on the size of the content that is placed in the widgets. It is a certainty that they will add more text and the character/line lengths will not be equal. The min-height will not fix the issue. I need help either implementing the WP equal columns plugin or a jquery plugin.
Thanks.
Forum: Themes and Templates
In reply to: [Responsive] Responsive- home page bottom widgets height issueThanks for the response. The issue is that all three widgets have dynamic content from the page excerpt widget. They just happen to be the same size at this moment and my client will have control of what is displayed this point forward. Therefore, I need to have columns of equal height for dynamic content. All the jquery tricks have not worked.
Thanks for pointing out the horizontal scroll; it did not register as a priority.