Home > Forum

Support Forum

Beta version of WP Socializer v2.0 released for preview

Discussion forum for WP Socializer plugin

Re: Beta version of WP Socializer v2.0 released for preview

Postby vaakash » Mon Jul 18, 2011 3:34 pm

Breaking my head .... it should work.. no other tweaks can be made as the code is fine.. still blinking what the problem could be...

Can you please copy and paste the source of the blank page ?? this can give some idea about the problem.. just right-click and select "view source" to get the source... this is will cause no security problem...

Thanks for your patience !!!
User avatar
vaakash
Site Admin
 
Posts: 672
Joined: Sun Jan 17, 2010 11:15 am
Location: India

Re: Beta version of WP Socializer v2.0 released for preview

Postby dulari » Mon Jul 18, 2011 7:37 pm

I downgraded to version 1 and it worke perfectly! thanks!
dulari
 
Posts: 5
Joined: Fri Jul 15, 2011 1:49 pm

Re: Beta version of WP Socializer v2.0 released for preview

Postby dulari » Mon Jul 18, 2011 11:40 pm

Hi

Do you know how I could centralize the icons strip in the page? Float center does not work :(

thanks!
dulari
 
Posts: 5
Joined: Fri Jul 15, 2011 1:49 pm

Re: Beta version of WP Socializer v2.0 released for preview

Postby MrMiyamoto » Tue Jul 19, 2011 7:10 am

I have a bug to report. When editing pages (it works fine for posts) in Wordpress 3.2.1, WP Socializer 2.0 seems to kill TinyMCE (just visual mode, not HTML mode) for no apparent reason. Instead of the usual visual editor, I just get a text box with the HTML for the page in white text (can only be seen by highlighting it) and no editor buttons at all.

I have otherwise been having a great time with the plugin. Thanks again!
MrMiyamoto
 
Posts: 5
Joined: Thu Dec 02, 2010 10:31 pm

Re: Beta version of WP Socializer v2.0 released for preview

Postby vaakash » Fri Jul 22, 2011 3:49 pm

It was tested in version 3.2.1 and it works fine.
Try reloading the editing page. What browser you are using ?
User avatar
vaakash
Site Admin
 
Posts: 672
Joined: Sun Jan 17, 2010 11:15 am
Location: India

Re: Beta version of WP Socializer v2.0 released for preview

Postby MrMiyamoto » Sat Jul 23, 2011 4:58 pm

I tried in Firefox 5.0.1, Chrome 13.0.782.99 beta, and Safari 5.1, all with the same results. I disabled all other plugins to be sure it wasn't a plugin interaction causing the problem and even with just WP Socializer 2.0 enabled I still get the aforementioned issue.
MrMiyamoto
 
Posts: 5
Joined: Thu Dec 02, 2010 10:31 pm

Re: Beta version of WP Socializer v2.0 released for preview

Postby lrvanessa » Wed Jul 27, 2011 5:32 am

Hello,

I installed this plugin today on last wordpress version and I got an error about jquery, please, try to help me because i liked a lot this plugin and I want to use it on my blog.

I cant setup the setings at admin page, can't add or exclude buttons... Also in first page have some error in digg button. see at www.otamanhodoceu.com.br

next, the errors details from admin page:


Detalhes dos erros da página da Web

Agente de Usuário: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; eSobiSubscriber 2.0.4.16; OfficeLiveConnector.1.4; OfficeLivePatch.1.3)
Carimbo de data/hora: Wed, 27 Jul 2011 05:28:50 UTC


Mensagem: 'jQuery' não está definido
Linha: 11
Caractere: 1
Código: 0
URI: http://www.tonymoah.com.br/thesizeofsky ... ed220bc731


Mensagem: O objeto não dá suporte para a propriedade ou método
Linha: 5
Caractere: 2
Código: 0
URI: http://www.tonymoah.com.br/thesizeofsky ... ?ver=3.2.1



--

please, i really need help! tks and cya.

//Vanessa
lrvanessa
 
Posts: 1
Joined: Wed Jul 27, 2011 5:24 am

Re: Beta version of WP Socializer v2.0 released for preview

Postby vaakash » Wed Jul 27, 2011 11:55 am

@lrvanessa,
Thanks for trying the plugin !
This error occurs because, JQUERY is not loaded.
Instead, all other files, WP Socializer main js, utilities, tab,widgets etc are loaded (without the main jquery)
See .... the parameters
http://www.tonymoah.com.br/thesizeofsky/wp-admin/load-scripts.php?c=0&load=utils,jquery-ui-core,jquery-ui-widget,jquery-ui-mouse,jquery-ui-sortable,jquery-ui-tabs

And, WP Socializer also loads the jQuery. But also, it is not recognized. It can be due to some conflicting plugins.
Is the wordpress admin menu working ? It should not work on the admin page.
Try disabling some plugins and report the plugin here.
But the current solution for your problem is, editing the file

1. Open wp-socializer/admin/wpsr-admin.php
2. Goto line no 26
3. Add the following code in that line
Code: Select all
if (isset($_GET['page']) && ($_GET['page'] == 'wp_socializer' || $_GET['page'] == 'wp_socializer_other')){
       echo "<script type='text/javascript' src='http://www.tonymoah.com.br/thesizeofsky/wp-admin/load-scripts.php?c=0&load=jquery'></script>";
}

4. Save the file.

Please report here for further bugs.
Thanks
User avatar
vaakash
Site Admin
 
Posts: 672
Joined: Sun Jan 17, 2010 11:15 am
Location: India

Re: Beta version of WP Socializer v2.0 released for preview

Postby vaakash » Wed Jul 27, 2011 12:01 pm

MrMiyamoto wrote:I tried in Firefox 5.0.1, Chrome 13.0.782.99 beta, and Safari 5.1, all with the same results. I disabled all other plugins to be sure it wasn't a plugin interaction causing the problem and even with just WP Socializer 2.0 enabled I still get the aforementioned issue.

Hello,
The problem can be due the new TinyMCE button added to the plugin.
It works fine in my tested workspaces. But seems to be problem there.
The current solution is,
1. Open wp-socializer/wp-socializer.php
2. Remove or comment the lines
Code: Select all
add_action('init', 'wpsr_add_wpsr_button');
and
add_action('edit_form_advanced', 'wpsr_wpsrbt_info');

3. Save the file

This should work.
Sorry for the late reply.
User avatar
vaakash
Site Admin
 
Posts: 672
Joined: Sun Jan 17, 2010 11:15 am
Location: India

Re: Beta version of WP Socializer v2.0 released for preview

Postby MrMiyamoto » Wed Jul 27, 2011 4:12 pm

Commenting out those two lines fixed my problem perfectly. Thanks for your help and continued support of the plugin! :D
MrMiyamoto
 
Posts: 5
Joined: Thu Dec 02, 2010 10:31 pm

PreviousNext

 


  • Related topics
    Replies
    Views
    Last post


Return to WP Socializer

cron


phpBB SEO