Page 26 of 47 FirstFirst ... 16242526272836 ... LastLast
Results 251 to 260 of 462
  1. #251
    Join Date
    May 2010
    Posts
    20
    Plugin Contributions
    0

    Default Re: Alysa Rounded Template Support Thread

    OK! GOT IT!!! I cleared my cache...looks like all is well now. I still don't know how the css got taken out, but I got things back to normal. Without Amazon checkout! Backing up files now!

    Quote Originally Posted by charmedniki View Post
    ok...just to let you know....My FTP client showed the CSS as an empty file. Not sure why, but it did. I moved the CSS from the original Alysa Rounded file and replaced the empty file, but it still isn't working.

    I am so...bummed! I had it looking GREAT, and didn't have a problem with the last Amazon payment module, so just installed it without backing up. Looks like I'm pretty much in a pickle. I don't see how inserting the Checkout by Amazon files would mess my stylesheet up? so confused! any thoughts would be appreciated. I did take out the files from amazon checkout, and thought that would work, but it didn't. Not sure what else to do...

  2. #252
    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 charmedniki View Post
    OK! GOT IT!!! I cleared my cache...looks like all is well now. I still don't know how the css got taken out, but I got things back to normal. Without Amazon checkout! Backing up files now!
    I am so happy that you figured it all out ;-) You should always back up before you add any modules or make any changes.

    Thanks,

    Anne

  3. #253
    Join Date
    Nov 2011
    Posts
    5
    Plugin Contributions
    0

    Default Re: Alysa Rounded Template Support Thread

    Hi, How do i remove the links to facebook, twitter & share that are at the bottom of each product description?

    fyi i do not mean the links in the footer, just the ones that are attached to each product.

    Thank you for any assistance! <3

  4. #254
    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 LittleGiggles&Me View Post
    Hi, How do i remove the links to facebook, twitter & share that are at the bottom of each product description?

    fyi i do not mean the links in the footer, just the ones that are attached to each product.

    Thank you for any assistance! <3
    Hello ;-) The Addthis code is in the includes/templates/alysa_rounded/templates/tpl_product_info_page.php file.

    Remove this:

    Code:
    <!-- AddThis Button BEGIN -->
    <div class="addthis_toolbox addthis_default_style">
        <a class="addthis_button_facebook_like" fb:like:layout="button_count"></a>
    <a class="addthis_button_tweet"></a>
    <a class="addthis_counter addthis_pill_style"></a>
    </div>
    <script type="text/javascript" src="http://s7.addthis.com/js/250/addthis_widget.js#username=xa-4cd1ec2b08cdcb12"></script>
    <!-- AddThis Button END -->
    Thanks,

    Anne

  5. #255
    Join Date
    May 2009
    Location
    Melbourne, Australia
    Posts
    46
    Plugin Contributions
    0

    Default Re: Alysa Rounded Template Support Thread

    Hi there,

    thanks for such a beautiful template!!
    Just a quick question relating to this template.
    I downloaded it about a year ago and was wondering if it has been updated to be compatible with the new version 1.5 of ZenCart or is it all still the same...

    thanks
    Renate

  6. #256
    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 thevagr1 View Post
    Hi there,

    thanks for such a beautiful template!!
    Just a quick question relating to this template.
    I downloaded it about a year ago and was wondering if it has been updated to be compatible with the new version 1.5 of ZenCart or is it all still the same...

    thanks
    Renate
    Download the latest version of the template from the downloads section. I have updated all of my templates for compatibility with version 1.5.

    Thanks,

    Anne

  7. #257
    Join Date
    Jun 2009
    Posts
    8
    Plugin Contributions
    0

    Default Re: Alysa Rounded Template Support Thread

    Quote Originally Posted by picaflor-azul View Post
    Edit the stylesheet. Find the #navMainWrapper and adjust the width.

    Thanks,

    Anne

    with the nab bar I've made it larger to 1000 from 950 and I want it to bleed over the main page .eg 25px over the main page on each side. But when I increase the side it only adds the extra 50px to the right side and not to the left. I have made the following changes:

    #navMainWrapper {
    font-weight: bold;
    color: #fff;
    background-color:#EB3175;
    height: 40px;
    width: 1000px;
    background-repeat: repeat-x;
    margin-top: 0em;
    margin-right: auto;
    margin-bottom: 0em;
    margin-left: auto;

    How can I get the nab bar to centre on the page so that the extra 1000px nab bar is centred on the page of 950px
    Attached Images Attached Images  

  8. #258
    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 raindrop2309 View Post
    with the nab bar I've made it larger to 1000 from 950 and I want it to bleed over the main page .eg 25px over the main page on each side. But when I increase the side it only adds the extra 50px to the right side and not to the left. I have made the following changes:

    #navMainWrapper {
    font-weight: bold;
    color: #fff;
    background-color:#EB3175;
    height: 40px;
    width: 1000px;
    background-repeat: repeat-x;
    margin-top: 0em;
    margin-right: auto;
    margin-bottom: 0em;
    margin-left: auto;

    How can I get the nab bar to centre on the page so that the extra 1000px nab bar is centred on the page of 950px
    If you post a link to your site I can take a look.

    Thanks,

    Anne

  9. #259
    Join Date
    May 2010
    Posts
    20
    Plugin Contributions
    0

    Default Re: Alysa Rounded Template Support Thread

    Needing a bit more help! :)

    I do not want the quantity of products in stock to show under the listing, and want it taken out completely. When I set that to False, my additional images get moved up and cover my Add to Cart button as well as my AddThis info.

    I would love for my images to go DIRECTLY under the main image on the image page, and the Add to Cart buttons to go under the additional images.

    Any help would be appreciated on how to code that!

    LOVE, LOVE, LOVE this template!!!

  10. #260
    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 charmedniki View Post
    Needing a bit more help! :)

    I do not want the quantity of products in stock to show under the listing, and want it taken out completely. When I set that to False, my additional images get moved up and cover my Add to Cart button as well as my AddThis info.

    I would love for my images to go DIRECTLY under the main image on the image page, and the Add to Cart buttons to go under the additional images.

    Any help would be appreciated on how to code that!

    LOVE, LOVE, LOVE this template!!!
    If you post a link to your site I'll help you fix the additional images so that they don't cover the add to cart button.


    Thanks,

    Anne

 

 
Page 26 of 47 FirstFirst ... 16242526272836 ... 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