Forum Replies Created
-
AuthorPosts
-
Aakash Chakravarthy
Keymaster😀
Aakash Chakravarthy
Keymastertry reading this post, http://www.aakashweb.com/forum/wp-socializer-f22/left-float-stop-working-t436.html
Aakash Chakravarthy
Keymasterrastarr wrote:Way cool – thank you so much.
That’ll be fantastic! 😀
Hi rastarr,
Please note that WP Socializer works in all pages or places where there the
function is called in the theme.Simply make sure that the theme you use or the page of the custom post has the above function mentioned.
Instead, you can also use WP Socializer’s template functions also.
Use
anywhere in the template which is used by the custom post type.Thank you.
Aakash Chakravarthy
KeymasterSorry, cant get your problem…
Aakash Chakravarthy
Keymasterrastarr wrote:Was wondering if there’s any update on getting Pinterest into this plugin?
vaakash wrote:Thanks for the interest, ill see the API and add it in the next release.
Pintrest button will sure added in the next version. Since the latest version was released few days before, It will take some more days for the next release to build up.
But for now, you can use Pintrest easily by using the “Custom” buttons feature as said by rodtrent.
– Go to the “Custom” tab.
– Paste the following code in either Custom 1 or custom 2 box. Say custom 1.
Code:
(change “horizontal” to vertical if you want)– Go to the “Placement” tab. Now you can use the code {custom-1} in those templates.
That’s all
Thank you.
Aakash Chakravarthy
KeymasterRadices wrote:Ok in the templates … my theme has 8 page templates so I use 1 for the event registration plugin. I have since edited the code to default to disabled (checked=”checked”) and it’s working.
fine…
Aakash Chakravarthy
Keymasterdmeek1 wrote:Hello,
I’m not sure my questiion was clear. I want to keep the widget, i.e. sidebar, but remove that from the main part of the page where the template is. I’ve used the html add on to configure the G+ etc as i like it, w but wHAT I WANT TO DO IS DISAbLE THE TEMPLATE, NOT THE WIDGET.
thanks
Simple….
* Go to the
“Settings” tab.* Select
“Temporarily disable all WP-Socializer buttons” to“Yes”Save the settings. I hope i understood the problem correctly.
Thank you.
Aakash Chakravarthy
KeymasterWP Socializer widgets doesn’t have any option to disable in specific pages. Only the “templates”
have option to disable in specific pages… Can you give more information ??? which plugin re enables ??
Aakash Chakravarthy
KeymasterAakash Chakravarthy
KeymasterHello expectations,
I really like the way you use WP Socializer in your site rather than the usual way.
The arrangement you made works welll in all browsers. I found no disappearance of the G+ button. Here is the screenshot of the buttons in action in IE7
(Click to view full image)
[img]http://img829.imageshack.us/img829/3317/bugcu.png%5B/img%5DThank you.
Aakash Chakravarthy
KeymasterAbundantJourneys wrote:Will do. Thank you.
Thank you.
Aakash Chakravarthy
KeymasterThe problem is, you inserted the code in the header before the “jQuery” file loads.
Instead, remove the code from the header and add it in the
footer. It will surely work.I think the admin page of the theme itself has an area to insert custom scripts in the footer.
Thank you.
Aakash Chakravarthy
KeymasterCan you please give your site URL ??
Aakash Chakravarthy
KeymasterMaking the links open in a popup is a good idea. But certain websites are big and doesn’t fit the small popup.
But if you are using jQuery in your website, then use the code in the theme footer.
Code:
$(document).ready(function(){
$(‘.wp-socializer a’).click(function(e){
e.preventDefault();
var url = $(this).attr(‘href’);
win = window.open(url,’window’,’height=350,width=550′);
});
});Thank you.
Aakash Chakravarthy
KeymasterSome suggestions are:
* Make sure that only “Below content” or “Above content” setting is checked. Checking both the settings will double up the buttons.
* Check the theme so as to check for any “template functions” like etc.
* Make sure that your theme by default doesn’t have the sharethis buttons.
Thank you.
-
AuthorPosts