V2 Add ons Updates works not, Startpage too
This topic contains 37 replies, has 4 voices, and was last updated by Kai Siemer 5 years, 6 months ago.
We have moved to a support ticketing system and our forums are now closed.
Open Support TicketTagged: snippet
-
AuthorPosts
-
May 16, 2019 at 6:21 pm #486926This reply has been marked as private.May 18, 2019 at 3:52 am #487224This reply has been marked as private.May 18, 2019 at 11:05 am #487262
The developers will take a look as soon as possible, probably after the weekend.
May 20, 2019 at 1:37 pm #487563Hi Kai,
Now map is working fine on home page. Please check and let us know.
Kiran
May 20, 2019 at 10:26 pm #487662This reply has been marked as private.May 21, 2019 at 10:50 am #487708Hello Kai,
1. On Startpage the First Map is Places, how i can edit that to great places POI “Tolle Orte Poi”.
I have added post_type=’gd_tolle_orte_poi’ in [gd_map] shortcode in page content via page builder.
2. How i can add the old CSS adjustments, which at by GD > Design > Scripts for Header. Footer and individually Scripts.
You can add custom css/script by using any of following:
– Using Snippet with use of wp_head hook
– Using Theme Custom CSS/Script if it allows from Appearance > Customize or Appearance > Custom CSS.
– Using child theme functions.php file with use of wp_head hookExamples:
To pus script in header use following snippet./** * Add scripts in header. */ function gd_snippet_wp_head() { ?> <style type="text/css"> .gd-my-class { } </style> <script type="text/javascript"> /* <![CDATA[ */ /*** JAVASCRIPT STARTS HERE ***/ alert("Header Javascript!"); /*** JAVASCRIPT ENDS HERE ***/ /* ]]> */ </script> <?php } add_action( 'wp_head', 'gd_snippet_wp_head', 100 );
To pus script in footer use following snippet.
/** * Add scripts in footer. */ function gd_snippet_wp_footer() { ?> <style type="text/css"> .gd-my-class { } </style> <script type="text/javascript"> /* <![CDATA[ */ /*** JAVASCRIPT STARTS HERE ***/ alert("Footer Javascript!"); /*** JAVASCRIPT ENDS HERE ***/ /* ]]> */ </script> <?php } add_action( 'wp_footer', 'gd_snippet_wp_footer', 100 );
Let us know.
Kiran
May 23, 2019 at 8:33 pm #488465Hello,
thank u very much now is the Map perfect, the CSS, Header & Footer Scripts works too.
I have put the CSS under Simple Custom CSS and install a Plugin “Insert Headers and Footers” for the Header & Footer Scripts. Thats Works too.
– I have tested a few things and discovered that when I click on an entry on the map on Startseite, the entries do not open.
Than Comes:
Page not found
You followed a link that appeared to be broken or the page was removed.What can i do?
– And if i want update the Plugin (Add Ons) the don’t work, its comes:
“Update failed: (more info) – Download failed. Unauthorized” and “Your license has not been activated for this domain, please activate it first.”
As Example GeoDirectory Advanced Search Filters, Location Manager … have a new Update.Thanks 4 r help
Best RegardsMay 24, 2019 at 1:02 am #488529Resave permalinks: https://wpgeodirectory.com/docs-v2/geodirectory/settings/permalinks/#404
For the updates, deactivate and reactive the license key https://wpgeodirectory.com/docs-v2/addons/installing-addons/#url-change
May 24, 2019 at 1:58 am #488542Hello the updates works, but resave the permalinks i don’t understand it.
May 24, 2019 at 6:59 pm #488723Hi Kai Siemer,
Thanks for your reply. I’ve just tested it by clicking on a map listing and I’m able to open the listing without issues. Could you give it another try?
May 24, 2019 at 11:43 pm #488778Yes, I can open it too, but the content is displayed incorrectly. Open an entry in the backend as you can see that there is a lot more content.
See as Example, here is only a picture … where is the other data?
http://ostsee-insel-usedom.com/unterkuenfte/deutschland/mecklenburg-vorpommern/luetow/hotels-1/ferienresort-moewenort-usedom-ostsee/May 25, 2019 at 3:15 am #488789I cannot open that page, there is a login popup
May 27, 2019 at 6:35 pm #489330This reply has been marked as private.May 27, 2019 at 7:53 pm #489360Hi Kai,
Thanks for your reply. I’ve just enabled the sidebar on the listing details page and could you check and see if it’s what you’re looking for?
May 27, 2019 at 10:20 pm #489386Yes i mean that the adress and I do not even remember what else was displayed, but much more.
I have look on the Widget Detail Page, all Settings from before are deleted. )=
How can I find out what I had hired before?
And now i found out, i can’t see the Event Calender his entries.
what should I do? -
AuthorPosts
We have moved to a support ticketing system and our forums are now closed.
Open Support Ticket