Kor
Forum Replies Created
-
AuthorPosts
-
Hi James,
Glad that worked. Let us know if you need anything else.
Hi James,
This could be caused by insufficient resources on the server. Could you please contact your hosting provider and ask them to increase the PHP values listed below? Then try again and see if it works.
memory_limit – 512M
upload_max_filesize – 512M
post_max_size – 512M
max_execution_time – 3600Thanks!
Hi Akhil,
Could you please create a new topic regarding this issue? Your last post is already out of topic.
Thanks!
Hi there,
I’m not really sure what is causing the confusion here, so I’ve recorded a screencast of what we’ve adjusted on your Website in order to display all the “featured” listing for all “Categories” http://screencast-o-matic.com/watch/cbVtq7QN0b
Thanks!
Hi Dan,
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!
Hi Dominic,
Both attached files cannot be opened. Could you provide a zip copy of the csv files and also a WP temp admin access to your Website? You can post the details here using the private reply option below.
Thanks!
Hi Ishola,
To recover these pages. Go to GD > GD Tools > GD pages check . Here’s a screenshot for your reference http://prntscr.com/e15d2b
Thanks!
Hi there,
Please share WP temp admin access to your site so we can take a better look. Also, please switch “on” the “Full-Width” design so that I could see the issue. You can post the details here using the private reply option below.
Thanks!
Hi Fiona,
Here’s what you can do. Enable the “Allow user to see wp-admin area” in GD > General . Then install this plugin that allows users to apply custom profile image. https://wordpress.org/plugins/custom-user-profile-photo/
Hi Isola,
Kindly use the custom CSS code below to change the width of the search
.sd.home .featured-area .geodir-loc-bar-in, .sd.sd-location .featured-area .geodir-loc-bar-in { min-width: 700px!important; }
Then, you can use the custom JS code below to change the search button. Kindly install the code snippet plugin and use the code below. Change the image URL to your own search icon. Let us know how it goes.
function hook_javascript() { ?> <script> jQuery( document ).ready(function() { jQuery('.geodir_submit_search').html('<img src="pic_mountain.jpg">'); }); </script> <?php } add_action('wp_head', 'hook_javascript');
Thanks!
Hi Fiona,
That is created using the “Directory Starter” theme, here’s a link for your reference https://wpgeodirectory.com/downloads/directory-starter/
Thanks!
Hi Victor,
It could be part of the Ratings and Review addon, try this using this and see it works. https://wpgeodirectory.com/docs/translating-addons/ . If it doesn’t work, kindly share WP temp admin and FTP access so that we could check further.
Thanks!
Hi Fiona,
GD uses the default WordPress profile images from Gravatar. More info here http://en.gravatar.com/
Thanks!
Hi Rach,
It seems to work on my end when I tested on my mobile phone. Could you try clearing your browser cache?
Thanks
Hi Isola,
Let me try to answer your questions accordingly
#1 You can change the logo in your WordPress Dashboard > Appearance> Customize > Header > Logo
#2 These can be modified using custom CSS. Could you please provide your Website URL?
-
AuthorPosts