Kiran
Forum Replies Created
-
AuthorPosts
-
This reply has been marked as private.
Hi Jeff,
We have fixed this issue. It will be in next release.
Try this patch https://github.com/AyeCode/geodirectory/commit/5d4e0e08105ad1d4ef9dfec5bbf9fc8149ff6237
Or provide FTP credentials to check from our side.
Kiran
Hi Denis,
Issue has been fixed, please check and let us know.
Regards,
KiranThis reply has been marked as private.Hi Jason,
Edit issue has been fixed and it will be in next release. Patch fix available here(if you want to update): https://github.com/AyeCode/geodirectory/commit/e8361931046f621968814037ade9babb9031a169
Kiran
Hello,
Can I get a sample code, so that as my attempt has not being a success
I have already provide sample code in post #486660
You have to refer this logic to achieve that.—
it is saying “Archives: Business Directory” .. not “Archive” .. it has an ‘s’ .. so I am abit lost there too
You can adjust it from Pages > GD Archive Page
Kiran
Hello 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
Hello Sabir,
2. Sorting settings do not work properly. We added “featured” as a sorting option and set it by default, but it does not appear in the GD archive page at all.
Sorting fields setup looks ok. Please provide FTP credentials to check why featured field not showing on sorting options.
—
Thanks for the prompt reply. I have added Free package for all the fields, and they appeared on the Front end, but now I have this error – pls see the attached screenshot.
You have disabled package id & expire date fields from fields settings. To use Pricing Manager you must have Package ID & Expire Date fields are active & also it is mandatory to have one of cart(Invoicing or WooCommerce) is active.
Let us know.
Thanks,
KiranHi Skye,
There is a “Gplzone Updater Plugin” plugin that hiding notices within admin area. I have performed v1 to v2 conversion.
Please check and let us know.
Regards,
KiranThis reply has been marked as private.Hi George,
One of plugin overwrites the plugins data and GD plugins looses input to insert licence key.
To fix this problem, i have applied solution provided here #408316.
Please check and let us know.
Kiran
This reply has been marked as private.This reply has been marked as private.Hi Kai,
Now map is working fine on home page. Please check and let us know.
Kiran
This reply has been marked as private. -
AuthorPosts