jenseo
Forum Replies Created
-
(I’m not changing to resolved, since my original question isn’t resolved yet)
No problem! Thanks for a great plugin and for your help!
// Jens.Thanks, that did the trick! 🙂
Hey Héctor,
that’s no problem, I already use that function on all my blog posts. The problem is, the plugin seems to resize the images, they are not being displayed the size they actually are…// Jens.
Hey again Héctor,
I just updated to the latest version of your plugin, and unfortunately now the thumbnails wont show in bigger size than like 20pixels or something anymore. I had them customized to be bigger.See the sidebar of http://webbhjalp.se
Thanks!
// Jens.
Thanks Héctor for your reply!
I’m looking forward to hear about the solution!Take care!
// Jens.Forum: Themes and Templates
In reply to: Add adsense after more tag only on postThanks a lot, that’s perfect!
Forum: Themes and Templates
In reply to: Add adsense after more tag only on postHey!
I’m using this code on one of my websites, but I’m having a problem. When I use plugins that adds something to the bottom of my post, it shows in the bottom of the post, but also after the more tag (in the middle of the post).
Is there someway to modify this code to prevent that from happening?
Thanks!
// Jens.Hey!
I’m also having this issue! At my website http://webbhjalp.se you can right now see this in the popular post widget in the sidebar:Webbhjälp <span class=”red-star”>♥</span> Flattr
And of course the span parts shouldn’t be there! I hope there is a fix for this, it would be great to be able to use span tags and stuff, it really adds to the looks of a page in my opinion!
I have the latest version of the plugin installed and the latest wordpress!
Thanks!
Forum: Fixing WordPress
In reply to: Values in Meta box erase themself.I also had this problem, and found that it’s a conflict with the wordpress autosave feature, who ignores the content in the meta boxes.
I don’t know what your save function looks like, but this is what works for me.
function update_website_url(){ global $post; if (defined('DOING_AUTOSAVE') && DOING_AUTOSAVE) { return $post->ID; } else { update_post_meta($post->ID, “website_url”, $_POST["website_url"]); } }I followed the tutorial below to learn about meta boxes, and I ended up with the same problem as you, but in the comments of the post, a guy named John Sparrow has come up with the solution.
Check it out!
Thanks a lot gnirsh, now it works for me as well!
I guess the solution was so simple that it was hard to find! 🙂I still haven’t found a solution for this, is it possible to do? Or can someone give me a better way to achieve this perhaps?
Thank you!Forum: Plugins
In reply to: Favatars stopped working!And to be clear, the link to the page with pingbacks on it should be working, it’s pingbacks from my own page, which worked perfectly in the past!
Forum: Fixing WordPress
In reply to: Problem with comment user_id after import!Ok, I solved the problem on my own blog by reposting all my own comments, then editing the timestamp to match the original comment, and then deleted the original.
This worked for me since I didn’t have that many comments to edit, but for someone with a lot of comments, of course this is not a good solution.
I think I won’t mark this one as solved because of that matter, and hope that someone can come with a better and less time consuming solution to the problem!
Forum: Fixing WordPress
In reply to: Problem with comment user_id after import!Assign my user_id to comments was of course what i meant!