- This topic has 89 replies, 13 voices, and was last updated 7 years, 2 months ago by
Leo.
-
AuthorPosts
-
August 20, 2014 at 10:06 pm #16487
Amanda
Hi,
I’d like my left nav column to be the same length as my body text. I was thinking of trying the following plug-in (unless you have another suggestion) https://wordpress.org/plugins/wp-equal-columns/ But to use it I need to know the column names….
Thanks again for your help.
August 20, 2014 at 11:21 pm #16489Tom
Lead DeveloperLead DeveloperThat plugin hasn’t been updated in a few years, so let’s assume it doesn’t work anymore.
You can try this (untested, getting late here).
Paste the following code in “GP Hooks > wp_footer”.
https://gist.github.com/generatepress/b946892d810435352fd9
Let me know if it works or not – it may need some tweaking.
August 28, 2014 at 10:06 am #20579Tom
Lead DeveloperLead DeveloperWere you able to figure this out?
August 31, 2014 at 10:58 am #22209Tom
Lead DeveloperLead DeveloperGoing to resolve this for now – post back in here to re-open.
September 21, 2014 at 10:00 pm #32675Amanda Martin
Hi Tom,
Sorry for the late response, I was out of town. I just tried this and it didn’t work for me. Any thoughts?
Cheers,
AmandaSeptember 22, 2014 at 5:11 pm #33124Tom
Lead DeveloperLead DeveloperI just gave it a quick try on my localhost, and it seems to have worked for me.
Can you link me to your website so I can take a look at what’s happening?
Thanks!
September 23, 2014 at 10:27 am #33230Amanda
Grrrrrr I’m not sure what I’m doing wrong.
My URL is http://vancouverhomeexchange.ca
September 23, 2014 at 11:40 am #33269Tom
Lead DeveloperLead DeveloperLooking at the code, the script is working.
The issue is that the two columns are the same height, but the white color is applied to the inner element.
Try this instead: https://gist.github.com/generatepress/b946892d810435352fd9
Also, you’ll need to add this CSS:
.inside-article { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }September 24, 2014 at 8:06 pm #33996Amanda
Ok so we it’s closer but no cigar……..
The column is longer but doesn’t match up on any of the pages.
I owe you a coffee after this. 🙂
Amanda
September 24, 2014 at 8:23 pm #33997Alex
Join the question. Tried both methods proposed here – sidebar behavior is better, but it is still not long enough
September 25, 2014 at 11:48 am #34192Tom
Lead DeveloperLead DeveloperOk, we’re missing something then.
Amanda, can you email me at support@generatepress.com with an admin login so I can play around and find the right mix?
Thanks!
September 25, 2014 at 1:27 pm #34277Amanda
Will do!
September 28, 2014 at 3:43 pm #34844Tom
Lead DeveloperLead DeveloperAlright so I had to make a couple changes to the theme in order for this to work easily.
I’ll be releasing the update in the next day or so, and then I should be able to finally post a solution here.
Thanks for your patience!
September 28, 2014 at 10:48 pm #34901Amanda
Looking forward to using this. Thanks!
October 1, 2014 at 7:16 am #35701Michael
Same as Amanda – would like all sidebars and content sections to finish out evenly at the bottom of the page…
Will watch for update…
Thanks… this is a great theme.
-
AuthorPosts
- The topic ‘Equal length columns’ is closed to new replies.