paolapisano
Forum Replies Created
-
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.comThanks
Paola
Forum: Plugins
In reply to: [Custom post types, Custom Fields & more] Ocean WP: not showing custom fieldsnessun 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!Forum: Plugins
In reply to: [Custom post types, Custom Fields & more] Ocean WP: not showing custom fieldsok 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 labelsSorry i solved.
Forum: Plugins
In reply to: [GDPR] block cookieThanks a lot!
Forum: Plugins
In reply to: [NP Quote Request for WooCommerce] TranslationHi
I tried again now.
No changes 🙁Forum: Plugins
In reply to: [NP Quote Request for WooCommerce] TranslationHi,
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 RequestI need to translate this voice ….
thanks
Forum: Plugins
In reply to: [Memphis Documents Library] working with woocommerceOk great! thank you too! 🙂
I really love your plugin!Forum: Plugins
In reply to: [Memphis Documents Library] working with woocommerceHi,
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