Forum Replies Created

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • in reply to: Issues saving #754387

    When I go to the about page to check the HTML it is all missing – All I get is a blank page

    in reply to: Search Icon wanted on mobile #627819

    Thanks.

    Looks good is it not possible to have it on the top navigation?

    in reply to: Search Icon wanted on mobile #627692

    Added

    in reply to: Search Icon wanted on mobile #627153

    Thanks Yigit,

    That still is not working for me, here is my functions file:

    <?php
    
    function modify_jquery() {
    if (!is_admin()) {
    	wp_deregister_script('jquery');
    	wp_register_script('jquery', 'https://code.jquery.com/jquery-1.11.3.min.js');
    	wp_enqueue_script('jquery');
    }
    }
    add_action('init', 'modify_jquery');
    
    add_shortcode('avia_search', 'get_search_form');
    
    function add_custom_tooltip(){
    ?>
    <script>
    jQuery(window).load(function(){
    jQuery('.only-mobile-menu-search a').removeAttr('href');
    });
    </script>
    <?php
    }
    add_action('wp_footer', 'add_custom_tooltip');
    
    ?>
    in reply to: Enfold Contact form not working #611333

    Hi Guys,

    I think its a server issue not a theme issue thanks for your help

    in reply to: Enfold Contact form not working #610386

    Ok so I deleted and re installed all theme files and fixed layer slider plugin but the contact form is still not sending emails

    in reply to: Enfold Contact form not working #610296

    I have updated the theme

    Now the layer slider plugin does now work and the contact form is still not sending emails

    in reply to: Adding item to sub menu #584438

    Hi Andy,

    I would simply like to know which php file contains – <nav class=”sub_menu”>.

    Thanks

    Josh

    in reply to: Adding item to sub menu #581787

    Hi Rikard,

    I want the top bar to look similar to barknbrock.com

    so next to the checkout and cart I want to add some php code that displays the price of the cart.

    How do I add something next to cart on the very top bar

    inside –

    <nav class=”sub_menu” role=”navigation” itemscope=”itemscope” itemtype=”https://schema.org/SiteNavigationElement”><ul id=”avia2-menu” class=”menu”><li id=”menu-item-823172″ class=”menu-item menu-item-type-post_type menu-item-object-page menu-item-823172″>Shop
    <li id=”menu-item-823169″ class=”menu-item menu-item-type-post_type menu-item-object-page menu-item-823169″>My Account
    <li id=”menu-item-823170″ class=”menu-item menu-item-type-post_type menu-item-object-page menu-item-823170″>Checkout
    <li id=”menu-item-823171″ class=”menu-item menu-item-type-post_type menu-item-object-page menu-item-823171″>Cart

    PHP CODE NEED HERE

    </nav>

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