-
AuthorPosts
-
June 28, 2016 at 3:18 pm #654246
Hi
I want create Google Custom Search into the header Positions. For. Ex. check screen shot – http://screencast.com/t/bvTs6jqb
For Reference site http://www.guru99.com/
My site Url is http://career.guru99.com/
Please Help Me.June 30, 2016 at 6:26 am #655098Any Update?
It’s very urgent.June 30, 2016 at 2:44 pm #655281Hi
Step:-1 I have Disable the ajax search in header for changes into this file.
Insert this code at the bottom of functions.phpadd_filter('avf_frontend_search_form_param', 'avia_deactivate_ajax_search',10,1); function avia_deactivate_ajax_search($params) { $params['ajax_disable'] = true; return $params; }
Step:-2 I want to Create Google Custom Search. For this I made changes in this file Search .php check – http://screencast.com/t/X9bM58tyH5
Step:-3 But it’s Not working for search box check – http://screencast.com/t/ZE3jLHQF9
Please check My site url is – http://wordpress.guru99.com/
Please Help Me How to Create Google custom Search in header.- This reply was modified 8 years, 4 months ago by kriru.
July 1, 2016 at 1:50 pm #655760Hi,
check out this: http://kriesi.at/documentation/enfold/adding-a-widget-area-to-the-header/
Best regards,
AndyJuly 2, 2016 at 9:52 am #656079Hi
Step:-1 I have add code bottom of the functions.php check – http://screencast.com/t/dbFQ8Sik
Step:-2 Created New Widget area named for header check – http://screencast.com/t/H26jKLY4tdFt
Step:-3 Displayed search for in this locations check – http://screencast.com/t/VrfLELzR
Step:-4 But My Requirement is Created Google Custom Search in Menu Bar for Ex. Check screen shot – http://screencast.com/t/bvTs6jqb and check url – http://www.guru99.com/
Display for search in this locations for icon Please check screen shot – http://screencast.com/t/ODonMXGmT
Please Help me.
My site URL is – http://wordpress.guru99.com/July 4, 2016 at 8:43 am #656413Hi,
Please post us your login credentials (in the “private data” field), so we can take a look at your backend.
Login credentials include:
- The URL to the login screen.
- A valid username (with full administration capabilities).
- As well as a password for that username.
- permission to deactivate plugins if necessary.
Best regards,
AndyJuly 4, 2016 at 2:32 pm #656581Hi
I have send Login Details for Backend site.- This reply was modified 8 years, 4 months ago by kriru.
July 5, 2016 at 11:43 am #656948Hi,
Please update the theme to the latest version. That should fix any issues you are currently experiencing :)
To update to the latest version follow the simple instructions here. (Or if you want the super detailed explanation you can read this blog post)
If that does not help, feel free to reply here and we will take a closer look at the issue.
Best regards,
AndyJuly 5, 2016 at 2:49 pm #657064Hi
I have update theme for the latest version.
But It’s Not Working for Google Custom search in menu-bar.
Please Help Me, which File are changes for working Google Custom search in menu-bar.?July 6, 2016 at 2:36 pm #657472Hi,
it’s better to insert code for header widget area inside of child’s theme functions.php. I created a custom widget called “Header Widget” for you. Insert your custom code for Google custom search inside of it.
Best regards,
Andy -
AuthorPosts
- You must be logged in to reply to this topic.