Thread: Westminster New

Page 73 of 187 FirstFirst ... 2363717273747583123173 ... LastLast
Results 721 to 730 of 1865
  1. #721
    Join Date
    Jul 2009
    Location
    picaflor-azul.com
    Posts
    6,928
    Plugin Contributions
    45

    Default Re: Westminster New v 1.3 UPDATE

    Quote Originally Posted by CosmosK View Post
    Hi, sorry, I haven't read all 73 pages yet. I'm up to about 15 but have a question as I'm trying to go live today/tomorrow. Is there a way to remove the British flag? To me, it indicates a different country and not the language of English. My site is no international as of yet, so I'd like to hide or remove it. Can someone point me towards what edit I can make? Thanks (great template btw!)

    Also, is there a way to make "page 2" be named something else?
    You can turn off the header languages box in admin--tools--layoutboxes controller

    If you do a search of the FAQs section of this site you will find a tutorial about hot so change the name, etc of page 2

    Thanks,

    Anne

  2. #722
    Join Date
    May 2007
    Posts
    92
    Plugin Contributions
    0

    Default Re: Westminster New product_info_display.php tabs

    I'd like to get rid of the "Details" tab in the productinfo display. I tried commenting out on line 206 of product_info_display.php: "<li><?php echo HEADER_TITLE_DETAILS; ?></li>" however that got rid of it but also broke the custom tab whereby the custom tabs info was blank.

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

    Default Re: Westminster New product_info_display.php tabs

    Quote Originally Posted by thomaswhiteeagle View Post
    I'd like to get rid of the "Details" tab in the productinfo display. I tried commenting out on line 206 of product_info_display.php: "<li><?php echo HEADER_TITLE_DETAILS; ?></li>" however that got rid of it but also broke the custom tab whereby the custom tabs info was blank.
    You also need to comment out the code further down:

    Code:
    <!--bof Product details list  -->
    <?php if ( (($flag_show_product_info_model == 1 and $products_model != '') or ($flag_show_product_info_weight == 1 and $products_weight !=0) or ($flag_show_product_info_quantity == 1) or ($flag_show_product_info_manufacturer == 1 and !empty($manufacturers_name))) ) { ?>
    <ul id="productDetailsList" class="floatingBox back">
      <?php echo (($flag_show_product_info_model == 1 and $products_model !='') ? '<li>' . TEXT_PRODUCT_MODEL . $products_model . '</li>' : '') . "\n"; ?>
      <?php echo (($flag_show_product_info_weight == 1 and $products_weight !=0) ? '<li>' . TEXT_PRODUCT_WEIGHT .  $products_weight . TEXT_PRODUCT_WEIGHT_UNIT . '</li>'  : '') . "\n"; ?>
      <?php echo (($flag_show_product_info_quantity == 1) ? '<li>' . $products_quantity . TEXT_PRODUCT_QUANTITY . '</li>'  : '') . "\n"; ?>
      <?php echo (($flag_show_product_info_manufacturer == 1 and !empty($manufacturers_name)) ? '<li>' . TEXT_PRODUCT_MANUFACTURER . $manufacturers_name . '</li>' : '') . "\n"; ?>
    </ul>
    <br class="clearBoth" />
    <?php
      }
    ?>
    <!--eof Product details list -->
    Be careful if you nest the comments.

    Thanks,

    Anne

  4. #724
    Join Date
    Oct 2004
    Posts
    1,045
    Plugin Contributions
    0

    Default Re: Westminster New

    When I updated the social media links in the footer to link to the correct pages, all the formatting disappeared. Before I changed the links, they displayed like in the demo. Now they are not in boxes and the icons are smaller. I looked in the theme docs and my code in there still seems to be correct. This is what I have:

    <a href="https://facebook.com/website" target="_blank"><i class="fa fa-facebook"></i></a>
    <a href="https://twitter.com/website" target="_blank"><i class="fa fa-twitter"></i></a>
    Danielle

  5. #725
    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
    When I updated the social media links in the footer to link to the correct pages, all the formatting disappeared. Before I changed the links, they displayed like in the demo. Now they are not in boxes and the icons are smaller. I looked in the theme docs and my code in there still seems to be correct. This is what I have:

    <a href="https://facebook.com/website" target="_blank"><i class="fa fa-facebook"></i></a>
    <a href="https://twitter.com/website" target="_blank"><i class="fa fa-twitter"></i></a>
    If you post a link to your site I can take a look.

    Thanks,

    Anne

  6. #726
    Join Date
    Oct 2004
    Posts
    1,045
    Plugin Contributions
    0

    Default Re: Westminster New

    I had also moved them to the third column. When I move them back to the fourth column they work.

    http://new.flyingdreams.com.au

    Quote Originally Posted by picaflor-azul View Post
    If you post a link to your site I can take a look.

    Thanks,

    Anne
    Danielle

  7. #727
    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 had also moved them to the third column. When I move them back to the fourth column they work.

    http://new.flyingdreams.com.au
    Well, that's the problem. If you want to move them to another column you need to copy over the styles to the new column

    Thanks,

    Anne

  8. #728
    Join Date
    Oct 2004
    Posts
    1,045
    Plugin Contributions
    0

    Default Re: Westminster New

    Oh OK I see. That might be good in the instructions because there is nothing to indicate you can't move things around without changing code (unless I missed it, totally possible!). Thank you!
    Danielle

  9. #729
    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
    Oh OK I see. That might be good in the instructions because there is nothing to indicate you can't move things around without changing code (unless I missed it, totally possible!). Thank you!
    I don't think this needs to be in the readme. It would be impossible to add instructions for all of the various template modifications people can make. It is a given that if you are going to modify the template you might need to make changes to the css.

    Thanks,

    Anne

  10. #730
    Join Date
    Oct 2004
    Posts
    1,045
    Plugin Contributions
    0

    Default Re: Westminster New

    Quote Originally Posted by picaflor-azul View Post
    I don't think this needs to be in the readme. It would be impossible to add instructions for all of the various template modifications people can make. It is a given that if you are going to modify the template you might need to make changes to the css.

    Thanks,

    Anne
    Yes, I totally agree, however, this wasn't a change that required any code changes at first glance. It just used the flexible footer area that is built in to the admin. It would just be nice if there was some kind of indication that moving the columns around will require coding changes as well.
    Danielle

 

 

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