Paolo
Forum Replies Created
-
AuthorPosts
-
Hi Denisse,
when you access you project click the link “Waiting”: https://www.wpgeodirectory.com/translate/projects/geodirectory/es-mx/MX?filters%5Btranslated%5D=yes&filters%5Bstatus%5D=waiting
Select unapproved translation, in Bulk Action select Approve and Apply.
Once approved translations are detected in one project they are automatically used in other project with identical strings.
Let us know if this helps,
Thanks
Got you know…
Well that is normal I think. You are searching events on april 2 (past) and after you select a filter upcoming, when you are on a query for a past dates.
It can’t tell you anything else… there are no upcoming events for April 2.
What would you expect?
Let us know,
Thanks
Hi,
it happens due to server configuration for sessions.
After disabling use_php_sessions for $gd_session class it works fine.
Please check server sessions configuration with your hosting provide or add the following line in wp-config.php to skip using php sessions:
define('GEODIR_USE_PHP_SESSIONS', false);This problem is similar to this one https://wpgeodirectory.com/support/topic/unable-to-add-new-listings/page/2/#post-135324
Let us know how yo uwent,
Thanks
April 8, 2016 at 7:45 pm in reply to: Coupons don't work, can't add coupons, can't add prices, PHP warnings #160328Hi,
the developers didn’t have problems adding a new coupon and suggested I tried clearing my browser cache, which I did and now I can also add coupons to your website.
Please try the same and let us know,
Thanks
Hi,
add the following code in the theme functions.php file
// CODE START function geodir_location_me_body_class( $classes = array() ) { if ( geodir_is_page( 'location' ) ) { if ( get_query_var( 'gd_country' ) == 'me' || get_query_var( 'gd_region' ) == 'me' || get_query_var( 'gd_city' ) == 'me' ) { $classes[] = 'location-me-page'; } } return $classes; } add_filter( 'body_class', 'geodir_location_me_body_class', 10, 1 ); // CODE ENDThis will add a new body class to location/me page.
Now if you add this in gd > design > style > custom css, it will hide the cpt category widget only from the location me page.
.location-me-page .geodir_cpt_categories_widget { display: none; }To modify the catgeoris in the map as requested, it requires quite a lot of custom css. That will be beyond support.
Thanks
Hi,
the wpml problem with events calendar is fixed on our side, if you provide admin/ftp details we will apply the fix to your website. Otherwise it will be included in next release.
Let us know,
Thanks
Hi,
neither one adds any functionality. The difference will be in the style and the theme options.
Directory Starter was created to be released for free in wordpress.org and their terms require all theme options to be included in the customizer. That’s the main difference.
Thanks
Hi,
that’s fixed since this morning, I’m sorry I forgot to reply.
If you are seeing different thing when logged out it means that you need to clear some cache.
Let us know,
Thanks
please check now 🙂
You are welcome 🙂
Hi,
this is strange, on our side everything looks correct and I tested your server communication with ours and it was flowless.
I really don’t know what is going on. I asked to Stiofan to follow up.
Thanks for your patience,
Hi,
it should be possible, however we never tested either theme, so we can’t confirm it.
Go ahead and try them and if there is any problem, just let us know and we will check what we can do.
Thanks
Please provide a link and admin credentials and I’ll pass this to the developers, it should work with both parent or child theme.
Let us know,
Thanks
Is the force upgrade enabled? If it is and he didn’t go through the payment that is what would happen. You’d see trace of it in the Invoices.
Let us know,
Thanks
Hi,
no there isn’t. I’m sorry.
Thanks
-
AuthorPosts