sur
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Boot Store] Change Link colors throughout themeHi,
Paste this style in your child theme or in TheCartPress Appaerance > Custom stylesAll links:
a { color: #00CC00; }
Only apply green color to product titles:
.tcp-product-title a { color: #00CC00; }
Best Regards
Forum: Themes and Templates
In reply to: [Boot Store] Child Theme formatting issuesAll other styles (rtl, ie, etc) are loaded in function parent theme.
Best Regards
Forum: Themes and Templates
In reply to: [Boot Store] Child Theme formatting issues/* Theme Name: bootstore-mychildtheme Theme URI: https://extend.thecartpress.com/ecommerce-themes/ Author: TheCartPress Author URI: https://thecartpress.com/ Description: Child theme. Based on BootStore Version: 1.0 License: GNU General Public License License URI: license.txt Template: boot-store */ @import url("../boot-store/style.css");
Forum: Plugins
In reply to: [TheCartPress eCommerce Shopping Cart] Upgrade to version 1.3.3Hi wesfoto,
The template for single product in this version is changed.
You can fix your image issue with styles:.tcpf .single-product-imagen.col-md-7 { width: 100%; }
For deep customizations note you could copy tcp-single-product.php from thecartpress>themes-templates to your theme directory and then customize it as you want.
About Buy button styles, you are right, your theme has very specific styles and it overwrite TheCartPress styles.
I′m going to send it to i?igo but at this point you can fix it:button[type="submit"].tcp-btn { -webkit-box-shadow: none; box-shadow: none; text-shadow:none; height: auto; background-image: none; } button[type="submit"].tcp-btn:hover { -webkit-box-shadow: none; box-shadow: none; text-shadow:none; height: auto; background-image: none; }
Best Regards
LuisForum: Themes and Templates
In reply to: [Boot Store] Category TemplateHi Louno,
You have 2 ways.
1- convert your post to tcp_product post type. Then use TheCartPress as catalog if you don′nt need the shopping cart.2- Select a grid template (taxonomy-blog-grid.php) to display post category pages.
TCP Appaerance > Custom templates
Set the grid appaerance from TCP appaerance > catalogue. Load post configuration, edit and save.Best Regards
Upps! This question was solved in community forum.
community.thecartpress.comBut perhaps other want to know…
Simply attach extra images to product, then you will see like demo. ANd if you activate Jetpack carousel you will see the image carousel. Note you could use whatever ligthbox/shadowbox WordPress plugin.Now Angelo has a fancy tutorial about using “Boot Store” theme and he has improve the translation of italian files with high quality.
https://www.expo2015-italy.com/appshop/boot-store-theme-thecartpress-front-page-tutorial-by-wocmultimedia/?lang=enAngelo is an expertise creating professional “Flipbooks” and he has created a quick tutorial about “boot Store” theme, many users will be happy. You can find Angelo at wocmultimedia.com
Thanks Angelo!
Forum: Themes and Templates
In reply to: [Boot Store] CarouselTo customize your carousel you need customize header.php (crate child theme!)
Then, open header and customize the carousel writing your own WordPress and TheCartPress template tags (gallery, etc). The carousel html begins at 187 line.Best Regards
Forum: Themes and Templates
In reply to: [Boot Store] Boot Store Theme and php errorHi,
You are right, it is a TheCartPress function. You can avoid the error activating TheCartPress plugin. This loops can be used to lis TheCartPress products.For next version we will fix this issue.
How are you using these loops, what are you listing?Best Regards
Forum: Themes and Templates
In reply to: [Boot Store] CarouselHi,
Do you have featured image?
The carousel is only displayed at home or when you use Carousel full width template.An url?
Best Regards
Forum: Themes and Templates
In reply to: [Boot Store] Featured Image not displaying in postHi,
You can do it without coding.
Theme compatibility > How to display single content.
Note you can set up by post type, securely you only want to be applied for posts or pages because product pages have template tag to display images.Best Regards
Hi, You can use carousel in all WP post types: products, post pages and custom post types.
The carousel uses 2 images:
1- WordPress featured image (WP native)
2- Image background, from carousel box. (Intended for display as backgrounds, you should be able to use a transparent png or gif in these images)Best Regards
Forum: Themes and Templates
In reply to: [Boot Store] How to modify textOnly admin see the edit link.
Best Regards
Forum: Themes and Templates
In reply to: [Boot Store] How to edit carousel text1- Create an other WordPress menu, then asign it to primary location.
Appaerance >Menu
2- Done?
3- .primary-menu-bs, .secondary-menu-bs {
font-size: 16px;
}Best Regards
Forum: Themes and Templates
In reply to: [Boot Store] How to edit carousel textA suggestion: be careful with image sizes for “3 shortcuts”, would be nice if you use the same image proporyions for 3 images
Forum: Themes and Templates
In reply to: [Boot Store] How to edit carousel textHi,
The excerpt carousel uses a TheCartPress function. If you activate TheCartPress plugin you will see the excerpt.
Anyway I′m going to fix it using default WordPress function when TheCartPress is deactivated. (next version)
You can hide the button from settings but at thispoint you can edit from backend. “more info” for post/pages. Price for saleables post types.
Best regards