FazBuzzWP
Forum Replies Created
-
Forum: Themes and Templates
In reply to: inserting symbol ? and year before namejust add this before your name in the footer
<?php echo "© "; echo(date("Y")); ?>
it should work
Forum: Themes and Templates
In reply to: changing themesIgnorance is bliss(i am just trying to be funny and though not used in the right circumstance, i love that saying).
You will learn more about this stuff when you keep meddling with WordPress. I used to be scared of that before but now it’s like second nature.
Yes you can revert back to your original blog appearance just by a few mouse clicks.
When you have installed a new theme without deleting the original, and you don’t like it just go to your appearance and go to themes. you will find your original theme there and activate it. Bingo! you are back to your original blog appearance
Hope that helps
CheersForum: Fixing WordPress
In reply to: Activating a ThemeI have activated the twenty ten theme, but cannot view it as it appears
English is not my strong hand so i didn’t get what you are trying to say here. Cannot view as it appears? like when you have activated that theme? please be more specific.
I want it the way it looks then I can add my pluggins
you mean by default?
cheers
Forum: Themes and Templates
In reply to: Commercial Theme support…it is not our place to keep shady vendors in business. If someone wants to help, that is fine.
so i can answer some small questions ??
Forum: Installing WordPress
In reply to: Installation Issueoops i forgot you have to copy the index.php and .htaccess as when these are removed from you WordPress installation the directory containing WordPress files will not function properly.
Cheers
Forum: Themes and Templates
In reply to: Installing a themeokay here is what you have to do.
login to your admin area and then click on dashboard. Then go to appearance and click on it and then click on themes. Then you will be presented with options to upload. Since theme file is a zip file, upload it and click on install, then you can activate the theme.
Hope this helps.
And to prevent waiting for replies like this i suggest you to go through the codex or try to get a course for beginners on WordPress.Cheers
Forum: Themes and Templates
In reply to: Header image not moving with background image…you have to use flexible images and some slightly advanced css. it can be done and if you are using a free theme from www.ads-software.com just create a child theme and then edit you css and if it’s a commercial theme just go and get their support.
this is pretty straight forward. Go to your style.css and edit this
#navigation{ background: none repeat scroll 0 0 #A9AC92 }
Except the color property (#A9AC92)everything is already there.
here is the image of your website after the change has been made. hope this is what you wanted.
https://postimage.org/image/var2y8wrf/For these things it’s advised to use web developer tools like firebug, or chrome developer tools as they will save you a lot of time.
Cheers
Forum: Installing WordPress
In reply to: Installation IssueTry going to https://www.sitename.com if you have exactly done the same then your index.php and .htaccess should reside in the root for https://www.sitename.com and hence if you go to https://www.sitename.com you should get your webpage…but on the other hand if you have installed WordPress in a subfolder then go to https://www.sitename.com/sub-folder/
Forum: Fixing WordPress
In reply to: new here can any one helpthis won’t break anything but just be careful…just remember what your doing..
Forum: Fixing WordPress
In reply to: new here can any one helpnot very sure if this is the correct soln or not but i figured out your more problem. Just go to your main html file or corresponding header.php and remove this line
more ?" />
immediately after the body tag.For problems like this and if you know CSS use firebug or chrome’s developer tools. They hardly cost anything and learning them is fun.
your site is not working…
Forum: Installing WordPress
In reply to: Installation IssueSoln to your first problem.
do the following in the same order.
let’s assume that your www folder in wamp (htdocs in mamp?) is having nothing and now extract your wordpress folder( when you open that zip.) to www folder and then rename that folder say to bangmyheadwithahugebrick. now take out that index.php(in the renamed folder bangmyheadwithahugebrick ) and open it in a text editor.
Your index.php should look like this https://pastebin.com/MBJNM9B7 Check the ‘require’ area.
Now you have to log into https://localhost/bangmyheadwithahugebrick/wp-admin. But your site will appear when you just point your browser to https://localhostafter logging in make sure that these settings are set correctly .
Go to Setting>general and make sure that WordPress address is https://localhost/bangmyheadwithahugebrick and your blog address/site address is https://localhost.If you have done this exactly you should not notice any troubles. I’ve done this tens of times before and never faced a problem.
As far as your second problem is concerned try restarting your local server and if that fails try reinstalling WordPress(This should be your last resort and try backing your site up before you do this if thats possible.)Forum: Themes and Templates
In reply to: horizontal navigationYou have to float each individual list element also to achieve a horizontal navigation. you are just floating or moving your whole nav bunch to left but not the individuals.
Hope this helps
CheersForum: Themes and Templates
In reply to: How do I move the navbar under the header?You have to ask woothemes but i think you just have to reorder your divs in your header.php file like moving the page_navi div after the header div and tinker with your css for proper layout. Just curious why did you mention your age? ??