Paolo
Forum Replies Created
-
AuthorPosts
-
I don’t think it did. There is no function on update that could change options.
There wa only 1 cpt allowed: Mai e ‘ai! and there wasn’t a link to it’s add listing form…
Thx
Hi,
1) you had the wrong map in home page widget area. You need to use GD > Gmap Home page, not GD > Gmap Listing page.
2) In wordpress permalinks you had : /%places%/ (where did you find that?) It should have been /%postname%/ or /%category%//%postname%/.
3) in GD > Design > Navigation > Show geodirectory navigation in selected menu locations, no menu location was selected.
Now most things work, but for some reason only if I browse places in the everywhere location. If I try to change location or browse events (even in everywhere) I get no results found.
I’ve tried everything that I can think of, even switching theme, but that didn’t solve, so I guess it is a matter of server configuration, probably php sessions, but I can’t be 100% sure.
I need to flag this for a developer to look into it on a deeper level. Would you mind sending ftp credentials in a private reply?
Thx
p.s. just FYI there was no anchor text in the link of the second reply to this topic. That’s why it was blank…
pls post the request and vote it here: https://wpgeodirectory.com/requests/
I apologize for the double work, but It’s too difficult to keep track of all requests, if they are scattered in the forum.
Thx
This reply has been marked as private.Hi m forbes,
I had to activate another theme to check if the theme was the problem (it wasn’t) and that messed up your widgets a bit and I wasn’t sure how to put them back as they were… but at least I found your problem.
Both gd_place and gd_event were not allowed to be added from front end in GD >> Design >> Navigation >> Allow post type to add from frontend.
I hope it won’t take that long to rebuild the widgets, sorry about that…
Thx
Hi,
I’ve flagged this for Stiofan to consider it.
Thx
Hi,
Issue 1 : You need to create at least a blank menu in Appearance >> Menu and assign it to the desired location. Once that done the menu location will be selectable in GD >> Design >> Navigation >>Show geodirectory navigation in selected menu locations and GD will know where to add its menus.
Issue 2: Visiting a URL directly, doesn’t set a session, location will remain what you were on before visiting that link. I guess Everywhere in this case. Only the location switcher will actually set a new sesssion.
Issue 3 : This is not possible, but we are improving the advance search widget to allow to search in other locations, even when a location different from Everywhere is selected, without having to change back to everywhere via the location switcher.
Hope this helps.
Thx
HI,
I see the links….
you need to setup permalinks 1st of all, than work with settings in GeoDirectory >> Design.
If you send me wp admin credentials in a private reply I’ll have a deeper look.
Thx
Hi dnosker,
thanks for spotting this. I’ve flagged it for Stiofan who has a mac book pro and can test.
We will fix it asap.
Hi,
By default, WordPress do not allows shortcodes to be executed inside custom fields.
If the custom field wasn’t dynamically generated, but “hardcoded” in a template, you could change the normal php snippet that outputs the custom field:
<?php echo get_post_meta($post->ID, 'your_custom_field_here', true); ?>
with this:
<?php echo apply_filters('the_content', get_post_meta($post->ID, 'your_custom_field_here', true)); ?>
But in this case, enabling shortcodes in custom fields is much more complex and not something I’d personally know how to do…
I’ll ask Vikas to tell us if there is an easy way or not.
Thx
Ok, Simone and I just tested and the problem isn’t GDF 1.0.4 , but has been the auto update.
If you install 1.0.4 via FTP manually, everything should work as expected.
We are sending 1.0.3 to your email just in case…
Again, I apologize about the incenvenience.
No there isn’t. If you think there should be, please submit a request here: https://wpgeodirectory.com/requests/
If it becomes popular we will definitely consider it.
Thx
Hi sampotter01,
can you please provide wp-admin and ftp credentials in a private reply?
that should be an easy thing to fix…
Thx
Hi,
I believe the problem comes from GDF 1.0.4, not the core plugin. I’ve asked N0ise to reinstall the old version for you while we track down the problem.
We would need link, wp admin and ftp credentials in a private reply please.
I’m terribly sorry about this…
Hi,
not really, it depends on what custom field you think are necessary I guess… -
AuthorPosts