sur
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Boot Store] Carousel for messages (blog)hI,
You are right, carousel uses a TheCartPress function to display configurable excerpt.. Let me see.
About content: carousel has his height limited, featured image in right so the content would be too long
Anyawy you could customize it easily creating a child theme with 2 files: header.php and styles.css. Then edit header.php (carousel part) to costomize, changing excerpt tag by content tag, custom height (styles), etcBest Regards
Forum: Themes and Templates
In reply to: [Boot Store] Mobile Colors are OverriddenHi, do you have an url to take a look?
Best RegardsForum: Themes and Templates
In reply to: [Boot Store] BuddyPress support demoSorry, you can see a full community in
https://community.thecartpress.comForum: Themes and Templates
In reply to: [Boot Store] BuddyPress support demoHi, You can see the theme running buddypress:
I′ve not found issues.
If you get issues please let me know and I′ll try to help you.The tag BuddyPress says users they can use Boot Store to develop a full BudyPress community.
Best Regards
Forum: Themes and Templates
In reply to: [Boot Store] BuddyPress support demoHi,
To run buddypress, you only need to activate BuddyPress, then add the BuddyPress pages to your menus (standard BuddyPress compatibility).You can customize your community pages adding widgets to community sidebar.
The Buddypress pages have their own sidebar.
You have an extra template to develop static community pages using community sidebar.
Boot Store theme is very flexible so you need to work on your widgets.
Of course you could have a BP page as home page, and you can asign templates to pages.
Best RegardsForum: Plugins
In reply to: [Media Categories] Shortcode in single templateHi, I′ve upload again the plugin and it has solved the problem when I use the default taxonomy.
Best RegardsForum: Plugins
In reply to: [TheCartPress eCommerce Shopping Cart] Category problemsTo correct your css issue:
TCP Look&Feel > Custom styles.tcp_products_list .twocol,
.tcp_products_list .threecol,
.tcp_products_list .fourcol {
width:100%;
}To avoid the pixelation of images:
TCP Look&Feel > Theme compatibility
Uncheck “Use responsive images”Best Regards
Forum: Plugins
In reply to: [TheCartPress eCommerce Shopping Cart] Category problemsHi,
About A: Yes, to display categories and subcategories in WordPress menu you need insert them manually in same way that wordpress blog categories.
To dinamically feed WordPress menus you need some customization, a custom plugin. Interesting feature
About B: You are right, we have a bug with the new WordPress media manager, we are going to fix it.About Stock, as Inigo said review your stock settings: “Hide out of stock products”
To support faster in which other people can help you open topics at community.thecartpress.com
Best Regards
Hi,
About img margin in loops, try these styles:
table.tcp_products_list .entry-post-thumbnail img {
margin: 0 10px 0 0 !important;
}About images in sidebars, edit styles.css in atahualpa-ecommerce, line 49
#right table.tcp_products_list .entry-post-thumbnail img, #left table.tcp_products_list .entry-post-thumbnail img {
height: auto;
max-width: 100%;
}Atahualpa ecommerce is a basic integration…
Best RegardsHi hartmutnz,
I can see images in your product archives:
https://www.artandcraftconnection.com/cartpressplustemplate/product/
But try to improve:
Uncheck “use responsive images” in theme compatibility. (or use bigger image sizes to don′t pixelate them)And paste these css in custom css:
.entry-post-thumbnail img.wp-post-image {
float:none;
}
.entry-post-thumbnail img.wp-post-image {
text-align:center; /* to center image */
}
Also, note that images aren′t visibles in the shortcode “all_products”… review the advanced settings to make sure you have checked “display image”:
TCP tools>shortcodesAbout https://www.artandcraftconnection.com/TheCartPress/catalogue/ align issue try this:
#content table.tcp_products_list tr td {
vertical-align: top;
}
Best RegardsHi,
i need by categories.. how calculate WP SEO plugin the priority by taxonomy terms?
Is there any way to set the priority for each category (term)?Thanks in advanced
Forum: Plugins
In reply to: [Yoast SEO] [Plugin: WordPress SEO by Yoast] Setting Priority on XML sitemapsHi, Yes I need it by post type..
Is there a way?
ThanksForum: Plugins
In reply to: [Yoast SEO] [Plugin: WordPress SEO by Yoast] Setting Priority on XML sitemapsHello Joost,
Is there a way to set priority for pages, posts, posttypes, etc.?I’m working on an e-commerce project with WP + TheCartPress + WordPress SEO
Excepting the home, pages are very minor. The blog is used as a complementary tool of marketing.
But most important are the products (post type) and the terms of a taxonomy (product categories), All efforts and plugin configuration is set in this way, but looking sitemaps priorities are contrary to my interests.
Is there any way I can control this?
What influence does priority on search engine rankings?Thank you, your plugin is awesome! I love the SEO Tools When editing a product.
Thanks in advanced