shadow
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: One Greate FamilyThe relevance to WordPress is difficult to find here. A search on Google will benefit you much more than this forum.
Forum: Installing WordPress
In reply to: Can’t connect and 404 – major problems installingOdds on, there is something wrong in your wp-config file. Perhaps email me if you want some help and would like me to take a look at the config for you.
shadow12 gmail
Forum: Fixing WordPress
In reply to: I can’t log in. I’ve tried everything. Is there phone support?https://install4free.wordpress.net may be an option for you
Forum: Fixing WordPress
In reply to: Link header to home… help!!<?php bloginfo('name'); ?>
to<?php bloginfo('url'); ?>
Forum: Installing WordPress
In reply to: Free Install TimeJust to clarify here.
This actual installation was up and running within 20 minutes of receiving the request. The confusion lay in emails being picked up by spam filters.
A lack of acknowledgement that the installation was found [and being used] just added to the frustration.
Forum: Everything else WordPress
In reply to: Howard Wilner – WordPressForum: Installing WordPress
In reply to: can’t run installYou won’t want to hear this, but experience has shown that in over 99% of cases there is an error in what you have entered.
Check it for typing errors, wrong information, extra spaces etc.
If you are still having trouble and need a hand – feel free to email me at shadow12 gmail
Forum: Plugins
In reply to: Paid Gig – Make money updating theme-switcher pluginWP-Pro’s mailing list:
https://lists.automattic.com/mailman/listinfo/wp-pro
Also consider joining and soliciting professional assistance from the wp-pro mailing list: https://lists.automattic.com/mailman/listinfo/wp-proForum: Fixing WordPress
In reply to: How to Exerpt Blog Posts in PHP?You may want to try Kafkaesqui’s excellent plugin as an alternative.
Forum: Installing WordPress
In reply to: Upgrade failed! : HELP!!Did you keep a backup of your original database before trying to upgrade?
Email if you would like me to take a look…
shadow12 gmail
Forum: Plugins
In reply to: Create the pageChange the ID to match the page/s ID you want to exclude:
<?php wp_list_pages('exclude=7,8' ); ?>
Forum: Installing WordPress
In reply to: Upgrade failed! : HELP!!Did you disable your plugins before upgrading?
Forum: Installing WordPress
In reply to: Trouble w/ install.php and config.php on BluehostInstall4Free may be an option.
Forum: Requests and Feedback
In reply to: Distorted Graphics & Indistinct Links…I am not sure what you are trying to say here?
Nice blog setup!
Two niggles:
The problems you are experiencing when viewing via IE are related to the way in which your theme is setup and will require some playing with your CSS to rectify. Any problems like this are always a royal pain in the sensitive areas, but there is not a lot that can be done from this end without actually having the theme in front of us to work with. It tends to be trial and error all the way down the line.
I’d start with your relevant CSS relating to where the graphic is being over-ridden by the text and begin by adjusting padding, margin and possible line height settings.
And for what it is worth, seeing the site online gave us a much better overview of the problem.
Forum: Fixing WordPress
In reply to: How to Exerpt Blog Posts in PHP?Well, if you put that code in the index.php and page.php files in your theme to replace
<?php the_content(); ?>
, it will be automatic.Or do you mean you want it to automatically happen without changing anything?