Forum Replies Created
-
AuthorPosts
-
Aakash Chakravarthy
Keymasteryou are not using the Super rss reader… but no problem thanks for trying !! Aakash Chakravarthy
Keymasterif the above error is fixed, then the reader will work smoothly… it is the important file for reading xml files… Aakash Chakravarthy
KeymasterThe reader cannot access the proxy file http://www.copernicando.it/wp-content/plugins/super-rss-reader/loadXML.php I am getting a Internal server error !!! why is that so ??
use this page to fix the problem :
http://www.wallpaperama.com/forums/how-to-fix-mod-rewrite-500-internal-server-error-on-htaccess-file-apache-t718.html Aakash Chakravarthy
KeymasterBreaking 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 !!!
Aakash Chakravarthy
KeymasterCan you please give the page, where the plugin is used ? thanks for your patience. I didnt see it in the home page. Is the plugin enabled ? Aakash Chakravarthy
KeymasterIf your settings are adjusted properly, then it should work. Did you do the code correction properly ?? Aakash Chakravarthy
KeymasterIts working … goto and in the rss reader,http://www.aakashweb.com/flash-gadgets/free-flash-super-rss-reader/ click the “^” icon and enter the URL
there.http://ansa.it/web/notizie/rubriche/politica/politica_rss.xml It will work
Aakash Chakravarthy
KeymasterSorry, there is bug in a plugin. Please do the simple correction to the code, 1. Open super-rss-reader.php file
2. Go to line 570
3. Replace
Code:echo $srrFlashVars . ‘”‘;
with
Code:echo $srrFlashVars . ‘”/>’;
4. Save the file and upload it. Thats allThanks for reporting.
Aakash Chakravarthy
KeymasterI didn’t find reason for that bug. The admin page should appear instantly. Did you click the “Start using WP Socializer v2.0” button. Did you try refreshing the admin page ? or else disable some other plugins to get the change.
The code is clear and the admin page should appear.
Thanks for your patience !!
Aakash Chakravarthy
KeymasterI tried to add Instapaper, but i didn’t get any easy API or query like API for creating a Instapaper button.
Do you have one ? or it will be useful if you give the docs page of the site or let me know any other site which uses Instapaper in a query like form ?
did you try the beta version ?
Aakash Chakravarthy
KeymasterThanks for the information.
Can you please give more information about the bug ?
— What is shown on the admin page ? (a screenshot will be helpful)
— what browser(version) you are using
— What theme you are using ?
— Did you get a welcome screen to enter into the main admin page ?
Answering these questions will be helpful in the plugin’s development
Thank you,
Thanks for you time.
Aakash Chakravarthy
KeymasterHappy that it worked. But it is strange problem. You should not get a alert. The browser should take this silently. Anyway happy that this worked !
Aakash Chakravarthy
KeymasterIn he announcement_close.js replace the lines
Code:function toggleInitiliaze(tgName){
if(toggleGetCookie(tgName) == ‘hide’){
toggleHide(tgName);
}else{
toggleShow(tgName);
}
}
with
Code:function toggleInitiliaze(tgName){
if(!document.getElementById(tgName)){
if(toggleGetCookie(tgName) == ‘hide’){
toggleHide(tgName);
}else{
toggleShow(tgName);
}
}
}
Hope this will work. Also make your site activeAakash Chakravarthy
KeymasterI got no error when i tested the plugin in IE8 and I cant access your site !!
I Checked the plugin in this page —-> http://vaakash.kodingen.com/blog/?p=1
If the problem re occurs replace the lines
Code:if(toggleGetCookie(tgId) == null || toggleGetCookie(tgId) == ‘show’){
toggleHide(tgId);
}else{
toggleShow(tgId);
}
with
Code:if(tdId.length > 0){
if(toggleGetCookie(tgId) == null || toggleGetCookie(tgId) == ‘show’){
toggleHide(tgId);
}else{
toggleShow(tgId);
}
}Please check using this code. But in native, there is no error or i didn’t get any error to debug.
July 15, 2011 at 11:11 am in reply to: Beta version of WP Socializer v2.0 released for preview #5473Aakash Chakravarthy
Keymaster@e-motion can u please say me what is the problem with the Beta version ?? It should work properly.
If you are using the version-1, then do this
1. Go to “Placement” tab
2. Remove the button codes {stumbleupon-5} {reddit-2} {plusone-tall}
3. Save it and see it will work fine
The problem in your case is, you installed version 2.0 [beta] and you came back to a lower version of WPSR. So thats the problem.
It will be great if you report the problem in version 2
-
AuthorPosts