Kor
Forum Replies Created
-
AuthorPosts
-
Hi Kuba,
I’d like you to check out this section of the documentation and see if it helps. https://wpgeodirectory.com/docs/translate-core/
Thanks!
Hi Archana,
Do you think you can share 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. Meanwhile, could you try disabling all non GD plugins and see if it works?
Thanks!
Hi Craig,
Thanks for sharing this. I’ve just made the necessary changes to the docs. Also, could you please tell me where’s the broken link located? https://wpgeodirectory.com/custom-field-examples/
Thanks!
Hi bjoern,
You can use the custom code below to display the featured image above the post but unfortunately, that would require lots of work to style it. Try using a larger image and see if it helps. Insert the code below into your theme functions.php file. Let us know how it goes.
add_filter( 'the_content', 'dt_the_content_filter', 1 ); function dt_the_content_filter( $content ) { if ( is_singular( 'post') ) { $thumb = get_the_post_thumbnail(); $content = $thumb.$content; } // Returns the content. return $content; }
Hi Micheal,
Do you mind sharing the URL of the site in question so we can take a look? You can use the private reply option below.
Thanks!
Hi bjoern,
I think this can be achieved with some simple modifications. Do you think you can share WP admin access and FTP access to your server so we can check on it?
Thanks!
This reply has been marked as private.Hi James,
You can allow users to upload files using the custom fields. Check out this section of the documentation https://wpgeodirectory.com/docs/core-place-settings/#file
Let us know how it goes.
Thanks!
July 14, 2016 at 5:27 pm in reply to: Removing header / page title from archive & detail pages #227350Hi leigh,
Check out this documentation https://wpgeodirectory.com/docs/customizing-geodirectory-templates/ and see if it helps.
Thanks!
July 14, 2016 at 5:19 pm in reply to: Removing header / page title from archive & detail pages #227345Hi leigh,
Sorry, we don’t really offer hands-on assistance with modifying themes, as this falls outside the scope of what we offer for support. Could you please contact your theme author for this customization?
Thanks!
July 14, 2016 at 5:14 pm in reply to: Removing header / page title from archive & detail pages #227342Hi leigh,
Could you try using the custom CSS below and see if it’s what you’re looking for?
div#page-title-progression { display: none; }
Thanks!
Hi Rebecca,
Could you please send us a link to an example where this can be viewed on the frontend of your site and we’ll try and help you with this. Also, do you think you can share 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!
Hi James Paige,
You can just add the Youtube Video iframe into the textbox provided. For example, copy the video iframe from Youtube http://prntscr.com/bswb0b and paste it into the textbox. Example iframe code below. Let us know how it goes.
<iframe width="560" height="315" src="https://www.youtube.com/embed/USLTQVt8QyA" frameborder="0" allowfullscreen></iframe>
Hi Thomas,
Check out this section of the documentation and see if it’s what you’re looking for. https://wpgeodirectory.com/docs/core-place-settings/#sorting
Thanks!
Hi Jason,
Do you think you can share 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