Tagged: x
-
AuthorPosts
-
April 24, 2016 at 9:04 pm #897961
msumacParticipantHello, 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.
April 24, 2016 at 9:53 pm #897993
msumacParticipantHello, 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.
April 25, 2016 at 5:52 am #898425
ZeshanMemberHi 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!
April 26, 2016 at 10:46 pm #901375
msumacParticipantI 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.April 27, 2016 at 9:11 am #902219
ThaiModeratorHi 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.
April 30, 2016 at 7:12 am #906869
msumacParticipantHello 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>
<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=%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=’ + 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?
May 1, 2016 at 1:16 am #907530
Rue NelModeratorHello 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.
May 1, 2016 at 6:05 am #907708
msumacParticipantHi, I wanted to put it on the widget sidebar, not on the footer. Also I am not using child theme. Is it possible?
May 1, 2016 at 10:08 am #907900
ChristianModeratorThat 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.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-886379 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
