Kor
Forum Replies Created
-
AuthorPosts
-
May 19, 2017 at 3:55 pm in reply to: Map not appearing on /add-listing/?listing_type=gd_place #379136
Hi John,
Could you please provide a login URL?
Thanks
Hi Paul,
The login credentials seem invalid, could you double check on it?
Thanks!
Hi Peter,
Sorry, I thought you knew it. Insert into GD > Design > Scripts > Custom Style CSS
Thanks!
And wrap it like this.
<script type="text/javascript"> jQuery(document).ready(function(){ if(location.pathname == "/add-listing/") { $price_id = jQuery('[name="package_id"]:checked').val(); if($price_id == 1) { jQuery('#gd_placecategory.chosen_select').val('8').change(); setTimeout(function() { jQuery('input[name = post_default_category][value = 8]').attr("checked", "checked"); }, 2000); } if($price_id == 2) { jQuery('#gd_placecategory.chosen_select').val('7').change(); setTimeout(function() { jQuery('input[name = post_default_category][value = 7]').attr("checked", "checked"); }, 2000); } } }); </script>Hi there,
Please share FTP access and WP admin so that I could check on the translation files. You can use the private reply option below.
Thanks!
Hi Dustin,
Could you share the custom code here so that we can check and see if it’s correctly written?
Thanks!
Hi vegeta,
Please share WP temp admin access to your site so we can take a better look. You can post the details here using the private reply option below.
Hi Nick,
Let me try to answer your questions accordingly.
#1 Yes, you can achieve this using widgets.
#2 How do you want to change the layout? If it’s simple stylings, we can use custom CSS to achieve that.
#3 Check out https://wpgeodirectory.com/docs/buying-addons-and-support/
Hi peter,
Use the custom CSS code below.
.gd-search-input-wrapper.gd-search-field-cpt { display: none; } .geodir-search { width: 800px!important; } .geodir-loc-bar-in { background-image: url(https://multiplyiq.com/wp-content/uploads/2017/05/blur_corridor.jpg); background-size: cover; } .geodir_full_page .geodir-search { background-image: none!important; }Hi there,
It is not possible to moderate and approve photos that are submitted to listings by users, but you can force the entire listing to go to the draft and publish it manually. Check out “New listing default status:” from this section of the documentation https://wpgeodirectory.com/docs/core-design/#listings
Hi Paul,
Please share WP temp admin access to your site so we can take a better look. You can post the details here using the private reply option below.
Hi there,
You can try using custom CSS.
.post-type-archive-gd_event h1.entry-title:after { display:block; content:'hello'; }Hi there,
Thanks for letting us know
Hi Andrea,
Thanks for your reply. Unfortunately, we do not have a guide on how to change the things you require but I’d like you to check out this article as it explains how you can work on custom CSS https://wpgeodirectory.com/docs/customizing-your-style/
Thanks!
Hi Andrea,
Everything you see can possibly be achieved using custom CSS or build one using our themes. Check out this link to demo themes. https://wpgeo.directory/
Thanks!
-
AuthorPosts