Paolo
Forum Replies Created
-
AuthorPosts
-
Hi,
that’s what is happening now. Only dates with events are highlighted. Just change month to see it.
The second part would require a major customizations.
Thanks
You’ll need to customize code in functions.php.
Make sure to take note of this, because being Supreme a child theme, after next update (which should be last) you will ahve to apply this again.
Open functions.php and change this:
$sd_address = '<div class="sd-address">'; if (isset($post->post_city) && $post->post_city) { $sd_address .= $post->post_city; } if (isset($post->post_region) && $post->post_region) { $sd_address .= ', ' . $post->post_region; } if (isset($post->post_country) && $post->post_country) { $sd_address .= ', ' . $post->post_country; } $sd_address .= '</div>';with :
$sd_address = '<div class="sd-address">'; if (isset($post->post_address) && $post->post_address) { $sd_address .= $post->post_address; } $sd_address .= '</br>'; if (isset($post->post_city) && $post->post_city) { $sd_address .= $post->post_city; } if (isset($post->post_region) && $post->post_region) { $sd_address .= ', ' . $post->post_region; } if (isset($post->post_zip) && $post->post_zip) { $sd_address .= ', ' . $post->post_zip; } if (isset($post->post_country) && $post->post_country) { $sd_address .= ', ' . $post->post_country; }$sd_address .= '</div>'; echo $sd_address;Starts at line 749.
Thanks
You are very welcome 🙂
This reply has been marked as private.Hi,
actually that is how the system works. The default category is used to select which map icons to use in case more than one is selected and to be used in the URL of the single listings page.
Thanks
Via translation file.
If you think about it, translating or rephrasing is the same thing.
Please read: https://wpgeodirectory.com/docs/translate-core/
Thanks
For the 1st problem you must use an image called: featured.jpg
and it must be saved in :
wp-content/themes/supreme-directory/images/featured.jpg
For the second problem you can export all your listings, edit them and re-import them as updates.
Let us know,
Thanks
Ok thanks for letting me know, I reported it again.
Hi,
the autoptimize plugins is not compatible with GeoDirectory.
Thank you
You are welcome 🙂
That is because the Home page is a regualar page and when you select a location, you are visiting the location page.
You can use beaver builder plugin to add widgets to the home page.
Thanks
Hi,
Buddypress should be active for the main site for that to happen.
Thanks
Hi,
I added this in gd > design > scripts > custom css:
.geodir_map_container { z-index: 1; }Thanks
@Georgi I’ve approved what was waiting but affiliate and Ajax Duplicate alert are not complete.
Yes there will be apps, we are still working on the API though, so it will take time.
Thanks
-
AuthorPosts