Kiran
Forum Replies Created
-
AuthorPosts
-
Hi Mandy,
I have updated patch on your site to fix styling conflict.
I also added following snippet in your child theme functions.php to fix chosen conflict.// Fix jQuery chosen conflict function _gd_custom_geowp_fix_chosen_conflict() { if ( class_exists( 'GEO_my_WP' ) && defined( 'GEODIRECTORY_VERSION' ) ) { if ( wp_script_is( 'google-maps', 'enqueued' ) ) { wp_dequeue_script( 'google-maps' ); } if ( wp_script_is( 'chosen', 'registered' ) ) { wp_deregister_script( 'chosen' ); wp_register_script( 'chosen', geodir_plugin_url() . '/geodirectory-assets/js/chosen.jquery.min.js', array( 'jquery' ), GEODIRECTORY_VERSION ); } } } add_action( 'wp_print_scripts', '_gd_custom_geowp_fix_chosen_conflict', 100 );Please check after clearing your browser cache.
Let us know if you have any problem.
Thanks,
KiranHi Felicia,
And how do I bring the “website” and “phone” below the description?
1) Create a folder named geodirectory in your theme or child theme.
2) Copy the following template from the geodirectory plugin in it geodirectory-templates/listing-listview.php and geodirectory-templates/widget-listing-listview.php
3) move following line of code (around on line no. 224):
<?php echo geodir_show_listing_info('listing'); ?>and add it to after the line
<!-- gd-content ends here-->4) Keep a back up of the folder with the 2 files in it, because you’ll have to add it back to the child theme after every time we update it (not so frequently, but still…)
Let us know how it goes,
Thanks
Hi Mandy,
Thanks for providing FTP credentials. Unfortunately the FTP account you provided has no permission to modify files.
I want do some debugging but i can’t rename or modify files.
It says like
“Error: mv /var/www/html/wp-config.php /var/www/html/wp-config-backup.php: permission denied”Don’t worry jQuery chosen conflicts also will be fixed, once i update patch.
Also please mention any page urls which have design problem, so can i check those pages.
Let us know.
Thanks,
KiranHi Scott,
Just checked all the listings mentioned here https://wpgeodirectory.com/support/topic/category-issue-bug/#post-405848 and all working as expected.
Do both fields “Alive Dates” and “Expire Date” have to be populated?
If you are asking about to run manual downgrade for test purpose.
Then
– Go to any listing edit page > Set expire date older then today > Save.
– Go GeoDirectory > GD Tools > Run Expire Check
That’s it. The listing with older dates will be expired/downgraded.Please check and let us know.
Thanks,
KiranHi Mandy,
Sorry for this! We want to apply some patch on your site to fix styling conflict on your site. Could you provide us FTP credentials?
Thanks for you patience.
Kiran
Hi Scott,
In my last reply, i have updated patch for “When a package expires or downgrades shouldn’t the default category show as the only one? When I go to edit it shows no category and I need to choose one.”
Now we have also fixed issue mentioned at here https://wpgeodirectory.com/support/topic/supreme-directory-issues/page/3/#post-405350
But now it seems you have switched them from Supreme Directory to GEO Travel.Please check in theme Supreme Directory and let us know.
Thanks,
KiranHi Mandy,
We have fixed style conflict. Let us provide FTP credentials so we can apply patch on your site to check.
Kiran
Hi Rhonda,
You can remove package list from claim form via setting GeoDirectory > Listing Claims > Options > Force an upgrade to complete the claim listing procedure.
I have added todo to allow free packages in claim process. It will be implemented in future release.
Thanks,
KiranHi Scott,
The problem has been fixed. I have tested with manual expire/downgrade process via GT Tool and it worked fine now.
When any listing expire/downgrade in future, let us know how it goes.
Thanks,
KiranThis reply has been marked as private.Hi Elena,
Please check now. There was a problem in linking between translated listing & categories. I have fixed it via database by running query.
Let us know.
Thanks,
KiranHi Mark,
I have applied patch on your site. Please check and let us know how it goes.
If you find any problem just list steps how to replicate from our side.Thanks,
KiranThanks for letting us know 🙂
Hi Mandy,
There was a css class conflict between theme & plugin. To fix this conflict, i have added following css in GeoDirectory > Design > Scripts
.header-wrap .right-col.woocommerce.hide { display: table-cell !important; } .site-header .table { margin-bottom: inherit; } .is-mobile #mobile-header .table { background-color: inherit; } .pending-count.alert { margin: -36px 0 0 9px; padding: 0 9px 0 8px; border: inherit; }Please check after clearing a browser cache.
Let us know.
Thanks,
KiranThis reply has been marked as private. -
AuthorPosts