Jump to content
Sign in to follow this  
Michael_J

iBlogPro - Integrating Chat button/text into Nav Menu

Recommended Posts

Michael_J

I would like to integrate our "Live Chat" text directly into the menu bar. The text is dependent upon whether we are online or not "live chat" or "email us". Is there a way to integrate this? Sample text is shown below. Web site is http://leftcoastlogic.com

<div id="LiveChat_1309559810">live chat support software</div>
	
	<script type="text/javascript">
		 var __lc_buttons = __lc_buttons || [];
		__lc_buttons.push({
			elementId: 'LiveChat_1309559810',
			language: 'en',
			skill: '0'
		});
	</script>[/code]

Share this post


Link to post
Share on other sites
catrina

You can add the link by using a child theme. Please see here for more details: http://codex.wordpress.org/Child_Themes That way, you can make a copy of the file where that menu is located and add the link there so that you don't have to worry about the change being lost when you update the actual theme (because you wouldn't be updating the child theme).


Please read the docs before posting. Please do not private message me unless I ask you to.

Designer | Catrina Dulay

Founder | Catrina and Mouse

Share this post


Link to post
Share on other sites
Michael_J

Does iBlog Pro have a child theme? I am not a coder or engineer. I just need a solution.

Share this post


Link to post
Share on other sites
timlinson

It doesn't come with a child theme, and if you don't want/know how to create one, you can add it directly to the library/_nav.php file.

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

Sign in to follow this  

×