|
Customizing the tag page
Started by: josephQ
in: Toolset Professional Support
Quick solution available
Problem:
How to create taxonomy archive
Solution:
create a taxonomy archive from:
Toolset => WordPress Archives => Add new and select the "Tags" from "Taxonomy archive" section and try to build your custom tags archive.
You can find proposed solution, in this case, with the following reply:
https://toolset.com/forums/topic/customizing-the-tag-page/#post-917417
Relevant Documentation:
|
|
2 |
4 |
6 years, 5 months ago
josephQ
|
|
Additional custom images and text to woocommerce single product pages
Started by: Choo_MingY9993
in: Toolset Professional Support
|
|
2 |
2 |
6 years, 5 months ago
Beda
|
|
Using Avada's Fusion Builder on any WYSIWYG field
Started by: josephQ
in: Toolset Professional Support
|
|
2 |
4 |
6 years, 5 months ago
josephQ
|
|
Dynamic CSS & JS not working on Avada theme when Toolset Views is active.
Started by: jamesK-8
in: Toolset Professional Support
|
|
4 |
14 |
6 years, 6 months ago
gytis
|
|
Custom Post Type Stopped Working After Upgrading Avada to 4.5.2
Started by: maysamA
in: Toolset Professional Support
|
|
3 |
5 |
6 years, 8 months ago
Luo Yang
|
|
White Screen of Death + Disabled "Publish" and "Preview"
Started by: ryanP-4
in: Toolset Professional Support
|
|
2 |
2 |
6 years, 8 months ago
Minesh
|
|
100% Content Template Width with Avada Fusion Builder
Started by: shenom
in: Toolset Professional Support
Quick solution available
Problem
How can I choose theme settings when I create Content Templates or Layouts?
Solution
When you use Content Templates (or Layouts if you use Toolset Layouts), then each such Content Template has a settings section below the HTML editor, but only if you use an Integrate Theme as linked below.
These settings allow you to use theme settings even on custom posts, if you set this setting in the Content Template or Layout.
|
|
2 |
7 |
6 years, 8 months ago
shenom
|
|
Toolset and AVADA Theme
Started by: tierheimF
in: Toolset Professioneller Support
Quick solution available
|
|
2 |
8 |
6 years, 9 months ago
Beda
|
|
Disable Post Meta on Layout with Avada
Started by: michaelA-13
in: Toolset Professional Support
Quick solution available
|
|
2 |
3 |
6 years, 9 months ago
michaelA-13
|
|
Embedded video not working
Started by: Michael
in: Toolset Professional Support
|
|
2 |
8 |
6 years, 9 months ago
Minesh
|
|
How to remove sidebar and other content on custom posts with Avada
Started by: henriqueD
in: Toolset Professional Support
Quick solution available
Problem:
Client has created a template to display single custom posts on a site with Avada theme, and wants to use the Toolset theme options to disable some of the page content, e.g. the sidebar and the postmeta.
Solution:
It is currently not possible, the theme options for these are missing and this needs updating on our part.
At the moment the single custom posts will inherit the settings from single blog posts.
|
|
3 |
12 |
6 years, 9 months ago
Nigel
|
|
I can not show the header in my new design, use theme avada
Started by: joseD-6
in: Toolset Professional Support
|
|
2 |
4 |
6 years, 9 months ago
Christian Cox
|
|
Custom Post Types: White Screen after update
Started by: timM-10
in: Toolset Professional Support
Quick solution available
|
|
2 |
6 |
6 years, 10 months ago
Shane
|
|
Pages are not responsive on mobile. Layout is interfering with pages
Started by: peterr-4
in: Toolset Professional Support
Quick solution available
Problem:
I expected to see: responsive page on mobile, I previously inquired about the same issue with the custom posts, but this issue is also affecting ordinary pages.
Solution:
It is a custom CSS codes problem, in the HTML source codes of problem page you mentioned above,
view-source:https://mindfulness.ie/about/fiona-odonnell/
line 144, there is a CSS code:
@media (min-width: 0px){
.container {
width: 750px;
}
}
You can try to modify it to:
@media (min-width: 0px){
.container {
width: 100% !important;
}
}
And test again, see screenshot CSS3.JPG
https://cdn.toolset.com/wp-content/uploads/2018/01/606638-css3.JPG
Relevant Documentation:
|
|
2 |
6 |
6 years, 10 months ago
peterr-4
|
|
add toolset post feld to order item name in cart and email.
Started by: Natalia
in: Toolset Professional Support
Quick solution available
Problem:
I need to add toolset post feld(textfield-5bdd63fd) to order item name in cart and email. I need info like "Servotech Number: ST-EP-DR-86F-3000-N-10" to be placed under item name or somewhere like that.
Solution:
Q1) order item name in cart
There isn't such a built-in feature within Toolset plugin, you will need find the template for renderring the Woocommerce cart, for example, woocommerce plugin file woocommerce\templates\cart\cart.php, add the custom PHP codes in it, like this:
<?php echo get_post_meta( $product_id, 'wpcf-textfield-5bdd63fd', true );
Q2) email
If it is the "Customer processing order email", then the template file should be this one:
woocommerce\templates\emails\customer-processing-order.php
Relevant Documentation:
|
|
2 |
4 |
6 years, 10 months ago
Luo Yang
|