Page 30 of 47 FirstFirst ... 20282930313240 ... LastLast
Results 291 to 300 of 462
  1. #291
    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 dnelub View Post
    I think, I did but there is still one more problem where I need help. Firstly How did I do it?

    1. Copy and paste the content of define_main_page and create new PHP file, for example, sliderEx.php
    2. Put this new file into includes/template/template_default/common
    3. Delete the content of define_main_page.php in Admin
    4. Add this php code below into tpl_main_page right after this line
    HTML Code:
    <table width="100%" border="0" cellspacing="0" cellpadding="0" id="contentMainWrapper">
    (line 75)
    PHP Code:
    <?php

        
    if (($_GET['main_page']='index') && (!isset($_GET['cPath']))) {
        echo 
    '<tr>';
        require(
    "sliderExperimental.php");
        echo 
    '</tr>';
        }
        
    ?>
    5. Update slider pictures and make them bigger with width:950px;


    The problem is that when I click Contact_us or Login page it doesnt work. I meant that the code is not supposed to work in these pages. It seems that if statement is not working.

    by the way, my testing page is www.displayflash.com/onlinestore

    any help, wellcome.
    What are you trying to do? You should not be doing anything with the template_default directory.

    You can turn off the right and left hand columns in the admin--configuration--layout settings

    Thanks,

    Anne

  2. #292
    Join Date
    Feb 2012
    Posts
    6
    Plugin Contributions
    0

    Default Re: Alysa Rounded Template Support Thread

    Calm down, Anne

    I didn't mean that I want to get rid of left and right column. I want to use them too (at least left column). However, i want them to be underneath of slider. When you check my site you will understand what I meant.
    Is there any other way to do it without changing hard core?

    have a nice day

  3. #293
    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 dnelub View Post
    Calm down, Anne

    I didn't mean that I want to get rid of left and right column. I want to use them too (at least left column). However, i want them to be underneath of slider. When you check my site you will understand what I meant.
    Is there any other way to do it without changing hard core?

    have a nice day
    I am always calm, lol.

    If you search the forum you will find the answer as this has been asked and answered elsewhere ;-)

    Thanks,

    Anne

  4. #294
    Join Date
    Jun 2010
    Posts
    145
    Plugin Contributions
    0

    Default Re: Alysa Rounded Template Support Thread

    I'm upgrading to ZC1.5 and needed a new template, so I picked Alysa Rounded. I love it so far, but I'm having one small issue. In the search box, the button to submit the search is broken. When I click on spot where the image should be and choose to view the image, here's the error I get: "You don't have permission to access /zen150/includes/templates/andover_modern/buttons/english/button_search.gif on this server." I find it odd, because I'm not using the Andover Modern template, I'm using Alysa Rounded. I'm not sure which file or files I need to edit to fix this problem. Help? Thanks! :)

  5. #295
    Join Date
    Jun 2010
    Posts
    145
    Plugin Contributions
    0

    Default Re: Alysa Rounded Template Support Thread

    Quote Originally Posted by laurelsstitchery View Post
    I'm upgrading to ZC1.5 and needed a new template, so I picked Alysa Rounded. I love it so far, but I'm having one small issue. In the search box, the button to submit the search is broken. When I click on spot where the image should be and choose to view the image, here's the error I get: "You don't have permission to access /zen150/includes/templates/andover_modern/buttons/english/button_search.gif on this server." I find it odd, because I'm not using the Andover Modern template, I'm using Alysa Rounded. I'm not sure which file or files I need to edit to fix this problem. Help? Thanks! :)
    Developer's Toolkit to the rescue! The file is here:

    catalog/includes/templates/alysa_rounded/sideboxes/tpl_search.php

    And it's fixed. :)

  6. #296
    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 laurelsstitchery View Post
    Developer's Toolkit to the rescue! The file is here:

    catalog/includes/templates/alysa_rounded/sideboxes/tpl_search.php

    And it's fixed. :)
    Ok, great ;-)

    Thanks,

    Anne

  7. #297
    Join Date
    Oct 2010
    Location
    United Kingdom
    Posts
    477
    Plugin Contributions
    0

    Default Re: Alysa Rounded Template Support Thread

    Hi Anne
    any chance this could be a template fault ..I'll start at the beginning.

    My template is working fine .I installed FEC (fast easy checkout) about 4 months ago and as it never worked properly I have been searching high and low for an answer,I finally found it and it was down to not having the cj loader installed ..I installed it yesterday and now fec works fine but it broke the slider .. I eventually found the file in includes/template/my template name/common/ html_header.
    If I return a backup file the slider works and fec doesn't and if I return the file the slider doesn't lol ...... Anyway I tried to join the 2 files but that didn't work either ....
    So to day I used another of your templates "apparel_boutique" I have installed both fec and the cjloader and it is working fine ...While it is no big train smash I would like it to work again ..
    thanks
    Andy

  8. #298
    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 Anne
    any chance this could be a template fault ..I'll start at the beginning.

    My template is working fine .I installed FEC (fast easy checkout) about 4 months ago and as it never worked properly I have been searching high and low for an answer,I finally found it and it was down to not having the cj loader installed ..I installed it yesterday and now fec works fine but it broke the slider .. I eventually found the file in includes/template/my template name/common/ html_header.
    If I return a backup file the slider works and fec doesn't and if I return the file the slider doesn't lol ...... Anyway I tried to join the 2 files but that didn't work either ....
    So to day I used another of your templates "apparel_boutique" I have installed both fec and the cjloader and it is working fine ...While it is no big train smash I would like it to work again ..
    thanks
    Andy
    Both the template and css/js loader modify the html_header file. This file will have to be merged for both to work correctly. Try using winmerge or beyond compare.

    Thanks,

    Anne

  9. #299
    Join Date
    Oct 2010
    Location
    United Kingdom
    Posts
    477
    Plugin Contributions
    0

    Default Re: Alysa Rounded Template Support Thread

    yeah I tried with winmerge but nothing happened ..I'll try the other program though ...
    Last edited by Andy-C27; 3 Apr 2012 at 08:48 PM.

  10. #300
    Join Date
    Jul 2008
    Location
    Sydney, Australia
    Posts
    171
    Plugin Contributions
    0

    Default Re: Alysa Rounded Template Support Thread

    Hi Anne,

    I'm having a problem with the slide show. I changed the url for one of the slides (as it was pointing to the wrong page) but now the slide show has gone.

    see www.toycrazy.com.au

    I didn't make any other changes other than put in the correct url for slide 3.

    Can you tell me what has happened, how to fix and also, is there a way the slide show can be temporarily disabled in the future, if i want to make changes etc.

    Regard
    Anna
    www.toycrazy.com.au

 

 
Page 30 of 47 FirstFirst ... 20282930313240 ... 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