Results 1 to 10 of 17

Hybrid View

  1. #1
    Join Date
    Jan 2004
    Location
    N of San Antonio TX
    Posts
    9,692
    Plugin Contributions
    11

    Default Re: Need FireBug & Customization help, please!

    Those are defines for something other than the content in the dropdown.

    You need to look at includes/temolates/brighton_pets/common/tpl_mega_menu.php. It all starts around line 222 in the original version that comes with the template.
    PHP Code:
    <li class="hfacebook">
    <a href="<?php echo FACEBOOK?>" target="_blank">
    <img src="<?php  echo $template->get_template_dir('',DIR_WS_TEMPLATE$current_page_base,'images').'/'.FACEBOOK_ICON ?>"  alt="facebook link" class="h-sm" />
    <?php echo FACEBOOK_TEXT?>
    </a>
    </li>
    I have broken out the single line entry to show the separate parts. You will need to find the defines for each of the items in BOLD.

    NOTE: You should have found this file in your search for hfacebook (It's in the first line of the portion).

    HINT: Defines are in a footer file so you may have to make one FACEBOOK_ICON and the other FACEBOOK_ICON_SMALL.
    Last edited by dbltoe; 12 Jul 2013 at 02:58 AM.
    A little help with colors.
    myZenCartHost.com - Zen Cart Certified, PCI Compatible Hosting by JEANDRET
    Free SSL & Domain with semi-annual and longer hosting. Updating 1.5.2 and Up.

  2. #2
    Join Date
    Nov 2007
    Location
    Texas
    Posts
    286
    Plugin Contributions
    0

    Default Re: Need FireBug & Customization help, please!

    Yes, I found that file, too, but I was looking and looking in it for the image it's linking to now. I couldn't find anything, so I thought I had the wrong file. Sorry to be so dense here. I really am not qualified to be doing this!

  3. #3
    Join Date
    Nov 2007
    Location
    Texas
    Posts
    286
    Plugin Contributions
    0

    Default Re: Need FireBug & Customization help, please!

    Quote Originally Posted by dbltoe View Post
    Those are defines for something other than the content in the dropdown.

    You need to look at includes/temolates/brighton_pets/common/tpl_mega_menu.php. It all starts around line 222 in the original version that comes with the template.
    PHP Code:
    <li class="hfacebook">
    <a href="<?php echo FACEBOOK?>" target="_blank">
    <img src="<?php  echo $template->get_template_dir('',DIR_WS_TEMPLATE$current_page_base,'images').'/'.FACEBOOK_ICON ?>"  alt="facebook link" class="h-sm" />
    <?php echo FACEBOOK_TEXT?>
    </a>
    </li>
    I have broken out the single line entry to show the separate parts. You will need to find the defines for each of the items in BOLD.

    NOTE: You should have found this file in your search for hfacebook (It's in the first line of the portion).

    HINT: Defines are in a footer file so you may have to make one FACEBOOK_ICON and the other FACEBOOK_ICON_SMALL.
    Walk away...come back to it...try again! I got it!! THANK YOU!!!

  4. #4
    Join Date
    Jan 2004
    Location
    N of San Antonio TX
    Posts
    9,692
    Plugin Contributions
    11

    Default Re: Need FireBug & Customization help, please!

    Glad you got it going. Think of all that you learned.
    A little help with colors.
    myZenCartHost.com - Zen Cart Certified, PCI Compatible Hosting by JEANDRET
    Free SSL & Domain with semi-annual and longer hosting. Updating 1.5.2 and Up.

  5. #5
    Join Date
    Jan 2004
    Location
    N of San Antonio TX
    Posts
    9,692
    Plugin Contributions
    11

    Default Re: Need FireBug & Customization help, please!

    One last benefit of firebug.

    1. Download a copy of the stylesheet_mega_menu.css from your site saving it to your desktop.
    2. Open the file in an editor like notepad or notepad+
    3. Around line 22 there should be a call of .mega-menu .dropdown_1column {width: 145px;}
    4. Change the 145 to 200.
    5. Around line 71 there should be a call of .mega-menu .levels li {float: left;width: 150px;}
    6. Change the 150 to 200
    7. Around line 69 there should be a call of .mega-menu .levels a {display: block;width: 10em;font-weight:normal;}
    8. Change this to .mega-menu .levels a {display: block;font-weight:normal;}
    9. Save the file as stylesheet_mega_menu.new to your desktop.
    10. Rename the stylesheet_mega_menu.css on your desktop to stylesheet_mega_menu.old.
    11. Rename the stylesheet_mega_menu.new on your desktop to stylesheet_mega_menu.css.
    12. Upload the renamed stylesheet_mega_menu.csss to your server replacing the original.


    What this does is remove the wrap that is now in the Connect dropdown with the Facebook link. If, for some reason it doesn't work, just rename and load the .old version to your server. No harm, no foul.
    A little help with colors.
    myZenCartHost.com - Zen Cart Certified, PCI Compatible Hosting by JEANDRET
    Free SSL & Domain with semi-annual and longer hosting. Updating 1.5.2 and Up.

 

 

Similar Threads

  1. A little Firebug help wanted-please
    By sofasurfer in forum General Questions
    Replies: 3
    Last Post: 28 Apr 2011, 11:24 PM
  2. Need some help please-navigation & swf objects
    By enigma666666 in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 10 May 2010, 09:21 AM
  3. My site was hacked & i need help please
    By rickiesdiscount in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 9 Feb 2009, 04:25 PM
  4. Need Help with Subdomains & SSL please
    By Gunzanroses in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 26 Mar 2007, 08:37 PM
  5. PayPal & incorrect ph#... need help PLEASE!
    By paytonplace in forum Built-in Shipping and Payment Modules
    Replies: 5
    Last Post: 2 Feb 2007, 11:01 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