Forum Replies Created

Viewing 9 replies - 1 through 9 (of 9 total)
  • Hello
    i found the same problem. When i click reject button, if i verify cookies setted on chrome, i can see all the cookies (also with some duplications)…

    Why?

    I’m evaluating to purchase premium licence, but i have to be sure that it works properly.
    You can see my problem on vendomeglio.com

    Thanks

    Paola

    Thread Starter paolapisano

    (@paolapisano)

    nessun errore in realtà, però nel post non si vedono i campi creati, vede solo il titolo normale, come se non fosse un custom post.
    Ho provato anche a cancellare di nuovo il file oceanwp-single e farlo ricreare dal plugin dopo aver attivato il tema child, ma niente.
    Vede i custom post vuoti.

    Ho usato questo tema child: https://docs.oceanwp.org/article/90-sample-child-theme

    non posso mandarti le credenziali per ora perchè sono contenuti riservati, il cliente non lo consente…
    vedo intanto se ne vengo fuori.
    Grazie mille!

    Thread Starter paolapisano

    (@paolapisano)

    ok grazie! Ho fatto tutto, adesso funziona ma solo nel tema principale.
    Da cosa può dipendere? Perché preferirei usare il child… al momento il child non ha personalizzazioni quindi non me lo spiego, è il child standard fornito dal sito di Ocean WP.
    Altra cosa: ho visto il codice per aggiungere altri campi, posso aggiungerli di ogni tipo? Perchè manca il tipo campo URL, che invece sarebbe molto utile…

    grazie mille!

    Forum: Plugins
    In reply to: [GDPR] translate labels
    Thread Starter paolapisano

    (@paolapisano)

    Sorry i solved.

    Forum: Plugins
    In reply to: [GDPR] block cookie
    Thread Starter paolapisano

    (@paolapisano)

    Thanks a lot!

    Thread Starter paolapisano

    (@paolapisano)

    Hi
    I tried again now.
    No changes 🙁

    Thread Starter paolapisano

    (@paolapisano)

    Hi,
    i’m using the 1st setting. Checkout option: RFQ
    I verify what you wrote me, but i cant find a field where i can set the order status label. When I see “my orders” in woocommerce all the orders not completed have status: Quote Request

    I need to translate this voice ….

    thanks

    Thread Starter paolapisano

    (@paolapisano)

    Ok great! thank you too! 🙂
    I really love your plugin!

    Thread Starter paolapisano

    (@paolapisano)

    Hi,
    i’m sorry i didn’t explain everything exactly…. With woocommerce there are some compatible plugins which permit you to create a private area menu, with voices like your account, addresses, orders…etc… and more plus voices you can decide as you want. For example customer documents, invoices, etc…

    One of this plugin is SS WooCommerce Myaccount Ajax Tabs.
    I asked to the owner of this plugin how to work in order to have the right formatting result of memphis in the woocommerce page, because i though it was a problem of his plugin.
    He studied plugins working together and modified this in your plugin in memphis-documents-library/includes/mdocs-settings.php ( in every row where you have the control on “so-widget bundle” and “rocket theme” he added also woocommerce.php):

    an example (one of rows interested)

    before:
    if(has_shortcode( $post->post_content, ‘mdocs_post_page’ ) || get_post_type($post) == ‘mdocs-posts’ || has_shortcode( $post->post_content, ‘mdocs’ ) || is_home() || is_plugin_active(‘so-widgets-bundle/so-widgets-bundle.php’) || is_plugin_active(‘wp_roksprocket/roksprocket.php’))

    after – added:is_plugin_active(‘woocommerce/woocommerce.php’ )

    if(has_shortcode( $post->post_content, ‘mdocs_post_page’ ) || get_post_type($post) == ‘mdocs-posts’ || has_shortcode( $post->post_content, ‘mdocs’ ) || is_home() || is_plugin_active(‘so-widgets-bundle/so-widgets-bundle.php’) || is_plugin_active(‘wp_roksprocket/roksprocket.php’ || is_plugin_active(‘woocommerce/woocommerce.php’ )))

    in this way it’s possible to integrate your shortcode properly also inside woocommerce pages with the correct formatting view. This solution have a great potentiality in a woocommerce site, because with woocommerce you can put only some predefined document in customer area, not everything you want and not woth folders as your plugin does….

    I modified my installed plugin manually, i hope my case study will be useful for you…

    thanks
    regards
    Paola

Viewing 9 replies - 1 through 9 (of 9 total)