Forum Replies Created
-
AuthorPosts
-
May 3, 2017 at 9:57 pm in reply to: customize the mobile menu to be : logo+search icon+cart icon+menu icon #787435
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,
spMongiatApril 20, 2017 at 10:29 pm in reply to: customize the mobile menu to be : logo+search icon+cart icon+menu icon #780847Vinjay, 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,
spMongiatApril 14, 2017 at 7:33 pm in reply to: customize the mobile menu to be : logo+search icon+cart icon+menu icon #778015Enfold 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;
}April 4, 2017 at 11:55 pm in reply to: Enfold Theme…WooCommerce Product Images not showing as of 4-4-17 #772083I sent you the details in a new thread. Did you get them. Thread: “Enfold Theme w/WooCommerce Shopping Cart Image Issue”
Regards,
MongiatApril 4, 2017 at 9:51 pm in reply to: Enfold Theme…WooCommerce Product Images not showing as of 4-4-17 #772019I 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,
MongiatApril 4, 2017 at 9:29 pm in reply to: Enfold Theme…WooCommerce Product Images not showing as of 4-4-17 #772001Added: .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,
MongiatApril 4, 2017 at 9:12 pm in reply to: Enfold Theme…WooCommerce Product Images not showing as of 4-4-17 #771985I 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 1349Warning: 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]
-
AuthorPosts