Page 4 of 47 FirstFirst ... 2345614 ... LastLast
Results 31 to 40 of 462
  1. #31
    Join Date
    Mar 2007
    Posts
    21
    Plugin Contributions
    0

    Default Re: Alysa Rounded Template Support Thread

    Hi,
    Thank you very much for such a great looking template.
    For the header, I have a lot of empty space on the right side of the logo. Can you advise if I can put pictures, messages on the right side to fill up the space.
    Can the flash box be moved up there?
    The test URL is
    http://www.fakeflowershop.com.au/cjshop/
    Thanks in advance.
    Cheers,
    KennyOz
    Cheap Lego in Australia

  2. #32
    Join Date
    Jul 2009
    Location
    picaflor-azul.com
    Posts
    6,930
    Plugin Contributions
    45

    Default Re: Alysa Rounded Template Support Thread

    Hi,
    Thank you very much for such a great looking template.
    For the header, I have a lot of empty space on the right side of the logo. Can you advise if I can put pictures, messages on the right side to fill up the space.
    Can the flash box be moved up there?
    The test URL is
    http://www.fakeflowershop.com.au/cjshop/
    Thanks in advance.
    You can add anything that you want to the header. Edit the includes/templates/alysa_rounded/common/tpl_header.php file.

  3. #33
    Join Date
    Dec 2010
    Posts
    1
    Plugin Contributions
    0

    Default Re: Alysa Rounded Template Support Thread

    Hey there, just installed this template as well as the boutique - I love the way they look however I don't necessarily need the flash bit - I haven't messed with php in years, can you give me an overview of what I need to do to remove the flash aspect out of the templates? Thanks!

  4. #34
    Join Date
    Jul 2009
    Location
    picaflor-azul.com
    Posts
    6,930
    Plugin Contributions
    45

    Default Re: Alysa Rounded Template Support Thread

    Hey there, just installed this template as well as the boutique - I love the way they look however I don't necessarily need the flash bit - I haven't messed with php in years, can you give me an overview of what I need to do to remove the flash aspect out of the templates? Thanks!
    Please read the install.txt before posting-- detailed instructions for modifying the slide show are included. If you want to remove the slideshow you need to edit the define_main_page.php.

  5. #35
    Join Date
    Oct 2008
    Posts
    1
    Plugin Contributions
    0

    Default Re: Alysa Rounded Template Support Thread

    Just wanted to let you know this is a lovely template, and I have used it on my store.

    (Warning; some images are adult content!)
    www.deziningdiva.com/boutique

  6. #36
    Join Date
    Jul 2009
    Location
    picaflor-azul.com
    Posts
    6,930
    Plugin Contributions
    45

    Default Re: Alysa Rounded Template Support Thread

    Just wanted to let you know this is a lovely template, and I have used it on my store.

    (Warning; some images are adult content!)
    www.deziningdiva.com/boutique
    I am happy that you like the template and have found it useful

  7. #37
    Join Date
    Jul 2010
    Posts
    37
    Plugin Contributions
    0

    Default Re: Alysa Rounded Template Support Thread

    i am using alysa rounded template but the problem is

    Sidebox width varies per page??HELP!

    i reallly not understANd why this happen

    WHEN I OPEN MY HOME PAGE http://mybabycomel.com/, THE WIDTH IS OK, AS i set from admin, 250 px

    But, when i open product info, the column width will more longer than i set in admin like this

    http://mybabycomel.com/barut-cotton-...sz2-p-176.html

    AND ALSO LIKE THIS

    http://mybabycomel.com/bedung-mudah-...mel-p-429.html

    I DO NO LIKE THAT !!!!!!!!!!!!!!

    anyone can help?

    i have install module ultimate_seo_urls, product info display centre
    please check

    VERSION : v1.3.9h

    PLEASE HELP !!!!!!!!!

  8. #38
    Join Date
    Jul 2010
    Posts
    37
    Plugin Contributions
    0

    Default Re: Alysa Rounded Template Support Thread

    Quote Originally Posted by picaflor-azul View Post
    I am happy that you like the template and have found it useful
    can u please help me

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

    Default Re: Alysa Rounded Template Support Thread

    am using alysa rounded template but the problem is

    Sidebox width varies per page??HELP!

    i reallly not understANd why this happen

    WHEN I OPEN MY HOME PAGE http://mybabycomel.com/, THE WIDTH IS OK, AS i set from admin, 250 px

    But, when i open product info, the column width will more longer than i set in admin like this

    http://mybabycomel.com/barut-cotton-...sz2-p-176.html

    AND ALSO LIKE THIS

    http://mybabycomel.com/bedung-mudah-...mel-p-429.html

    I DO NO LIKE THAT !!!!!!!!!!!!!!

    anyone can help?

    i have install module ultimate_seo_urls, product info display centre
    please check

    VERSION : v1.3.9h

    PLEASE HELP !!!!!!!!!
    This is not a problem with the template. It is happening because of something that you have added. See the demo:

    http://www.picaflor-azul.com/free-de...=alysa_rounded

    I can not help you with your third party modules. You will need to post to the support thread for each particular module for help.

  10. #40
    Join Date
    Dec 2009
    Posts
    206
    Plugin Contributions
    2

    Default Re: Alysa Rounded Template Support Thread

    Quote Originally Posted by kamelion0927 View Post
    Thanks! This is my eighth version but I think I finally have a winner thanks to your template.

    I've been looking into my easySlider issue a little bit more and I found that regardless of whether the css/javascript loader is enabled, I'm getting a "jQuery is not defined: /includes/templates/alysa_rounded/jscript/jscript_easySlider.js" in the Firefox error console.

    The only difference is that if the css/javascript loader is enabled, the slide show doesn't work.

    Of course the loader being enabled is also causing issues with the mods that are supposed to require it be enabled, so I don't know if it really benefits my site at all.

    Thanks for your help!
    Okay - I finally figured out what I was doing wrong and I didn't see this posted any where else so I thought I'd post it here just in case it's needed.

    When you install the css/javascript loader, you need to specify that the javascript for easySlider needs to be loaded before everything is minified.

    To do this, change the loader_sample.php.sample in includes/templates/your_template/auto loaders to loader_yournamehere.php (I used loader_index.php) and then change the php content in the file to something like:

    <?php

    $loaders[] = array('conditions' => array('pages' => array('index_home')),
    'jscript_files' => array(
    'jscript_easySlider.js' => 10,
    'jquery/jquery-1.4.2.min.js' => 20

    ));

    upload to includes/templates/your_template/auto_loaders and easySlider should work.

 

 
Page 4 of 47 FirstFirst ... 2345614 ... 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

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