Alex Cragg
Forum Replies Created
-
Forum: Everything else WordPress
In reply to: page Categoriesits a little unclear what you mean, could you elaborate, is this all in the admin side?
The ‘problem’ might be that ‘Pages’ can’t be categorized, but ‘Posts’ can.
Forum: Fixing WordPress
In reply to: Are you allowed to change the WordPress credit?there are some buttons here.
http://wordpress.org/about/buttons/Forum: Fixing WordPress
In reply to: Email Q&A Scripthave a look at this too
http://knowledgeconstructs.com/wordpress-plugins/faq-tastic/
i believe it does the email questions etc
Forum: Plugins
In reply to: How do I get the sidebar on the post viewing page?if you look in index.php, you will see this somewhere;
<?php get_sidebar(); ?>
index.php is used for pages and home page, where as for posts, single.php is used.Open up single.php, and insert the same line of code above in the same place as it is in the index.php file.
so if in index.php, the code comes after
<div id="wrap">for example, put it in the same place.Forum: Plugins
In reply to: E-Commerce Limited Stock ProblemIm having this problem to.
Forum: Plugins
In reply to: Updated: WP e-Commerce 3.5 RC2Hi Dan, you seem to post on here more than on your own support forum, (;-)) so i was wondering about the paypal IPN, is all i have to do just tick the box, and it is all set up?
Plus there are still problems with ordering products that are out of stock. Im using RC3, and you said in this forum that this would be addressed, and i cant get it to work.
The plugin is getting better and better though!
Forum: Your WordPress
In reply to: Criticize my first site PleaseSo now all I need to do is work out how to section off parts like if I had tables
if you place things in divs, and assign them a unique id, like
<div id="news">
etc, you can then style each of these divs seperately and change their position etc.once you start with CSS, you will love it, its so flexible.
rounded corners are cool! 🙂
Forum: Fixing WordPress
In reply to: Theme Creation: How To…this tutorial is really good
http://www.jonathanwold.com/tutorials/wordpress_theme/Forum: Plugins
In reply to: E-Commerce Limited Stock Problemmufasa, will our gold file and grid view still work with RC3? or do we need a fresh download of them?
and to think i hacked away at all the files getting them to half validate, and ill have to start all over!
Forum: Themes and Templates
In reply to: problems with the webbrowsersunfortunately i have no idea, i dont use the plugin, but i know it puts on the smiley faces!
keep this thread going, im sure someone will no who uses it.
in the mean time, have a look in the plugin php file, and see if you can see the smiley, it is probably hard coded, so you might be able to delete it. just a thought.
Forum: Plugins
In reply to: hide event calendar on frontpage or restrict to single pageis that an ‘i dont really understand any of that’ sigh!?!
post on here with your progress, and any more questions, ill be happy to help.
Forum: Fixing WordPress
In reply to: What is the function to list allowed XHTML tags for commentsin your comments.php look for something like this
<p><strong>Some HTML allowed:</strong><br/><?php echo allowed_tags(); ?></p>it might be there and edited out, if so remove the editing comments.
if it isnt there, put in the php call with whatever else you want, ive got the p and strong tags.
Forum: Plugins
In reply to: E-Commerce Grid View Not Workingyou need to upload the grid view php and css to the gold_cart_files folder.
then under shop options, you can choose to display products as a grid.
did you put in your API?
Forum: Fixing WordPress
In reply to: Urgent Help: Accessing Dashboardi linked to it above 😉
Forum: Fixing WordPress
In reply to: Urgent Help: Accessing Dashboardyeah, i have no idea what to do with mysql(!), but the tutorial guided me through fine when i needed to do the same as you.
good luck