Stiofan O'Connor
Forum Replies Created
-
AuthorPosts
-
September 8, 2016 at 12:29 pm in reply to: After upgrade 1.6.6 multiselect CPT output as UL instead of Comma separated? #262562
Hi Fabrizio,
If you update to 1.6.8 and in the multiselect custom field settings under Place settings, for CSS class enter: gd-comma-list
That will force it to show as a comma separated list.
Thanks,
Stiofan
Please check now.
Stiofan
September 8, 2016 at 10:23 am in reply to: not possible to translate strings using posttype name #262531This is the correct way to do things, the post type can be anything, it is dynamic.
From the developer guide: https://codex.wordpress.org/I18n_for_WordPress_Developers
printf( esc_html__( 'Your city is %1$s, and your zip code is %2$s.', 'my-text-domain' ), $city, $zipcode );From WordPress itself: https://github.com/WordPress/WordPress/blob/01c3ae084bbc52f9e732b5b5e1069e0e4e3061e3/wp-admin/includes/class-wp-terms-list-table.php#L338
sprintf( __( 'Select %s' ), $tag->name )If you want to translate individual post type names into diferent languages you can use this technique https://wpgeodirectory.com/docs/translating-custom-fields/
Thanks,
Stiofan
Please check now, i just went to GD> GD Tools>Clear all GD version numbers, this runs the upgrade functions again and it seems to have resolved it.
Thanks,
Stiofan
Thanks for the info, it looks like your server root is not matching up to the location of the files, i have only seen this happen a handful of times but there is nothing we can do from our end, either ask your server admin why this path is wrong “/var/chroot/home/content/90/9608990/html/wp-content” or you can try other caching, we recently finished testing these two:
https://wpgeodirectory.com/docs/wp-super-cache/
https://wpgeodirectory.com/docs/autoptimize-settings/Thanks,
Stiofan
You are welcome 🙂
I went to GD>Tools>Clear all GD version numbers, and that seemed to fix it, the upgrade function must have failed to fire for you.
Thanks,
Stiofan
Please update to GD 1.6.8 it was just released.
Thanks,
Stiofan
As far as i can see GD has nothing to do with #2, if you post wp-admin and a link to how you set links i will confirm this for you.
Stiofan
Hi Robert,
Kor is right it’s a broken html element which u should fix, but in the next reelase we have set the overflow to hidden for that which should help you but not solve the actual cause.
Thanks,
Stiofan
This reply has been marked as private.We will release a ver in 1-2 hours that will resolve this, it happens if you update from 1.6.5 or lower to 1.6.7 missing out 1.6.6.
Thanks,
Stiofan
Hi Melissa,
Have you tried saving your permalinks?
Stiofan
for normal custom fields u could add something like this in the validation pattern “.{30,}”
but the main text area does not have this setting so you could do it via JSif (jQuery('textarea#post_desc').length ) { jQuery('textarea#post_desc').attr('minlength', "30"); }Thanks,
Stiofan
FTP info seems wrong, please check it.
Stiofan
-
AuthorPosts