Page 22 of 47 FirstFirst ... 12202122232432 ... LastLast
Results 211 to 220 of 462
  1. #211
    Join Date
    Jul 2009
    Location
    picaflor-azul.com
    Posts
    6,928
    Plugin Contributions
    45

    Default Re: Alysa Rounded Template Support Thread

    Quote Originally Posted by webby2009 View Post
    Thank you Anne, that did it.

    I have another issue now. I've already read other threads based on this and cannot seem to get it fixed.

    I have this at the bottom of the site;

    QUICKLINKSINFORMATIONCUSTOMER_SERVICEIMPORTANTIMPORTANT_END

    I've already checked that these files are in the correct folders and they are there;

    includes/languages/english/extra_definitions/alysa_rounded/footer_menu_defines.php
    includes/templates/alysa_rounded/css/stylesheet_footer_menu.css
    includes/templates/alysa_rounded/common/tpl_footer_menu.php
    includes/templates/alysa_rounded/templates/tpl_ezpages_footer_menu.php

    I go to the ez pages in the admin and no pages are showing.

    Thanks for your help, in advance!!
    You need to check again because this means that you are missing definition files for the footer menu. Sounds like your upload was incomplete. I would recommend starting over and uploading the entire template package again since you may have also missed some other crucial files.

    Thanks,

    Anne

  2. #212
    Join Date
    Oct 2010
    Location
    United Kingdom
    Posts
    477
    Plugin Contributions
    0

    Default Re: Alysa Rounded Template Support Thread

    Hi me again

    I am trying to install the google +1 to my site and so far have placed it in
    /includes/temp/alysa_rounded/temp/tpl_product_info_display.php
    around line 120 after"<!--eof Add to Cart Box-->"
    I tried after 115 right after "<!--eof Add to Cart Box-->" but although close it did seem to upset the coding
    Is it OK there &/or
    Can I get it closer to the like tweet & share buttons

    thanks

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

    Default Re: Alysa Rounded Template Support Thread

    Quote Originally Posted by ATSWorld View Post
    Hi me again

    I am trying to install the google +1 to my site and so far have placed it in
    /includes/temp/alysa_rounded/temp/tpl_product_info_display.php
    around line 120 after"<!--eof Add to Cart Box-->"
    I tried after 115 right after "<!--eof Add to Cart Box-->" but although close it did seem to upset the coding
    Is it OK there &/or
    Can I get it closer to the like tweet & share buttons

    thanks
    You can move the button up closer using css and editing the stylesheet.css file.

    Thanks,

    Anne

  4. #214
    Join Date
    Sep 2011
    Posts
    6
    Plugin Contributions
    0

    Default Re: Alysa Rounded Template Support Thread

    Hello - I have a question and please pardon me if this was already asked and answered. I looked though the posts but could have missed it.

    For the header (image header-bk.jpg), I wanted to use my own graphic and not use the logo.jpg nor do I want the slogan to show.

    in the header.php I changed the following:

    PHP Code:
    // added defines for header alt and text
      
    define('HEADER_ALT_TEXT''');
      
    define('HEADER_SALES_TEXT''');
      
    define('HEADER_LOGO_WIDTH''');
      
    define('HEADER_LOGO_HEIGHT''');
      
    define('HEADER_LOGO_IMAGE'''); 
    now I am trying to figure out how to change the hight of the header-bk.jpg. I tried to edit it in the css but, for me it's not working

    Also, if I wanted to add more images next to the twitter and facebook images, where would I add those?

    thanks for your help. its a very nice design.

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

    Default Re: Alysa Rounded Template Support Thread

    Quote Originally Posted by poppet24 View Post
    Hello - I have a question and please pardon me if this was already asked and answered. I looked though the posts but could have missed it.

    For the header (image header-bk.jpg), I wanted to use my own graphic and not use the logo.jpg nor do I want the slogan to show.

    in the header.php I changed the following:

    PHP Code:
    // added defines for header alt and text
      
    define('HEADER_ALT_TEXT''');
      
    define('HEADER_SALES_TEXT''');
      
    define('HEADER_LOGO_WIDTH''');
      
    define('HEADER_LOGO_HEIGHT''');
      
    define('HEADER_LOGO_IMAGE'''); 
    now I am trying to figure out how to change the hight of the header-bk.jpg. I tried to edit it in the css but, for me it's not working

    Also, if I wanted to add more images next to the twitter and facebook images, where would I add those?

    thanks for your help. its a very nice design.
    You can add code to the tpl_footer.php or tpl_footer_menu.php file, which ever is more appropriate.

    You need to edit the stylesheet.css file to change the header image size.

    If you post a link to your site and let me know exactly what you are trying to accomplish, I can take a look.

    Thanks,

    Anne

  6. #216
    Join Date
    Sep 2011
    Posts
    6
    Plugin Contributions
    0

    Default Re: Alysa Rounded Template Support Thread

    You need to edit the stylesheet.css file to change the header image size.

    If you post a link to your site and let me know exactly what you are trying to accomplish, I can take a look.

    Thanks,

    Anne
    Here is the site. facetsofgem.com

    The code i found in the css

    #headerWrapper {background:#fff url(../images/header-bk2.jpg) no-repeat center top;margin-top:25px;}
    i added height: 147px;width: 950px; but it didn't change anything. I'm missing it somewhere

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

    Default Re: Alysa Rounded Template Support Thread

    Quote Originally Posted by poppet24 View Post
    Here is the site. facetsofgem.com

    The code i found in the css



    i added height: 147px;width: 950px; but it didn't change anything. I'm missing it somewhere
    The easiest way is comment that out completely and just add this "background" image as the site logo. You may need to make some adjustments to the css.

    Thanks,

    Anne

  8. #218
    Join Date
    Sep 2011
    Posts
    6
    Plugin Contributions
    0

    Default Re: Alysa Rounded Template Support Thread

    Thanks, that worked.

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

    Default Re: Alysa Rounded Template Support Thread

    Quote Originally Posted by poppet24 View Post
    Thanks, that worked.
    That;s great!

    Thanks,

    Anne

  10. #220
    Join Date
    Feb 2008
    Posts
    129
    Plugin Contributions
    0

    Default Re: Alysa Rounded Template Support Thread

    This is going to sound really stupid but I accidentally deleted the code for the slide show can you give it to me again please or let me know where to find it? I love this template by the way! Thank you so much!

 

 
Page 22 of 47 FirstFirst ... 12202122232432 ... LastLast

Similar Threads

  1. v150 aBagon Template Support Thread
    By VJef in forum Addon Templates
    Replies: 54
    Last Post: 5 Sep 2020, 08:44 PM
  2. Lavender Template Support Thread
    By kobra in forum Addon Templates
    Replies: 262
    Last Post: 13 May 2015, 01:00 AM
  3. TB Sempre Template Support Thread
    By brandonturpin in forum Addon Templates
    Replies: 48
    Last Post: 19 Mar 2015, 06:33 PM
  4. Watermelon Template Support Thread
    By LissaE in forum Addon Templates
    Replies: 22
    Last Post: 14 Oct 2011, 04:03 AM
  5. DigitalShop Template Support Thread
    By blingthemes in forum Addon Templates
    Replies: 19
    Last Post: 9 Mar 2011, 07:49 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