Forum Replies Created

Viewing 15 replies - 1 through 15 (of 15 total)
  • Thread Starter haresh789

    (@ambaliyaharesh)

    Thank you so much for your help.

    Thread Starter haresh789

    (@ambaliyaharesh)

    OK.

    Thank you @wlpdrpat and @optimocha

    Thread Starter haresh789

    (@ambaliyaharesh)

    Hello,

    Thank you got the refund. I have removed your plugin from the site.

    Thread Starter haresh789

    (@ambaliyaharesh)

    Hello,

    Need My Money back.

    Thread Starter haresh789

    (@ambaliyaharesh)

    What I have to do to make the control panel secure??

    Thread Starter haresh789

    (@ambaliyaharesh)

    This email was sent from your website “XYZABC” by the Wordfence plugin at Wednesday 19th of May 2021 at 03:20:39 AM The Wordfence administrative URL for this site is: https://www.xyzabc.com/wp-admin/admin.php?page=Wordfence
    The Wordfence Web Application Firewall has blocked 263 attacks over the last 10 minutes. Below is a sample of these recent attacks:May 19, 2021 3:18am 68.235.36.109 (United States) Blocked for Directory Traversal – wp-config.php in query string: download = ../wp-config.php
    May 19, 2021 3:17am 23.226.133.79 (United States) Blocked for Directory Traversal – wp-config.php in query string: ebookdownloadurl = ../../../wp-config.php
    May 19, 2021 3:17am 23.226.133.79 (United States) Blocked for Directory Traversal – wp-config.php in query string: download = ../../../wp-config.php
    May 19, 2021 3:17am 23.226.133.79 (United States) Blocked for Directory Traversal – wp-config.php in query string: file = ../../../../wp-config.php
    May 19, 2021 3:17am 23.226.133.79 (United States) Blocked for Directory Traversal – wp-config.php in query string: path = ../../../wp-config.php
    May 19, 2021 3:17am 23.226.133.79 (United States) Blocked for Directory Traversal – wp-config.php in query string: download_file = ../../../../../wp-config.php
    May 19, 2021 3:17am 23.226.133.79 (United States) Blocked for Directory Traversal – wp-config.php in query string: filename = ../../../wp-config.php
    May 19, 2021 3:17am 23.226.133.79 (United States) Blocked for Directory Traversal – wp-config.php in query string: file = ../../../wp-config.php
    May 19, 2021 3:17am 23.226.133.79 (United States) Blocked for Directory Traversal – wp-config.php in query string: file = ../../../wp-config.php
    May 19, 2021 3:17am 23.226.133.79 (United States) Blocked for Directory Traversal – wp-config.php in query string: alg_wc_pif_download_file = ../../../../../wp-config.php

    HOW TO PREVENT MY WEBSITE?? IT HAS INFECTED ALL MY WORDPRES JS?

    Thread Starter haresh789

    (@ambaliyaharesh)

    OK, I understand that you are not getting my email. Send my your another email. Also see my below concern.

    I can not put my website URL here. You already have my website details in previous email.

    See when I try to search, it is direct showing product variation. It is totally wrong. First need to show products list.

    For example: I have 3 products starting from the word “Beveled”. So search result need to display first 3 products. In place of your plugin showing direct product variation. That is not correct logically. Please check and give your feedback.

    Thread Starter haresh789

    (@ambaliyaharesh)

    Hello,

    I sent it again 2 days ago. Still not getting feedback from you.

    Thread Starter haresh789

    (@ambaliyaharesh)

    After that, I sent you an email two times, but none of the times I did not get your reply. Please check my email. I have sent you my last email yesterday.

    Thread Starter haresh789

    (@ambaliyaharesh)

    Hello,

    I have emailed you on [email protected] from the “[email protected]”.

    Please check and give your feedback on “[email protected]”.

    Thanks.

    Thread Starter haresh789

    (@ambaliyaharesh)

    Hello Sir,

    It was a space issue, now it is working fine.

    Thank you

    Thread Starter haresh789

    (@ambaliyaharesh)

    https://4agsteam.com/mbrnew/womens-wedding-band/
    username: ags
    password: clients

    Thread Starter haresh789

    (@ambaliyaharesh)

    Hi @templateinvaders

    Ok, Thank you for your reply.

    Thread Starter haresh789

    (@ambaliyaharesh)

    Hi @stantinv

    Thanks for the reply.

    I have made changes in button function. see below and what to do to take these on child theme or how to protect from update the plugin.

    function button( $echo = true ) {
    $content = apply_filters( ‘tinvwl_wishlist_button_before’, ” );
    $text = ( tinv_get_option( ‘add_to_wishlist’ . ( $this->is_loop ? ‘_catalog’ : ” ), ‘show_text’ ) ) ? apply_filters( ‘tinvwl-add_to_wishlist_catalog-text’, tinv_get_option( ‘add_to_wishlist’ . ( $this->is_loop ? ‘_catalog’ : ” ), ‘text’ ) ) : ”;
    $icon = tinv_get_option( ‘add_to_wishlist’ . ( $this->is_loop ? ‘_catalog’ : ” ), ‘icon’ );
    $icon_color = tinv_get_option( ‘add_to_wishlist’ . ( $this->is_loop ? ‘_catalog’ : ” ), ‘icon_style’ );
    $icon_class = ”;
    $action = ‘addto’;
    if ( empty( $text ) ) {
    $icon_class = ‘ no-txt’;
    } else {
    $content .= ‘<div class=”tinv-wishlist-clear”></div>’;
    if ( tinv_get_option( ‘general’, ‘simple_flow’ ) ) {
    $text = sprintf( ‘<span class=”tinvwl_add_to_wishlist-text”>%s</span><span class=”tinvwl_remove_from_wishlist-text”>%s</span>’, $text, apply_filters( ‘tinvwl-add_to_wishlist_catalog-text_remove’, tinv_get_option( ‘add_to_wishlist’ . ( $this->is_loop ? ‘_catalog’ : ” ), ‘text_remove’ ) ) );
    } else {
    if(is_shop() || is_product_category()) {
    $text = sprintf( ‘<span class=”tinvwl_add_to_wishlist-text”>%s</span>’, ” );
    }
    else
    {
    $text = sprintf( ‘<span class=”tinvwl_add_to_wishlist-text”>%s</span>’, $text );
    }

    }
    }
    if ( ! empty( $icon ) ) {
    $icon_upload = tinv_get_option( ‘add_to_wishlist’ . ( $this->is_loop ? ‘_catalog’ : ” ), ‘icon_upload’ );
    if ( ‘custom’ === $icon && ! empty( $icon_upload ) ) {
    $text = sprintf( ‘%s %s’, esc_url( $icon_upload ), esc_attr( apply_filters( ‘tinvwl-add_to_wishlist_catalog-text’, tinv_get_option( ‘add_to_wishlist’ . ( $this->is_loop ? ‘_catalog’ : ” ), ‘text’ ) ) ), $text );
    }
    $icon = ‘tinvwl-icon-‘ . $icon;
    if ( ‘custom’ !== $icon && $icon_color ) {
    $icon .= ‘ icon-‘ . $icon_color;
    }
    }
    $icon .= $icon_class;
    $variation_id = ( ( $this->is_loop && ‘variable’ === ( version_compare( WC_VERSION, ‘3.0.0’, ‘<‘ ) ? $this->product->product_type : $this->product->get_type() ) ) ? $this->variation_id : ( version_compare( WC_VERSION, ‘3.0.0’, ‘<‘ ) ? $this->product->variation_id : ( $this->product->is_type( ‘variation’ ) ? $this->product->get_id() : 0 ) ) );
    foreach ( $this->wishlist as $value ) {
    if ( $value[‘in’] && in_array( $variation_id, $value[‘in’] ) ) {
    $icon .= ‘ tinvwl-product-in-list’;
    if ( tinv_get_option( ‘general’, ‘simple_flow’ ) ) {
    if ( $this->is_loop ) {
    if ( ! is_array( $value[‘in’] ) || in_array( $variation_id, $value[‘in’] ) ) {
    $icon .= ‘ tinvwl-product-make-remove’;
    $action = ‘remove’;
    }
    } else {
    $icon .= ‘ tinvwl-product-make-remove’;
    $action = ‘remove’;
    }
    }
    break;
    }
    }

    $icon .= ‘ ‘ . tinv_get_option( ‘add_to_wishlist’ . ( $this->is_loop ? ‘_catalog’ : ” ), ‘class’ );

    $icon .= ‘ tinvwl-position-‘ . tinv_get_option( ‘add_to_wishlist’ . ( $this->is_loop ? ‘_catalog’ : ” ), ‘position’ );

    $icon .= ( tinv_get_option( ‘add_to_wishlist’ . ( $this->is_loop ? ‘_catalog’ : ” ), ‘show_preloader’ ) ) ? ‘ ftinvwl-animated’ : ”;

    $content .= sprintf( ‘%s‘, $icon, htmlspecialchars( wp_json_encode( $this->wishlist ) ), ( version_compare( WC_VERSION, ‘3.0.0’, ‘<‘ ) ? $this->product->id : ( $this->product->is_type( ‘variation’ ) ? $this->product->get_parent_id() : $this->product->get_id() ) ), ( ( $this->is_loop && ‘variable’ === ( version_compare( WC_VERSION, ‘3.0.0’, ‘<‘ ) ? $this->product->product_type : $this->product->get_type() ) ) ? $this->variation_id : ( version_compare( WC_VERSION, ‘3.0.0’, ‘<‘ ) ? $this->product->variation_id : ( $this->product->is_type( ‘variation’ ) ? $this->product->get_id() : 0 ) ) ), ( version_compare( WC_VERSION, ‘3.0.0’, ‘<‘ ) ? $this->product->product_type : $this->product->get_type() ), $action, $text );
    $content .= apply_filters( ‘tinvwl_wishlist_button_after’, ” );

    if ( ! empty( $text ) ) {
    $content .= ‘<div class=”tinv-wishlist-clear”></div>’;
    }

    echo apply_filters( ‘tinvwl_wishlist_button’, $content ); // WPCS: xss ok.
    }

    Regards,
    Haresh Ambaliya

    Thread Starter haresh789

    (@ambaliyaharesh)

    Hello @wpragyan

    Sorry to say you, I did not found any solutions for that and this functionality is not available in premium version also.

    Thanks

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