Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #897961
    msumac
    Participant

    Hello, I’d like to ask again of the same question. The hamburger navigation bar doesnt work on the phone again. So I added a mobile version through a plugin but I still wanted to know what ruined this menu bar in the “desktop version” when I check it with my phone.

    I already gave the username and password details on top. I’ve deactivated and activated the plugins already and it seems like it’s not because of the plugins.

    #897993
    msumac
    Participant

    Hello, the navbar doesnt seem to work in mobile again, so I added a new plugin that creates a mobile version. So when I open it with my phone, there’s this MOBILE VERSION and DESKTOP VERSION. once I switch to desktop version, the navbar doesnt seem to work.

    I checked if it’s because of the plugins but I don’t think so because I already deactivated and activated them and also I removed the javascripts on widgets and it still doesn’t work. Please help, I have the username and password given on top.

    #898425
    Zeshan
    Member

    Hi there,

    Thanks for updating the thread!

    Mobile menu is not working because of the jQuery errors in your site. It seems you are not fully updated. Please update your theme and the issue should be resolved.

    You can find the latest version numbers here: (https://theme.co/changelog/) Then you can compare them to what’s installed on your site.

    If you find anything to be out of date, you can review our update guide.

    Thank you!

    #901375
    msumac
    Participant

    I have updated the theme and it still doesn’t work. Also when I go to a link like:
    http://www.toyboxchest.com/1/post/category/shopkins/shopkins-season-5 it keeps loading. but when the ads on the right side doesn’t load the articles do load.

    #902219
    Thai
    Moderator

    Hi There,

    Upon checking your website, I see some JS errors.

    Please try testing for a plugin conflict. You can do this by deactivating all third party plugins, and seeing if the problem remains. If it’s fixed, you’ll know a plugin caused the problem, and you can narrow down which one by reactivating them one at a time.

    Hope it helps.

    #906869
    msumac
    Participant

    Hello I’ve spotted the javascript that conflicts with everything:

    <script type=”text/javascript” src=’http://adn.ebay.com/files/js/min/jquery-1.6.2-min.js’></script&gt;
    <script type=”text/javascript” src=’http://adn.ebay.com/files/js/min/ebay_activeContent-min.js’></script&gt;
    <script charset=”utf-8″ type=”text/javascript”>
    document.write(‘\x3Cscript type=”text/javascript” charset=”utf-8″ src=”http://adn.ebay.com/cb?programId=1&campId=5337849397&toolId=10026&keyword=Shopkins+Season+5&width=250&height=250&font=1&textColor=000000&linkColor=0000AA&arrowColor=8BBC01&color1=709AEE&color2=%5BCOLORTWO%5D&format=ImageLink&contentType=TEXT_AND_IMAGE&enableSearch=y&usePopularSearches=n&freeShipping=n&topRatedSeller=n&itemsWithPayPal=n&descriptionSearch=n&showKwCatLink=n&excludeCatId=&excludeKeyword=&catId=&disWithin=2000&ctx=n&autoscroll=n&title=Shopkins+Season+5&flashEnabled=&#8217; + isFlashEnabled + ‘&pageTitle=’ + _epn__pageTitle + ‘&cachebuster=’ + (Math.floor(Math.random() * 10000000 )) + ‘”>\x3C/script>’ );
    </script>

    How do I place this back without conflicting with the other jqueries?

    #907530
    Rue Nel
    Moderator

    Hello There,

    You can add a custom code in your child theme’s functions.php file. Simply add this code:

    function add_my_custom_js(){ ?>
    
        <script type="text/javascript" src='http://adn.ebay.com/files/js/min/jquery-1.6.2-min.js'></script>
      <script type="text/javascript" src='http://adn.ebay.com/files/js/min/ebay_activeContent-min.js'></script>
      <script charset="utf-8" type="text/javascript">
        document.write('\x3Cscript type="text/javascript" charset="utf-8" src="http://adn.ebay.com/cb?programId=1&campId=5337849397&toolId=10026&keyword=Shopkins+Season+5&width=250&height=250&font=1&textColor=000000&linkColor=0000AA&arrowColor=8BBC01&color1=709AEE&color2=[COLORTWO]&format=ImageLink&contentType=TEXT_AND_IMAGE&enableSearch=y&usePopularSearches=n&freeShipping=n&topRatedSeller=n&itemsWithPayPal=n&descriptionSearch=n&showKwCatLink=n&excludeCatId=&excludeKeyword=&catId=&disWithin=2000&ctx=n&autoscroll=n&title=Shopkins+Season+5&flashEnabled=' + isFlashEnabled + '&pageTitle=' + _epn__pageTitle + '&cachebuster=' + (Math.floor(Math.random() * 10000000 )) + '">\x3C/script>' ); 
      </script>
    
    <?php }
    add_action('wp_footer', 'add_my_custom_js');

    Please let us know if this works out for you.

    #907708
    msumac
    Participant

    Hi, I wanted to put it on the widget sidebar, not on the footer. Also I am not using child theme. Is it possible?

    #907900
    Christian
    Moderator

    That is technically possible however, further customizations from here would be getting into custom development, which is outside the scope of support we can offer. If you need more in depth changes, you may wish to consult with a developer. X is quite extensible with child themes, so there are plenty of possibilities. Thanks for understanding.

  • <script> jQuery(function($){ $("#no-reply-886379 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>