Page 2 of 2 FirstFirst 12
Results 11 to 20 of 357

Hybrid View

  1. #1
    Join Date
    Jan 2013
    Posts
    4
    Plugin Contributions
    0

    Default Re: Pure CSS Mega Menu

    Where can download the better categories for side boxes version 1.5.1?

  2. #2
    Join Date
    Jul 2009
    Location
    picaflor-azul.com
    Posts
    6,928
    Plugin Contributions
    45

    Default Re: Pure CSS Mega Menu

    Quote Originally Posted by heemu View Post
    Where can download the better categories for side boxes version 1.5.1?
    Have you tried the plugins section?

    Thanks,

    Anne

  3. #3
    Join Date
    Oct 2006
    Location
    Italy
    Posts
    634
    Plugin Contributions
    0

    Default Re: Pure CSS Mega Menu

    Quote Originally Posted by picaflor-azul View Post
    If you post a link to your site I will take a look.


    Thanks,

    Anne
    Www.100asa.it
    Thank you very much

  4. #4
    Join Date
    Dec 2013
    Location
    Jirkov, Czech Republic
    Posts
    1
    Plugin Contributions
    0

    Default Re: Pure CSS Mega Menu

    nemáte někdo vyzkoušené mega menu na multishopu?
    po nainstalování vypadalo vše ok, ale karegorie se zobrazili ze všech shopů i ty uplně zakázané

    translated in translátoru

    you do not have anyone tried mega menu on multistore?,
    after you install it all ok, but the category will display all of the shops you completly disabled

  5. #5
    Join Date
    Dec 2009
    Location
    Amersfoort, The Netherlands
    Posts
    2,845
    Plugin Contributions
    25

    Default Re: Pure CSS Mega Menu

    Quote Originally Posted by Ien Cv View Post
    nemáte někdo vyzkoušené mega menu na multishopu?
    po nainstalování vypadalo vše ok, ale karegorie se zobrazili ze všech shopů i ty uplně zakázané

    translated in translátoru

    you do not have anyone tried mega menu on multistore?,
    after you install it all ok, but the category will display all of the shops you completly disabled
    You will need to edit some extra files.
    find in includes\classes\categories_ul_generator.php :
    PHP Code:
        function zen_categories_ul_generator($load_from_database true)
        {
            global 
    $languages_id$db;
            
    $this->data = array();
            
    $categories_query "select c.categories_id, cd.categories_name, c.parent_id
                                            from " 
    TABLE_CATEGORIES " c, " TABLE_CATEGORIES_DESCRIPTION " cd
                                            where c.categories_id = cd.categories_id
                                            and c.categories_status=1 " 
    .
                                            
    " and cd.language_id = '" . (int)$_SESSION['languages_id'] . "' " .
                                            
    " order by c.parent_id, c.sort_order, cd.categories_name";
            
    $categories $db->Execute($categories_query)); 
    and change to:
    PHP Code:
        function zen_categories_ul_generator($load_from_database true)
        {
            global 
    $languages_id$db;
            
    $this->data = array();
            
    $categories_query "select c.categories_id, cd.categories_name, c.parent_id
                                            from " 
    TABLE_CATEGORIES " c, " TABLE_CATEGORIES_DESCRIPTION " cd
                                            where c.categories_id = cd.categories_id
                                            and c.categories_status=1 " 
    .
                                            
    " and cd.language_id = '" . (int)$_SESSION['languages_id'] . "' " .
                                            
    " order by c.parent_id, c.sort_order, cd.categories_name";
            
    $categories $db->Execute(cat_filter($categories_query)); 
    that should do the trick

 

 
Page 2 of 2 FirstFirst 12

Similar Threads

  1. Help with Mega Menu css customization
    By swdynamic in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 17 Jul 2013, 01:21 AM
  2. v139h Mega Menu Mess
    By traytray in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 20 Nov 2012, 07:58 PM
  3. v150 Mega Menu assistance
    By Fancyfrills in forum Templates, Stylesheets, Page Layout
    Replies: 18
    Last Post: 24 Aug 2012, 06:16 PM
  4. Horizontal Drop Menu sort order of mega-menu
    By familynow in forum All Other Contributions/Addons
    Replies: 3
    Last Post: 19 Oct 2011, 04:39 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg