shaezee
Forum Replies Created
-
Forum: Plugins
In reply to: [Motors – Car Dealership & Classified Listings Plugin] Listing directory linkHello @mgordon7 , thank you for your response.
I have already tried resaving the permalinks as suggested, but the issue persists. For instance, my inventory URL is set to
example.com/car-list/, yet individual listings still appear asexample.com/listing/audi-a6-2016instead of following the custom structure likeexample.com/car-list/audi-a6-2016.Additionally, there’s another concern: if a user removes the specific listing slug (e.g.,
audi-a6-2016) from the URL and directly accessesexample.com/listing/, it displays a broken archive page with an incorrect style, unlike the proper/car-list/view.Is there a way to ensure that the URLs for individual listings follow the custom structure or, at the very least, prevent access to the broken
/listing/archive page?Thank you for your assistance!
Hi @vise !
I’m not sure if there’s an easier way to do this, but I found a solution by manually editing the fileclass-settings-container.php, which is located in/wp-content/plugins/estatik/includes/classes.Look for a line like this:
array(
‘enabled’ => 0,
‘field’ => ‘bedrooms’,
‘icon’ => ‘{plugin_url}public/img/bed.svg’,
‘icon_color’ => ‘#636363’,
),Change the field from
bathroomtolot_size, and it’s done. You’ll probably want to update the SVG as well, which can also be edited here.Forum: Plugins
In reply to: [Motors – Car Dealership & Classified Listings Plugin] Repeated Listing Items@xiaoyu999 As I earlier said, I had the same problem. Its plugin fault in one of files. If you need help with it, I can help you, give me contacts
Forum: Plugins
In reply to: [Motors – Car Dealership & Classified Listings Plugin] Repeated Listing ItemsHello, @xiaoyu999 and @jamesstylemixthemes
I encountered the same issue with items repeating. It appears to be a plugin fault, likely in a file namedfeatured-items-listing.phporresult.php(or something similar). In this file, the featured items are being repeated twice, resulting in duplicated items being shown.