milton9220
Forum Replies Created
-
Forum: Plugins
In reply to: [Team - Team Members Showcase Plugin] Blurry ImagesHi,
Do you use our Team Plugin? If you use our Team Plugin, please provide the link to the section or page where you have implemented our plugin.
Thank You
Hi
/**
Enable block editor.
*
@param array $args Post Type Args.
@param string $post_type Post Type.
@return array
*/
function tlp_portfolio_post_type_args( $args, $post_type ) {
global $TLPportfolio;
if ( $post_type !== $TLPportfolio->post_type ) {
return $args;
}
$args['show_in_rest'] = true;
return $args;
}
add_filter( 'register_post_type_args', 'tlp_portfolio_post_type_args', 10, 2 );Use those code in your child theme.
Thank you
Hi,
Sorry to say that We haven’t this feature.
Thank You
Forum: Plugins
In reply to: [Team - Team Members Showcase Plugin] Pagination – 404 page not foundHi,
Your site link is not working. https://prnt.sc/IM6Po5VwVGi7
Forum: Plugins
In reply to: [Portfolio - WordPress Portfolio Plugin] translate porfolioHi,
You can follow the WPML official documentation from their site to translate default taxonomies or custom taxonomies.
Thank you
Hi,
Yes, This plugin is supported with the Flatsome Theme.
Forum: Plugins
In reply to: [Team - Team Members Showcase Plugin] Pagination – 404 page not foundHi,
Do you use our free plugin or Pro version? I have checked it and it’s working fine from our side. Please flush your permalink, after doing this I hope your issue will be solved.
Thank you
You can make it with custom details url but this is our pro feature. https://prnt.sc/coD61Y9Kg6G2
Thank you
Hi,
We are not clarify in your requirement. Have you face any problem? If you face, please you give us your specific problem screenshot.
Thank you
Forum: Plugins
In reply to: [Team - Team Members Showcase Plugin] Detail page not foundHi,
I think it’s the permalink’s problem. Resetting the permalink should fix this issue.
Thank you
Forum: Plugins
In reply to: [Team - Team Members Showcase Plugin] Social media icon not showingHello
Go to: Appearance->Customize->Additional CSS
and use this css
.rt-team-container .social-icons a { color: #fff; background: #0080b1; }
Hi,
We have to debug your site for knowing your actual issue. Please https://prnt.sc/OtcmLldW3heS
Thank you!
Hi,
Did you add post attributes order value from the product when you added a new product ( https://prnt.sc/2Un1ZH2UWjvG )? If not, then please added post attributes order value. Because it’s working fine, we have checked it.
Forum: Plugins
In reply to: [Team - Team Members Showcase Plugin] Social media icon not showingHi,
We have an option on shortcode settings page to change icon color. You can change it from there. Please see our documentation or give me your page link so that we can solve your issue.
Thank you
Forum: Plugins
In reply to: [Portfolio - WordPress Portfolio Plugin] Plugin customizationHi,
Sorry this feature is not available in our free and pro plugins
Thank you