Forum Replies Created

Viewing 10 posts - 661 through 670 (of 884 total)
  • Author
    Posts
  • in reply to: Suggestions Topic #20018

    Hi dear Harry,

    Here are my suggestions :

    – Whenever a product quick shop popup opens in the pages, the title of the product can have the url of the product. So whenever a user wants to access the page of the product, doesn’t have too close the popup and click on the image or link of the product in that page.

    _____

    – In product quick shop popup the badges of the product can be shown too. Badges like : New, Sale, Discount percent or Sold out on the top left of the product image to have the better UX for the user.

    _____

    – There is a blog slider in the bottom of the page. under the title of a post, there is a phrase like : ” By rahim on Dec 24, 2017 ” , the word ” rahim” here can have a link with the target=https://look.ir/author/rahim. And beside this you can develop your own author box that comes on the top of the all post from rahim. There is a Plugin that I am using for this pursuit. And I can put that author box according to the author’e help in the files of : single.php or author.php to do what I mean and want. But much better if the theme had this option itself. ?

    _____

    – In the product listing for variable product, it’s better that the selected swatch has a circle on the value for color.

    I mean like the time you go to the page of a variable product you see a black circle around the color value.
    You can add it in the product listing too for variable products.

    _____

    – I recommend you to check by default the check box of ” Notify me of follow-up replies via email ” in this forum.
    So maybe some users who don’t have rich experience of the forums, will forgot to check this and they will miss your support.

    Rahim Vaziri
    CEO & Founder at Look.ir

    in reply to: Product thumbnail in cart #20017

    Like This

    Rahim Vaziri
    CEO & Founder at Look.ir

    in reply to: Product thumbnail in cart #20016

    Thank you so much Harry.

    The size is great now.
    But now I need to put the thumbnail in the center of that space.
    Look Here

    And Also centering align the ” Product ” title. Look Here

    Rahim Vaziri
    CEO & Founder at Look.ir

    in reply to: Recommendations and New Ideas #20015
    This reply has been marked as private.

    Rahim Vaziri
    CEO & Founder at Look.ir

    in reply to: Recommendations and New Ideas #20014
    This reply has been marked as private.

    Rahim Vaziri
    CEO & Founder at Look.ir

    in reply to: Search Bugs in RTL #19950

    I hope so Harry,

    I will make a ticket on Woocommerce Support for this.
    And if they answered will share the reply with you. 🙂

    Rahim Vaziri
    CEO & Founder at Look.ir

    in reply to: Scrolling Problem #19947

    Hi Harry,

    The scrolling in the footer still needs some fix. https://look.ir/men-gift-set/

    Rahim Vaziri
    CEO & Founder at Look.ir

    in reply to: X button of cart preview in RTL #19946

    Hi Harry,

    Thank you for the help.

    No file has been attached. 🙁

    Rahim Vaziri
    CEO & Founder at Look.ir

    in reply to: Search Bugs in RTL #19928

    I have added that to my functions.php of my child theme but made it as a comment.
    till find a solution for searching on other languages. 🙂

    Rahim Vaziri
    CEO & Founder at Look.ir

    in reply to: Search Bugs in RTL #19927

    Hi Harry,

    3) According to this link, we are able to limit the searches only from title :

    /**
     * Search SQL filter for matching against post title only.
     *
     * @link    http://wordpress.stackexchange.com/a/11826/1685
     *
     * @param   string      $search
     * @param   WP_Query    $wp_query
     */
    function wpse_11826_search_by_title( $search, $wp_query ) {
        if ( ! empty( $search ) && ! empty( $wp_query->query_vars['search_terms'] ) ) {
            global $wpdb;
    
            $q = $wp_query->query_vars;
            $n = ! empty( $q['exact'] ) ? '' : '%';
    
            $search = array();
    
            foreach ( ( array ) $q['search_terms'] as $term )
                $search[] = $wpdb->prepare( "$wpdb->posts.post_title LIKE %s", $n . $wpdb->esc_like( $term ) . $n );
    
            if ( ! is_user_logged_in() )
                $search[] = "$wpdb->posts.post_password = ''";
    
            $search = ' AND ' . implode( ' AND ', $search );
        }
    
        return $search;
    }
    
    add_filter( 'posts_search', 'wpse_11826_search_by_title', 10, 2 );

    Just wanted to share it with you 🙂

    Rahim Vaziri
    CEO & Founder at Look.ir

Viewing 10 posts - 661 through 670 (of 884 total)