{"id":2564,"date":"2025-04-25T11:17:35","date_gmt":"2025-04-25T11:17:35","guid":{"rendered":"http:\/\/192.168.10.18\/arslan\/Demo\/GeekyBot\/compare\/"},"modified":"2025-04-25T11:17:35","modified_gmt":"2025-04-25T11:17:35","slug":"compare","status":"publish","type":"page","link":"https:\/\/demo.geekybot.com\/index.php\/compare\/","title":{"rendered":"Compare"},"content":{"rendered":"\n<div class=\"container\">\n\t\t\t<div class=\"row row-4 car-listing-row stm-car-compare-row stm-no-cars\">\n\t\t\t<div class=\"col-md-3 col-sm-3\">\n\t\t\t\t<h2 class=\"compare-title\">\n\t\t\t\t\tCompare Vehicles\t\t\t\t<\/h2>\n\t\t\t\t<div class=\"colored-separator text-left\">\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"first-long\"><\/div>\n\t\t\t\t\t\t<div class=\"last-short\"><\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"col-md-3 col-sm-3 col-xs-4 compare-col-stm-empty\">\n\t\t\t\t\t<a href=\"https:\/\/demo.geekybot.com\/index.php\/compare\/\">\n\t\t\t\t\t\t<div class=\"image\">\n\t\t\t\t\t\t\t<i class=\"motors-icons-add_car\"><\/i>\n\t\t\t\t\t\t\t<img class=\"stm-compare-empty\"\n\t\t\t\t\t\t\t\tsrc=\"https:\/\/demo.geekybot.com\/wp-content\/plugins\/motors-car-dealership-classified-listings\/assets\/images\/compare-empty.jpg\"\n\t\t\t\t\t\t\t\talt=\"Empty\"\/>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"h5\">Add to compare<\/div>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"col-md-3 col-sm-3 col-xs-4 compare-col-stm-empty\">\n\t\t\t\t\t<a href=\"https:\/\/demo.geekybot.com\/index.php\/compare\/\">\n\t\t\t\t\t\t<div class=\"image\">\n\t\t\t\t\t\t\t<i class=\"motors-icons-add_car\"><\/i>\n\t\t\t\t\t\t\t<img class=\"stm-compare-empty\"\n\t\t\t\t\t\t\t\tsrc=\"https:\/\/demo.geekybot.com\/wp-content\/plugins\/motors-car-dealership-classified-listings\/assets\/images\/compare-empty.jpg\"\n\t\t\t\t\t\t\t\talt=\"Empty\"\/>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"h5\">Add to compare<\/div>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"col-md-3 col-sm-3 col-xs-4 compare-col-stm-empty\">\n\t\t\t\t\t<a href=\"https:\/\/demo.geekybot.com\/index.php\/compare\/\">\n\t\t\t\t\t\t<div class=\"image\">\n\t\t\t\t\t\t\t<i class=\"motors-icons-add_car\"><\/i>\n\t\t\t\t\t\t\t<img class=\"stm-compare-empty\"\n\t\t\t\t\t\t\t\tsrc=\"https:\/\/demo.geekybot.com\/wp-content\/plugins\/motors-car-dealership-classified-listings\/assets\/images\/compare-empty.jpg\"\n\t\t\t\t\t\t\t\talt=\"Empty\"\/>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"h5\">Add to compare<\/div>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div> <!--row-->\n\t\t<div class=\"row row-4 stm-compare-row hidden-xs\">\n\t\t\t<div class=\"col-md-3 col-sm-3 col-xs-4 hidden-xs\">\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div> <!--row-->\n\t\n\t<!--Additional features-->\n\t<\/div>\n\n\n<div class=\"compare-empty-car-top\">\n\t<div class=\"col-md-3 col-sm-3 col-xs-4 compare-col-stm-empty\">\n\t\t<a href=\"\">\n\t\t\t<div class=\"image\">\n\t\t\t\t<i class=\"motors-icons-add_car\"><\/i>\n\t\t\t\t<img class=\"stm-compare-empty\"\n\t\t\t\t\tsrc=\"https:\/\/demo.geekybot.com\/wp-content\/plugins\/motors-car-dealership-classified-listings\/assets\/images\/compare-empty.jpg\"\n\t\t\t\t\talt=\"Empty\"\/>\n\t\t\t<\/div>\n\t\t\t<div class=\"h5\">Add to compare<\/div>\n\t\t<\/a>\n\t<\/div>\n<\/div>\n\n<div class=\"compare-empty-car-bottom\">\n\t<\/div>\n\n<script>\n    jQuery(document).ready(function ($) {\n\n        var heigth = 0;\n        $('.compare-values table tbody tr td').each(function () {\n            heigth = $(this).height();\n\n            $('.' + $(this).attr('data-value')).each(function () {\n                if ($(this).height() > heigth || heigth > 0) {\n                    heigth = $(this).height() + 18;\n                    $('.' + $(this).attr('data-value')).css('height', heigth + 'px');\n                }\n            });\n        });\n\n        $('.compare-value-hover').on('hover', function () {\n            var dataValue = $(this).data('value');\n            $('.compare-value-hover[data-value = ' + dataValue + ']').addClass('hovered');\n        }, function () {\n            $('.compare-value-hover').removeClass('hovered');\n        })\n    })\n<\/script>\n\n\n","protected":false},"excerpt":{"rendered":"Compare Vehicles Add to compare Add to compare Add to compare Add to compare","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_bbp_topic_count":0,"_bbp_reply_count":0,"_bbp_total_topic_count":0,"_bbp_total_reply_count":0,"_bbp_voice_count":0,"_bbp_anonymous_reply_count":0,"_bbp_topic_count_hidden":0,"_bbp_reply_count_hidden":0,"_bbp_forum_subforum_count":0,"footnotes":""},"class_list":["post-2564","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/demo.geekybot.com\/index.php\/wp-json\/wp\/v2\/pages\/2564","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/demo.geekybot.com\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/demo.geekybot.com\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/demo.geekybot.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/demo.geekybot.com\/index.php\/wp-json\/wp\/v2\/comments?post=2564"}],"version-history":[{"count":0,"href":"https:\/\/demo.geekybot.com\/index.php\/wp-json\/wp\/v2\/pages\/2564\/revisions"}],"wp:attachment":[{"href":"https:\/\/demo.geekybot.com\/index.php\/wp-json\/wp\/v2\/media?parent=2564"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}