mccormicky
Forum Replies Created
-
Forum: Plugins
In reply to: [Plugin: WP e-Commerce] Don’t be fooled – buggy plugin, little supportI think he wants the tables?
Forum: Plugins
In reply to: can some one write a plugin for events ?Betsy why not just make an events category and then an events category template and rock that? You create the category,remember the id and then copy page.php or the index.php file and then upload it to your theme folder and call it category1.php(or whatever the the id is).
It’s a snap.
Also, for what you want to emulate–tables aren’t at all necessary! any free theme will format a page like the one you want.Forum: Themes and Templates
In reply to: Helpthe wrap div is 800
the sidebar is 222 and the content div is 520 which adds to 742(i can add!)so everything ought to fit.
It’s more probably a problem with both sidebar and content being given float:left; and the content div has margin 10px 10px 10px 10px
(also sidebar div has empty periods in the code.did you delete stuff and leave the periods? just wondering)
you can try removing the margin…then give content div overflow:hidden; and tell it to float:right;then add margin and padding back in to give the content div it’s nice spacing.If that doesn’t work try making content div smaller(less than 520px)this may cause trouble if content’s post,entry divs have fixed widths,though.
IE6 is a beotch but it isn’t a good idea to tell people what browser to view your site in and def. not in your title or description field.I know you only did it so that people could get a clue but still…Forum: Fixing WordPress
In reply to: Links dropdown broken after updateYou might need to edit your sidebar.php code because the dropdown list might have been hard coded in there using depreciated code.
Forum: Fixing WordPress
In reply to: Error on home pageYou should contact your host or go to their forums to see if more people are having this trouble.error establishing a database connection message just means usually your host is wacked or overloaded..
Forum: Fixing WordPress
In reply to: Posting to specific pageUse category templates and in index.php exclude those 3 categories,maybe? I do this on my website.My cat. I♥Brooklyn doesn’t show anywhere but on that “page”-neither does personal,or recipes
In short I have 3 mini blogs all running from one blog,yay for me.
and I agree with you on your last statement.no more query_posts if that were a feature.although what you desire is really what categories are for.If I am not mistaken.But you can suggest features in Kvetch.Forum: Fixing WordPress
In reply to: Comments automatically closing on older posts?There is definitely a plugin that closes comments on older posts but I am not sure if it is one in your list.Askimet has no settings beside api key.
Have you tried deactivating all plugins to see if that opens comments?
I’m sure you must have, just a suggestion.Forum: Fixing WordPress
In reply to: What the Hell with wp-gravatar???Doesn’t wordpress(2.6x) allow you to pick the default Gravatar for users without one in dashboard>settings>discussion? I don’t think you need a plugin for this anymore.It seems to have been moved to the core(or maybe I am wrong).
http://en.gravatar.com/Forum: Fixing WordPress
In reply to: Where is my Text stored? What happened to my Template?I looked at your website and what I see is you’ve got one blog post.Re-installing on godaddy doesn’t typically require copy and paste,though you can and then re post,so I am not sure what you mean by text on other pages you can’t get to.
Or did you mean you switched to godaddy,reinstalled and not every post you wrote is showing up? Or could mean the “text on other links” were not WordPress posts or pages and that is why they are not showing up? I am finding it hard to understand what you mean by “text on other links you can’t get to”.If you can access those pages with a web browser you can at least copy and paste them and use WordPress to publish them.Forum: Plugins
In reply to: separate page contact form with image uploadercforms by delicious days has a file upload option field but you have to edit the options to allow image files then just build a form that asks your questions
Forum: Fixing WordPress
In reply to: [Plugin: NextGEN Gallery] Set maximum gallery on album pageHere is a good resource for really understanding nextgen
http://hqcode.com/next-gen-gallery/working-with-next-gen-gallery/Forum: Fixing WordPress
In reply to: [Plugin: NextGEN Gallery] Set maximum gallery on album pagehttp://nextgen.boelinger.com/custom-fields/
Or you just use the overall settings in Gallery>Options(in the dashboard)I’m confused about this advice.I looked at Effects in Gallery options but I don’t see the option of “Others” in the list. Is it “Custom” ?
And if I were to do the same thing as cobaltwolf and install smoothbox
Is this how to get it to work?
class=”smoothbox” rel=”%GALLERY_NAME%”Also in order to use smoothbox do I upload it the plugin folder?
Forum: Plugins
In reply to: [Plugin: Google XML Sitemaps] Google Webmasters Tools won’t accept my sitemapThis topic is resolved.
It was never a problem with the Google xml sitemap generator plugin.
It was all because the site in question used to block search engines in the Privacy settings.
In case someone else has the same experience I did make sure you give it a day or so if you used to block search engines in your Privacy settings before trying to submit a sitemap to Google Webmaster Tools.Because Google takes a while(in this case 2 days) to update my sitemap kept getting rejected.
Sorry for the drama.Forum: Plugins
In reply to: [Plugin: Google XML Sitemaps] Google Webmasters Tools won’t accept my sitemapThe plugin automatically saves sitemap.xml to the root.So even though my wordpress is installed in http://domain.com/wordpress/
the plugin saves it to http://domain.com/sitemap.xml.
I usually do install wordpress in it’s own directory and other times this was never a problem which makes me think this is not the problem here.
I’ve used this plugin several times and am used to submitting them once they’re built to Google Webmaster Tools and for the most part it’s as easy as one two three.
Add domain,verify, submit sitemap.Google Webmaster Tools is saying that the robots.txt is restricting the url,whether a robots.txt file exists or not.I’ve never encountered this before.And:
I was under the mistaken impression that Dagon’s sitemap generator was like the Google XMl generator but it is not.It adds a sitemap to a Page and is a completely different thing.
I deleted Google XMl plugin and the sitemap.gz zipped and .xml which is why if you checked you didn’t see them.