Page 4 of 24 FirstFirst ... 2345614 ... LastLast
Results 31 to 40 of 233
  1. #31
    Join Date
    Jan 2006
    Posts
    1,542
    Plugin Contributions
    0

    Default Re: Abbiamo Supremo Support Thread

    Rob, you must have switched back to another template, which I understand. But can't see the problem. Or are you on the wrong template thread?

    I'm just learning this Abbiamo Supremo template myself. Are you in a position to pop-up a demo/test cart?

    sph
    www.prom-mart.com
    Ecommerce Cart Testing

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

    Default Re: Abbiamo Supremo Support Thread

    Quote Originally Posted by justmerob View Post
    Right off let me say I love this template!!! Thanks to those who created it and will be buying a few beers soon :)

    Do have a questions tho, got pretty much everything set up but on the header drop down, (our site btw www. eccolights .com) Under the "Information" drop down, the links in Cat 1 all link to a 404 error page. I can't figure out why tho?? The header.php looks right, am I missing something simple here? The links in Cat 2 (to FB, Twitter, etc) all work just fine, it's just the Cat 1 links.

    Oh and in Cat 2, I only needed 3 links and deleted a few parts but looks like I missed something there too?

    Any help would be great and again, thanks to the dev team!!

    Rob
    It looks like your site does not have the template active. You can even create a test site in a sub directory I would love to help you get it all working before you more it to the live website.
    Zen Cart Help and Design

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

  3. #33
    Join Date
    Dec 2008
    Location
    Utah, USA
    Posts
    182
    Plugin Contributions
    10

    Default Re: Abbiamo Supremo Support Thread

    Quote Originally Posted by SPH View Post
    Brandon, looks like you have to fix the plus.google link in your demo footer.... ;)

    sph
    www.prommart.com

    Check and Check!! Thanks! :-)
    Zen Cart Help and Design

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

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

    Default Re: Abbiamo Supremo Support Thread

    IMPORTANT UPDATE

    I found a small update to the css that is needed for some versions of Firefox.

    Open the stylesheet.css and change the following

    Code:
    #footer{width: 93%; float: right; text-align: center; padding-top: 6px;}
    To

    Code:
    #footer{width: 93%; float: right; text-align: left; padding-top: 6px;}
    I have included this in my changes and it will be updated in the next release!
    Zen Cart Help and Design

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

  5. #35
    Join Date
    Jan 2012
    Posts
    62
    Plugin Contributions
    0

    Default Re: Abbiamo Supremo Support Thread

    Quote Originally Posted by SPH View Post
    you totally got that nav from nettuts didn't you? lol i was looking at the same thing.

  6. #36
    Join Date
    Jan 2006
    Posts
    1,542
    Plugin Contributions
    0

    Default Re: Abbiamo Supremo Support Thread

    Quote Originally Posted by bigstore View Post
    you totally got that nav from nettuts didn't you? lol i was looking at the same thing.
    Yes, here:

    http://net.tutsplus.com/tutorials/ht...rop-down-menu/

    I've seen it before but was recently referred to it on the Reviewer's Corner here (post 4):

    http://www.zen-cart.com/forum/showthread.php?t=194934

    I did manage to get the whole Demo version working on this template, and surprisingly fast. Took a guess at plugging in the extra code, especially for stylesheet. Seemed to be working.

    Here's what the whole thing looks like:

    http://nettuts.s3.amazonaws.com/819_...emo/index.html

    But in the end, the mega menu was so overwhelming, I didn't have enough to put in it as of yet, so took alot out.

    I took out the regular zencart categories and hand-built my major categories. Made a Customer Service area.


    sph
    www.prommart.com
    Last edited by SPH; 19 Apr 2012 at 09:16 PM.

  7. #37
    Join Date
    Feb 2004
    Posts
    1,278
    Plugin Contributions
    0

    Default Re: Abbiamo Supremo Support Thread

    Thank you for this template...

    I love it.

    Updating www.allforyourwedding.com

    Only thing I see so far is that I cannot get the google+ Facebook links at the bottom.
    What do I do?

    Milo

  8. #38
    Join Date
    Dec 2008
    Location
    Utah, USA
    Posts
    182
    Plugin Contributions
    10

    Default Re: Abbiamo Supremo Support Thread

    Quote Originally Posted by milobloom View Post
    Thank you for this template...

    I love it.

    Updating www.allforyourwedding.com

    Only thing I see so far is that I cannot get the google+ Facebook links at the bottom.
    What do I do?

    Milo
    There are a few quirks I found after releasing the template thanks to some help. I have updated it and waiting for the release of the new update.

    First thing is the path to the images are not correct. Open the file found below:

    includes > templates > abbiamo_supremo > common > tpl_footer.php

    In the middle there is a file path for the images that looks like this

    <span id="socialicons3">
    <a href="<?php echo GOOGLE; ?>" target="_blank">
    <img border="0" src="/online-demos/includes/templates/supremo/images/google_plus.png" /></a>
    <a href="<?php echo FACEBOOK; ?>" target="_blank">
    <img border="0" src="/online-demos/includes/templates/supremo/images/facebook.png" /></a>
    <a href="<?php echo TWITTER; ?>" target="_blank">
    <img border="0" src="/online-demos/includes/templates/supremo/images/twitter.png" /></a>
    </span>

    and it needs to be changed to

    <span id="socialicons3">
    <a href="<?php echo GOOGLE; ?>" target="_blank">
    <img border="0" src="/online-demos/includes/templates/abbiamo_supremo/images/google_plus.png" /></a>
    <a href="<?php echo FACEBOOK; ?>" target="_blank">
    <img border="0" src="/online-demos/includes/templates/abbiamo_supremo/images/facebook.png" /></a>
    <a href="<?php echo TWITTER; ?>" target="_blank">
    <img border="0" src="/online-demos/includes/templates/abbiamo_supremo/images/twitter.png" /></a>
    </span>


    THEN!

    Open the file /includes/languages/english/extra_definitions/abbiamo_supremo/footer_menu_defines.php and make sure you have the following code somewhere in it.

    /*BOF Social Media Footer Links*/
    Define('GOOGLE', 'https://plus.google.com/b/113502727730619391839/');
    Define('FACEBOOK', 'http://www.facebook.com/ZencartByBrandon');
    Define('TWITTER', 'http://twitter.com/#!/TurpinDesign');

    Obviously changing the links to your social profiles.

    That should do it. Let me know if that works!
    Zen Cart Help and Design

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

  9. #39
    Join Date
    Feb 2004
    Posts
    1,278
    Plugin Contributions
    0

    Default Re: Abbiamo Supremo Support Thread

    One small correction... You need to take out onine-demos

    Below would be correct:

    <span id="socialicons3">
    <a href="<?php echo GOOGLE; ?>" target="_blank">
    <img border="0" src="/online-demos/includes/templates/supremo/images/google_plus.png" /></a>
    <a href="<?php echo FACEBOOK; ?>" target="_blank">
    <img border="0" src="/online-demos/includes/templates/supremo/images/facebook.png" /></a>
    <a href="<?php echo TWITTER; ?>" target="_blank">
    <img border="0" src="/online-demos/includes/templates/supremo/images/twitter.png" /></a>
    </span>

    and it needs to be changed to

    <span id="socialicons3">
    <a href="<?php echo GOOGLE; ?>" target="_blank">
    <img border="0" src="/includes/templates/abbiamo_supremo/images/google_plus.png" /></a>
    <a href="<?php echo FACEBOOK; ?>" target="_blank">
    <img border="0" src="/includes/templates/abbiamo_supremo/images/facebook.png" /></a>
    <a href="<?php echo TWITTER; ?>" target="_blank">
    <img border="0" src="/includes/templates/abbiamo_supremo/images/twitter.png" /></a>
    </span>

  10. #40
    Join Date
    Feb 2004
    Posts
    1,278
    Plugin Contributions
    0

    Default Re: Abbiamo Supremo Support Thread

    I am getting this error

    [22-Apr-2012 03:18:04 UTC] PHP Warning: require(includes/templates/template_default/templates/tpl_404_default.php) [<a href='function.require'>function.require</a>]: failed to open stream: No such file or directory in /home/noah/public_html/includes/templates/abbiamo_supremo/common/tpl_main_page.php on line 126
    [22-Apr-2012 03:18:04 UTC] PHP Warning: require(includes/templates/template_default/templates/tpl_404_default.php) [<a href='function.require'>function.require</a>]: failed to open stream: No such file or directory in /home/noah/public_html/includes/templates/abbiamo_supremo/common/tpl_main_page.php on line 126
    [22-Apr-2012 03:18:04 UTC] PHP Fatal error: require() [<a href='function.require'>function.require</a>]: Failed opening required 'includes/templates/template_default/templates/tpl_404_default.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/noah/public_html/includes/templates/abbiamo_supremo/common/tpl_main_page.php on line 126

 

 
Page 4 of 24 FirstFirst ... 2345614 ... LastLast

Similar Threads

  1. EasyPopulate 4.0 Support Thread
    By chadderuski in forum Addon Admin Tools
    Replies: 3600
    Last Post: 7 Apr 2024, 05:20 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