Forum Replies Created

Viewing 15 posts - 16 through 30 (of 70 total)
  • Author
    Posts
  • #34274
    Profile photo of Valentin Tabirca
    Valentin Tabirca
    Participant

    Hi Chris,
    Thank you, I copied the code into theme’s functions.php and Google started the validation after passing the quick test.
    I will let you know about the result, it may help others.

    PS: the code:
    /**
    * Remove the generated product schema markup from Product Category and Shop pages.
    */
    function wc_remove_product_schema_product_archive() {
    remove_action( ‘woocommerce_shop_loop’, array( WC()->structured_data, ‘generate_product_data’ ), 10, 0 );
    }
    add_action( ‘woocommerce_init’, ‘wc_remove_product_schema_product_archive’ );

    #34137
    Profile photo of Valentin Tabirca
    Valentin Tabirca
    Participant

    Hi Robin and thank you!
    I have read the documentation you provided but it was over my head. I didn’t know where to go, what to do…
    A support guy from hosting gave me specific instructions on what to do on cloudflare. It was DMARC and SPF, I already had DKIM.

    #33803
    Profile photo of Valentin Tabirca
    Valentin Tabirca
    Participant

    ImageMagick/policy settings where the EPS settings have to be re/enabled..

    i don’t know why this setting was changed, but it is solved so far.

    How did you exactly solved it? Or it was the hosting guy who did it?

    #33802
    Profile photo of Valentin Tabirca
    Valentin Tabirca
    Participant

    Unfortunately, wordpress is auto-updating. Any way I can disable this? Anywhere in settings?

    #33321
    Profile photo of Valentin Tabirca
    Valentin Tabirca
    Participant

    Hi,
    I had a similar problem. A full restart (done by hosting guys-and I don’t know what that means) solved the problem.

    #32984
    Profile photo of Valentin Tabirca
    Valentin Tabirca
    Participant

    I have found the cause and a solution.
    It is Woocommerce. Uncategorized is added and it is the default category. Changing the default would solve that but all new products will get your new default category. Another solution is install this plugin which hides Uncategorized:
    https://calebburks.com/hide-uncategorized-default-category-in-woocommerce/

    Can you make in a future update, Symbiostock to hide it?
    Thanks!

    #32983
    Profile photo of Valentin Tabirca
    Valentin Tabirca
    Participant

    I see where the problem is : if you edit products(drafts) one by one the Uncategorized category is already checked. Is that symbiostock or woocommerce?

    #32937
    Profile photo of Valentin Tabirca
    Valentin Tabirca
    Participant

    Hi ,
    I also have the problem with Categories after the update: on bulk edit the system checks the Uncategorized category. I have to uncheck one by one.

    Woocommerce 3.4.4
    Symbiostock 3.4.0 & 5.0.0

    #32735
    Profile photo of Valentin Tabirca
    Valentin Tabirca
    Participant

    Front page 0.6-2 sec and product pages around 2 sec. (tested on GTmetrics and Pingdom). Just the score for mobile on Google Pagespeed is not ok, meaning it is not “green”. I don’t actually know how important is this.

    #32723
    Profile photo of Valentin Tabirca
    Valentin Tabirca
    Participant

    In case you have updated a plugin that you shouldn’t, or you want to go back to a previous version, you can use a plugin called WP Rollback. It can also take your theme to a previous version.

    In case you want to update a plugin or a theme and you don’t know how your site will react, you can use the plugin WP Staging – it will create a clone of your website. On this clone you can do whatever you want but please be aware of two aspects: 1. cloning will take memory on your hosting and 2. don’t transfer changes from clone to original unless you know what you are doing. No.1 can be solved by not cloning products.

    #32389
    Profile photo of Valentin Tabirca
    Valentin Tabirca
    Participant

    With a little help from Woo Support, I have found the issue. It has to do with licenses.In my case, the products take licenses conditioned by certain keywords. At the moment of the upload the product didn’t have the special kw and kept the license from that moment(the licenses were modified after the upload). Now, by hitting edit-update and not having the special kw, it doesn’t find any appropriate license. As soon as I added the special kw, the product became available.
    Ronald, as I see from your screenshot, you might have something similar.

    #32388
    Profile photo of Valentin Tabirca
    Valentin Tabirca
    Participant

    I have a clone of my site and I do tests on it. For me it happens only on certain products, not all. I cant see any difference between them.

    #32387
    Profile photo of Valentin Tabirca
    Valentin Tabirca
    Participant

    Ok, Thanks! I will try to find by disabling plugins one by one.

    #32356
    Profile photo of Valentin Tabirca
    Valentin Tabirca
    Participant

    This is also happening to me. I click edit product, do nothing, click update and the product becomes unavailable. I disabled all plugins including Symbiostock, but not Woocommerce, it is the same. Woocommerce support sent me to this topic :). I will let you know if I get any news.

    #32248
    Profile photo of Valentin Tabirca
    Valentin Tabirca
    Participant

    Solved. In case it happens to one of you: it was a Javascript plugin conflict. I have disabled plugins one by one – it was Autoptimize – the option “Optimize JavaScript Code”. The Woocommerce support is really fast, don’t hesitate to contact them in case of anything related to Woo.

Viewing 15 posts - 16 through 30 (of 70 total)