Alessandro
Support threads created in the last 30 days: 0
Favorite Forum Topics
This user has no favorite topics.
Forum Topics Created
Status | Topic | Supporter | Voices | Posts | Freshness |
---|---|---|---|---|---|
Elementor template repeating fields
Started by: Alessandro in: Toolset Professional Support |
2 | 11 | 5 years, 9 months ago | ||
Show [wpv-found-count] in the search Button
Started by: Alessandro in: Toolset Professional Support |
2 | 4 | 5 years, 10 months ago | ||
Create a post without submission
Started by: Alessandro in: Toolset Professional Support |
2 | 2 | 5 years, 10 months ago | ||
Duplicate post plugin can't clone parent post association
Started by: Alessandro in: Toolset Professional Support |
2 | 2 | 5 years, 11 months ago | ||
Can't use Parent's fields
Started by: Alessandro in: Toolset Professional Support |
2 | 6 | 5 years, 11 months ago | ||
Increase Server Response Speed
Started by: Alessandro in: Toolset Professional Support |
2 | 2 | 6 years, 1 month ago | ||
Theme from zero
Started by: Alessandro in: Toolset Professional Support |
3 | 3 | 6 years, 2 months ago | ||
No Toolset Starter Theme CSS
Started by: Alessandro
in: Types Community Support
Problem: I would like to use my own custom CSS and turn off the Toolset Starter Theme CSS, and I would like to use Bootstrap 4. Solution: You may deactivate Toolset Starter Theme CSS by going to Appearance > Customize > Advanced Settings. Edit your child theme to dequeue Bootstrap and re-enqueue it using your own Bootstrap 4 styles. if ( ! function_exists( 'ref_enqueue_main_stylesheet' ) ) { function ref_enqueue_main_stylesheet() { if ( ! is_admin() ) { wp_enqueue_style( 'main', get_template_directory_uri() . '/style.css', array(), null ); wp_enqueue_style( 'child-style', get_stylesheet_directory_uri() . '/style.css', array(), null ); wp_deregister_style( 'bootstrap_css' ); wp_deregister_script( 'wpbootstrap_bootstrap_js' ); wp_register_style( 'bootstrap_css', 'path/to/bootstrap.4.css' , array(), null ); wp_register_script( 'wpbootstrap_bootstrap_js', 'path/to/bootstrap.4.js', array( 'jquery' ), null, true ); wp_enqueue_style( 'bootstrap_css' ); wp_enqueue_script( 'wpbootstrap_bootstrap_js' ); } } add_action( 'wp_enqueue_scripts', 'ref_enqueue_main_stylesheet', 100 ); } |
2 | 4 | 6 years, 7 months ago | ||
I simply need to use rewrite tag %category% in my custom post type
Started by: Alessandro in: Types Community Support |
2 | 2 | 6 years, 10 months ago | ||
Load different layouts via php conditionally
Started by: Alessandro in: Types Community Support |
3 | 13 | 6 years, 11 months ago | ||
Sorting Orderby Distance
1
2
Started by: Alessandro in: Types Community Support |
3 | 16 | 6 years, 11 months ago | ||
MAPS BUG AFTER LAST UPDATE
Started by: Alessandro in: Types Community Support |
2 | 3 | 6 years, 11 months ago | ||
Google Maps Limits
Started by: Alessandro in: Types Community Support |
2 | 4 | 6 years, 11 months ago | ||
Show search result taxonomies
Started by: Alessandro in: Toolset Professional Support |
2 | 4 | 7 years ago | ||
Hierarchical post types Rewrite Rule
Started by: Alessandro in: Toolset Professional Support |
2 | 2 | 7 years, 1 month ago |