iridiax
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Where to Insert Really Basic HTML Code?It looks okay to me. Hopefully it will work for you.
Forum: Fixing WordPress
In reply to: 'Index of /' CrashTry contacting your web host about this.
Forum: Fixing WordPress
In reply to: Where to Insert Really Basic HTML Code?the code shows up after the
</html>at the bottom. Would that be okay?No. Put it between the head tags in your theme’s header, probably in header.php. Link tags belong in the head.
Forum: Fixing WordPress
In reply to: Google searchers land on homepage not on post single pageSee: http://wordpress.org/support/topic/410993
Also, Google prefers pages with more than a sentence or two of text (like your home page), so make sure that your individual posts have enough unique text.
Forum: Fixing WordPress
In reply to: WordPress 2.0.4 version site loads only up to headerTry switching to the default (or another) theme and disabling all plugins. The desidanceteams.com/main/ site cuts off just after the start of the sidebar div, so there may be something wrong with the first thing in the sidebar.
Update: The sdxa.org site cuts off after “Welcome to the Spokane DX Association” so there may be something wrong with what comes after it.
Forum: Fixing WordPress
In reply to: can’t use <div> ?If you switch back and forth between the visual and html editors, it will mess up your code. I’d recommend using only the html editor and disabling the visual editor (in your profile) if you will be adding code to your posts.
Also, try deselecting “WordPress should correct invalidly nested XHTML automatically” in your writing settings if it’s selected.
Forum: Fixing WordPress
In reply to: Home page redirects to postAre you using a redirection plugin? If so, try disabling it.
Forum: Fixing WordPress
In reply to: Error: Headers already sentWarning: Cannot modify header information – headers already sent by (output started at /home/nsync908/public_html/stillnsync/dataquery.php:1)
What is dataquery.php and where did it come from?
Forum: Fixing WordPress
In reply to: My site only shows the title.If you renamed the plugins folder, did you then create an empty folder named plugins? If you didn’t, you need to do this. I would also recommend using FTP to delete the feedburner plugin since the weird stuff in your error_log looks like it comes from that plugin.
Forum: Fixing WordPress
In reply to: Warning MessageWarning: file_get_contents() [function.file-get-contents]: URL file-access is disabled in the server configuration
Try contacting your web host about this and/or reinstalling WordPress again and avoiding that theme altogether.
Forum: Fixing WordPress
In reply to: Google visibility in wordpress5 months without being indexed is not normal and can be the result of a technical problem or a spam penalty on your site or on the previous domain owner.
Sign up for Google Webmaster Tools and verify your site. Check in a few days to see if any crawling errors are reported (they take time to be reported).
Also look for help here:
Forum: Fixing WordPress
In reply to: Random image on a sidebarThere are random image widgets and plugins:
http://wordpress.org/extend/plugins/search.php?q=random+image
Forum: Fixing WordPress
In reply to: Creating a Flat ListSee inline lists in:
Forum: Fixing WordPress
In reply to: Gaps in My Cateogyr ListsIt’s a problem with how your theme styles sidebar ul, it adds a bottom margin to them. Hierarchy wraps the child categories in a ul and thus they get a margin (gap) at the bottom. Try adding this to your theme’s style.css and see if it helps:
ul.children { margin: 0 !important; }Forum: Fixing WordPress
In reply to: My site only shows the title.This does not look like what you see in an error_log. Try disabling the feedburner plugin.