I wanted to change the order how things are display on the listing view page. I want to display the description first and after that the attributes secondary page area. I found that file named "class-listing-view-page.php“ inside the HivePress plugin under hivepress/includes/templates/class-listing-view-page.php which controls the order.
I wanted to override this plugin file with my child theme and created the exact same folder structure and added the file in the last folder. Then I changed my settings accordingly but nothing happens.
Could someone please help me why I cannot overwrite the plugin file?
However, I would like to position the description directly under the title. The order would be:
Title
Description
Images
It seems like it’s not possible with the code that you just sent. Is there another way to achieve it? And also, why is it not possible to override the class-listing-view-page.php file?