Forum Replies Created

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • Who are you addressing? I’ve replied and send my login credentials and do not get any reply addressed to me “spMongiat”.

    I’ve replied and get random replies and no answers addressing my query.

    Thanks,
    spMongiat

    Vinjay, Yes I need to have search options available for Mobile platforms. I have removed the other code as you suggested and added your code. However this did not work for me. I emptied my cache on my iPhone, and no search icon appears. I am not sure if you mean “please make sure the cache is purged in caching plugin and deactivate the caching plugin.” I do not have a Cache plug in installed on my site.

    Thanks,
    spMongiat

    Enfold theme (Current as of 4-14-17), with WooCommerce (Current as of 4-14-17).

    Search Icon issue in mobile version.

    I have to double tap the search icon graphic to get the search field to pop up. The first tap pops up the Shopping Cart info, as empty or a given # of items in the cart. The second tap gives me the search field on top of the cart info. Tapping the cart works as it should.

    Here is what I have done.

    Any suggestions?

    THE CODE USED:

    In “Enfold”, functions.php:

    add_action(‘wp_footer’, ‘ava_new_custom_script’);
    function ava_new_custom_script(){
    ?>
    <script type=”text/javascript”>
    (function($) {
    function a() {
    if ($.avia_utilities.isMobile) {
    $(‘#menu-item-search’).appendTo($(‘#menu-item-shop’));
    }
    }

    $(window).load(function() {
    a();
    });
    })(jQuery);
    </script>
    <?php
    }

    In “Enfold Child” quick CSS:

    @media only screen and (max-width: 767px) {
    #menu-item-shop .cart_dropdown_link {
    padding: 0 24px;
    }

    #menu-item-shop #menu-item-search {
    width: 0px;
    }

    #menu-item-shop #menu-item-search .avia-search-tooltip.avia-tt {
    left: -16px !important;
    }
    #menu-item-shop {
    min-width: 110px;
    }

    I sent you the details in a new thread. Did you get them. Thread: “Enfold Theme w/WooCommerce Shopping Cart Image Issue”

    Regards,
    Mongiat

    I am running the latest version of Enfold.

    This website is for a private client shopping cart, it’s not for public access.

    I will consult with my boss and then get back to you with the backend details.
    Regards,
    Mongiat

    Added: .woocommerce-product-gallery {
    opacity: 1 !important;
    }

    Still didn’t work, images are still blurry and the error message still showing.

    Warning: Missing argument 3 for avia_woocommerce_gallery_thumbnail_description() in /home/mysite/public_html/wp-content/themes/enfold/config-woocommerce/config.php on line 1349

    Warning: Missing argument 4 for avia_woocommerce_gallery_thumbnail_description() in /home/mysite/public_html/wp-content/themes/enfold/config-woocommerce/config.php on line 1349

    Regards,
    Mongiat

    I added: div.product div.images {
    opacity: 1!important;
    }

    The image shows up, but it’s the thumbnail and it’s stretched and blurry.

    The following error messages show above the image:
    Warning: Missing argument 3 for avia_woocommerce_gallery_thumbnail_description() in /home/mysite/public_html/wp-content/themes/enfold/config-woocommerce/config.php on line 1349

    Warning: Missing argument 4 for avia_woocommerce_gallery_thumbnail_description() in /home/mysite/public_html/wp-content/themes/enfold/config-woocommerce/config.php on line 1349

    [“mysite” added to above error messages, to keep private my register only website shopping cart]

Viewing 7 posts - 1 through 7 (of 7 total)