In my wordpress I have installed the shopp plugin and added a test product. When I try to view it I get a page not found error. e.g.
http://example.com/shop/test-product/
the same goes for
http://example.com.com/shop
I believe I have everything setup properly. I have my pages setup in the Shopp pages admin view. I have not added any page to my pages. Do I need to add one or does the shopp plugin do it for me automatically?
Thank you for any help!!
Related
i am a beginner and working on developing a website on XAMPP local host and i have a problem with my account page, i am using lisfinity theme and the mentioned page must be created and chosen from theme pages as my account page also from woocommerce>advanced>my account page.
the page worked well before but after a while it opened but empty and the log in and register pages made the same but after deactivating plugins they came back to work, only my account page that refused to show any content and driving me nuts.
hope i can find help, thanks in advance
You can set permalink again wp-admin > settings > permalinks
and also add follow below Woocommerce standard shortcode on pages as well.
https://woocommerce.com/document/woocommerce-shortcodes/
In this Elementor-made WP website one of the pages has mutated into just its Shortcode description showing, insted of the actual contents and UI:
https://www.agenciadinamita.com/nosotros/
I have already tried to re-introduce it through both PHPmyAdmin and the Classic Editor, but that didn't work. Has this happened to anyone?
Your website is not working based on Elementor, it is built with Visual Composer. Install and activate it and will start working.
The shortcodes seem coming from the Visual Composer Page Builder. Also, your page doesn't look edited by using elementor page builder on that page.
I recommend to install and activate the Visual Composer Page Builder plugin on the website to make this page working.
i have installed wordpress and used Dokan Plugin for multi vender Module
All working is perfect , but Store View Page Showing 404 Error
so please help me in this issue
It seems like there is a problem with your permalink settings. You can follow this doc- https://wedevs.com/docs/dokan/common-questions/404-page-not-found-error to save the permalinks correctly. After saving the settings, just try to view the store template.
Thanks.
I have a link in wordpress website. However, I cannot find the link to edit. I try to find it in pages and in template. I tried to edit a page but the page is empty. So where does wordpress placed my link? Is it in database or somewhere?
Thanks
Homepage template can be index.php, home.php or front-page.php located in your theme's folder.
Find out which page is being loaded as your homepage in Settings -> Reading under Front page displays.
All the content in WordPress should also be accessible from within your Admin Panel. You have to find that out yourself. Only people who have access to the Admin Panel knows about that. Ask the person who was responsible for this if you must.
I currently have a Magento store where I'm using a CMS page as the homepage. I want to integrate my wordpress blog (hosted on the same server) into this CMS page. It would show the latest blog post and preferably have the comment function available on the front page. The first thing I considered was using the Wordpress Loop on the Magento CMS page, but it doesn't seem like it allows PHP.
One other thought I had was to create the homepage using modules or blocks. To be honest, I've never created a module or block so I'm not all that familiar with what is involved. The CMS page that I had created is simply an image slider/carousel (nivo-slider) and some photos with links. None of the content actually needs to be done with CMS, it just needs to be presented within my Magento theme/framework. All homepage updates will be handled by myself, so I can bypass the CMS system all together and just update modules if it turns out that the modules solution will allow me to have both the Wordpress blog and nivo-slider on the same page.
Any thoughts?
One thing you can try is setting wordpress as the main site and style it to match your magento styling. Then the visitor will have a streamlined experience from a UI standpoint. One gotcha would be if you want comments open on Wordpress then you'd have 2 accounts you'd have to reconcile for wordpress and magento.
I found the solution at Part 2 of the following link:
http://addoa.com/blog/easy-wordpress-and-magento-integration
Here's a quick summary of the steps (for a full explanation, click the link above):
1) Create a bare-bones WordPress theme file that skips all of the styles, header, and footer and just displays content.
2) Create a page in WordPress that uses your new bare-bones template.
3) Create a template file in Magento to embed your newly created WordPress page into a Magento page.
4) Place the block based on your new template on the Magento CMS page you want the blog content to display on
The FishPig extension now supports this functionality so you achieve this by following these steps:
Upgrade to the latest version of FishPig's WordPress Integration
Login to your Magento Admin and go to WordPress > Settings Blog / Plugins
Find the Layout option and set 'Blog as Magento Homepage' to Yes
Save the page and voila, you have it: WordPress as your Magento homepage using your Magento theme in under 2 minutes
You will be wanting the Fishpig integration:
http://www.magentocommerce.com/magento-connect/fishpig/extension/3958/fishpig_wordpress_integration
Not only is it free, it is also actively maintained.
You can also do an Apache redirect for the root/home page to a wordpress page of your choosing. In that way you don't have to have the problem of adding something to the Magento homepage and maybe have something fancy in Wordpress.
hopefully i've understood your question!
the following article may be of help to you (it outlines how to use the fishpig extension and to pull out the latest posts as part of a magento block on your homepage):
adding recent posts to magento homepage
You can also use blog extension of magento.
You can get it free form magento site http://www.magentocommerce.com/magento-connect/aheadWorks/extension/1516/blog-extension-by-aheadworks
Thanks