Page 24 of 102 FirstFirst ... 1422232425263474 ... LastLast
Results 231 to 240 of 1017
  1. #231
    Join Date
    Sep 2006
    Location
    USA
    Posts
    291
    Plugin Contributions
    0

    Default Re: Abbington Mega Template Support Thread

    Quote Originally Posted by picaflor-azul View Post
    You need to escape the apostrophe in the word don't ;-)

    Thanks,

    Anne
    Thanks Anne,
    DIVA I looked there and didn't see it, hence I asked and Anne answered
    Signature not needed

  2. #232
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,021
    Plugin Contributions
    32

    Default Re: Abbington Mega Template Support Thread

    Quote Originally Posted by uswebworx View Post
    Thanks Anne,
    DIVA I looked there and didn't see it, hence I asked and Anne answered
    No problem.. glad you are all fixed now..
    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.

  3. #233
    Join Date
    May 2011
    Location
    Sunny Rossendale (not)
    Posts
    556
    Plugin Contributions
    2

    Default Re: Abbington Mega Template Support Thread

    Quote Originally Posted by discoverytdi View Post
    Hi Anne I'm trying to place a second logo where the searbox is, I've searched allover but everthing I try breaks my site could you tell me how I can do this. Cheers Peter
    http://www.rvsolarsystems.co.uk/
    For anyone else who want's to put a second logo in there header this is how I did it
    /public_html/includes/templates/abbington_mega/common/tpl_header.php

    <div id="navMainSearch"><?php require(DIR_WS_MODULES . 'sideboxes/search_header.php'); ?></div>
    put this below the above line<div id="logo-2"><img src="includes/templates/abbington_mega/images/logo-2.png" alt="put your alt text here" /></div>

    /public_html/includes/templates/abbington_mega/css/stylesheet.css
    #logo-2 {float: right;margin-top:-15px;} place this at the bottome of your style sheet, you may have to play with the styling.
    Last edited by discoverytdi; 14 Sep 2012 at 11:23 AM.
    What ever your doing remember to KISS ( Keep It Simple Stupid )

  4. #234
    Join Date
    Jul 2007
    Posts
    2,169
    Plugin Contributions
    16

    Default Re: Abbington Mega Template Support Thread

    I have a problem. The problem is I have hoverbox3 installed and when I clicks on the "larger image", a new window will open and the menu bar is somehow on top of the picture. Does anybody have any ideas they can share to correct this. Thank you in advance. In hoverbox3 stylesheet there is no z-index so I stump.
    Is your site Upgraded to the current version 1.5.4 Yet?
    zencart-upgrades-website-installation

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

    Default Re: Abbington Mega Template Support Thread

    Quote Originally Posted by countrycharm View Post
    I have a problem. The problem is I have hoverbox3 installed and when I clicks on the "larger image", a new window will open and the menu bar is somehow on top of the picture. Does anybody have any ideas they can share to correct this. Thank you in advance. In hoverbox3 stylesheet there is no z-index so I stump.

    I looked at the hoverbox 3 support thread and it looks like it is no longer supported. I would recommend using the zen lightbox module instead.

    Thanks,

    Anne
    Last edited by picaflor-azul; 23 Sep 2012 at 01:05 AM.

  6. #236
    Join Date
    Jul 2007
    Posts
    2,169
    Plugin Contributions
    16

    Default Re: Abbington Mega Template Support Thread

    Quote Originally Posted by picaflor-azul View Post
    I looked at the hoverbox 3 support thread and it looks like it is no longer supported. I would recommend using the zen lightbox module instead.

    Thanks,

    Anne
    I updated the module myself and it is working correctly except the problem I'm having. I know one time before I had trouble with the CSS Horizontal Drop Down Menu by jettrue and I can not think what I did to correct the problem then....
    Thanks anyway.
    Is your site Upgraded to the current version 1.5.4 Yet?
    zencart-upgrades-website-installation

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

    Default Re: Abbington Mega Template Support Thread

    Quote Originally Posted by countrycharm View Post
    I updated the module myself and it is working correctly except the problem I'm having. I know one time before I had trouble with the CSS Horizontal Drop Down Menu by jettrue and I can not think what I did to correct the problem then....
    Thanks anyway.
    If the problem is css related, then there is probably a conflict somewhere. I would go line by line in the involved stylesheets and comment stuff out until you find the problem.

    Thanks,

    Anne

  8. #238
    Join Date
    Jul 2007
    Posts
    2,169
    Plugin Contributions
    16

    Default Re: Abbington Mega Template Support Thread

    Quote Originally Posted by picaflor-azul View Post
    If the problem is css related, then there is probably a conflict somewhere. I would go line by line in the involved stylesheets and comment stuff out until you find the problem.

    Thanks,

    Anne
    Thank you for your help. I found out what was going on. There's a setting in admin/configuration/hover box 3 configurations for the
    Z-Index for HoverBox. I don't know how I miss that. What I did was raised the Z-Index for hovebox higher than the stylesheet_mega_menu Z-Index and problem solved. Very nice template by the way. Thanks again.
    Last edited by countrycharm; 23 Sep 2012 at 04:27 PM.
    Is your site Upgraded to the current version 1.5.4 Yet?
    zencart-upgrades-website-installation

  9. #239
    Join Date
    Apr 2010
    Posts
    102
    Plugin Contributions
    0

    Default Re: Abbington Mega Template Support Thread

    Hi Anne,

    I am trying to locate the parameter in the CSS that sets the Attribute Dropdown font size. I found the one that changes title, attribute and other fonts on product info page, but I only want to change the attribute font and nothing else.

    Thanks for your help.

  10. #240
    Join Date
    Jan 2011
    Location
    Adelaide, Australia
    Posts
    1,670
    Plugin Contributions
    1

    Default Re: Abbington Mega Template Support Thread

    Hello Anne,

    I am having an issue with Simple Google Analytics since changing to your template. I have since established that it is template specific however I cannot make this adjustment as the file doesn't appear to be there;

    #### PART A: #### At the bottom of /includes/templates/[your_template]/common/tpl_main_page.php
    Copy and paste the following lines of code (found below) just before the </body> tag:

    <?php
    if (GOOGLE_ANALYTICS_TRACKING_TYPE == "Asynchronous") {
    // Do nothing
    } else {
    require($template->get_template_dir('.php',DIR_WS_TEMPLATE, $current_page_base,'google_analytics') . '/google_analytics.php');
    }
    ?>
    Do I copy /includes/templates/common/tpl_main_page.php and insert the above code then rename it /includes/templates/abbington_mega/common/tpl_main_page.php ??


    cheers,
    Mike

    I have successfully completed part B below and configured in admin;
    #### PART B: ####
    At the bottom of /includes/templates/[your_template]/common/html_header.php
    Copy and paste the following lines of code (found below) just before the </head> tag:

    <?php
    /* Begin Simple Google Analytics */
    if (in_array($current_page_base,explode(",",'popup_image,popup_image_additional,pop up_cvv_help,popup_coupon_help,popup_attributes_qty_prices,popup_search_help,popu p_shipping_estimator')) ) {
    //Skip outputting the tracking code as this is a pop-up window
    } else { // Print tracking code to page
    if (GOOGLE_ANALYTICS_TRACKING_TYPE == "Asynchronous") {
    require($template->get_template_dir('.php',DIR_WS_TEMPLATE, $current_page_base,'google_analytics') . '/google_analytics.php');
    }
    } // end if for page determination
    /* End Simple Google Analytics */
    ?>

 

 
Page 24 of 102 FirstFirst ... 1422232425263474 ... LastLast

Similar Threads

  1. Lavender Template Support Thread
    By kobra in forum Addon Templates
    Replies: 262
    Last Post: 13 May 2015, 01:00 AM
  2. v154 Abbington Mega 5.3 template not displaying properly
    By irishshopper in forum Addon Templates
    Replies: 1
    Last Post: 6 Mar 2015, 04:56 PM
  3. Rustic Template Support Thread
    By clydejones in forum Addon Templates
    Replies: 320
    Last Post: 20 May 2013, 10:47 AM
  4. Turpy Template Support Thread
    By brandonturpin in forum Addon Templates
    Replies: 3
    Last Post: 20 Feb 2012, 07:36 PM
  5. DigitalShop Template Support Thread
    By blingthemes in forum Addon Templates
    Replies: 19
    Last Post: 9 Mar 2011, 07:49 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