Page 9 of 22 FirstFirst ... 789101119 ... LastLast
Results 81 to 90 of 217
  1. #81
    Join Date
    Dec 2008
    Location
    Utah, USA
    Posts
    170
    Plugin Contributions
    10

    Default Re: Deleted Navcatttabs div by mistake (categories drop down) - Need help to restore

    Quote Originally Posted by mydogisfat View Post
    thankie! that works...
    and thanks for the template! been looking for one like this for a while
    Thanks, Glad you like it!!
    Zen Cart Help and Design

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

  2. #82
    Join Date
    Dec 2008
    Location
    Utah, USA
    Posts
    170
    Plugin Contributions
    10

    Default Re: Deleted Navcatttabs div by mistake (categories drop down) - Need help to restore

    Quote Originally Posted by mydogisfat View Post
    thankie! that works...
    and thanks for the template! been looking for one like this for a while
    Tanks, glad you like it!
    Zen Cart Help and Design

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

  3. #83
    Join Date
    Mar 2008
    Posts
    7
    Plugin Contributions
    0

    Default Re: Deleted Navcatttabs div by mistake (categories drop down) - Need help to restore

    I've got a bit of a question that I can't quite figure out (i'm sure this is more of a CSS issue than a abbiamo one, but I'll try here first). I'm trying to make the categories drop-down a bit wider, as I've got some fairly long names in my categories (actually, I have all of two categories, but they're both fairly long). I must be missing where in the stylesheet that column width is. Any pointers?

    Thanks! The template is _awesome_!

  4. #84
    Join Date
    Dec 2008
    Location
    Utah, USA
    Posts
    170
    Plugin Contributions
    10

    Default Re: Deleted Navcatttabs div by mistake (categories drop down) - Need help to restore

    Quote Originally Posted by melancthon View Post
    I've got a bit of a question that I can't quite figure out (i'm sure this is more of a CSS issue than a abbiamo one, but I'll try here first). I'm trying to make the categories drop-down a bit wider, as I've got some fairly long names in my categories (actually, I have all of two categories, but they're both fairly long). I must be missing where in the stylesheet that column width is. Any pointers?

    Thanks! The template is _awesome_!
    On the stylesheet there is a section for the drop downs and sizes


    /* ######################################################################____

    02 DROP DOWN MENU
    ######################################################################____ */


    Everything below that will be the size of the drop down menus.

    The categories drop down is set to dropdown_1column but there are others that are effected by that as well, so changing that will change any drop down associated with dropdown_1column

    Check the PM I just sent you about it
    Zen Cart Help and Design

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

  5. #85
    Join Date
    Jul 2012
    Posts
    2
    Plugin Contributions
    0

    Default Re: Abbiamo Supremo Support Thread

    Hi Brandon, first off, great template collection you have. I have been playing around with this template for the last few days whilst rebuilding my website. One major problem I have is that since switching to your template specific products on my pages don't appear anymore, instead just saying 'test1'. Whereas there was the picture, description, add to cart etc. any ideas?

    Thanks again, keep up good work

  6. #86
    Join Date
    Dec 2008
    Location
    Utah, USA
    Posts
    170
    Plugin Contributions
    10

    Default Re: Abbiamo Supremo Support Thread

    Quote Originally Posted by Craigefc24 View Post
    Hi Brandon, first off, great template collection you have. I have been playing around with this template for the last few days whilst rebuilding my website. One major problem I have is that since switching to your template specific products on my pages don't appear anymore, instead just saying 'test1'. Whereas there was the picture, description, add to cart etc. any ideas?

    Thanks again, keep up good work
    Hmmm... that is interesting, what is your website and I can take a look and figure out where the problem is coming from.
    Zen Cart Help and Design

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

  7. #87
    Join Date
    Jul 2012
    Posts
    58
    Plugin Contributions
    0

    Default Re: Abbiamo Supremo Support Thread

    hi mate

    just a quick question, how do i go about removing the specials link from the mega menu? i found where to edit the text i just dont know how to go about removing it completly!

    also how do i add and remove links / titles from the footer?

  8. #88
    Join Date
    Jul 2012
    Posts
    58
    Plugin Contributions
    0

    Default Re: Abbiamo Supremo Support Thread

    hi mate,

    ive managed to remove the specials link i removed the text and searched header_title_files and removed the following code

    Code:
           </li>
            
            
            
    <li class="nodrop"><a href="<?php echo zen_href_link(FILENAME_SPECIALS); ?>"><?php echo HEADER_TITLE_SPECIALS; ?></a></li>
    how do i add links mate and make them clickable?

  9. #89
    Join Date
    Dec 2008
    Location
    Utah, USA
    Posts
    170
    Plugin Contributions
    10

    Default Re: Abbiamo Supremo Support Thread

    Quote Originally Posted by PeazzAndycresswell View Post
    hi mate,

    ive managed to remove the specials link i removed the text and searched header_title_files and removed the following code

    Code:
           </li>
            
            
            
    <li class="nodrop"><a href="<?php echo zen_href_link(FILENAME_SPECIALS); ?>"><?php echo HEADER_TITLE_SPECIALS; ?></a></li>
    how do i add links mate and make them clickable?

    To add a new link you will need to follow the format for the link your removed.

    Code:
    <li class="nodrop">
    Initiates the list and the class="nodrop" uses the styles for having no drop down

    Code:
    <a href="#">
    then the place you want them to be taken when they click the link, replace # with you direct link (ie http://www.yourdomainname.com)

    Then you place the text you want to be displayed after the "> (the sample calls a defined php variable but you can type your own text there

    then you close the link and the list with
    Code:
     </a></li>
    So the whole link would be like this

    Code:
    <li class="nodrop"><a href="http://www.yourdomainname.com">Your Text Here</a></li>
    If you change the class it will change the layout so adding the dropdown sometimes could require some more advance css coding
    Zen Cart Help and Design

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

  10. #90
    Join Date
    Jul 2012
    Posts
    58
    Plugin Contributions
    0

    Default Re: Abbiamo Supremo Support Thread

    hi dude

    so now i have a random appearing problem, i have tried restoring my back up but its not fixed it. my facebook like button has decided to move to my logo, and the menu bar has moved down. any idea how to fix it?

    www.consolecodeslab.com

 

 
Page 9 of 22 FirstFirst ... 789101119 ... LastLast

Similar Threads

  1. Autoresponder+ for ZC v1.3.x [support thread]
    By Steven300 in forum All Other Contributions/Addons
    Replies: 227
    Last Post: 13 Dec 2012, 07:42 PM
  2. SnapShot [support thread]
    By skipwater in forum All Other Contributions/Addons
    Replies: 32
    Last Post: 26 Oct 2012, 08:38 PM
  3. v138a PO Box Ban 1.4 [support thread]
    By mvstudio in forum All Other Contributions/Addons
    Replies: 1
    Last Post: 11 Mar 2012, 05:47 PM
  4. SplitTaxLines mod support thread
    By pdprenty in forum All Other Contributions/Addons
    Replies: 80
    Last Post: 19 Dec 2009, 10:01 PM
  5. PO Box Ban [support thread]
    By Steven300 in forum Addon Shipping Modules
    Replies: 23
    Last Post: 28 Oct 2009, 11:58 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
  •