Latest Reply from Administrator at 2012-10-19 10:56:30

Hi, I am new here. Two quick questions.
How can I change the target addresses of the social buttons? Eg. the Facebook button is defaulting to my personal account but I want to change it to my other FB page. Pinterest ditto.
Also, the slider has stopped working. Nothing has been changed, I never touched it.
My site (just started working on it): http://www.bestpaleocookies.net/
Thank you for your help.
Best,
Julius

Hi!

You can manage social buttons on page Appearance->widgets, just add social buttons widget in the needed sidebar and specify there your parameters.

To fix the slider you need to remove string

<script type='text/javascript' src='http://www.bestpaleocookies.net/wp-includes/js/jquery/jquery.js?ver=1.7.2'></script>

from your footer

Hi,
And exactly where do I find it?
Thank you.
Best,
J.

This string is included, by one of your plugins. To fix it you can aslo try to do next:

Add string

<?php wp_enqueue_script("jquery"); ?>

into the file header.php before code

<?php wp_head(); ?>

And remove string

<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.4.3/jquery.min.js"></script>

from the file inc/library.php of the theme.

I am unable to find that string. I have the following plugins:
- Google XML sitemaps
- Jetpack by Wordpress
- W3 Total cache
- Wordpress SEO

Which one may contain this string?
Thxs.

Most likely it is Jetpack. But the most correct solution is to follow the instructions in the previous message.

Please, understand that I am NOT a coder. I have zero idea about html and similar. I purchased your template in the hope it would work.
So EXACTLY what should I do, and WHERE? EXACTLY where do I find those strings you mention?
Thank you.
J.

Can we do a 5 min Team View session to get some help? Thank you!

Any help? Thxs.

Hi! As I can see your slider works.

Leave a reply

Add codeAdd image