Stiofan O'Connor
Forum Replies Created
-
AuthorPosts
-
Hi Fabian,
Sorry i missed that, oops…
Thanks for the info, please check now.Stiofan
Hi Fabian,
I hope you are feeling better!
Please see my last response:
I do see some issues on the search page but i can’t replicate on my site, please also provide FTP and i’ll have a look.
Please provide FTP details also.
Thanks,
Stiofan
Hi Ron,
Do you have this setting enebled?
GD>Settings>General>Search>(show advanced)>Display searched parameters with title?Thanks,
Stiofan
Hi John,
I see no issues, do you have a link to a page that is not working or tell me how to replicate?
One thing i would change is the permalinks, with the location manager you should adjust the normal places permalinks to include either the location or something static in the url parts.
Thanks,
Stiofan
March 13, 2019 at 3:20 pm in reply to: WooCommerce Products Losing Images in GD Details Pages #474340Hi Greg,
In GD because we used the theme default “page.php” which often can show the featured image at the top, we have a setting that tries to auto disable the featured image output, this is what is causing the issue in your case, you can disable this under
GD>Settings>Design>Details>Disable theme feature image output?Also have adjusted the function to try and make it only disable it for the main post,this fix will be in the next release.
Thanks,
Stiofan
This seems to be a bug, i have fixed this and it will be in the next release, if you need it sooner best replace this file in your plugin https://github.com/AyeCode/geodirectory/blob/master/includes/admin/class-geodir-admin-permalink-settings.php
Thanks,
Stiofan
1. It can be used to show info in one place quickly, it can also be used b theme authors to pre populate a new field somewhere.
2. You could mean 2 different things here, you can limit a GD widget to only certain pages with the show/hide option.
3. Its your theme CSS breaking it, try this to fix it:
.geodir_event_calendar tr, .geodir_event_calendar td { line-height: 12px; padding: 2px !important; }
4. link? (can’t see it)
5. This is a setting, i have turned it off for you, it can be found under GD>Settings>Locations>Advanced>Archive urls on details page
6. There is a setting for how to show the listings view, when you as an admin save a template page then that saved setting is removed so that you can instantly see the setting u just set rather than what you have saved in the past (which might make u think ur change did not take place)
7. Very soon.
Request sent
Try this:
.geodir-image-container ul.geodir-images li, .geodir-image-container ul.geodir-images li img{ border-radius: 0 !important; }
Stiofan
if you are using the normal textarea then you could try this (not tested)
add_filter('geodir_cfi_textarea_attributes','_my_post_content_min_len',10,2); function _my_post_content_min_len($attributes,$cf){ if(isset($cf['htmlvar_name']) && $cf['htmlvar_name']=='post_content'){ $attributes['minlength'] = 'minlength="500"'; } return $attributes; }
Hello,
The addon is just about ready but has been postponed until after the GDv2 release on wp.org, it will be our top priority after that.
You will be able to charge for ad space and target that to specific locations.
Thanks,
Stiofan
Hello,
Please let me know the package you are trying to buy and i will send a payment request for that amount, this will remove the need to have a credit card on file.
Thanks,
Stiofan
March 9, 2019 at 7:28 pm in reply to: Want to hide Country in urls, but option goes away with multiple countries #473792Hi Tom,
I’m not sure it was ever working like that.
i think the best thing for now might be to add it back how u had it and then hide the main title withbody.page-id-4970 h1.page-title{ display:none; }
Stiofan
Hi Birgit,
That should not be the case, can you share a link to your site so we can check the code?
If its behind a coming soon page please provide login details in a private reply.Thanks,
Stiofan
Sorry for the delay with this, please check now.
Thanks,
Stiofan
-
AuthorPosts