Forum Replies Created

Viewing 15 replies - 1 through 15 (of 38 total)
  • Thread Starter Branding Addicted

    (@brandingaddicted)

    This is form’s code:

    <p> 
    <input type="text" class="class name" name="NOME" placeholder="Come ti chiami?" required="required" >
    <input type="email" class="class name" name="email" placeholder="Qual è la tua email?" value="" required="required" >
    </p><p>
    <input type="checkbox" name="terms" required="required" style="color:#fff;"> Sono d'accordo con le procedure di gestione dei tuoi dati da parte di questo sito web.<br/>Accetto l'<a href="/privacy-e-cookie/">Informativa Privacy Reg. (UE) 2016/679</a>.<br/>
    <input type="submit" class="class name" name="submit" value="ISCRIVITI" ></p>
    Thread Starter Branding Addicted

    (@brandingaddicted)

    Hi,
    thanks again for this quick reply.

    For url i will read other thread, thanks

    For reset url, couldn’t you suggest some code to add to our website to tell to your plugin “hey, this is the new url and please use this” ? :))

    Thanks

    Thread Starter Branding Addicted

    (@brandingaddicted)

    Hi,
    thanks for your answer.
    I installed again BNFW and createed again the notification I need and finally my customers receive notification in italian when they wanna reset their password.
    But there are 2 little problems now:

    1) with hotmail addresses, if customer see the email on his browser the reset password url is not a link, please watch this picture: https://www.screencast.com/t/9pluYhgYdK (I checked it on Firefox, Chrome, Safari and Opera)
    If i open the same email with Outlook app for android no problem: url is a link and it is clickable (https://www.screencast.com/t/HmxOcDRokKy)
    No problems with Gmail and other clients.
    What would be the reason with hotmail on browser?

    2) I noticed the reset password url generated by your shortcode is not the same of the default wordpress.
    Your is: https://www.mywebsite.com/wp-login.php?action=rp&key=MAitZHEPR0QO3DFKOb0a&login=andrea79
    Default is: https://www.mywebsite.com/il-mio-account/?restore_password=abcdefghilmnopqrstuvz123456789
    How to set for your shortcode the second type of link?

    Thanks

    Thread Starter Branding Addicted

    (@brandingaddicted)

    I update thread:
    woocommerce template for reset password would be this:

    <?php
    /**
     * Customer Reset Password email
     *
     * This template can be overridden by copying it to yourtheme/woocommerce/emails/customer-reset-password.php.
     *
     * HOWEVER, on occasion WooCommerce will need to update template files and you
     * (the theme developer) will need to copy the new files to your theme to
     * maintain compatibility. We try to do this as little as possible, but it does
     * happen. When this occurs the version of the template file will be bumped and
     * the readme will list any important changes.
     *
     * @see https://docs.woocommerce.com/document/template-structure/
     * @package WooCommerce\Templates\Emails
     * @version 4.0.0
     */
    
    if ( ! defined( 'ABSPATH' ) ) {
    	exit; // Exit if accessed directly.
    }
    
    ?>
    
    <?php do_action( 'woocommerce_email_header', $email_heading, $email ); ?>
    
    <p>Ciao, <?php printf( esc_html__( 'Hi %s,', 'woocommerce' ), esc_html( $user_login ) ); ?></p>
    <p>qualcuno ha richiesto una nuova password per l'<?php printf( esc_html__( 'Username: %s', 'woocommerce' ), esc_html( $user_login ) ); ?></p>
    <p>Se non sei stato tu, ti preghiamo di ignorare questa email.</p>
    <p>Se invece vuoi procedere, <a class="link" href="<?php echo esc_url( add_query_arg( array( 'key' => $reset_key, 'id' => $user_id ), wc_get_endpoint_url( 'lost-password', '', wc_get_page_permalink( 'myaccount' ) ) ) ); ?>">clicca qui</a>
    </p>
    
    <?php
    /**
     * Show user-defined additional content - this is set in each email's settings.
     */
    if ( $additional_content ) {
    	echo wp_kses_post( wpautop( wptexturize( $additional_content ) ) );
    }
    
    do_action( 'woocommerce_email_footer', $email );

    Instead this is email sent to user:

    Someone has requested a password reset for the following account:
    Site Name: NAME OF WEBISTE
    Username: USERNAME
    If this was a mistake, just ignore this email and nothing will happen.
    To reset your password, visit the following address:
    <https://mywebsite.com/my-account/?restore_password=69*f080f7b053ed7b47688ed6255d02fd41&gt;

    This is layout generated by your plugin.

    Your plugin is no longer installed to my website, where is collected this layout?
    Please, help me.
    Thanks

    Thread Starter Branding Addicted

    (@brandingaddicted)

    Hi,
    i wrote you by your contact form, but nobody answered me.
    Could you please give me more info how to fix my problem in woocommerce_facebookcommerce_settings and facebook_config ?
    Thanks

    Thread Starter Branding Addicted

    (@brandingaddicted)

    Hi,
    please look at this video please: https://www.screencast.com/t/Ky2pweqw8VF

    As you can see, I activated a default wordpress theme and enabled only your plugin and Woocommerce, but result is still the same: my website crashes!

    Please, let me know any possible solution.
    Thanks

    Thread Starter Branding Addicted

    (@brandingaddicted)

    I tried to deactivate those 2 plugins, but when i activate your plugin webiste crashes again. 🙁

    Isn’t there any other solution before to lost a lot of time to search for other plugins or theme incompatibility?

    Thread Starter Branding Addicted

    (@brandingaddicted)

    Hi Pit,
    thanks for answer.
    Now our website works right, because I deleted your plugin.
    But if I try to activate again it, website crashes again.

    I paste here WooCommerce System Report:

    
    ### WordPress Environment ###
    
    WordPress address (URL): https://demo.delicioustore.it
    Site address (URL): https://demo.delicioustore.it
    WC Version: 4.3.1
    REST API Version: ✔ 1.0.10
    WC Blocks Version: ✔ 2.7.2
    Action Scheduler Version: ✔ 3.1.6
    WC Admin Version: ✔ 1.3.1
    Log Directory Writable: ✔
    WP Version: 5.4.2
    WP Multisite: –
    WP Memory Limit: 768 MB
    WP Debug Mode: –
    WP Cron: ✔
    Language: en_US
    External object cache: –
    
    ### Server Environment ###
    
    Server Info: Apache
    PHP Version: 7.3.16
    PHP Post Max Size: 128 MB
    PHP Time Limit: 120
    PHP Max Input Vars: 3000
    cURL Version: 7.59.0
    OpenSSL/1.0.2r
    
    SUHOSIN Installed: –
    MySQL Version: 5.6.40-84.0-log
    Max Upload Size: 128 MB
    Default Timezone is UTC: ✔
    fsockopen/cURL: ✔
    SoapClient: ✔
    DOMDocument: ✔
    GZip: ✔
    Multibyte String: ✔
    Remote Post: ✔
    Remote Get: ✔
    
    ### Database ###
    
    WC Database Version: 4.3.1
    WC Database Prefix: dsba_
    Total Database Size: 56.03MB
    Database Data Size: 46.38MB
    Database Index Size: 9.65MB
    dsba_woocommerce_sessions: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    dsba_woocommerce_api_keys: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    dsba_woocommerce_attribute_taxonomies: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    dsba_woocommerce_downloadable_product_permissions: Data: 0.02MB + Index: 0.06MB + Engine InnoDB
    dsba_woocommerce_order_items: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    dsba_woocommerce_order_itemmeta: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    dsba_woocommerce_tax_rates: Data: 0.02MB + Index: 0.06MB + Engine InnoDB
    dsba_woocommerce_tax_rate_locations: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    dsba_woocommerce_shipping_zones: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    dsba_woocommerce_shipping_zone_locations: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    dsba_woocommerce_shipping_zone_methods: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    dsba_woocommerce_payment_tokens: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    dsba_woocommerce_payment_tokenmeta: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    dsba_woocommerce_log: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    dsba_actionscheduler_actions: Data: 0.02MB + Index: 0.11MB + Engine InnoDB
    dsba_actionscheduler_claims: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    dsba_actionscheduler_groups: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    dsba_actionscheduler_logs: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    dsba_commentmeta: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    dsba_comments: Data: 0.02MB + Index: 0.09MB + Engine InnoDB
    dsba_dropshipping_orders: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    dsba_dropshipping_products: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    dsba_dropshipping_product_models: Data: 0.08MB + Index: 0.08MB + Engine InnoDB
    dsba_dropshipping_queues: Data: 1.14MB + Index: 0.02MB + Engine InnoDB
    dsba_gdpr_cc_options: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    dsba_links: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    dsba_magictoolbox_store: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    dsba_options: Data: 4.03MB + Index: 0.22MB + Engine InnoDB
    dsba_postmeta: Data: 11.52MB + Index: 6.38MB + Engine InnoDB
    dsba_posts: Data: 25.19MB + Index: 0.64MB + Engine InnoDB
    dsba_revslider_css: Data: 0.13MB + Index: 0.00MB + Engine InnoDB
    dsba_revslider_css_bkp: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    dsba_revslider_layer_animations: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    dsba_revslider_layer_animations_bkp: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    dsba_revslider_navigations: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    dsba_revslider_navigations_bkp: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    dsba_revslider_sliders: Data: 0.14MB + Index: 0.00MB + Engine InnoDB
    dsba_revslider_sliders_bkp: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    dsba_revslider_slides: Data: 1.45MB + Index: 0.00MB + Engine InnoDB
    dsba_revslider_slides_bkp: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    dsba_revslider_static_slides: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    dsba_revslider_static_slides_bkp: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    dsba_termmeta: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    dsba_terms: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    dsba_term_relationships: Data: 1.13MB + Index: 0.27MB + Engine InnoDB
    dsba_term_taxonomy: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    dsba_usermeta: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    dsba_users: Data: 0.02MB + Index: 0.05MB + Engine InnoDB
    dsba_wc_admin_notes: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    dsba_wc_admin_note_actions: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    dsba_wc_category_lookup: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    dsba_wc_customer_lookup: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    dsba_wc_download_log: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    dsba_wc_order_coupon_lookup: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    dsba_wc_order_product_lookup: Data: 0.02MB + Index: 0.06MB + Engine InnoDB
    dsba_wc_order_stats: Data: 0.02MB + Index: 0.05MB + Engine InnoDB
    dsba_wc_order_tax_lookup: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    dsba_wc_product_meta_lookup: Data: 0.41MB + Index: 0.72MB + Engine InnoDB
    dsba_wc_reserved_stock: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    dsba_wc_tax_rate_classes: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    dsba_wc_webhooks: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    dsba_woof_query_cache: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    dsba_xoo_wl_list: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    dsba_xoo_wl_list_meta: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    dsba_yith_wccl_meta: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    dsba_yith_wcwl: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    dsba_yith_wcwl_lists: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    dsba_ywcdd_calendar: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    
    ### Post Type Counts ###
    
    attachment: 1114
    custom_css: 1
    customize_changeset: 11
    elementor_library: 34
    mc4wp-form: 1
    nav_menu_item: 190
    page: 37
    post: 16
    product: 328
    product_variation: 2080
    revision: 189
    tbay_brand: 8
    tbay_footer: 8
    tbay_megamenu: 8
    tbay_testimonial: 5
    wpcf7_contact_form: 3
    yith-wcpsc-wc-chart: 1
    
    ### Security ###
    
    Secure connection (HTTPS): ✔
    Hide errors from visitors: ✔
    
    ### Active Plugins (28) ###
    
    BDroppy: by BDroppy – 1.6.0
    Contact Form 7 Conditional Fields: by Jules Colle – 1.9.9
    Live Preview for Contact Form 7: by Addons for Contact Form 7 – 1.2.0
    CMB2: by CMB2 team – 2.7.0
    Contact Form 7: by Takayuki Miyoshi – 5.2
    Yoast Duplicate Post: by Enrico Battocchi & Team Yoast – 3.2.5
    Elementor Pro: by Elementor.com – 2.10.3
    Elementor: by Elementor.com – 2.9.14
    GDPR Cookie Compliance: by Moove Agency – 4.2.5
    Loco Translate: by Tim Whitlock – 2.4.0
    MC4WP: Mailchimp for WordPress: by ibericode – 4.8
    Material Design for Contact Form 7 (Premium): by Addons for Contact Form 7 – 2.6.2
    Magic 360 for WooCommerce: by Magic Toolbox – 6.8.28 – Installed version not tested with active version of WooCommerce 4.3.1
    Magic Zoom Plus for WooCommerce: by Magic Toolbox – 6.8.28 – Installed version not tested with active version of WooCommerce 4.3.1
    Danea Easyfatt Import/Export: by Riccardo Raneri – 2.6.3
    Slider Revolution: by ThemePunch – 6.2.15
    SG Optimizer: by SiteGround – 5.6.1
    Tbay Framework Pro: by Team Thembay – 1.3.5
    Waitlist Woocommerce Premium ( Back in stock notifier ): by  – 2.0 – Installed version not tested with active version of WooCommerce 4.3.1
    Variation Swatches for WooCommerce: by Emran Ahmed – 1.0.85 – Installed version not tested with active version of WooCommerce 4.3.1
    WOOF - WooCommerce Products Filter: by realmag777 – 2.2.3 – Installed version not tested with active version of WooCommerce 4.3.1
    WooCommerce: by Automattic – 4.3.1
    YITH Product Size Charts for WooCommerce Premium: by YITH – 1.1.20
    YITH WooCommerce Brands Add-on: by YITH – 1.3.14 – Installed version not tested with active version of WooCommerce 4.3.1
    YITH WooCommerce Compare: by YITH – 2.3.22 – Installed version not tested with active version of WooCommerce 4.3.1
    YITH WooCommerce Multi-step Checkout Premium: by YITH – 2.0.0
    YITH WooCommerce Quick View: by YITH – 1.4.2 – Installed version not tested with active version of WooCommerce 4.3.1
    YITH WooCommerce Wishlist: by YITH – 3.0.11 – Installed version not tested with active version of WooCommerce 4.3.1
    
    ### Inactive Plugins (6) ###
    
    Envato Market: by Envato – 2.0.3
    YITH Custom ThankYou Page for Woocommerce Premium: by YITH – 1.2.5
    YITH WooCommerce Color and Label Variations Premium: by YITH – 1.10.3
    YITH WooCommerce Delivery Date Premium: by YITH – 2.1.15 – Installed version not tested with active version of WooCommerce 4.3.1
    YITH WooCommerce Recently Viewed Products Premium: by YITH – 1.5.11 – Installed version not tested with active version of WooCommerce 4.3.1
    YITH WooCommerce Tab Manager Premium: by YITH – 1.2.23 – Installed version not tested with active version of WooCommerce 4.3.1
    
    ### Settings ###
    
    API Enabled: ✔
    Force SSL: –
    Currency: EUR (€)
    Currency Position: right
    Thousand Separator: .
    Decimal Separator: ,
    Number of Decimals: 2
    Taxonomies: Product Types: external (external)
    grouped (grouped)
    simple (simple)
    variable (variable)
    
    Taxonomies: Product Visibility: exclude-from-catalog (exclude-from-catalog)
    exclude-from-search (exclude-from-search)
    featured (featured)
    outofstock (outofstock)
    rated-1 (rated-1)
    rated-2 (rated-2)
    rated-3 (rated-3)
    rated-4 (rated-4)
    rated-5 (rated-5)
    
    Connected to WooCommerce.com: –
    
    ### WC Pages ###
    
    Shop base: #7 - /shop/
    Cart: #8 - /cart/
    Checkout: #5396 - /checkout/
    My account: #5397 - /my-account/
    Terms and conditions: #1662 - /termini-e-condizioni/
    
    ### Theme ###
    
    Name: puca Child
    Version: 1.0
    Author URL: https://thembay.com/
    Child Theme: ✔
    Parent Theme Name: Puca
    Parent Theme Version: 2.0.2
    Parent Theme Author URL: https://thembay.com
    WooCommerce Support: ✔
    
    ### Templates ###
    
    Archive Template: Your theme has a woocommerce.php file
    you will not be able to override the woocommerce/archive-product.php custom template since woocommerce.php has priority over archive-product.php. This is intended to prevent display issues.
    
    Overrides: puca/woocommerce/cart/cart.php
    puca/woocommerce/cart/cross-sells.php
    puca/woocommerce/checkout/form-billing.php
    puca/woocommerce/checkout/form-checkout.php
    puca/woocommerce/checkout/form-coupon.php
    puca/woocommerce/checkout/form-login.php
    puca/woocommerce/checkout/form-shipping.php
    puca/woocommerce/checkout/payment.php
    puca/woocommerce/checkout/review-order.php
    puca/woocommerce/content-product.php
    puca/woocommerce/content-product_cat.php
    puca/woocommerce/global/breadcrumb.php
    puca/woocommerce/global/form-login.php
    puca/woocommerce/global/quantity-input.php
    puca/woocommerce/loop/add-to-cart.php
    puca/woocommerce/loop/loop-end.php
    puca/woocommerce/loop/loop-start.php
    puca/woocommerce/loop/orderby.php
    puca/woocommerce/loop/pagination.php
    puca/woocommerce/loop/rating.php
    puca/woocommerce/myaccount/form-add-payment-method.php version 3.4.0 is out of date. The core version is 4.3.0
    puca/woocommerce/myaccount/form-edit-account.php
    puca/woocommerce/myaccount/form-login.php
    puca/woocommerce/myaccount/form-lost-password.php
    puca/woocommerce/myaccount/my-address.php
    puca/woocommerce/myaccount/my-orders.php
    puca/woocommerce/single-product/product-image.php
    puca/woocommerce/single-product/product-thumbnails.php
    puca/woocommerce/single-product/rating.php
    puca/woocommerce/single-product/related.php
    puca/woocommerce/single-product/review.php
    puca/woocommerce/single-product/stock.php
    puca/woocommerce/single-product/tabs/additional-information.php
    puca/woocommerce/single-product/tabs/description.php
    puca/woocommerce/single-product/tabs/tabs.php
    puca/woocommerce/single-product/up-sells.php
    puca/woocommerce/single-product-reviews.php version 3.6.0 is out of date. The core version is 4.3.0
    
    Outdated Templates: ❌
    					
    					
    						Learn how to update
    
    ### Action Scheduler ###
    
    Canceled: 1
    Oldest: 2020-07-14 09:25:11 +0200
    Newest: 2020-07-14 09:25:11 +0200
    
    Complete: 25
    Oldest: 2020-06-29 16:45:31 +0200
    Newest: 2020-07-23 11:08:10 +0200
    
    

    Let me know how to fix.

    Thanks

    Thread Starter Branding Addicted

    (@brandingaddicted)

    Nobody can help me?

    Thread Starter Branding Addicted

    (@brandingaddicted)

    Hi Usat,
    if you use “CF7_URL”, it adds :443 in the url.
    Not for you?

    Thread Starter Branding Addicted

    (@brandingaddicted)

    I write here what i tried after reading this: https://ww.wp.xz.cn/support/topic/433/

    1) I opened file contact-form-7-dynamic-text-extension/contact-form-7-dynamic-text-extension.php and seaerched for function cf7_url()

    2) I deleted the original function

    3) I added this function:

    function cf7_url(){
    	$pageURL = 'http';
     	if( isset( $_SERVER["HTTPS"] ) && $_SERVER["HTTPS"] == "on"){ $pageURL .= "s"; }
     	$pageURL .= "://";
     	$pageURL .= $_SERVER["SERVER_NAME"].$_SERVER["REQUEST_URI"];
     	return $pageURL;
    }
    add_shortcode('CF7_seb_URL', 'cf7_seb_url');

    4) I added this shortcode to my form
    [dynamictext dynamictext-999 “CF7_seb_URL”]

    But nothing happened, it didn’t work.

    So I came back to the original function, removing the code for adding the server’s port.

    Now the function is:

    function cf7_url(){
    	$pageURL = 'http';
     	if( isset( $_SERVER["HTTPS"] ) && $_SERVER["HTTPS"] == "on"){ $pageURL .= "s"; }
     	$pageURL .= "://";
      	$pageURL .= $_SERVER["SERVER_NAME"].$_SERVER["REQUEST_URI"];
     	return $pageURL;
    }
    add_shortcode('CF7_URL', 'cf7_url');

    It works, but at first plugin’s update, I will lose it.

    So..how to make a permanent hook for this?
    And above all..what is the feature to adding the server port to the url?

    Thanks

    Thread Starter Branding Addicted

    (@brandingaddicted)

    Hi,
    today is all fixed: we cleared again cache on plugin and server’s cache.
    It’s ok!

    Thread Starter Branding Addicted

    (@brandingaddicted)

    Hi Ben, nope!
    However I fixed that alignment editing /wp-content/plugins/kadence-woocommerce-email-designer/templates/woo/emails/email-order-details.php and setting text-align:right for those td cells.

    Thanks

    Thread Starter Branding Addicted

    (@brandingaddicted)

    Yes, i tried to activate TwentyNineteen and then send again a Preview Email, but still the same 🙁

    Thread Starter Branding Addicted

    (@brandingaddicted)

    Php version -> 7.1.30

    Nothing into Woocommerce > Status > logs

Viewing 15 replies - 1 through 15 (of 38 total)