Whizzy
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Boot Store] Image height and Width attributes – Home BoxesAnyone?
Usual Setup – This is the way I want and it shows on the live site
domain/category-name/productSpecific example of category-name – specific category-name example
The above link show the way that I want the trail to show. I did search for the answer in this forum but I couldn’t find one that matched my query. I would really appreciate an answer.
Forum: Themes and Templates
In reply to: [Boot Store] How to Remove Footer Credits?Just open your website wordpress dashboard, go to the Editor Tab under “Appearance” and click on Footer.php file. Then look for the following code:
<a href="<?php echo esc_url( __( 'http://wordpress.org/', 'bre-bootstrap-ecommerce' ) ); ?>" title="<?php esc_attr_e( 'Semantic Publishing Platform', 'bre-bootstrap-ecommerce' ); ?>"><?php printf( __( 'Running %s & <a title="Boot Store theme" href="http://extend.thecartpress.com/products/boot-store/">Boot Store theme</a>', 'bre-bootstrap-ecommerce' ), 'WordPress' ); ?></a>Delete everything between the
<a>and</a>then just insert whatever footer words you want such as: Copyright 2014 – Business NameClick “Update File” and that’s it. You will have deleted the Footer Credit and inserted a non-clickable Copyright (or whatever) notice. If you still want to leave credit to Boot Store, then just put in “Boot Store Theme” where I mentioned that you put your Copyright notice.
What if we prefer the previous version where it listed down all urls and also updated for new posts?
I have the same problem. I had just updated the plugin and now even the sitemap.xml is reading something funny.
I prefer the previous version.
Forum: Themes and Templates
In reply to: [Boot Store] Can CSS File be deleted?Thanks everyone, I’ll give your suggestions a shot and see if it works.