Thread: Westminster New

Page 40 of 187 FirstFirst ... 3038394041425090140 ... LastLast
Results 391 to 400 of 1865
  1. #391
    Join Date
    Nov 2007
    Location
    Sunny Coast, Australia
    Posts
    3,378
    Plugin Contributions
    9

    Default Re: Westminster New

    Quote Originally Posted by dachilla View Post
    Thanks Anne! It looks linke I have a problem with the Zen Lightbox. I read the discussion of you and Frank on page 7. Is it correct that he simply deleted this line

    echo '<script type="text/javascript" src="' . $template->get_template_dir('.js', DIR_WS_TEMPLATE, $current_page_base, 'jscript') . '/jquery-1.4.4.min.js"></script>';

    in includes/classes/zen_lightbox/slimbox.php

    ?

    I tried it but this kinda messes up the lightbox.

    Frank, if you read this, did you do anything else to make it work? Please help!

    Cheers

    D.C.
    Nope, nothing else, just what you read on page 7 and related posts/answers.

    Versions 1.10.2 and 1.4.4 are having a conflict. Only use one version - namely the latest 1.10.2 (could be updated again by now, I don't know)

    I see you got it working now.

    Cheers / Frank
    Last edited by frank18; 21 Dec 2014 at 03:37 AM.

  2. #392
    Join Date
    Dec 2010
    Location
    Thailand
    Posts
    300
    Plugin Contributions
    2

    Default Re: Westminster New

    I originally posted that solution on winchester_responsive thread, though it was actually meant for responsive_new.

    This is a simple solution to make the slideshow multilingual (Thanks again for the directions Anne!)

    For those who'd like to try it out, this is what I did for a slide in Spanish.

    1) Clone includes/templates/westminster_new/common/tpl_home_slider.php and rename it tpl_home_slider_es.php

    2) Open tpl_home_slider_es.php and replaced (on line 4) homepageslide1 with homepageslide2

    3) Open includes/languages/spanish/html_includes/westminster_new/define_main_page.php and change (on line 22 and 23)

    PHP Code:
    <?php require($template->get_template_dir('tpl_home_slider.php',DIR_WS_TEMPLATE$current_page_base,'common'
                            . 
    '/tpl_home_slider.php');?>
    to
    PHP Code:
    <?php require($template->get_template_dir('tpl_home_slider_es.php',DIR_WS_TEMPLATE$current_page_base,'common'
                            . 
    '/tpl_home_slider_es.php');?>
    4) Open Tools/Banner Manager in the admin and create 5 new banners, entering homepageslide2 in the "or enter a new banner group below" field.

  3. #393
    Join Date
    Dec 2010
    Location
    Thailand
    Posts
    300
    Plugin Contributions
    2

    Default Re: Westminster New

    There seems to be 2 little bugs:

    - When there is no product on the Featured page, there is a TEXT_NO_PRODUCTS but not the actual text.
    - When there is no product on the Specials page, there is nothing at all on the page (No title, Sort-by box etc).

    Please advise

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

    Default Re: Westminster New

    Quote Originally Posted by Thannaree View Post
    There seems to be 2 little bugs:

    - When there is no product on the Featured page, there is a TEXT_NO_PRODUCTS but not the actual text.
    - When there is no product on the Specials page, there is nothing at all on the page (No title, Sort-by box etc).

    Please advise
    If you send me links to the pages on your site I can take a look.

    Thanks,

    Anne

  5. #395
    Join Date
    Dec 2010
    Location
    Thailand
    Posts
    300
    Plugin Contributions
    2

    Default Re: Westminster New

    Hello Anne,

    The site is not online. But you can see this on other sites online that are using the template. For example:

    Featured

    Specials

    Thank you.

  6. #396
    Join Date
    Dec 2010
    Location
    Thailand
    Posts
    300
    Plugin Contributions
    2

    Default Re: Westminster New

    Quote Originally Posted by Thannaree View Post
    Hello Anne,

    The site is not online. But you can see this on other sites online that are using the template. For example:

    Featured

    Specials

    Thank you.
    Note that all looks good when you add products.

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

    Default Re: Westminster New

    Quote Originally Posted by Thannaree View Post
    Note that all looks good when you add products.
    I'll have to spend some time tracking down the bugs. If you find out the fix first, please post it. I have a lot of balls in the air right now and will not get the these for a while.

    Thanks,

    Anne

  8. #398
    Join Date
    Dec 2010
    Location
    Thailand
    Posts
    300
    Plugin Contributions
    2

    Default Re: Westminster New

    Quote Originally Posted by picaflor-azul View Post
    I'll have to spend some time tracking down the bugs. If you find out the fix first, please post it. I have a lot of balls in the air right now and will not get the these for a while.

    Thanks,

    Anne
    Hi Anne,

    Now worries. I have just noticed these 2 but am not personally affected as I have products on these 2 pages. I will take a look though.

    Now my main concern is getting the footer multilingual, which turns out to be complicated for the non-developer I am.

    Anyone giving me directions will be most welcomed!

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

    Default Re: Westminster New

    Quote Originally Posted by Thannaree View Post
    Hi Anne,

    Now worries. I have just noticed these 2 but am not personally affected as I have products on these 2 pages. I will take a look though.

    Now my main concern is getting the footer multilingual, which turns out to be complicated for the non-developer I am.

    Anyone giving me directions will be most welcomed!
    Until the footer menu mod is converted to be multi language friendly, you could do something similar to making the slide show multi language, ie. create a separate copy of the tpl_footer_menu.php file and call it when the language is detected.

    Thanks,

    Anne

  10. #400
    Join Date
    Dec 2010
    Location
    Thailand
    Posts
    300
    Plugin Contributions
    2

    Default Re: Westminster New

    Quote Originally Posted by picaflor-azul View Post
    Until the footer menu mod is converted to be multi language friendly, you could do something similar to making the slide show multi language, ie. create a separate copy of the tpl_footer_menu.php file and call it when the language is detected.

    Thanks,

    Anne
    Thanks Anne!

    Seems to be more complicated than the slideshow. Still trying ...

 

 

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