I rather not make the site public, but please ask your questions and I will then pick one to fix this, you will then have access to site admin
Hello - the site with some troubles is http://www.mysite.com
1. I need product categories like on this site on top menu http://themes.themegoods.com/?theme=Icarus on my site its named "wall decals"
2. http://www.mysite.com/products-page/ now you are on wall decals page you see url say /product-page but it has to say "wall-decals"
3. When you look at http://www.mysite.com/products-page/ and have cursor over cartoon on the left you see the url is not seo friendly, also the products on page. If
you look here http://www.mysite.com/?product=braun-kudu-wall-decal and have cursor over latest products you have real seo friendly urls, like it should be. check related products at the bottom you
have non seo friendly urls.
Any interest in this little job.
Francisco Javier Carazo Gil answers:
Did you change the permalinks AFTER you set up the plugin?
Did you give write permissions to .htaccess?
You can change those links by going to the plugin's admin page (eCommerce) > Shop Options.
Fireblade comments:
after or before im not sure, htaccess is 777 - I have this suspicion that the seo thing dont work be cause the e-commerce is in the themes folder.
Francisco Javier Carazo Gil comments:
Fireblade,
You have to install wp ecommerce into /plugins directory like the rest.
Fireblade comments:
yes I have thought about that many times, maybe I should try it, i will let you know
Fireblade comments:
if i just remove the files to plugin folder I get all errors, so guess it was ment that way or I need to change something
Francisco Javier Carazo Gil comments:
I don't know how WP E-Commerce has been running out of plugins dir.
Have you followed this steps? [[LINK href="http://www.packtpub.com/article/installing-wordpress-ecommerce-plugin-activating-third-party-themes"]]http://www.packtpub.com/article/installing-wordpress-ecommerce-plugin-activating-third-party-themes[[/LINK]]
Fireblade comments:
right now there is no e-commerce in the plugin folder, be cause its in the themes folder. would you have me to deactivate the theme move the folder to plugin and then install activate theme again.
Daniel Yoen answers:
Hello,
try to add :
'rewrite' => array('slug' => 'any-slug', 'with_front' => FALSE)
in your register_post_type function
Fireblade comments:
im not sure where to find that,is that the name of the file