Thread: Westminster New

Page 99 of 187 FirstFirst ... 4989979899100101109149 ... LastLast
Results 981 to 990 of 1865
  1. #981
    Join Date
    Jul 2009
    Location
    picaflor-azul.com
    Posts
    6,928
    Plugin Contributions
    45

    Default Re: Westminster New

    Quote Originally Posted by gamenano View Post
    Hi Anne,

    Firstly thank you for this awesome template. I have just installed it and playing with all the features today, and I was wondering if the text and the semi-transparent ribbon on the flex banner can be completely removed? or if easier, can I just set the text and the ribbon to transparent so I can't see them? Thank you!
    Yes, you can either do a display:none; on it or if you read back in this thread (you may have to search the forum) there is another code suggestion for hiding the banner titles.

    Thanks,

    Anne

  2. #982
    Join Date
    Apr 2009
    Location
    London
    Posts
    124
    Plugin Contributions
    0

    Default Re: Westminster New

    Quote Originally Posted by picaflor-azul View Post
    Yes, you can either do a display:none; on it or if you read back in this thread (you may have to search the forum) there is another code suggestion for hiding the banner titles.

    Thanks,

    Anne

    Thank you Anne, display:none sounds great. Could I ask which CSS file please. Many thanks!

  3. #983
    Join Date
    Jul 2009
    Location
    picaflor-azul.com
    Posts
    6,928
    Plugin Contributions
    45

    Default Re: Westminster New

    Quote Originally Posted by gamenano View Post
    Thank you Anne, display:none sounds great. Could I ask which CSS file please. Many thanks!
    stylesheet_flex.css

    Thanks,

    Anne

  4. #984
    Join Date
    Apr 2009
    Location
    London
    Posts
    124
    Plugin Contributions
    0

    Default Re: Westminster New

    Quote Originally Posted by picaflor-azul View Post
    stylesheet_flex.css

    Thanks,

    Anne
    Thank you!!

  5. #985
    Join Date
    Apr 2009
    Location
    London
    Posts
    124
    Plugin Contributions
    0

    Default Re: Westminster New

    Hi again Anne,

    Is this where I have to change to display: none;?
    .flex-pauseplay a:before { font-family: "flexslider-icon"; font-size: 20px; display: inline-block; content: '\f004'; }

    and where do I also hide the dark ribbon?


  6. #986
    Join Date
    May 2006
    Location
    Chester, UK
    Posts
    99
    Plugin Contributions
    0

    Default Re: Westminster New

    Hi Anne

    I thought i'd post this on here for anyone to use in the future as I was going to post it originally with a question asking for your assistance but I managed to find the answer myself however.

    I wanted to move product attributes to above the 'add to cart button' so that customers pre selected the options if required before adding product to cart. The attributes were originally displaying at the bottom of the page.

    I found this thread which helped- https://www.zen-cart.com/showthread....ve-Add-to-cart

    In /includes/templates/westminster_new/templates/tpl_product_info_display.php

    I moved
    Code:
    <!--bof Attributes Module -->
    
    <?php
      if ($pr_attr->fields['total'] > 0) {
    ?>
    <?php
    /**
     * display the product atributes
     */
      require($template->get_template_dir('/tpl_modules_attributes.php',DIR_WS_TEMPLATE, $current_page_base,'templates'). '/tpl_modules_attributes.php'); ?>
    <?php
      }
    ?>
    <!--eof Attributes Module -->
    To above

    Code:
    <!--bof Add to Cart Box -->
    The code move works perfectly and displays great on both website and mobile views as this link on our site shows.

    http://www.johnwoodsmotorcare.net/Ca...et-Replacement

  7. #987
    Join Date
    Jul 2009
    Location
    picaflor-azul.com
    Posts
    6,928
    Plugin Contributions
    45

    Default Re: Westminster New

    Quote Originally Posted by gamenano View Post
    Hi again Anne,

    Is this where I have to change to display: none;?
    .flex-pauseplay a:before { font-family: "flexslider-icon"; font-size: 20px; display: inline-block; content: '\f004'; }

    and where do I also hide the dark ribbon?

    Add it to the .banner span

    Thanks,

    Anne

  8. #988
    Join Date
    Jul 2009
    Location
    picaflor-azul.com
    Posts
    6,928
    Plugin Contributions
    45

    Default Re: Westminster New

    Quote Originally Posted by Purecarsound View Post
    Hi Anne

    I thought i'd post this on here for anyone to use in the future as I was going to post it originally with a question asking for your assistance but I managed to find the answer myself however.

    I wanted to move product attributes to above the 'add to cart button' so that customers pre selected the options if required before adding product to cart. The attributes were originally displaying at the bottom of the page.

    I found this thread which helped- https://www.zen-cart.com/showthread....ve-Add-to-cart

    In /includes/templates/westminster_new/templates/tpl_product_info_display.php

    I moved
    Code:
    <!--bof Attributes Module -->
    
    <?php
      if ($pr_attr->fields['total'] > 0) {
    ?>
    <?php
    /**
     * display the product atributes
     */
      require($template->get_template_dir('/tpl_modules_attributes.php',DIR_WS_TEMPLATE, $current_page_base,'templates'). '/tpl_modules_attributes.php'); ?>
    <?php
      }
    ?>
    <!--eof Attributes Module -->
    To above

    Code:
    <!--bof Add to Cart Box -->
    The code move works perfectly and displays great on both website and mobile views as this link on our site shows.

    http://www.johnwoodsmotorcare.net/Ca...et-Replacement
    Thank you for posting your solution ;)

    But, in this template package by default the attributes do show above the add to cart button. See the demo:

    http://zenlyzen.com/responsive-zen-c...estminster_new
    Thanks,

    Anne

  9. #989
    Join Date
    Oct 2004
    Posts
    1,045
    Plugin Contributions
    0

    Default Re: Westminster New

    I have noticed that the slide out box does not display on https and there is a secure content warning. How can I get the slide out box to work on https and not display that warning?
    Danielle

  10. #990
    Join Date
    Jul 2009
    Location
    picaflor-azul.com
    Posts
    6,928
    Plugin Contributions
    45

    Default Re: Westminster New

    Quote Originally Posted by Danielle View Post
    I have noticed that the slide out box does not display on https and there is a secure content warning. How can I get the slide out box to work on https and not display that warning?
    You have probably put content into the box that is using an absolute url using http

    Thanks,

    Anne

 

 

Similar Threads

  1. v155 Getting ajax error in v155 with v154 Westminster template
    By godt in forum General Questions
    Replies: 3
    Last Post: 11 Jul 2016, 12:41 AM
  2. v155 Getting ajax error in v155 with v154 Westminster template
    By MCS_Computers in forum General Questions
    Replies: 10
    Last Post: 21 Mar 2016, 03:58 PM
  3. v154 Modifying Top Menu - Westminster New
    By chelseaneedshelp in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 27 Mar 2015, 04:28 PM
  4. Westminster New doesn't work on mobile phone
    By Pompidompie in forum Addon Templates
    Replies: 3
    Last Post: 26 Mar 2015, 10:34 PM
  5. v151 westminster new Share and Connect
    By Larry0652 in forum Addon Templates
    Replies: 8
    Last Post: 24 Oct 2014, 03:30 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