Kor
Forum Replies Created
-
AuthorPosts
-
Hi Tilen,
If possible, could you share a detail listing page? I’ll try to work out an example for you. You can use the private reply option below.
Thanks!
Hi Roman,
You can display more than 12 listings by configuring the settings in WP > Settings > Reading > Blog pages show at most. Or you can create a link to a custom page that displays all the listings for a single CPT using a shortcode https://wpgeodirectory.com/docs/core-shortcodes/#listing
Well, let us know how it goes.
Thanks!
Hi Colline,
Please log in with your account that you purchased our Price Manager addon so that you can continue to receive further support from us.
Thanks!
January 2, 2018 at 4:48 pm in reply to: CATEGORY to chose from not showing when using SOCIAL IMPORTER #411220Hi there,
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 Tilen,
Thanks for your reply. Yes, this would require customization. However, upon inspecting my test site, it looks like you can manipulate it using custom CSS. Here are some hints. Try targeting the post id if you wish to have different category icons on different listings.
.sd-detail-cat-links img { display:none!important; } .sd-detail-cat-links { background-image: url("https://wpgeo.directory/supreme-directory/wp-content/uploads/sites/5/2017/01/hotel1-1.png"); background-size:cover; background-repeat: no-repeat; width: 50px; height: 50px; }Hi Tilen,
Thanks for reaching us. Sorry, I’m not really sure what are you trying to achieve there. You should be able to change the category icons directly in the “Places Categories” as shown in the attached screenshot. Is this what you’re looking for?
Thanks!
Hi Peter,
Just checked on that and it looks like it is using the “GD Page Details” widget area. Could you please check?
Thanks
Hi Peter,
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.
January 2, 2018 at 5:46 am in reply to: How can I redirect to the listing page after claiming the listing #411166Hi Joshua,
This would require customization. But I’ll forward this to a developer so that he could check and see if it’s something that can be achieved easily.
Thanks!
Hi there,
Do you mean you want to create a directory without listing images? If not, do you have an example of what you’re trying to achieve there?
Thanks!
January 2, 2018 at 4:56 am in reply to: How can I redirect to the listing page after claiming the listing #411162Hi Joshua,
If you turn off the option shown in the attached image, it will not go to the “payment screen”. Is it what you’re looking for?
Thanks!
Hi Colline,
You can remove the “Send to Friend” using custom CSS code or by using our “Pricing Manager” addon. Customizing the “Send Enquiry” to look like a button can be achieved by custom CSS too. Here is an article that will guide you through https://wpgeodirectory.com/docs/customizing-your-style/
Hi Trevor,
This is not a known issue and we have yet to receive similar reports. Could you possible share WP admin access to your Website so that we could check your GD setup? You can use the private reply option below.
Thanks!
Hi timgtheo,
Install the Code Snippet plugin and insert the code below directly over there or anywhere within the functions.php file.
function dt_remove_default_footer() { remove_action( 'dt_footer_copyright', 'dt_footer_copyright_default', 10 ); add_action( 'dt_footer_copyright', 'custom_dt_footer_copyright_text', 10 ); } add_action('init', 'dt_remove_default_footer'); function custom_dt_footer_copyright_text(){ echo '© '. date('Y') . ' Geodirectory'; }Hi Dirk,
Could you please try clearing the GD booster cache and see if it fixes the issue you had there? If it doesn’t work, 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.
Thanks!
-
AuthorPosts