freeforus
Forum Replies Created
-
Forum: Plugins
In reply to: [Polylang] Stop creation of new posts for translationsEDIT: It turns out I was hiding the other languages on one of the sites lol.
Forum: Plugins
In reply to: [Ray Enterprise Translation] Number added to URL slugThanks, @penyaskito!
Forum: Plugins
In reply to: [Ray Enterprise Translation] Number added to URL slugHi, thanks for the reply.
I just found out that when a translation is ready for download, it creates a new post or page, and that’s why it gives the same URL but with a “2”.
I don’t know what I messed up to get this setting. I used the plugin on another blog, and there it works fine. It translates the slug too, tho which is not ideal for me, but it’s ok.
Now my main goal is to figure why the plugin creates a separate copy of the post for every translation. Is this easy to fix?
Thanks!
Forum: Plugins
In reply to: [WooCommerce] How to get an empty product page to start?Yep it’s done properly. I also checked in the WooCommerce system status and it’s showing Overrides. Single-product.php file in theme/woocommerce currently looks like this:
<?php
/**
* The Template for displaying all single products.
*
* Override this template by copying it to yourtheme/woocommerce/single-product.php
*
* @author WooThemes
* @package WooCommerce/Templates
* @version 1.6.4
*/if ( ! defined( ‘ABSPATH’ ) ) {
exit; // Exit if accessed directly
}get_header( ‘shop’ ); ?>
<?php get_footer( ‘shop’ ); ?>
But nothing really changes when i refresh a product page. :S
Forum: Plugins
In reply to: [WooCommerce] How to get an empty product page to start?Hi, I override the template files and made the changes you described to single-product, but nothing happens. When I post a product it still shows the standard page with product image on the left, description, sidebar and some theme styling. What could possibly block the changes I made to single-product.php ? Thanks for your help!
Forum: Plugins
In reply to: [WooCommerce] How to get an empty product page to start?Yes that’s right. I don’t want to use the woocommerce single product template, because it has some design which I can’t change. When I’m adding products I want to start from scratch, 100% blank page, but still a woocommerce product page. Then using a page builder I will add manually images, description etc. and add to cart button.(Woocommerce has shortcodes for that)
Forum: Plugins
In reply to: [WooCommerce] How to get an empty product page to start?Hi, sorry my bad. I meant the single product page.