anynaseo
Forum Replies Created
-
Forum: Plugins
In reply to: [W3 Total Cache] W3 Total Cache 3 million requests on the Amazon S3Yes, I had. Thank you for your support.
I changed it and I will wait to see what happensForum: Plugins
In reply to: [mTouch Quiz] [Plugin: mTouch Quiz] internal server error / 500I have same issue with the 500 internal server error.
Theme: Constructor 1.4.3
Wordpress 3.0.5Seems all the plugins on the market either don’t work or are not complex enough.
Can you have an ideea why I get the 500 internal server error?
Thanks.I changed the padding on the CSS from :
padding:4px 4px 4px 4px;
topadding:6px 1px 3px 1px;
and now it looks better.This is about it. I will change the status to “resolved”
So i solved.
Edited dd-class.php on line 696
"Like Box Count" => "width:50px; height:60px;",
and changed with
"Like Box Count" => "width:70px; height:60px;",
20 px makes it a bit out of place so I am uncertain if I will keep it.
At least I found where i have to edit this and hopefully my lines of code will be helpfull to others.One request for the moderators is to change the title to digg-digg manual placement – Constructor theme
If someones knows the line of code to be edited to make the facebook like box and button wider to be changed in digg-digg please tell me.
At the moment the website looks like this:
https://www.afarcasa.com/So is solved after a few hours of testing.
These are the lines of code inserted into the themeIn the CSS:
#like-buttons { float:right; background-color:#bdfbc8; border-top: 1px solid #C7BE8D; border-right: 1px solid #C7BE8D; border-bottom: 1px solid #C7BE8D; border-left: 1px solid #C7BE8D; padding:4px 4px 4px 4px; }
In the page.php and single.php
<div id="like-buttons"> <div align="center"><?php if(function_exists('dd_fblike_generate')){dd_fblike_generate('Like Box Count');} ?></div> <p> <div align="center"><?php if(function_exists('dd_twitter_generate')){dd_twitter_generate('Normal','Euroedil');} ?></div> <p> <div align="center"><?php if(function_exists('dd_gbuzz_generate')){dd_gbuzz_generate('Normal');} ?></div> <p> <div align="center"><?php if(function_exists('dd_stumbleupon_generate')){dd_stumbleupon_generate('Normal');} ?></div> </div>
This is inserted after
<div id="container">
and before<div id="posts">
One more thing about the digg-digg and twitter_generate function: Does not recognize the “twitter_username” entry in the database and it must be inserted manualy.Another thing I have to solve is the size of the facebook like box width. When using locales on facebook the text in Italian for example is not complete so I am trying to find a way arround the default box size to change the width.
The lines in the CSS can be edited after everyone’s will to adapt into their design: background, padding, border and so on.
The code for other sharing options can be seen in the digg-digg settings in the dashboard under manual placement. I recommed using the if(function_exists line of code to avoid any problems.
I will try and fix the locales settings for facebook and then I’ll let everyone know how it’s done.