Forum Replies Created

Viewing 30 posts - 31 through 60 (of 142 total)
  • Author
    Posts
  • in reply to: mini cart on mobile #1091174

    Hi Mike,

    Thank you so much for your excellent support!
    I really appreciate it!
    Can you enable that function only for mobiles?
    I know that it’s that conditional tag wp_is_mobile() but I don’t know how to use it inside your function.
    Could you implement it for me?

    Thank you in advance,

    Best regards,
    Nick

    in reply to: Shop Image Banner #1090116

    Hi Victoria,

    Thank you for your support!
    Please see the screenshots:
    https://prnt.sc/nb46wd
    https://prnt.sc/nb47ss

    Link: https://zoomit.gr/wordpress_2/store/

    Best regards,
    Nick

    Hi Jordan,

    You did it! It worked!
    Thank you so much for your great support!

    You can close this ticket.

    Best regards,
    Nick

    in reply to: mini cart on mobile #1088938

    Hello Mike,

    Thank you for your quick reply and your support.

    My issue is: When I click to dropdown cart on mobile, it goes me directly to the cart page, as you see in the following screenshots.
    https://prnt.sc/n9tlmq
    https://prnt.sc/n9tl98

    I would like, when I click to the cart icon, to display the dropdown list with the products in the cart and to stop there and not going to the cart page.
    When I click to the cart icon again or click to the “go to cart” button, then it will go to the cart page.

    I am looking forward to your news.

    Best regards,
    Nick

    in reply to: Shop Image Banner #1088394

    Hi Victoria,

    Yes, of course!
    It has been set to English.

    I am looking forward to your news.

    Best regards,
    Nick

    in reply to: Shop Image Banner #1087316

    Hello Victoria,

    Thank you for your quick reply. I really appreciate it!

    I inserted that image from Shop Options tab –> Shop Image Banner
    I am sending you the credentials in the private box.

    I am looking forward to your news.

    Best regards,
    Nick

    Hello Jordan,

    How are you?

    Thank you for your so quick reply. I really appreciate it!

    Your snippet worked, except from .template-search-none .404_recommendation

    I am looking forward to your rnews.

    Best regards,
    Nick

    in reply to: Shop Image Banner #1085774

    Hi Basilis

    Thank you for your support.

    I don’t know, why the image is displaying like this:
    https://prnt.sc/n655gu

    The resolution is 1900×1200

    I am looking forward to your news.

    Best regards,
    Nick

    in reply to: 2 columns on mobile #1082481

    Hi Ismael,

    You did the miracle again!!
    I will write a review at once! I love your team!
    Thank you!!!
    You can close this ticket.

    Best regards,
    Nick

    in reply to: Scroll text in a Tab #1082461

    Hi,
    I figured out.the code.
    Thank you.

    Best regards,
    Nick

    in reply to: Scroll text in a Tab #1082049

    Hello Sirs,

    Could you share the code for scrolling down inside a tab and to be responsive for mobiles also?

    Thank you in advance.

    Best regards,
    Nick

    in reply to: 2 columns on mobile #1081441

    Hi Ismael,

    Thank you for your amazing support!!
    I will write one more review for you because you are worth it!!!

    Regarding to the product slider, it works as expected with the following snippet:

    /* Snippet code about Product Slider Full Width */
    /* Color section container width */
    @media only screen and (max-width:480px) {
    #section-container-width .container {
    width: 100% !important;
    min-width: 100%;
    padding: 0;
    margin: 0;
    }}

    /* 2 columns on mobile */
    @media only screen and (max-width: 480px) {
    .products .product {
    margin: 0 1% 1% 0 !important;
    width: 49% !important;
    }

    /* Full Width in Product Slider */
    #section-container-width .container #main ul.products {
    margin-left: 0%!important;
    margin-right: 0%!important;
    }}

    Regarding to the product listings, it works as expected with the following snippet:

    @media only screen and (max-width: 480px) {
    .products .product {
    margin: 0 1% 1% 0 !important;
    width: 49% !important;
    }
    /* Full Width in Product Listings */
    #main ul.products {
    margin-left: -7.5%!important;
    margin-right: -7.5%!important;
    }}

    Product Listings as expected:
    https://prnt.sc/n0yfi4

    Product Slider not as expected:
    https://prnt.sc/n0yfcd

    Product Listings not as expected:
    https://prnt.sc/n0zweo

    Product Slider as expected:
    https://prnt.sc/n0zvwt

    Link to Product Listings
    https://zoomit.gr/wordpress_2/product-category/kalokairina/?product_tag=tsantes-thalassis

    Link to Product Slider in Homepage
    https://zoomit.gr/wordpress_2/

    So, how can we combine both snippets?

    Thank you in advance.

    Best regards,
    Nick

    in reply to: cart icon doesn't appear on mobile #1081052

    Hi Nikko,

    Thank you for your quick reply and your amazing support!
    Yes, you are right.
    I have already configure it out.

    Thank you so much.
    You can close this ticket.

    Best regards,
    Nick

    in reply to: Cart icon not working correctly on android #1081048

    Hi Ismael,

    I am facing the same issue…
    When you tap on the floating cart icon, it flashes up the products in the cart like it should do but that disappears very quickly and then you are taken to the cart page. The right behaviour would be, you tap on the cart icon, you see what’s in the cart and then you have to tap it again, or tap on one of the buttons that appear, to go to the cart.
    I tried your solution above but I am facing some side effects as: the header doesn’t shrink anymore, when I scroll down and the cart quantity buttons have been disappeared. :(

    I am looking forward to your news.

    Best regards,
    Nick

    in reply to: 2 columns on mobile #1080616

    Hi Ismael,

    How are you?
    I am trying to figure out on my own, so I succeed to have:
    1) Full width in Product Slider
    2) Full width in Product Listings (Shop archives, related products… etc)
    3) 2 columns on mobile

    BUT my issue is that I cannot have at the same time, margins 0% IN #section-container-width .container #main ul.products (that’s Product Slider)
    AND margins -7.5% IN #main ul.products (that’s the rest Shop archives, related products… etc).

    I am using the following css code:

    /* Snippet code about Product Slider Full Width */
    /* Color section container width */
    @media only screen and (max-width:480px) {
    #section-container-width .container {
    width: 100% !important;
    min-width: 100%;
    padding: 0;
    margin: 0;
    }}

    /* 2 columns on mobile */
    @media only screen and (max-width: 480px) {
    .products .product {
    margin: 0 1% 1% 0 !important;
    width: 49% !important;
    }

    /* Full Width in Product Listings */
    #main ul.products {
    margin-left: -7.5%!important;
    margin-right: -7.5%!important;
    }

    /* Full Width in Product Slider */
    #section-container-width .container #main ul.products {
    margin-left: 0%!important;
    margin-right: 0%!important;
    }}

    I am looking forward to your help.

    Best regards,
    Nick

    in reply to: 2 columns on mobile #1080343

    Hi Ismael,

    It really worked! You are great!
    Could you help me also with css code to have two columns product listings in full width in Shop archives, related products, search results..etc?

    Thank you in advance,

    Best regards,
    Nick

    in reply to: Nothing found search result issue #1079987

    Hi Ismael,
    One more time you are great! The best moderator!!!

    Thank you so much!
    You can close this ticket.

    Best regards,
    Nick

    Hey Nikko,

    That’s what I need!!
    Thank you so much!!
    You can close this ticket!

    Best regards,
    Nick

    Hi Nikko,
    Thank you for your quick reply and your great support!
    I have already added your css code.
    But…my issue is:
    When I log on I see the following alignment: https://prnt.sc/mz9m7h
    .phone-info-top is good aligned but not .mail-info-top element

    When I am logged on, I have the opposite result, which means:
    .mail-info-top element is good aligned but not .phone-info-top element.
    Look at the screenshot: https://prnt.sc/mz9lz1

    How can I control these two elements separately, when I am logged on or when I am as a guest user?

    Thank you in advance for your help

    Best regards,
    Nick

    Hi Nikko,

    Thank you for your precious support!
    It worked!
    You can close this ticket.

    Best regards,
    Nick

    in reply to: Nothing found search result issue #1078493

    Hi Basilis,

    Thank you for your support!
    Yes, of course.
    https://pastebin.com/eDKj8bHh

    I am looking forward to your news.

    Best regards,
    Nick

    in reply to: 2 columns on mobile #1078064

    Hi Basilis,
    Finally, I use the following snippet:

    @media only screen and (max-width: 480px) {
    .products .product {
    margin: 0 1% 1% 0 !important;
    width: 49% !important;
    }
    #main ul.products {
    margin-left: 0%;
    margin-right: 0%;
    }}

    Now, I have 2 columns but i cannot adjust the container to be edge to edge.
    I tried with margin-left and margin-right with no result and so I left it to 0%.
    Could you help me please?
    Look at the screenshot: https://prnt.sc/mx2f4c

    Thank You in advance.

    Best regards,
    Nick

    • This reply was modified 5 years, 8 months ago by nickgin.
    in reply to: Nothing found search result issue #1077416

    Hi Ismael,

    Thank you for your quick reply.
    Unfortunately, nothing happed.
    I am providing you additional information:
    Page URL: https://zoomit.gr/wordpress_2/?s=fdgfdgdgdf
    screenshot: https://prnt.sc/mwd5tn

    Whole search.php with your modification:

    <?php
    if ( !defined(‘ABSPATH’) ){ die(); }

    global $avia_config;

    /*
    * get_header is a basic wordpress function, used to retrieve the header.php file in your theme directory.
    */
    get_header();

    // allows to customize the layout
    do_action( ‘ava_search_after_get_header’ );

    $results = avia_which_archive();
    echo avia_title(array(‘title’ => $results ));

    do_action( ‘ava_after_main_title’ );
    ?>

    <div class=’container_wrap container_wrap_first main_color <?php avia_layout_class( ‘main’ ); ?>’>

    <div class=’container’>

    <main class=’content template-search <?php avia_layout_class( ‘content’ ); ?> units’ <?php avia_markup_helper(array(‘context’ => ‘content’));?>>

    <div class=’page-heading-container clearfix’>
    <section class=”search_form_field”>
    <?php
    echo “<h4>”.__(‘New Search’,’avia_framework’).”</h4>”;
    echo “<p>”.__(‘If you are not happy with the results below please do another search’,’avia_framework’).”</p>”;

    get_search_form();
    echo “<span class=’author-extra-border’></span>”;
    ?>
    </section>
    </div>

    <?php
    if(!empty($_GET[‘s’]) || have_posts())
    {
    echo “<h4 class=’extra-mini-title widgettitle’>{$results}</h4>”;

    /* Run the loop to output the posts.
    * If you want to overload this in a child theme then include a file
    * called loop-search.php and that will be used instead.
    */
    $more = 0;
    global $posts;
    $post_ids = array();
    foreach($posts as $post) $post_ids[] = $post->ID;

    if(!empty($post_ids))
    {
    $atts = array(
    ‘type’ => ‘grid’,
    ‘items’ => get_option(‘posts_per_page’),
    ‘columns’ => 4,
    ‘class’ => ‘avia-builder-el-no-sibling’,
    ‘paginate’ => ‘yes’,
    ‘use_main_query_pagination’ => ‘yes’,
    ‘custom_query’ => array( ‘post__in’=>$post_ids, ‘post_type’=>get_post_types() )
    );

    $blog = new avia_product_slider($atts);
    $blog->query_entries();
    echo “<div class=’entry-content-wrapper’>”.$blog->html().”</div>”;
    if(empty($post_ids)) {
    echo “<div class=’entry-content-wrapper’>”.__(‘No products found.’, ‘avia_framework’).”</div>”;
    }
    }

    }

    ?>

    <!–end content–>
    </main>

    <?php

    //get the sidebar
    $avia_config[‘currently_viewing’] = ‘page’;

    get_sidebar();

    ?>

    </div><!–end container–>

    </div><!– close default .container_wrap element –>

    <?php get_footer(); ?>

    I am looking forward to your news.

    Best regards,
    Nick

    in reply to: Nothing found search result issue #1077194

    Hi Ismael,

    Thank you for your excellent support! I really appreciate it!

    I am providing you the whole content of search.php:

    <?php
    if ( !defined(‘ABSPATH’) ){ die(); }

    global $avia_config;

    /*
    * get_header is a basic wordpress function, used to retrieve the header.php file in your theme directory.
    */
    get_header();

    // allows to customize the layout
    do_action( ‘ava_search_after_get_header’ );

    $results = avia_which_archive();
    echo avia_title(array(‘title’ => $results ));

    do_action( ‘ava_after_main_title’ );
    ?>

    <div class=’container_wrap container_wrap_first main_color <?php avia_layout_class( ‘main’ ); ?>’>

    <div class=’container’>

    <main class=’content template-search <?php avia_layout_class( ‘content’ ); ?> units’ <?php avia_markup_helper(array(‘context’ => ‘content’));?>>

    <div class=’page-heading-container clearfix’>
    <section class=”search_form_field”>
    <?php
    echo “<h4>”.__(‘New Search’,’avia_framework’).”</h4>”;
    echo “<p>”.__(‘If you are not happy with the results below please do another search’,’avia_framework’).”</p>”;

    get_search_form();
    echo “<span class=’author-extra-border’></span>”;
    ?>
    </section>
    </div>

    <?php
    if(!empty($_GET[‘s’]) || have_posts())
    {
    echo “<h4 class=’extra-mini-title widgettitle’>{$results}</h4>”;

    /* Run the loop to output the posts.
    * If you want to overload this in a child theme then include a file
    * called loop-search.php and that will be used instead.
    */
    $more = 0;
    global $posts;
    $post_ids = array();
    foreach($posts as $post) $post_ids[] = $post->ID;

    if(!empty($post_ids))
    {
    $atts = array(
    ‘type’ => ‘grid’,
    ‘items’ => get_option(‘posts_per_page’),
    ‘columns’ => 4,
    ‘class’ => ‘avia-builder-el-no-sibling’,
    ‘paginate’ => ‘yes’,
    ‘use_main_query_pagination’ => ‘yes’,
    ‘custom_query’ => array( ‘post__in’=>$post_ids, ‘post_type’=>get_post_types() )
    );

    $blog = new avia_product_slider($atts);
    $blog->query_entries();
    echo “<div class=’entry-content-wrapper’>”.$blog->html().”</div>”;
    }

    }

    ?>

    <!–end content–>
    </main>

    <?php

    //get the sidebar
    $avia_config[‘currently_viewing’] = ‘page’;

    get_sidebar();

    ?>

    </div><!–end container–>

    </div><!– close default .container_wrap element –>

    <?php get_footer(); ?>

    I am looking forward to your news.

    Best regards,
    Nick

    in reply to: Nothing found search result issue #1075653

    Hi Victoria,

    Thank you for your quick reply.

    Could you help me on that please?

    Best regards,
    Nick

    in reply to: 2 columns on mobile #1075222

    Hi Basilis,

    Thank you for your quick reply.
    I tried the following code, but it didn’t work.

    @media only screen and (max-width: 480px) {
    main.template-shop .products .product {
    margin: 0 1% 1% 0 !important;
    width: 49% !important;
    }
    main.template-shop #main ul.products {
    margin-left: -7.5%;
    margin-right: -7.5%;
    }

    I am looking forward to your help.

    Best regards,
    Nick

    Hi Victoria,

    Sorry, I didn’t notice. Yes, you are right.
    Thank you very much for your reply.
    You can close the ticket.

    Best regards,
    Nick

    in reply to: Product Slider in Home Page #955786

    Hi Rikard,

    That’s a very disappointing point of the theme because most of the people at nowdays use mobile phones for shoppping. I have set in my homepage 4-5 product sliders with 5 columns to promote my products and now my client has to scroll down 25 products in a row in order to reach the bottom of the page. That’s unfordable and exhausting. Nowdays, all modern themes have product sliders that you are able to swipe left or right

    Best regards,
    Nick

    in reply to: Cart page customization (2) #951999

    Hi Yigit,

    Thank you so much!! It worked great!! :)

    Is there any way that to be mobile responsive as well?

    Best regards,
    Nick

    in reply to: adjust z-index in product page elements #948353

    Hi Vinay,

    Thank you for your response.

    I really understand that. Is it easy for you to tell me which are the containers that are been involved to my issue, so I will try to tweak them thru css?

    Best regards,
    Nick

Viewing 30 posts - 31 through 60 (of 142 total)