-
Similar Content
-
By daragh
Hi,
I've added two sidebars [Homepage Left SB and Homepage Right SB] using the following code (just showing the code for the left one...):
http://www.kennedycarr.com/test-page/
<?php /* Section: Homepage Left SB Author: PageLines Author URI: http://www.pagelines.com Description: Shows full width widgetized sidebar. Class Name: HomepageLeftSB Edition: pro Workswith: templates, footer, morefoot Persistant: true */ /** * Homepage Left SB * * @package PageLines Framework * @author PageLines */ class HomepageLeftSB extends PageLinesSection { /** * Section template. */ function section_persistent() { $setup = pagelines_standard_sidebar($this->name, $this->settings['description']); register_sidebar($setup); } function section_template() { pagelines_draw_sidebar($this->id, $this->name); } Happily, both work perfectly.
My issue is this: I cannot get them to line up side by side - the second one seems to insist on appearing UNDER the first one.
I've tried some CSS with limited success as follows:
#homepage-left-sb .widget-pad{ float:left; background-color:#99FFFF; width:30% } #homepage-right-sb .widget-pad{ float:right; background-color:#FFFF99; width:30%; } #homepage-left-sb .fix:before , #homepage-left-sb .fix:after { content:none !important; clear:none !important; } #homepage-right-sb .fix:before , #homepage-right-sb .fix:after { content:none !important; clear:none !important; } It does put the right one to the right of the screen, but again, it's to the right AND UNDER the first one. What I want is them to appear side by side, one on the left, one on the right at the same vertical starting point.
I did post this in the iBlogPro form but feel it's not necessarily an iBlogPro issue, more of a Pagelines issue and I'll mark that one as closed / resolved just to avoid duplication. Also I felt that this is more likely to be seen more quickly here. Apologies if this causes any issue - I'm under pressure here.
Very much hoping that there's some simple CSS I've just not spotted.
Any help very much appreciated.
-
By daragh
Hi,
http://www.kennedycarr.com/test-page/
I've successfully setup up two new sidebars as shown on the above page. I'm trying to get them to line up beside each other horizontally but the second one seems to always start (vertically) after the end of the first one.
Pulling my hair out here...
Here's the CSS I've added:
/* main CSS moved to child theme - don't panic :-) */ #homepage-left-sb .widget-pad{ float:left; background-color:#99FFFF; width:30% } #homepage-right-sb .widget-pad{ float:right; background-color:#FFFF99; width:30%; } #homepage-left-sb .fix:before , #homepage-left-sb .fix:after { content:none !important; clear:none !important; } #homepage-right-sb .fix:before , #homepage-right-sb .fix:after { content:none !important; clear:none !important; } -
By caspersjan
Hello, I am trying to implement a BrandNav menu. The menu items appear vertically and somewhat lower on the right edge. In all docs and forum post samples, they are horizontal, to the right of the logo
(e.g. here: http://support.pagelines.me/docs/sections/brandnav/).
I cannot figure out where my settings can be different. Is there an easy solution to this?
Here is the URL: http://www.animatinggaza.com/wordpress/
Thank you for your help! Yours faithfully, Jan.
-
By thereason
My site's currently on "away" mode as I'm updating it.
I wish to use custom lines underneath blog posts and even headers and footers as well. Can this be done?
Here's the URL to the line I wish to replace the straight line I have now.
YOU GUYS ARE AWESOME.
Thanks for your help already.
http://thereasonilove.com/wp-content/uploads/2013/01/Reason_newlines.png
-
By janpeeters
Over the last month I had extensive communications with the developer of the (premium) Anything Boxes section (in Pagelines store) (Adam Munns) and the developer of the WP Polylang Multilingual plugin (Frederic Demarle).
This was because the following problem occurred:
Anything Boxes showed all posts of two languages (Dutch and English) on the respective static frontpages for each language. It should of course have filtered posts for Dutch language on the Dutch frontpage and English on the English frontpage.
The solution to this problem was simple in the end. When duplicating a page for use in another language the settings for Anything Boxes were not copied to the new page and I should have set these settings manually again on the new page. I wasn't aware of this, but it makes sense. Because of this the pages didn't know how to differentiate between posts from different languages.
The dev of Polylang told me that Polylang is currently smart enough to synchronize metas like Featured images and page templates but it does not work out of the box with metas created by plugins and themes but (according to Frederic) it is rather easy to add them in the list using the filter 'pll_copy_post_metas'.
He mentions that he is not sure that these 'PageLines Meta Settings' are stored in post meta but that would make sense according to him. He asks if the Pagelines dev team will be interested to support this feature in the future.
I'm also wondering if you will consider adding Polylang translation support for manually editable strings like the 'Read more…' strings in Pagelines Settings.
Well that's of course up to you but I thought to let you know to be able to take this into consideration. I also post this for other users in case they experience the same kind of trouble and are looking for an answer.
Best regards,
Jan Peeters
-