Page 77 of 79 FirstFirst ... 27677576777879 LastLast
Results 761 to 770 of 790
  1. #761
    Join Date
    Jul 2009
    Location
    picaflor-azul.com
    Posts
    6,928
    Plugin Contributions
    45

    Default Re: Andover Modern Template Support Thread

    Quote Originally Posted by ellenropa View Post
    Hi Anne, another question. I have add the button facebook like, all works fine, but
    when I go to my facebook there is no image to see.
    www.babyhoekje.tk
    Ellen
    What page are you talking about? What button facebook like? What image?

    Thanks,

    Anne

  2. #762
    Join Date
    Jul 2013
    Location
    Flint, Texas, United States
    Posts
    9
    Plugin Contributions
    0

    Default Re: Andover Modern Template Support Thread

    Ok Anne (or anyone else that might know) I KNOW this should be really easy but can't for the life of me can't find it anywhere. This is the link to the page I am trying to fix although I realize the answer will change all the category pages but that is ok:

    http://www.crystals-place.com/index....ex&cPath=11_13

    I want the two subcategories (kids bathrobes & Adult bathrobes) to appear above all that text in the category description.

    Thanks in advance for the help.
    Robert

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

    Default Re: Andover Modern Template Support Thread

    Quote Originally Posted by robertmcneil34 View Post
    Ok Anne (or anyone else that might know) I KNOW this should be really easy but can't for the life of me can't find it anywhere. This is the link to the page I am trying to fix although I realize the answer will change all the category pages but that is ok:

    http://www.crystals-place.com/index....ex&cPath=11_13

    I want the two subcategories (kids bathrobes & Adult bathrobes) to appear above all that text in the category description.

    Thanks in advance for the help.
    Robert
    Use the banner manager and name your banner group for Header Position 2 or Header Position 3--probably 3.

    Thanks,

    Anne

  4. #764
    Join Date
    Sep 2010
    Posts
    448
    Plugin Contributions
    0

    Default Re: Andover Modern Template Support Thread

    Updating website from 139 to 151 same template (andover) except this is the newer version....

    Problem: Updating the footer file for 'facebook & twitter' just 'aint working for me. I have cut & pasted all the details from the working site to the 'demo' site (on same server) but the links are not active... Can't find any mention in the docs/ Maybe I'm blind lol.

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

    Default Re: Andover Modern Template Support Thread

    Quote Originally Posted by Rizla View Post
    Updating website from 139 to 151 same template (andover) except this is the newer version....

    Problem: Updating the footer file for 'facebook & twitter' just 'aint working for me. I have cut & pasted all the details from the working site to the 'demo' site (on same server) but the links are not active... Can't find any mention in the docs/ Maybe I'm blind lol.
    If you post a link to your site I can take a look ;)

    Thanks,

    Anne

  6. #766
    Join Date
    Sep 2010
    Posts
    448
    Plugin Contributions
    0

    Default Re: Andover Modern Template Support Thread


  7. #767
    Join Date
    Sep 2010
    Posts
    448
    Plugin Contributions
    0

    Default Re: Andover Modern Template Support Thread

    Hi Anne
    Just wondering if you had chance to look at the facebook & twitter links for me? About to go live on Saturday

    Thanks

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

    Default Re: Andover Modern Template Support Thread

    Quote Originally Posted by Rizla View Post
    You need to edit the includes/languages/english/extra_definitions/andover_modern/footer_menu_defines.php file

    Thanks,

    Anne

  9. #769
    Join Date
    Sep 2010
    Posts
    448
    Plugin Contributions
    0

    Default Re: Andover Modern Template Support Thread

    Arrh... Thanks for the pointer.... working now.

    I have one more BIG problem with the products_info_display as the template has been refined since the first one (which I'm using live) to the current one. One your site all looks well, with the attributes in a box next to the image, but my page turns out very different in layout, but ok.

    Because I have a lot of attributes I need to simply (so I thought) place the code for 'product description' above the 'attributes' but is falls apart in that the attributes 'box' now expands off the page edge. (to the right) I would also love to know how I can get the 'price' and 'product title' to be up top right of image? I want the 'attributes' box & 'add to cart' to be in a box on there own.
    You can see what I mean here:http://www.thepersonalisedtouch.com/...products_id=41
    The code follow:

    So, I'm placing this code ABOVE the next code:

    <!--bof Product description -->
    <?php if ($products_description != '') { ?>
    <div id="productDescription" class="productGeneral biggerText"><?php echo stripslashes($products_description); ?></div>
    <?php } ?>
    <!--eof Product description -->
    <br class="clearBoth" />

    ----------------------------------JUST TO SEPERATE HERE

    <div id="cart">
    <!--bof Product Price block -->
    <h2 id="productPrices" class="productGeneral">
    <?php
    // base price
    if ($show_onetime_charges_description == 'true') {
    $one_time = '<span >' . TEXT_ONETIME_CHARGE_SYMBOL . TEXT_ONETIME_CHARGE_DESCRIPTION . '</span><br />';
    } else {
    $one_time = '';
    }
    echo $one_time . ((zen_has_product_attributes_values((int)$_GET['products_id']) and $flag_show_product_info_starting_at == 1) ? TEXT_BASE_PRICE : '') . zen_get_products_display_price((int)$_GET['products_id']);
    ?></h2>
    <!--eof Product Price block -->

    <!--bof free ship icon -->
    <?php if(zen_get_product_is_always_free_shipping($products_id_current) && $flag_show_product_info_free_shipping) { ?>
    <div id="freeShippingIcon"><?php echo TEXT_PRODUCT_FREE_SHIPPING_ICON; ?></div>
    <?php } ?>
    <!--eof free ship icon -->


    <!--bof Attributes Module -->
    <?php
    if ($pr_attr->fields['total'] > 0) {
    ?>
    <?php
    /**
    * display the product atributes
    */
    require($template->get_template_dir('/tpl_modules_attributes.php',DIR_WS_TEMPLATE, $current_page_base,'templates'). '/tpl_modules_attributes.php'); ?>
    <?php
    }
    ?>
    <!--eof Attributes Module -->

  10. #770
    Join Date
    Sep 2010
    Posts
    448
    Plugin Contributions
    0

    Default Re: Andover Modern Template Support Thread

    Hi
    Please ignore the above post... used old product_info_display and css file. All is good

 

 

Similar Threads

  1. Scuro Template Support Thread
    By brandonturpin in forum Addon Templates
    Replies: 11
    Last Post: 12 Mar 2015, 09:45 PM
  2. v151 Andover Modern - Site rebuild Problems
    By Rizla in forum Addon Templates
    Replies: 4
    Last Post: 4 May 2014, 09:49 AM
  3. Rustic Template Support Thread
    By clydejones in forum Addon Templates
    Replies: 320
    Last Post: 20 May 2013, 10:47 AM
  4. DigitalShop Template Support Thread
    By blingthemes in forum Addon Templates
    Replies: 19
    Last Post: 9 Mar 2011, 07:49 PM
  5. Wallet Template - Support Thread
    By zami in forum Addon Templates
    Replies: 45
    Last Post: 25 Mar 2010, 10:15 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