Forum Replies Created

Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • in reply to: WooCommerce Quantity Arrow Buttons #629515

    The Developers at Theme Complete corrected the JavaScript and now the +/- are working for the WooCommerce Qty Box.

    Here is the updated code in case it’s useful for anyone else.

    /*    WOOCOMMERCE QTY FIX    */
    add_action('wp_footer', 'ava_new_custom_script');
    function ava_new_custom_script(){
    ?>
    <script type="text/javascript">
    (function($) {
        "use strict";
    
    	$(window).load(function(){
    		$(".quantity .minus,.quantity .plus").on("click",function(){
    			$(this).closest(".quantity").find(".input-text").trigger("change");
    		});
    	});
    })(jQuery);
    </script>
    <?php
    }  

    This issue is now resolved.

    Micah

    in reply to: WooCommerce Quantity Arrow Buttons #628544

    I added the code and it made no difference.

    http://tpgdev.denmac-ind.com/product/custom-indoor-tile-6in-x-6in/

    We still need help with this.

    Thanks,

    Micah

    in reply to: Search box showing on navigation bar upon page load #628457

    Awesome!! That updated functions.php code fixed the problem.

    This item is now complete.

    Thanks!!

    Micah

    • This reply was modified 8 years, 6 months ago by tileproducts.
    in reply to: Search box showing on navigation bar upon page load #627945

    I know you don’t want topics bumped… However…Were now going on 2 weeks without a solution.

    So… I am willing to bump this post even though I risk delaying support.

    Waiting 3-4 days for answers that don’t provide resolution is delaying our launch.

    Micah

    in reply to: Search box showing on navigation bar upon page load #626793

    Thanks for getting back to us. The issue is not resolved.

    I understand that the code is for adding search on the mobile menu however it’s also showing the search briefly on the standard menu.

    I disable all plugins, removed all custom CSS and the problem remains. When I remove your mobile menu search code from the funcitons.php the problem goes away.

    I am 100% certain that it’s the offending code.

    I am able to replicate this in Edge, Chrome, FireFox, IE, Safari PC. I attached a screenshot. I did notice that on initial page load it doesn’t always happen however it does show up 100% of the time when reload the page.

    In case you don’t see it, try and refresh the page.

    As for resolution, I have granted you admin access. Please login to our site and get this resolved or send me fixed code or a new way to add the search to the mobile menu.

    Thanks,

    Micah

    http://tpgdev.denmac-ind.com/SUPPORT/Enfold_search_bar-all_browsers.jpg

    in reply to: Search box showing on navigation bar upon page load #626083

    Any word on fixing this.

    It’s our last issue holding us back from launching.

    Thanks,

    Micah

    in reply to: Search box showing on navigation bar upon page load #624838

    Although my CSS did fix the problem, it caused the search to not show all. I removed the code.

    Please let us know how to fix this issue.

    Here is the code that’s causing this from our Child Theme’s functions.php.

    add_filter( 'wp_nav_menu_items', 'avf_add_search', 3, 2 );
    function avf_add_search( $items, $args ) {
    	if ($args->theme_location == 'avia')
    	{
    		$search = '<li id="menu-item-search-mobile" class="menu-item menu-item-type-post_type menu-item-object-page current-menu-item page_item page-item-18 current_page_item menu-item-top-level menu-item-top-level-5">'.get_search_form(false).'</li>';
    		$items = $search . $items;
    	}
    	return $items;
    }

    Micah

    in reply to: Search box showing on navigation bar upon page load #624821

    Per the instructions in the other thread, I added this CSS.

    @media only screen and (max-width: 767px) {
    	#top #searchform>div {
    		display: block !important;
    		opacity: 1 !important;	
    	}
    }

    I went ahead and added:

    #top #searchform>div {
    	display: none !important;
    }

    This seems to have fixed my issue.

    Please look over this fix and let me know if this is an appropriate fix.

    Thanks,

    Micah

    in reply to: Search box showing on navigation bar upon page load #624765

    I found the source of the problem, it has to do with the PHP code that adds the search bar to the mobile menu.

    https://kriesi.at/support/topic/search-widget-only-in-mobile-view/#post-517247

    When I remove the PHP code, the problem goes away.

    Now that I have tracked the problem down to your coding issues, please provide a resolution to this problem.

    Thanks,

    Micah

    in reply to: Search box showing on navigation bar upon page load #624755

    I have disabled all plugins and then deleted our custom CSS.

    The issue still happens.

    When I change to the Enfold Theme from the Child Theme, the problem goes away. I go back to the Child Theme and the problem returns.

    Our theme is on Version 3.5.4 and states that it’s the current version.

    What now?

    Micah

    in reply to: Search box showing on navigation bar upon page load #622594

    I emptied out the styles.css in the child theme and the issue still remains.
    Our child theme styles.css contained the following during my testing.

    /*
    Theme Name: Enfold Child
    Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold WordPress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating wil be much easier then.
    Version: 1.0
    Author: Kriesi
    Author URI: http://kriesi.at
    Template: enfold
    */
    
    /* General Custom CSS */

    I have added back our custom css in our child theme. I have them backed up offline, if you need to edit or remove them for testing purposes, go ahead. If it is a CSS issue, please let me know what changed so that I don’t undo the fix.

    I provided login credentials.
    Thanks,
    Micah

    DPONZO – I got help from Fancy Product Designer techs and managed to get my Fancy UI to go full width on my page just below the title and the rest of the WooCommerce interface below.

    If you want instruction on how I accomplished this, email me and I will forward you the communication.

    (Email address hidden if logged out)

    Have a great day!

    Micah

    • This reply was modified 8 years, 8 months ago by tileproducts.

    Hello,

    I need the same thing for my FPD, WooCommerce, Enfold installation.

    Micah

    • This reply was modified 8 years, 8 months ago by tileproducts.
Viewing 13 posts - 1 through 13 (of 13 total)