Forum Replies Created
-
AuthorPosts
-
When I go to the about page to check the HTML it is all missing – All I get is a blank page
Thanks.
Looks good is it not possible to have it on the top navigation?
Added
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'); ?>
Hi Guys,
I think its a server issue not a theme issue thanks for your help
Ok so I deleted and re installed all theme files and fixed layer slider plugin but the contact form is still not sending emails
I have updated the theme
Now the layer slider plugin does now work and the contact form is still not sending emails
Hi Andy,
I would simply like to know which php file contains – <nav class=”sub_menu”>.
Thanks
Josh
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″>CartPHP CODE NEED HERE
</nav>
-
AuthorPosts