GadgetsChoose
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Google Adsense Ads Will Not Center In BodyHi, I am the creator of Smart AD Tags, you can center your ad at the bottom of your post manually, just take a look at the css file of this advertisement plugin and changed it’s values accordingly, should be no problem for you!
Forum: Plugins
In reply to: [Smart AD Tags] Causing an error in "Enable Media Replace" pluginIt seems like that is the problem of “Enable Media Replace” plugin, try to disabled it and you should be ok.
Forum: Plugins
In reply to: [my beautiful tubes] [Plugin: my beautiful tubes] Video not on published postNow the bug should be fixed
Forum: Everything else WordPress
In reply to: Can we change avatar?Thank you dude, just like me, you have a handsome avatar!
Forum: Fixing WordPress
In reply to: Not able to upload mediaIf you try to upload video files then some of the formats are not allow, but other file should be alright.
Forum: Fixing WordPress
In reply to: Home page helpMake sure you don’t delete anything from above mentioned parts.
Forum: Fixing WordPress
In reply to: Home page helpAlright, just manage to take a look @ the theme’s css file, here is what you need to do
open the style.css file, look for #site-title and #site-description part under this line
/* =Header
———————————————– */then enter the ‘font-family: Times, serif, fantasy;’ line into both
#site-title and #site-description part as shows below then save the file. Don’t touch any other line, just insert the one line code into below two parts.#site-title {
margin-right: 270px;
padding: 3.65625em 0 0;
font-family: Times, serif, fantasy;
}#site-description {
color: #7a7a7a;
font-size: 14px;
margin: 0 270px 3.65625em 0;
font-family: Times, serif, fantasy;
}if you don’t like the font style, you can use other font but you need to know some css font-family property in order to do it. Hope that help.
Forum: Fixing WordPress
In reply to: Home page helpThe font part you will need to look into the style.css file under Twenty Eleven theme and change the font manually if you know css a little bit 🙂
Forum: Fixing WordPress
In reply to: Home page helpAlright!
Forum: Fixing WordPress
In reply to: Home page helpgo to Settings | Reading and you can set everything under the Front Page displays. If you need special build homepage then you will need to write some coding which will be hard for a non programmer.
Forum: Fixing WordPress
In reply to: Will wordpress 3.3.4 fixed this bug?The problem has now been fully resolved (after me wake up from a small sleep, the light bulb in my brain suddenly ‘bling’ ‘bling’ and there we go…). Now the search form will lead us to the correct file (which is search.php). If any of you having the same problem please let me know and me will provide you with the solution, have a nice day!
Forum: Fixing WordPress
In reply to: Will wordpress 3.3.4 fixed this bug?Never mind, I will seek the solution by myself. Thanks anyway.
Forum: Fixing WordPress
In reply to: Will wordpress 3.3.4 fixed this bug?Yes, I have tried all those methods you have mentioned above. If you read the previous forum posts or google around you will see there are lots of people having this problem.
This is what the action part of my search form looks like
action=”<?php echo site_url(‘/’); ?>”
which lead me to the 404.php page instead of search.php
Seriously wordpress.org should look into this matter before releasing version 3.3.4
Thanks.
Forum: Fixing WordPress
In reply to: category and tag is missing and reappear again?any plugin that can help to backup my files? also any good web hosting company out there from USA?
Forum: Fixing WordPress
In reply to: category and tag is missing and reappear again?anyway thanks for the help