michaelA-13
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 |
---|---|---|---|---|---|
Display and Evaluate Custom User Meta
Started by: michaelA-13 in: Toolset Professional Support |
2 | 2 | 5 years, 7 months ago | ||
Duplicate Content of CPT
Started by: michaelA-13 in: Toolset Professional Support |
2 | 2 | 5 years, 11 months ago | ||
Bootstrap Tooltip data-content attribute not accepting [wpv-post-body]
Started by: michaelA-13 in: Toolset Professional Support |
2 | 12 | 5 years, 11 months ago | ||
Issues with Popupmaker Plugin
Started by: michaelA-13 in: Toolset Professional Support |
2 | 11 | 6 years, 1 month ago | ||
A – hyphen placed between shortcodes becomes an – en-dash in PopupMaker
Started by: michaelA-13 in: Toolset Professional Support |
2 | 5 | 6 years, 1 month ago | ||
Split: Issues with Popupmaker Plugin – check conditional field
Started by: michaelA-13 in: Toolset Professional Support |
2 | 4 | 6 years, 1 month ago | ||
Split: Font Awesome icons not working after updating to Types 3.x
Started by: michaelA-13
in: Toolset Professional Support
Problem: Solution: It dequeues/deregisters the existing font awesome stylesheets (where both Toolset and another plugin or theme have registered different versions with the same handle), so that you can re-register the stylesheet for Font Awesome version 5. You'll need to locate the source of the font awesome stylesheet you want to use (e.g. from your theme) and edit the code below to use that source. function fix_different_version_same_handle_script() { //Dequeue/Deregister any conflicting script wp_dequeue_style( 'font-awesome' ); wp_deregister_style( 'font-awesome' ); //Re-enqueue the desired script with a different handle - change $src adequately) wp_enqueue_style('font-awesome-compatible', get_template_directory_uri() . '/assets/font-awesome-v5/css/fontawesome-all' . $min . '.css'); } add_action( 'wp_enqueue_scripts', 'fix_different_version_same_handle_script', 20 ); |
2 | 5 | 6 years, 4 months ago | ||
CSS Loading Issue with Views active.
Started by: michaelA-13
in: Toolset Professional Support
Problem: Solution: |
2 | 12 | 6 years, 4 months ago | ||
Dynamic CSS & JS not working on Avada theme when Toolset Views is active.
Started by: michaelA-13 in: Toolset Professional Support |
1 | 2 | 6 years, 5 months ago | ||
Conditional Display depending on Checkbox
Started by: michaelA-13
in: Toolset Professional Support
Problem: I would like to use conditional HTML that displays depending on a checkbox. Solution: Use the following conditional syntax. |
3 | 15 | 6 years, 9 months ago |