Jump to content
thirty bees forum

zen

Members
  • Posts

    421
  • Joined

  • Last visited

  • Days Won

    60

Community Answers

  1. zen's post in [Mobile] Open Menu instead of Sandwhich was marked as the answer   
    here is the JS piece you are looking for :
    function mobileInit() { categoryMenu.superfish('destroy'); $('.sf-menu').removeAttr('style'); mCategoryGrover.on('click', function(e) { $(this).toggleClass('active').parent().find('ul.menu-content').stop().slideToggle('medium'); return false; });  
    it's in blocktopmenu.js
  2. zen's post in New Product Images Not Displaying Fully Since Migrating To New Web Host was marked as the answer   
    This was not about combinations in fact it was the images Types/ sizes settings that needed a fix... each image sizes were assigned to all types : products, categories, etc.. I put it in order and regenerate pic for categories.
  3. zen's post in Editing the "title" of a block was marked as the answer   
    For Featured Products, you have to go to Localization > Translate
    choose modules and Niara Theme.
     
    From there :
    Our =   featured =   products =     Fill the forms to what you want to show in the front page.
  4. zen's post in [Solved] Please help: ThirtyBees 1.1.0: JqZoom Error: Uncaught TypeError: $(...).zoom is not a function was marked as the answer   
    just to do it fast, you can change the old content of  "/js/jquery/plugins/jqzoom/jquery.jqzoom.js" by this one here :
    https://raw.githubusercontent.com/jackmoore/zoom/master/jquery.zoom.min.js
    infos here : https://raw.githubusercontent.com/jackmoore/zoom/
    no need of the css file anymore in the jqzoom directory..
    it works instantly 🙂
     
    Later I'll try to dig into that on github and fix that properly.
     
×
×
  • Create New...