Forum Replies Created
-
AuthorPosts
-
Aakash ChakravarthyKeymasterPichel wrote:
The “Load WP Socializer CSS setting” is set to “Yes” and i try adding the code example. Both doesn’t work.
I include the functions manually in my template by using this code:
I’m looking for a way to have social buttons and facebook like in one row.
Example page: http://www.pichel64.de
Thanks for your help and this great plugin!
Change the facebook
Button Style toButton and Count,Width to100 or120 and add the following code for your facebook button in the template.Instead of
Code:{facebook-like}
use
Code:{facebook-like}
in your template. Use this only when you want to align 32px social buttons and facebook button in a row.This code just a simple one. WP Socializer is fully customizable with CSS and Placement.
Aakash ChakravarthyKeymasterHello jennifersmu, it is a simple problem.
Change
Load WP Socializer CSS setting to “Yes” under the “Social buttons” tab.If the above did not work, add the code
Code:
.wp-socializer ul {
display: inline !important;
margin: 0 !important;
padding: 0 !important;
}
.wp-socializer ul li {
background: none;
display: inline !important;
list-style-type: none;
margin: 0px 5px 5px 0px;
padding: 0px;
float: left !important;
}in the placement template anywhere i.e under the “placement” tab in placement 1 or 2 textbox.
Before using the second method, post your site’s link here, so that i can examine the problem deeply !Thanks for your appreciations ..
Aakash ChakravarthyKeymasterFLV Player Pro is a desktop player. It cannot be embedded in websites. but this player can be embedded in websites to play personal videos etc..
Aakash ChakravarthyKeymasterthanks this will recognized and corrected in the next version
Aakash ChakravarthyKeymasterAakash ChakravarthyKeymasterThis seems strange. Try reloading the page or using a different browser. I think it is a jquery issue. Try disabling some plugins one by one and look whether the toolbar appears again.
Aakash ChakravarthyKeymasterThanks for your co-operation. But you are providing me the admin page. I just want a screenshot of the Announcer admin page. i.e just take a “screenshot” of the page (using print screen button on the keyboard or anything else) and give a link of the image here. So that i can find the problem.
Aakash ChakravarthyKeymasterCan you please link the screenshot of the page as it will be useful for finding the problem
Aakash ChakravarthyKeymasterActually it is the normal rendering of the flash player itself. Flash usually has less css capacities. It does not completely depend on css like ordinary html. So double spaces is the normal spacing for a line rendering in flash. Only line wrappings appear in the succeeding line.
When considering the bullet, your xml file itself has the bullet. You can see it
(see the source)hereSo there is no need to change the xml generator.
This reader is made with the old flash version (version 8) So it has some rendering issues. Ill try to update the reader in the new flash version.
Regards
Aakash ChakravarthyKeymasterThis is a problem with printfriendly.com itself. It is redirecting the page to its old version, which does not read the content.
But you can make it work. Follow the below steps ..
Open
wp-socializer.php file present in the wp-content/plugins/wp-socializer/ folderGoto line 407
Replace the line
Code:‘url’ => ‘http://www.printfriendly.com/print?url={permalink}’,
with
Code:‘url’ => ‘http://www.printfriendly.com/print/new?url={permalink}’,
save the file. That’s all.Regards,
Aakash Chakravarthy
Aakash ChakravarthyKeymasterI think it will be released in 3-4 weeks
Aakash ChakravarthyKeymasterIt seems like you cannot read feeds from you own website. This is an interesting problem. I tested with various xml files, domains etc but never encountered a problem like this !
But i got a solution for this. It is to use feedburner.
Get a
account and add the feedfeedburner.comhttp://www.austinpark.com/APMG-test.xml to it.Then, you will get a URL like
http://feeds2.feedburner.com/austinpark (you can customize this)Now use this url as your Feed URL in super RSS reader.This method will definitely work.
Also, feedburners output is supported by major feed readers. It will correct the tags and other errors also. You can get the feed views and many more things.
Regards
Aakash ChakravarthyKeymasterAll you have to check is the PHP file. The entire reader works with this PHP file only. Make sure that the PHP file is accessible i.e make sure you have used the correct URL of the php file.
If the PHP file is correctly entered then the reader should work.
Please, give me the link of the reader. I am ready to find the problem. The old link isn’t working.
Regards
Aakash ChakravarthyKeymasterAakash ChakravarthyKeymasterShortcodes created using “shortcoder” plugin should only be used in “Post editing admin page” i.e the page where you create posts. Actually this plugin allows to insert frequently used javascripts and other things within posts with ease management like adsense ads etc.
This cannot be used to insert javascript in single.php and other theme files.
Regards,
Aakash.
-
AuthorPosts