rate4d
Forum Replies Created
-
I was able to get plugin working.You can find solution here http://wordpress.stackexchange.com/a/51868/13578
Forum: Fixing WordPress
In reply to: WordPress BROKEI didn’t moved wordpress…
You know, I woke up one morning and it was moved.
“# If database and URL remains the same, you can move by just copying your files and database. “
Hosting provider changed the server so domain and database left the sameForum: Themes and Templates
In reply to: Theme ConstructorLithuanian translation (LietuviΕ‘kas vertimas) http://perlhosting.net/download7/3c0da2000.html
Forum: Themes and Templates
In reply to: Customizing Constructor Themeedit images in your theme for example wordpress\wp-content\themes\constructor\themes\orange here
Forum: Themes and Templates
In reply to: How to add text widget to home.phpif the widget is not used how to display nothing?
You should edit sidebar.php
How can I add only that basic WP text widget to my home.php?
As I could understand you want a link to your homepage in your sidebar.If so, choose to add text or image and link.
Codes would be
<a href="/index.php">Home</a>
or
<a href="/index.php"><img src="file.jpg" width="100px" height="100px"></a>I’m not sure if I understood correctly what do you want to do, your english is not very perfect π
Forum: Themes and Templates
In reply to: Can’t remove Search from Red_Nylon themeOpen:
wp-content/themes/red-nylon/index.php
wp-content/themes/red-nylon/single.phpFind:
<div id="subcontainer1"> <div id="wrapsearch"> <?php include (TEMPLATEPATH . '/searchform.php'); ?> </div> <?php get_sidebar(); ?> </div>Remove this part of code from these two files.If you want you can remove 734-788 lines in css by default, but it’s not compulsory.
πForum: Themes and Templates
In reply to: Align center Blog Title and Tagline AtahualpaMark topic as resolved π
Forum: Themes and Templates
In reply to: Add a header to my blog!kdkaushik, get a f#%k out of this forum with you shitty web and prices like $10 for 5 lines of code.If you are loser and cant get clients at all, there’s no need to spam in the forums, asshole
Forum: Themes and Templates
In reply to: “Add Comment” box does not appearStarCapt when writing a post or creating a page check if “Allow comments on this post” is ticked
Forum: Themes and Templates
In reply to: Can anyone point me in the right direction?π You know, it’s great feeling then you can help someone, and the “thanks” you get is not just thanks, I can remember myself stuck with some code or smth.And I feel awesome after someone helps to solve that pain in the a.s.s I think other people feel it too.
Anyway, help someone in order to thank me for the help.If we all did so, there would be less unsolved problems, and we mustn’t to pay money to some asshole $10 for several css lines.. πForum: Themes and Templates
In reply to: WP Clockwork Themeπ Glad I could help ya dude, good luck with website
Help someone else in forum πForum: Themes and Templates
In reply to: Can anyone point me in the right direction?you need to add some css properties to this in order to get it working.
Im not sure what css properties have to be added.
Maybe:div#BanAd a { display: block; height: 90px; width: 728px; }p.s try to add it in your style.css in the very end of code
Im not sure, but give it a try.Im not very serious wp master, you can see it from my avatar ^^
Forum: Plugins
In reply to: I NEED A PLUGIN FOR UPLOADING FILESBIG thanks to the guys who helped ! (joke)
I’ve found that I was looking for.It is not for wordpress, but I’ll integrate it simply.It’s just good script π
http://www.webdice.org/uber_uploader/ For thoose who same as me want to allow unregistered users upload files to ftp πForum: Plugins
In reply to: I NEED A PLUGIN FOR UPLOADING FILESI need users to be able to upload files for me easily, the best way to do it straihgly from a browser.
Forum: Themes and Templates
In reply to: Can anyone point me in the right direction?You should add the code in the header if you want it between your nav bar.