V2 Add ons Updates works not, Startpage too
This topic contains 37 replies, has 4 voices, and was last updated by Kai Siemer 6 years, 6 months ago.
We have moved to a support ticketing system and our forums are now closed.
Open Support TicketTagged: snippet
-
AuthorPosts
-
May 28, 2019 at 10:13 am #489444
You can display additional items in the sidebar by visiting the custom fields for the CPT and setting them for “Show in extra locations” -> Details page sidebar.
The event calendar is a widget you can add to a sidebar or a shortcode. Do you have a link to see the issue?
May 28, 2019 at 1:57 pm #489492http://ostsee-insel-usedom.com/veranstaltungen/
So I have to say, it’s starting to get really annoying, something is not working anymore with an update from you.
Thats the Second Time, the Update from u destroyed my HomePage.Can not you even decently program your stuff to the end without any problems?
May 28, 2019 at 4:23 pm #489538Please let us know if you run into an issue, just post back here with as much information as you can share and we will advise you.
May 28, 2019 at 8:13 pm #489604At First On This Page i have About 160 event entries are not displayed at this link:
http://ostsee-insel-usedom.com/veranstaltungen/The second is that all widget settings and fields are no longer there.
See on the old Screenshots from old Post from me. This all Tabs, now i have this no longer. How i can become that back?
I think because all this is missing, the result pages are no longer displayed as we did before version 2
May 29, 2019 at 9:53 am #489734Hello Kai,
There was conflict with theme template & GD template. I have added following snippet to fix it.
/*** Content ***/ function gd_snippet_impreza_content_archive_id( $value ) { global $post; if ( ! empty( $post ) && $post->post_type == 'page' && ( geodir_archive_page_id() == $post->ID || geodir_search_page_id() == $post->ID ) ) { $value = get_post_meta( $post->ID, 'us_content_id', true ); } return $value; } add_filter( 'usof_get_option_content_archive_id', 'gd_snippet_impreza_content_archive_id', 10, 1 ); /*** Sidebar ***/ function gd_snippet_impreza_sidebar_archive_id( $value ) { global $post; if ( ! empty( $post ) && $post->post_type == 'page' && ( geodir_archive_page_id() == $post->ID || geodir_search_page_id() == $post->ID ) ) { $value = get_post_meta( $post->ID, 'us_sidebar_id', true ); } return $value; } add_filter( 'usof_get_option_sidebar_archive_id', 'gd_snippet_impreza_sidebar_archive_id', 10, 1 );Please check and let us know.
Thanks,
KiranMay 29, 2019 at 8:22 pm #489862Ah now works the Event Calender, fine thank u very much =)
And now, what i do with all the widget settings for GD Detail Page, Search results, etc.? How in the Picture from the Post before.
Thanks
May 29, 2019 at 9:17 pm #489883Hi,
You can read about which shortcodes are available here, and then take a look at the demos to see what they look like:
https://wpgeodirectory.com/docs-v2/geodirectory/design-elements/
https://wpgeo.directory/When you are setting up your GDV2 site you can get started here:
https://wpgeodirectory.com/docs-v2/geodirectory/getting-started/If you have a question about how to include a specific feature on a page or template, just make a new topic and we will advise.
For now this topic was about the template conflict and that has been fixed. Please open new topics for new questions.
May 30, 2019 at 12:16 am #489908I’ve read through the instructions for hours now and again, I have no idea where to find the shortcodes that you have sent is not what I need.
And I’m overwhelmed as I should make widgets settings, so that the detail pages and the other pages again as all ads back then what I had set.
-
AuthorPosts
We have moved to a support ticketing system and our forums are now closed.
Open Support Ticket