Sinen
December 7, 2023, 11:09am
1
hi
I have this CSS code to deactivate pictures the problem I want it to deactivate only for a specific category. for example category: Services
code:
add_filter(
'hivepress/v1/templates/listing_view_block',
function( $template ) {
return hivepress()->helper->merge_trees(
$template,
[
'blocks' => [
'listing_image' => [
'type' => 'content',
],
],
]
);
},
1000
);
thnx
andrii
December 8, 2023, 6:00am
2
Hi,
Sorry for the inconvenience, but customization is beyond our support scope - it includes fixing bugs and guidance about the available features Support Policy | HivePress
If customizations are required for your site, please try customizing it using the collection of code snippets Search · user:hivepress · GitHub and other developer resources, or consider hiring someone for custom work Fiverr - Freelance Services Marketplace
system
Closed
January 7, 2024, 6:01am
3
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.