Need Help With Fixed Navigation Bar + Plugin
Best Answer Danny , 07 November 2012 - 09:34 AM
Hi,
To do this you will need to use a hook, to insert your language selector code. What you will need to do is install the free plugin available in the PageLines store called ActionMap. Once installed, refresh your homepage and in the top left hand corner of the admin bar, there should be a new link called ActionMap.
Clicking this link, will load all available hooks on that page. You can then use the hook that is available for the Fixed Nav.
For example,
add_action('get_search_form', 'fixednav_language');
function fixednav_language(){
Add your Language code here.
?>The above code is just an example and may require amending. If you need more information regarding hooks, visite the Wordpress Codex page here - http://codex.wordpre...lugin_API/Hooks
If you're unsure how to proceed with hooks, you could contact one of our Pros - http://www.pagelines.com/pros/ Go to the full post
#1
Posted 07 November 2012 - 07:37 AM
I can really need your help with this. I would like to insert a translation plugin in the fixed navigation bar, to show in there multiple languages.
Is it possible?
Many thanks in advance.
#2
Posted 07 November 2012 - 09:34 AM Best Answer
To do this you will need to use a hook, to insert your language selector code. What you will need to do is install the free plugin available in the PageLines store called ActionMap. Once installed, refresh your homepage and in the top left hand corner of the admin bar, there should be a new link called ActionMap.
Clicking this link, will load all available hooks on that page. You can then use the hook that is available for the Fixed Nav.
For example,
The above code is just an example and may require amending. If you need more information regarding hooks, visite the Wordpress Codex page here -
If you're unsure how to proceed with hooks, you could contact one of our Pros -
#3
Posted 07 November 2012 - 09:44 AM
#4
Posted 07 November 2012 - 10:11 AM
Also tagged with one or more of these keywords: Resolved, custom, fixed nav bar, insert plugin
PageLines Framework →
Customizations →
How can I create a new custom section?Started by andreia24 , 26 Apr 2013 |
|
|
||
PageLines Framework →
Technical Support →
Content auto spacingStarted by patnelligan , 22 Apr 2013 |
|
|
||
PageLines Framework →
Customizations →
Fixed Nav Bar & Standard Nav BarStarted by purple , 17 Apr 2013 |
|
|
||
Custom wp_query in a specific page templateStarted by Brendan Tully , 11 Apr 2013 |
|
|
||
Change Text Colours in Fixed Nav BarStarted by zhonghao , 03 Apr 2013 |
|
|










