Page 21 of 24 FirstFirst ... 111920212223 ... LastLast
Results 201 to 210 of 233
  1. #201
    Join Date
    Mar 2007
    Location
    sunny Florida, USA
    Posts
    81
    Plugin Contributions
    0

    Default Re: Abbiamo Supremo Support Thread

    Hi Brandon,

    Thanks so much for this awesome template.

    I've got some questions about the menus. I've searched the thread but haven't found the answer, so am starting this.

    What I'd like, is for the menus to include 'Home', at the left where it is, but to have single-level menus for each of my 6 categories beside it, in place of the ones currently there. Can this be easily done?

    Thanks in advance,
    -Ray
    ++++++++++++++++
    Subtle as the 'b' in subtle.

  2. #202
    Join Date
    Dec 2008
    Location
    Utah, USA
    Posts
    182
    Plugin Contributions
    10

    Default Re: Abbiamo Supremo Support Thread

    Quote Originally Posted by BouncerFL View Post
    Hi Brandon,

    Thanks so much for this awesome template.

    I've got some questions about the menus. I've searched the thread but haven't found the answer, so am starting this.

    What I'd like, is for the menus to include 'Home', at the left where it is, but to have single-level menus for each of my 6 categories beside it, in place of the ones currently there. Can this be easily done?

    Thanks in advance,
    -Ray
    It can be done, it all depends on how many categories you want to be displayed and how many you have. Right now the category generator calls all categories and displays them... If you want to show all of them you can move where the generator is called on the tpl_header.php... Also if you are using the mega menu it uses divs instead of just lists so you would have to edit the categories_ul_generator.php file to fit the structure of the menu.

    If you have more categories than you want show, then you have to have a custom modification to the categories_ul_generator.php.

    (all this is starting to jump into a little more advance things though)
    Zen Cart Help and Design

    If you don’t build your dream, someone else will hire you to help them build theirs.

  3. #203
    Join Date
    Mar 2007
    Location
    sunny Florida, USA
    Posts
    81
    Plugin Contributions
    0

    Default Re: Abbiamo Supremo Support Thread

    It can be done, it all depends on how many categories you want to be displayed and how many you have.
    Awesome. I've only the 6, so it should be fine.

    If you want to show all of them you can move where the generator is called on the tpl_header.php
    And there's the rub :) I'm looking at /includes/templates/abbiamo_supremo/common/tpl_header.php and I'm not sure 'where the generator is called'.

    While I'm not a noob, I'm just not sure where you mean.

    Thanks in advance,
    -Ray
    ++++++++++++++++
    Subtle as the 'b' in subtle.

  4. #204
    Join Date
    Dec 2008
    Location
    Utah, USA
    Posts
    182
    Plugin Contributions
    10

    Default Re: Abbiamo Supremo Support Thread

    Quote Originally Posted by BouncerFL View Post
    Awesome. I've only the 6, so it should be fine.


    And there's the rub :) I'm looking at /includes/templates/abbiamo_supremo/common/tpl_header.php and I'm not sure 'where the generator is called'.

    While I'm not a noob, I'm just not sure where you mean.

    Thanks in advance,
    -Ray
    Sorry its actually being called in the tpl_drop_down.php file found int includes/templates/abbiamo_supremo/common/

    the part you are looking for is the following


    Code:
    <?php
                                // load the UL-generator class and produce the menu list dynamically from there
                                require_once (DIR_WS_CLASSES . 'categories_ul_generator.php');
                                $zen_CategoriesUL = new zen_categories_ul_generator;
                                $menulist = $zen_CategoriesUL->buildTree(true);
                                $menulist = str_replace('"level4"','"level5"',$menulist);
                                $menulist = str_replace('"level3"','"level4"',$menulist);
                                $menulist = str_replace('"level2"','"level3"',$menulist);
                                $menulist = str_replace('"level1"','"level2"',$menulist);
                                $menulist = str_replace('<li class="submenu">','<li class="submenu">',$menulist);
                                $menulist = str_replace("</li>\n</ul>\n</li>\n</ul>\n","</li>\n</ul>\n",$menulist);
                                echo $menulist;
                            ?>
    Beyond that there are changes that need to be make in the includes/classes/categories_ul_generator.php to fit the div style menu and that is more custom work and modifications needed.
    Zen Cart Help and Design

    If you don’t build your dream, someone else will hire you to help them build theirs.

  5. #205
    Join Date
    Oct 2012
    Posts
    4
    Plugin Contributions
    0

    Default Re: Abbiamo Supremo Support Thread

    Hello All and thanks in advance

    Just installed template, haven't done much else. In the footer are links to pages. The Contact Us page, how do I edit the address information? I know we can add via the tools > Define page editor

    Being more specific:

    On the Contact Us page it shows this:

    Store Name
    Address
    Country
    Phone

    I'd like to edit those lines please. Where to do so? Thanks

  6. #206
    Join Date
    Mar 2007
    Location
    sunny Florida, USA
    Posts
    81
    Plugin Contributions
    0

    Default Re: Abbiamo Supremo Support Thread

    Quote Originally Posted by spin View Post
    Hello All and thanks in advance

    Just installed template, haven't done much else. In the footer are links to pages. The Contact Us page, how do I edit the address information? I know we can add via the tools > Define page editor

    Being more specific:

    On the Contact Us page it shows this:

    Store Name
    Address
    Country
    Phone

    I'd like to edit those lines please. Where to do so? Thanks
    I'm not the mod author, but I don't think this is a mod or template question. Check to see that you've updated the 'My Store' under 'Configuration'. I'm pretty sure the lines you want to edit are:

    Store Name
    Store Owner
    Telephone - Customer Service
    Country
    Zone
    Store Address & Phone

    Hope this helps,
    -Ray
    ++++++++++++++++
    Subtle as the 'b' in subtle.

  7. #207
    Join Date
    Oct 2012
    Posts
    4
    Plugin Contributions
    0

    Default Re: Abbiamo Supremo Support Thread

    Wow, I filled out the first parts thinking that may apply and didn't make it to the last one where you fill in address. I stopped after the the store name and owner didn't show the changes. I feel like stupids, LOL..... thanks a lot for your help.

  8. #208
    Join Date
    Mar 2007
    Location
    sunny Florida, USA
    Posts
    81
    Plugin Contributions
    0

    Default Re: Abbiamo Supremo Support Thread

    No worries. I'm glad it was that easy!
    ++++++++++++++++
    Subtle as the 'b' in subtle.

  9. #209
    Join Date
    Jul 2008
    Posts
    360
    Plugin Contributions
    0

    Default Re: Abbiamo Supremo Support Thread

    Having a problem with the MEGA Menu items, the links just got to 404 Page not found error ...

    I understand you define the menu links here >>>

    Code:
    // header text for first drop down menu
    define('DROP_DOWN', 'Custom Drop Down'); define(URL1,'http://www.brandonturpin.com');
    
    define('DROP_DOWN_CATEGORY_ONE', 'Category One'); 
    define('DROP_DOWN_CAT_ONE_ONE', 'Undate'); define(URL2,'http://www.brandonturpin.com');
    define('DROP_DOWN_CAT_ONE_TWO', 'Links'); define(URL3,'http://www.brandonturpin.com');
    define('DROP_DOWN_CAT_ONE_THREE', 'Here'); define(URL4,'http://www.brandonturpin.com');
    define('DROP_DOWN_CAT_ONE_FOUR', 'In'); define(URL5,'http://www.brandonturpin.com');
    define('DROP_DOWN_CAT_ONE_FIVE', 'Includes >'); define(URL6,'http://www.brandonturpin.com');
     
    
    define('DROP_DOWN_CATEGORY_TWO', 'Category Two'); 
    define('DROP_DOWN_CAT_TWO_ONE', 'Languages >'); define(URL7,'http://www.brandonturpin.com');
    define('DROP_DOWN_CAT_TWO_TWO', 'English >'); define(URL8,'http://www.brandonturpin.com');
    define('DROP_DOWN_CAT_TWO_THREE', 'YOUR_TEMPLATE >'); define(URL9,'http://www.brandonturpin.com');
    define('DROP_DOWN_CAT_TWO_FOUR', 'Header.php'); define(URL10,'http://www.brandonturpin.com');
    define('DROP_DOWN_CAT_TWO_FIVE', 'Enjoy'); define(URL11,'http://www.brandonturpin.com');
    
    define('DROP_DOWN_FIVE', 'Menu Item'); define(URL12,'http://www.brandonturpin.com');
    but when you called them here

    Code:
    <li><a href="<?php echo URL12 ?>" class="drop"><?php echo DROP_DOWN;?></a>
                <div class="dropdown_2columns"><!-- Begin 2 columns container -->
                    <div class="col_1 firstcolumn">
                        <h3><?php echo DROP_DOWN_CATEGORY_ONE;?></h3>
                        <ul>
                            <li><a href="<?php echo URL13 ?>"><?php echo DROP_DOWN_CAT_ONE_ONE;?></a></li>
                            <li><a href="<?php echo URL14 ?>"><?php echo DROP_DOWN_CAT_ONE_TWO;?></a></li>
                            <li><a href="<?php echo URL15 ?>"><?php echo DROP_DOWN_CAT_ONE_THREE;?></a></li>
                            <li><a href="<?php echo URL16 ?>"><?php echo DROP_DOWN_CAT_ONE_FOUR;?></a></li>
                            <li><a href="<?php echo URL17 ?>"><?php echo DROP_DOWN_CAT_ONE_FIVE;?></a></li>
                        </ul>    
                         
                    </div>
            
                    <div class="col_1">
                    
                       <h3><?php echo DROP_DOWN_CATEGORY_TWO;?></h3>
                        <ul>
                            <li><a href="<?php echo URL7 ?>"><?php echo DROP_DOWN_CAT_TWO_ONE;?></a></li>
                            <li><a href="<?php echo URL8 ?>"><?php echo DROP_DOWN_CAT_TWO_TWO;?></a></li>
                            <li><a href="<?php echo URL9 ?>"><?php echo DROP_DOWN_CAT_TWO_THREE;?></a></li>
                            <li><a href="<?php echo URL10 ?>"><?php echo DROP_DOWN_CAT_TWO_FOUR;?></a></li>
                            <li><a href="<?php echo URL11 ?>"><?php echo DROP_DOWN_CAT_TWO_FIVE;?></a></li>
                        </ul>    
                         
                    </div>
            
                </div>
            </li>
    
    
            <li class="nodrop"><a href="<?php echo URL12 ?>"><?php echo DROP_DOWN_FIVE;?></a></li><!-- No Drop Down Item -->
    There is no such URL13 defined?
    Code:
    <li><a href="<?php echo URL13 ?>"><?php echo DROP_DOWN_CAT_ONE_ONE;?></a></li>
    So in my case it goes directly to a 404, so where this needs to be defined? URL13 is nowhere unless it is retrieved before, anyway is not working in my case I got a 404 Page not found! Please note I am experimenting with your template now it's not live yet, so if you want me to show you what I mean let me know so I can activate it ... so far that''s the only issue I found everything else works ...

  10. #210
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,023
    Plugin Contributions
    32

    Default Re: Abbiamo Supremo Support Thread

    Quote Originally Posted by icecold View Post
    Having a problem with the MEGA Menu items, the links just got to 404 Page not found error ...

    I understand you define the menu links here >>>

    Code:
    // header text for first drop down menu
    define('DROP_DOWN', 'Custom Drop Down'); define(URL1,'http://www.brandonturpin.com');
    
    define('DROP_DOWN_CATEGORY_ONE', 'Category One'); 
    define('DROP_DOWN_CAT_ONE_ONE', 'Undate'); define(URL2,'http://www.brandonturpin.com');
    define('DROP_DOWN_CAT_ONE_TWO', 'Links'); define(URL3,'http://www.brandonturpin.com');
    define('DROP_DOWN_CAT_ONE_THREE', 'Here'); define(URL4,'http://www.brandonturpin.com');
    define('DROP_DOWN_CAT_ONE_FOUR', 'In'); define(URL5,'http://www.brandonturpin.com');
    define('DROP_DOWN_CAT_ONE_FIVE', 'Includes >'); define(URL6,'http://www.brandonturpin.com');
     
    
    define('DROP_DOWN_CATEGORY_TWO', 'Category Two'); 
    define('DROP_DOWN_CAT_TWO_ONE', 'Languages >'); define(URL7,'http://www.brandonturpin.com');
    define('DROP_DOWN_CAT_TWO_TWO', 'English >'); define(URL8,'http://www.brandonturpin.com');
    define('DROP_DOWN_CAT_TWO_THREE', 'YOUR_TEMPLATE >'); define(URL9,'http://www.brandonturpin.com');
    define('DROP_DOWN_CAT_TWO_FOUR', 'Header.php'); define(URL10,'http://www.brandonturpin.com');
    define('DROP_DOWN_CAT_TWO_FIVE', 'Enjoy'); define(URL11,'http://www.brandonturpin.com');
    
    define('DROP_DOWN_FIVE', 'Menu Item'); define(URL12,'http://www.brandonturpin.com');
    but when you called them here

    Code:
    <li><a href="<?php echo URL12 ?>" class="drop"><?php echo DROP_DOWN;?></a>
                <div class="dropdown_2columns"><!-- Begin 2 columns container -->
                    <div class="col_1 firstcolumn">
                        <h3><?php echo DROP_DOWN_CATEGORY_ONE;?></h3>
                        <ul>
                            <li><a href="<?php echo URL13 ?>"><?php echo DROP_DOWN_CAT_ONE_ONE;?></a></li>
                            <li><a href="<?php echo URL14 ?>"><?php echo DROP_DOWN_CAT_ONE_TWO;?></a></li>
                            <li><a href="<?php echo URL15 ?>"><?php echo DROP_DOWN_CAT_ONE_THREE;?></a></li>
                            <li><a href="<?php echo URL16 ?>"><?php echo DROP_DOWN_CAT_ONE_FOUR;?></a></li>
                            <li><a href="<?php echo URL17 ?>"><?php echo DROP_DOWN_CAT_ONE_FIVE;?></a></li>
                        </ul>    
                         
                    </div>
            
                    <div class="col_1">
                    
                       <h3><?php echo DROP_DOWN_CATEGORY_TWO;?></h3>
                        <ul>
                            <li><a href="<?php echo URL7 ?>"><?php echo DROP_DOWN_CAT_TWO_ONE;?></a></li>
                            <li><a href="<?php echo URL8 ?>"><?php echo DROP_DOWN_CAT_TWO_TWO;?></a></li>
                            <li><a href="<?php echo URL9 ?>"><?php echo DROP_DOWN_CAT_TWO_THREE;?></a></li>
                            <li><a href="<?php echo URL10 ?>"><?php echo DROP_DOWN_CAT_TWO_FOUR;?></a></li>
                            <li><a href="<?php echo URL11 ?>"><?php echo DROP_DOWN_CAT_TWO_FIVE;?></a></li>
                        </ul>    
                         
                    </div>
            
                </div>
            </li>
    
    
            <li class="nodrop"><a href="<?php echo URL12 ?>"><?php echo DROP_DOWN_FIVE;?></a></li><!-- No Drop Down Item -->
    There is no such URL13 defined?
    Code:
    <li><a href="<?php echo URL13 ?>"><?php echo DROP_DOWN_CAT_ONE_ONE;?></a></li>
    So in my case it goes directly to a 404, so where this needs to be defined? URL13 is nowhere unless it is retrieved before, anyway is not working in my case I got a 404 Page not found! Please note I am experimenting with your template now it's not live yet, so if you want me to show you what I mean let me know so I can activate it ... so far that''s the only issue I found everything else works ...
    Same place you made the other menu changes:

    Code:
    define('DROP_DOWN', 'Custom Drop Down'); define(URL1,'http://www.brandonturpin.com');
    Add the additional definitions you need..
    My Site - Zen Cart & WordPress integration specialist
    I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.

 

 
Page 21 of 24 FirstFirst ... 111920212223 ... LastLast

Similar Threads

  1. EasyPopulate 4.0 Support Thread
    By chadderuski in forum Addon Admin Tools
    Replies: 3620
    Last Post: 11 Jun 2024, 11:51 PM
  2. ZX Slideshow support thread
    By balihr in forum All Other Contributions/Addons
    Replies: 743
    Last Post: 30 Mar 2024, 02:26 AM
  3. Hebrew Support - latest release [Support Thread]
    By eranariel in forum Addon Language Packs
    Replies: 19
    Last Post: 23 Jan 2023, 08:04 AM
  4. SysCheck [support thread]
    By swguy in forum All Other Contributions/Addons
    Replies: 36
    Last Post: 24 Oct 2020, 05:28 AM
  5. PurpleShades Support Thread
    By kobra in forum Addon Templates
    Replies: 122
    Last Post: 18 May 2011, 07:18 PM

Bookmarks

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
Zen-Cart, Internet Selling Services, Klamath Falls, OR