thecrazyest
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Visual / html bar problem..Yep javascript enabled π
Forum: Fixing WordPress
In reply to: Visual / html bar problem..Yes my site.. like i said is from my pc π but i dont know from where because i have the same problem on all browsers … please someone help me π
Forum: Fixing WordPress
In reply to: Download files in full res from WPcontent uploadsFtp client: filezila
Cpanel: file manager
(check media files on admin page, maybe are there and you can see them).Forum: Fixing WordPress
In reply to: Adding image thumbnails to a category / newsDownload twenty ten from ftp. change in style.css
/* Theme Name: NEW Twenty Ten Theme URI: http://wordpress.org/ Description: The 2010 theme for WordPress is stylish, customizable, simple, and readable! Author: the WordPress team Version: 1.2 License: GNU General Public License License URI: license.txt */and put all theme files in /themes/newtwentyten
After that you can add custom fields in single.php etc. like i said before.
When you add post you have there an option “Custom fields” (check Screen Options) you will see this tab after post form.
and add there new Custom field “Imagex” and the url to your img (you have to host it on your host or tinypic.com).
I’m not so good to explain in english. Maybe esmi will explain better :D. Anyway i hope you get it..
Forum: Fixing WordPress
In reply to: Visual / html bar problem..No. i put him to test it..
Forum: Fixing WordPress
In reply to: Adding image thumbnails to a category / newsIf you use custom fields you have to insert preview each time when you add post… Or you can use a theme that offer your this option.
Forum: Fixing WordPress
In reply to: Adding image thumbnails to a category / newsYou can use custom fields.
.imgex { float: left; padding: 10px; }<?php $values = get_post_custom_values("Imgex"); if (isset($values[0])){?> <img src="<?php $values = get_post_custom_values("Imgex"); echo $values[0]; ?>" width="200" height="200" style="border: 2px #0079BB solid;"> <?php } else { ?> <img src="default.jpg" width="200" height="200" style="border: 2px #0079BB solid;"> <?php } ?>Put this in index.php, single.php, etc.
Forum: Fixing WordPress
In reply to: Visual / html bar problem..I dont know what is hotlinking but until 3-4 days ago it was ok. I tryed now all my browsers and same problem… My friend say that for him the bar is showing up every time he want to add post…
What can i do?
Forum: Fixing WordPress
In reply to: Visual / html bar problem..– switching to the Twenty Ten theme to rule out any theme-specific problems. yes.
– checking through Troubleshooting WordPress 3.1 – Master List yes.
– deactivating all plugins to see if this resolves the problem. If this works, re-activate the plugins one by one until you find the problematic plugin(s). yes
– resetting the plugins folder by FTP or PhpMyAdmin. Sometimes, an apparently inactive plugin can still cause problems. yes
It’s a browser thing i think.. because i dont get error log..
Forum: Fixing WordPress
In reply to: wordpress 3.1 crashed my photo upload feature!!!!!!!Also img align center is f*****…..
Forum: Plugins
In reply to: How to resize again all my images?I love you :D. THX!!!!!
Forum: Plugins
In reply to: Ads based on category.Not yet.
Forum: Plugins
In reply to: Ads based on category.nobody?