Paolo
Forum Replies Created
-
AuthorPosts
-
December 16, 2015 at 10:37 pm in reply to: Limit number of times selected package can be used. #64146
You are welcome 🙂
In your case I’d suggest a dedicated server. Your website would deserve it. Considering the number of listings and reviews, it would suggest you have quite some traffic.
We stayed few years with Hetzner.de/en, we recently moved to Datashack.net, because of the datacenter is in the US, which is where most of our members are. Hetzner being in Germany would be your 1st choice. You’ll never find anything that good and cheap for your area.
Their entry level at 46€ with 32 or 64GB of RAM a good processor and depending on the amount of RAM chosen a good or excellent amount of storage, both SSD or with old fashion HDD, is a monster machine for that price.
Or you could have a look at their “occasions”: https://robot.your-server.de/order/market/country/GB
Some have exceptional monthly prices and no setup fee, however they are used server and especially for the HDD, you would want them to have new. (should have them replaced every 3 or 4 years and we learn the hard way…)
Neither Hetzner or Datashack have affiliate programs. 🙂
You will need someone that is capable of setting up your server and maintain it, but you’ll save a lot of money and will enjoy 10 times the server resources for half the price.
Thanks
December 16, 2015 at 10:21 pm in reply to: Limit number of times selected package can be used. #64142Hi,
Subscriptions in Paypal are not cumulative.
The 1st will last 365 days and the second will make 30 of those 365 days featured.
It will leave the original expiry date set with the 1st subscription.
Thank you
Hi,
the bottleneck is in the 1st GET because it is taking too much time to concatenate and minify the js and css.
I would definitely consider an upgraded server.
Thanks
Hi,
you need to look into geodirectory_hooks_actions.php and precisely this function:
geodir_detail_page_sidebar_content_sorting()There you will find the array of functions that create that part of the sidebar:
array( 'geodir_social_sharing_buttons', 'geodir_share_this_button', 'geodir_detail_page_google_analytics', 'geodir_edit_post_link', 'geodir_detail_page_review_rating', 'geodir_detail_page_more_info' ) // end of arrayYou can remove from the sidebar everything from GeoDirectory >> Design >> Detail.
Than add whatever you need back with actions like these:
add_action('geodir_details_main_content', 'geodir_social_sharing_buttons', 25); add_action('geodir_details_main_content', 'geodir_edit_post_link', 26);Which will add social sharing buttons and edit post links between the title and slider. Then you’ll only have to work with css to make it look as you wish.
Thanks
December 16, 2015 at 9:45 pm in reply to: Limit number of times selected package can be used. #64133Hi,
it is not possible to limit the number of time a package can be selected.
Yes a user could cancel his free trial and start it over, it would be part of the work of the website admin to catch that.
Thanks
Hi,
it seems like your listings lost the detail about the map icon to use.
Please provide admin credentials and phpmyadmin url and details to check your database.
I’ll alert the developers.
Thanks
Hi,
that would be the geodir-location.php template.
Thanks
This reply has been marked as private.You are welcome 🙂
Hi,
can you be more specific? A link where we can see what you mean would also help.
Thanks
Hi,
you can do that with this custom css:
#geodir_post_region_row, #geodir_post_city_row { display: none; }Tahnks
Hi,
of which widgets are you talking about now?
Let us know,
Thanks
December 16, 2015 at 8:17 pm in reply to: Integrating Google Directory in Existing website and permalinks structure #64120I might be missing something, I was convinced it wouldn’t work. Well let us know if you find any issue with it.
If you don’t, I’ll make sure to update our docs.
Thanks
Hi Jan,
define(‘WP_CACHE’, TRUE);should be
define('WP_CACHE', TRUE);With single quotes, not curly quotes.
Try that and let us know,
Thanks
-
AuthorPosts