Thread: Westminster New

Page 131 of 187 FirstFirst ... 3181121129130131132133141181 ... LastLast
Results 1,301 to 1,310 of 1865
  1. #1301
    Join Date
    Jul 2009
    Location
    picaflor-azul.com
    Posts
    6,930
    Plugin Contributions
    45

    Default Re: Westminster New

    Quote Originally Posted by snesbitt View Post
    I'm trying to go through the steps of installing this template, and I'm unable to rename the YOUR_ADMIN_FOLDER folder. When I right click on it, I don't even get the option of renaming the folder. Any other suggestions for tackling this?
    I have no idea what you could be doing incorrectly. You do need to change the name of that folder to your secret zen cart admin name.

    Thanks,

    Anne

  2. #1302
    Join Date
    Apr 2010
    Posts
    40
    Plugin Contributions
    0

    Default Re: Westminster New

    I have seemed to have broken my share and connect on a site I am building. Now I have changed it back to the default code and it still wont work. not sure what is going wrong with it. Instead of the buttons I see the code.

    www.thebarreldepot.com

    <a href="https://www.facebook.com/Custom.Zen.Cart.Design" target="_blank"><i class="fa fa-facebook"></i></a><a href="https://twitter.com/picaflorazul" target="_blank"><i class="fa fa-twitter"></i></a><a href="http://www.pinterest.com/picaflorazul" target="_blank"><i class="fa fa-pinterest"></i></a><a href="https://www.youtube.com/user/ZenCartEasyHelp" target="_blank"><i class="fa fa-youtube"></i></a><a href="" target="_blank"><i class="fa fa-instagram"></i></a>

  3. #1303
    Join Date
    Apr 2010
    Posts
    40
    Plugin Contributions
    0

    Default Re: Westminster New

    Nevermind. I saw the post on the page before and inserted it into the DB.

    For those that have this same issue.

    Open up phpmyadmin
    find your db
    go to zenyq_flexiblefooter_menu
    select the db
    on the right side scroll all the way to the bottom its the blank one right under share and connect
    click edit
    paste the html in the col_html_text

  4. #1304
    Join Date
    Nov 2007
    Location
    Sunny Coast, Australia
    Posts
    3,379
    Plugin Contributions
    9

    Default Re: Westminster New

    In the file

    includes/templates/westminster_new/templates/tpl_modules_mobile_categories_tabs.php the line

    Code:
    <script src="http://cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.3/jquery.easing.min.js" type="text/javascript"></script>
    causes an error on SSL/TLS enabled sites (broken lock, insecure items).

    To remedy this simply change that line to

    Code:
    <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.3/jquery.easing.min.js" type="text/javascript"></script>
    This has already been discussed in the support threads of other templates but thought I mention it here again.

  5. #1305
    Join Date
    Apr 2015
    Location
    Florida
    Posts
    14
    Plugin Contributions
    0

    Default Re: Westminster New

    I have created a generic item that can be used for any occasion.
    The issue is how to list all the attributes/options so they are grouped by event type but at the same time not to be grouped for regular items
    example:
    Wedding Date
    Couples Names
    --------------
    Wedding Shower Date
    Bride's Name
    ----------------
    Baby Shower Date
    Mom/Parents Name
    Baby's Name
    ----------------
    etc...

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

    Default Re: Westminster New

    Quote Originally Posted by munizjm View Post
    I have created a generic item that can be used for any occasion.
    The issue is how to list all the attributes/options so they are grouped by event type but at the same time not to be grouped for regular items
    example:
    Wedding Date
    Couples Names
    --------------
    Wedding Shower Date
    Bride's Name
    ----------------
    Baby Shower Date
    Mom/Parents Name
    Baby's Name
    ----------------
    etc...
    I would create a new custom product type, or use another one that is offered in the default install.

    Thanks,

    Anne

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

    Default Re: Westminster New

    Quote Originally Posted by frank18 View Post
    In the file

    includes/templates/westminster_new/templates/tpl_modules_mobile_categories_tabs.php the line

    Code:
    <script src="http://cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.3/jquery.easing.min.js" type="text/javascript"></script>
    causes an error on SSL/TLS enabled sites (broken lock, insecure items).

    To remedy this simply change that line to

    Code:
    <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.3/jquery.easing.min.js" type="text/javascript"></script>
    This has already been discussed in the support threads of other templates but thought I mention it here again.
    Thanks for posting this. I have this on the list for future updates ;)

    Thanks,

    Anne

  8. #1308
    Join Date
    Apr 2015
    Location
    Florida
    Posts
    14
    Plugin Contributions
    0

    Default Re: Westminster New

    I have items with many options, this causes the product description to start at the end of the list of options which places it way down the page.
    What can change to I move the Product Description right under the image?
    Or the other solution would be to move the options directly below the product description below instead of to the right.
    THanks!

  9. #1309
    Join Date
    Jun 2007
    Location
    Australia
    Posts
    60
    Plugin Contributions
    0

    Default Re: Westminster New

    Hi,
    i have zc version 1.55a installed and using this template. I would like to have 5 columns instead of the default 3 and I have updated it on the config. under all listing and under config. maximum. I have also reduced the image sizes down as I thought this might help but it does not for the 5 products in a row. Am I missing something?

  10. #1310
    Join Date
    May 2012
    Posts
    19
    Plugin Contributions
    0

    Default Re: Westminster New

    Hi!
    I'm looking to have my ezpages listed on the side box and to be able to turn them off or on from ezpages menu under side box option.
    I want them to be different from useful links in the header menu. I want them all in header, but only few in sidebox.
    Turning them on/off under sidebox doesn't really turn them off. They still appear all in the sidebox.
    Is it a bug, or I have to do it other-ways?

 

 

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