Page 29 of 47 FirstFirst ... 19272829303139 ... LastLast
Results 281 to 290 of 462
  1. #281
    Join Date
    Feb 2012
    Posts
    2
    Plugin Contributions
    0

    Default Re: Alysa Rounded Template Support Thread

    Never mind..I found the problem..again..I love this template

  2. #282
    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 Pixidust View Post
    Never mind..I found the problem..again..I love this template
    That's great. You should post your solution so that the next person with the same question can find the answer.

    Thanks,

    Anne

  3. #283
    Join Date
    Feb 2012
    Posts
    6
    Plugin Contributions
    0

    Default Re: Alysa Rounded Template Support Thread

    First of all, thx for the template.
    My question is that: How can I change image buttons and make them css buttons?
    I have already changed the relevant setting in the admin but there are still some buttons with images, for example Update Cart, Product Details. So, How can I make them css buttons ?

    thanks in advance

  4. #284
    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
    First of all, thx for the template.
    My question is that: How can I change image buttons and make them css buttons?
    I have already changed the relevant setting in the admin but there are still some buttons with images, for example Update Cart, Product Details. So, How can I make them css buttons ?

    thanks in advance
    This is not a template specific problem. This question has been asked and answered many times on the forum. Please search the forum for your answer.

    Thanks,

    Anne

  5. #285
    Join Date
    Feb 2012
    Posts
    6
    Plugin Contributions
    0

    Default Re: Alysa Rounded Template Support Thread

    Dear Picaflor-Azul

    As it says in the wiki that "You have the choice to use image buttons or CSS-styled buttons in Zen Cart™, this Admin option can be configured in Configuration > Layout Settings > CSS Buttons." look at here

    According to this information, all buttons should be converted to css code after setting the configuration. However, there are still some buttons with image even though I configured this admin option.

    So, it seems that the template is not fully compatible with the admin options. By the way, sure that I had searched it in forum but I couldn't find proper answer.

    Anyway thanks

  6. #286
    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
    Dear Picaflor-Azul

    As it says in the wiki that "You have the choice to use image buttons or CSS-styled buttons in Zen Cart™, this Admin option can be configured in Configuration > Layout Settings > CSS Buttons." look at here

    According to this information, all buttons should be converted to css code after setting the configuration. However, there are still some buttons with image even though I configured this admin option.

    So, it seems that the template is not fully compatible with the admin options. By the way, sure that I had searched it in forum but I couldn't find proper answer.

    Anyway thanks
    The template is fully compatible with all admin options. Switch to the classic template to see the same behavior.

    I have seen this asked and answered on the forum, so if you search for the answer it is here.

    Thanks,

    Anne

  7. #287
    Join Date
    Feb 2012
    Posts
    6
    Plugin Contributions
    0

    Default Re: Alysa Rounded Template Support Thread

    Ola Anne

    I am sorry, you are right. Default template has also the same problem. After googling more, I found a way and fixed it.

    One more thing, is it possible to put slider underneath the menu without any column on left and right sides? Or which files should I change to do it?

    thanks in advance

  8. #288
    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
    Ola Anne

    I am sorry, you are right. Default template has also the same problem. After googling more, I found a way and fixed it.

    One more thing, is it possible to put slider underneath the menu without any column on left and right sides? Or which files should I change to do it?

    thanks in advance
    It would be great if you posted your solution in case someone else has the same problem ;-)

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

    Thanks,

    Anne

  9. #289
    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.

  10. #290
    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>';
        }
        
    ?>

 

 
Page 29 of 47 FirstFirst ... 19272829303139 ... 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