Paolo
Forum Replies Created
-
AuthorPosts
-
Hi again,
I still think the errors are mainly due to the server having exhausted memory problems.
I’d suggest to move minimum to a VPS.
Let us know,
This reply has been marked as private.Hi,
please add this to GD >> design >> script >> custom css:
.sidebar a { color: #fff; }Thank you!
Hi Sleepydata,
creating a totally custom search form goes beyond the support provided.
If you want I can move this in the Jobs section of the forum where you can ask for quotes for developers to create the custom queries you need to accomplish your custom search form.
Thanks
Error 111 is a Facebook app error.
If you connect your app to your FB account after entering the token and api keys in the social import settings, the token will never expire as it will refresh it automatically.
Thanks
Yes, please try that.
Let me know,
Thx
Sorry I got confused.
You can manage the sort order of Linked Events Tab in GD >> Design >> Details >> Linked Events Settings.
It is down at the bottom of the settings page.
Let us know,
Thanks
April 8, 2015 at 8:28 pm in reply to: How to duplicate "More Info" tab function on other tabs #36584Hi Stephen, you can create a separate tab for each new custom field or fieldset.
When you create the fieldset, the last 2 options are:
– Show in More Info tab on detail page? : Yes / No (in this case No)
– Show as a Tab on detail page? : Yes / No (in this case Yes).
Let us know how you went.
Thanks
It seems like the server is having memory problems. What kind of server is that?
Shared, VPS or dedicated?
Let us know,
Thanks
Hi,
with this you can wrap the_content in an extra div.
remove_action( 'geodir_details_main_content', 'geodir_show_detail_page_tabs',60); function my_cutom_detail_page () { do_action('geodir_before_description_on_listing_detail'); if (geodir_is_page('detail')) { ob_start(); the_content(); $content = ob_get_clean(); echo '<div class="myclass">'.$content.'</div>'; } else { /** This action is documented in geodirectory_template_actions.php */ echo apply_filters('the_content', stripslashes($post->post_desc)); } echo comments_template(); } add_action( 'geodir_details_main_content', 'my_cutom_detail_page',60);Just FYI, what you are asking is beyond support. We can point you in the right direction customizing your website, but we can’t do it for you.
If editing php isn’t something you can do on your own, even simple edits like the above, you will need to hire a developer to do any other change on your website.
Thanks
Try by clearing your GD Booster cache. If you don’t succeed, you can try by deactivating and and re-activating GD Booster.
Ultimately you can manually delete everything in this folder:
/web/htdocs/www.sfogliacitta.it/home/wp-content/booster_cache/
If non of this helps, please provide FTP and wp admin credentials and we will have a look.
Let us know,
Thanks
Hi Ian,
you need to update all your plugins and addons.
You are 3 versions behind. (that is a bug of your installed version)
Thanks
Hi,
your plugin and addons were still the old version.
The update released last saturday fixed this.
We updated for you.
Thanks,
Hi,
would you mind providing a link and FTP and wp-admin credentials in a private reply?
We have had another member with the same problem and we already have a fix, if the problem is identical and we would like to verify it before releasing an update.
Thanks
please provide wp admin username and password for the website where it does not work.
Also please write here your username and password for this forum, so I can save them for you.
Make sure to mark the reply as private.
Thanks
-
AuthorPosts