Results 1 to 10 of 459

Hybrid View

  1. #1
    Join Date
    Feb 2012
    Posts
    6
    Plugin Contributions
    0

    Default Re: Alysa Rounded Template Support Thread

    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.

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

    Default Re: Alysa Rounded Template Support Thread

    I think I solved the question. The code should have been like this

    PHP Code:
    <?php
        
    if ($this_is_home_page) {
        echo 
    '<tr>';
        require(
    "sliderExperimental.php");
        echo 
    '</tr>';
        }
        
    ?>

  3. #3
    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

  4. #4
    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

  5. #5
    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

  6. #6
    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! :)

  7. #7
    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. :)

  8. #8
    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

 

 

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