mashaB
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 |
---|---|---|---|---|---|
Position Media custom fields on the main ATTACHMENT DETAILS section
Started by: mashaB in: Toolset Professional Support |
|
2 | 7 | 3 years, 9 months ago | |
Create hyperlink from 2 custom fields
Started by: mashaB in: Toolset Professional Support |
|
2 | 3 | 3 years, 9 months ago | |
Add source name and image URL for featured images, display caption and source
Started by: mashaB
in: Toolset Professional Support
Problem: Featured images do not display caption. We use images from other sources that requires us to provide link to the source. We want to have captions for featured images with text and link to the source being displayed under featured image. Solution: It is possible with Toolset Image block of Toolset Blocks plugin. Relevant Documentation: |
|
2 | 7 | 3 years, 9 months ago | |
Add custom block for subtitle
Started by: mashaB in: Toolset Professional Support |
|
2 | 7 | 3 years, 9 months ago | |
Rewrite custom post type slug in permlimks and get it translated
Started by: mashaB
in: Toolset Professional Support
Problem: The issue here is that the user had a slug "vob-news" but wanted to rewrite this slug to only "news" on the frontend. Solution: Under the Options accordion you'll be able to see all the options that are available. There is a rewrite option that you can use. If you enable the rewrite option and provide and alternate slug here, then on the frontend that alternate slug will be used. |
|
2 | 7 | 3 years, 10 months ago | |
Assign default category to a custom post type
Started by: mashaB
in: Toolset Professional Support
Problem: The problem here is that the user wanted to assign a default category to their post when the post is submitted. Solution: function set_default_category($post_id) { if ( ! has_term('', 'genre') && get_post_type($post_id) == 'post' ) { wp_set_object_terms( $post_id, 'funk', 'genre'); } } add_action( 'save_post', 'set_default_category' ); Add the function to your Toolset custom codes in Toolset -> Settings -> Custom Code and activate it. You will need to replace 'post' with the slug of your custom post type, 'funk' with the taxonomy term slug and 'genre' with the taxonomy slug. Once you've done this then whenever your users create a post with no taxonomy assigned then one will automatically get assigned. |
|
2 | 5 | 3 years, 10 months ago | |
Custom php template part is not being applied to custom post
Started by: mashaB in: Toolset Professional Support |
|
2 | 4 | 3 years, 10 months ago | |
Keep theme styling for tags and other elements
Started by: mashaB in: Toolset Professional Support |
|
2 | 5 | 3 years, 10 months ago | |
I cannot purchase license after cancelation
Started by: mashaB in: Toolset Professional Support |
|
3 | 4 | 3 years, 10 months ago |