Sign in to follow this
Followers
0

Resolved Site Not Displaying Standard Navbar
By
jeremyh78, in DMS & Legacy Products
-
Similar Content
-
By studio12
Fixed Navbar enabled BUT Standard Navbar still there - can someone please tell me how to get rid of the Standard Navbar after Fixed Navbar enabled?
website: http://www.barrywhitlow.com/
-
By jamieg270+
Hi,
I'm having a few issues with a site : http://cabaldwin.com/cabco/manufacturers/
This is running latest version of Pagelines Framework and Wordpress 3.6.1 and uses a child theme.
At the moment the dropdowns on the Classic Nav are not appearing.
There are a few plugins (pagelines plugins and some third party) however I have already tried deactivating these which has no effect.
In Chromes developer tools I noticed there are several errors showing and they are all to do with javascript associated with the Classic Nav section in the Sections folder of Paglines
The site had been migrated by my service provider to a new server recently, which is when this issue arose, so I thought the files might have become corrupted. So I have downloaded a fresh copy of Pagelines from my Launchpad account and replaced the whole Pagelines folder. However the errors keep showing.
Any ideas what might be causing this?
Thanks,
(attached is a screengrab of the errors showing in Chrom developer tools)
Jamie
-
By lewiswallace
HI I'm Lewis I am currently building myself a new website and I want to customise the colors of the Nav Bar wether it would be the classic one or the fixed one. Actually what I want to customise is the colors of the drop down navigation which is always seems to be Blue when you scroll over it.
Can you help me ?
Thanks,
-
By kaiserbrand
Hello!
I'm having trouble placing the social icons in the same "row" as the main navigation (I'm using the classic nav). The ideal result would be the navigation aligned left, the icons right.
I tried the function for the customize plugin Danny provided in this post http://www.pagelines.com/forum/topic/19563-how-can-i-add-social-icons-to-the-brand-nav/, and tried to locate the correct position with ActionMap.
With this I was able to place the icons anywhere within the page but the same row as the navigation. I thought "pagelines_inside_bottom_nav" would do the job, but all that happens is a line break.
You can see my problem here: http://wuoau.org/
My additional function in functions.php looks like this
add_action('pagelines_inside_bottom_nav', 'social_icons'); function social_icons(){ ?> <div class="icons" align="right"> I'm an animator, not a web designer. Maybe I just can't see the super-easy & super-obvious solution Greetings from Berlin, Wolfgang -
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
-