thefastcook
Forum Replies Created
-
Forum: Plugins
In reply to: Wp – shop (e-commerce)I’ve been playing with this plugin in myself, I’m no expert but I’ll throw in my 2 cents anyhow. I’m using their latest release and don’t seem to have the issues that you have. Specifically I can do all the enter details etc, paypal works well. I’m using K2 which may or may not make a difference. What theme are you using? I have also noticed problems when using firefox. I’m not sure but perhaps combinations of theme/browser and other plugins may have an effect too. There doesn’t seem to be a lot of support in this area so your best bet may be to try different themes( I know that k2 gets through the stages that you mentioned)plugins/browsers etc. See if you can get it working at least and then go from there. Sorry that’s all I got at this stage.
Forum: Plugins
In reply to: WordPress Shopping Cart OptionsIt’s the only one that I’ve found so far. Make sure you test it in IE as well as Firefox and Opera as it definitely has some buggy elements there.
Forum: Fixing WordPress
In reply to: Validation error and no ideaAlright I fixed the problem for now. Thanks for your keen eyes LesBessant! For the record I went through and took out the “?”s which seemed to appear after “.” in my sentences. Now I’m pretty sure I didn’t put them in there 🙂 so I’ll pay extra attention to see if they creep their way back in.
Forum: Fixing WordPress
In reply to: Validation error and no ideaoh right I see what you mean LesBessant – good find thanks. I’m pretty sure this has something to do with setting the encoding – anyone have any idea how to do that? I’m not cutting and pasting I’m using the editor in wordpress so it should be UTF-8 shouldn’t it?
Forum: Fixing WordPress
In reply to: Validation error and no ideaHmm… it seems to show alright in Firefox for me. Actually none of the posts seem to show up funny for me. Although from searching for this issue on google it definitely has something to do with my encoding – haven’t got an answer yet but it seems like I’ve somehow slipped out of using the standard utf-8 code somehow but I don’t know where or how it happened.
Forum: Fixing WordPress
In reply to: Validation error and no ideaThanks Yosemite you always seem to come through with the relevant info for me. This all seems a bit over my head though. I could make sense of that article can see that I fit into the “eschew validation” section at present – but am unsure how to fix up the relevant code. I’d appreciate it if you had an idea which file I’d need to edit. Thanks.
Sambol – I’m pretty much right there with you!
Forum: Fixing WordPress
In reply to: How to remove “Link” category on blog?If you go to “links” then “link categories” you’re able to delete the links which will stop them from showing up on your page.
Forum: Fixing WordPress
In reply to: 1 validation error – directly edit source?Thank you Yosemite that took care of that problem. For the record though if I or someone else wanted to delete the
- and
is there a way that we could do it directly from the source code?
Forum: Fixing WordPress
In reply to: 1 validation error – directly edit source?Thanks OnSeduction – the link is http://www.sacredgatehealing.com
Forum: Themes and Templates
In reply to: style changes from local host to weblinkWell I’m pretty certain that the blog is not misconfigured and I’ve checked the files for absolute urls – as you say I also followed the logic that it must be one of these things – I’ll keep looking anyway. It’s a lot harder to compare notes in IE though.
Forum: Fixing WordPress
In reply to: Pages CategorizedI used the post2page plugin which converts posts to pages but the page I’m still working out if it is possible to then put the page into a category. It seems to default to putting the page link directly on the sidebar. In any case it may take you half way there. Let me know how it goes and if you manage to work out how to catergorize those damn pages!
Forum: Fixing WordPress
In reply to: keeps resetting htmlMy search works again – no idea.
I extrapolated from another thread and ended up commenting out this section in the style.php:
/” p {
text-indent: <?php include(“$url/wp-admin/choices_style_pindent.txt”); ?>px; /* How much indent for the first line of each paragraph? */
/* Examples: “10px” or “20px” */ “/It takes care of the indent default – perhaps it was this that overran the html editor changes. I think my techno-allergic brain is slowly acclimatizing to the wordpress idiosynracies…slowly
Forum: Themes and Templates
In reply to: Category IndexIt doesn’t seem to be what I need but thanks for throwing it my way anyway! As things stand I’m not sure that there is an easy option to categorize pages so I’ll skip it for now.
Forum: Themes and Templates
In reply to: Category IndexAlright I notice that posts can be linked to categories by ticking the box but does anyone know if pages can be linked to categories through the admin panel or is there another way? Any help is appreciated.
Forum: Themes and Templates
In reply to: Category IndexI guess this isn’t an issue for most people but if anyone needs the code I ended up getting this to work:
<?php list_cats(FALSE, ”, ‘ID’,
‘asc’, ”, TRUE, FALSE,
FALSE, FALSE, TRUE,
FALSE, FALSE, ”, FALSE,
”, ”, ‘1,33’,
TRUE); ?>I just whacked it somewhere in the sidebar.php file and it worked. Still can’t get my categories to link to my pages though.