Archie Makuwa
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Decrease Right Sidebar Width++ Thumbs up Andrew ++
Forum: Fixing WordPress
In reply to: Decrease Right Sidebar WidthHi,
You need to edit you styles.css (line 739).
.hentry, .no-results, #author-info, #disqus_thread, #content .error404{ width: 100%; }
Change the width to 100%
A good tool to read up on that is: Firebug (read up on that on the internet, you will thank me later!) ??
Forum: Fixing WordPress
In reply to: PermalinkOh, I just saw the problem. You do not have a page setup and the developer assigned the site/get-to-know-me to be the front page. I see he also added the (get-to-know-me) content on the front page.
You can take the matter with him to have it updated or you can do it yourself – is just a few steps.
– creating a new page and populating it with the content
– updating the linkForum: Fixing WordPress
In reply to: Links and css not showing with MAMPThe folder has to be inside the Mamp->htdocs or the Php will not run.
Forum: Fixing WordPress
In reply to: PermalinkHmm, do you have Administrator rights?
And where are you installing the WordPress? Is it in the main (htdocs / www) folder? Sometime if you install it in a sub folder, the .htaccess has a way of giving that error.
A little more info please…
Forum: Fixing WordPress
In reply to: Links and css not showing with MAMP:: So the installation went wrong from the very start, right after the installation?
Forum: Installing WordPress
In reply to: Problema con WP – No veo mi blog/webHi,
Google translate:
“Hello,
I have loaded and have published several posts as well as some ads, header, etc … from WordPress, but when I type my url in the browser I get an error page (default) proviniente my hosting provider (hostgator).
The domain with NameCheap hire him.
I followed the steps on how much I indicate to the Configuration of DNS, etc …
What can be happening? Do I have to do something from WordPress to climb everything right apart from giving “Pulbicar”?Someone I can take a cable?
thanks”My questions:
1) Is WordPress installed in the correct directory?
2) How was WordPress installed (Automatic / Manual)
3) Have you deleted the Hosting company’s temporary files?
4) How does you .htaccess file look like?Forum: Installing WordPress
In reply to: Fatal error on logging inEsmi has asked a very good question. What you can do is to simply move try moving the new theme from the themes folder (back it up in case you will need it).
Themes directory: (your site folder)/wordpress/wp-content/themes
Forum: Fixing WordPress
In reply to: Links and css not showing with MAMPSometimes it can be a problem with your tags. I see the problem often in my development team – I or the other guys on Windows would miss or have extra html tags on the Windows machines and everything would work but the Mac users will then get errors.
Double check the html tags and also your php syntax.
Forum: Fixing WordPress
In reply to: Some jQuery Animate questionHi guys,
[RESOLVED]
I has to use “toggle” in the following jQuery to achieve the results. Will share my answer for anyone who might need it in the near future.DIV TOGGLE
$(".box").toggle(function(){ $(this).find(".inner").stop().animate({top:0}); }, function() { $(this).find(".inner").stop().animate({top:340}); });
Forum: Fixing WordPress
In reply to: Filtering PodsThank you Scott!!
#Resolved
Forum: Fixing WordPress
In reply to: Loop through array#Resolved
Forum: Fixing WordPress
In reply to: Return only child categoriesresolved
Forum: Fixing WordPress
In reply to: Loop through arrayThank you!!
What a silly mistake… #lack of coffee