Stiofan O'Connor
Forum Replies Created
-
AuthorPosts
-
if you want both paging and the test there u can simply add this to your child theme functins.php
add_action('geodir_before_listing', 'geodir_pagination',100);and then make sure u have a setting set in GD>design>search>Show advanced pagination details
If you need something different let me know.
Stiofan
OK i tried a quick way but i’m not sure of the plugin lass structure so go to the plugin developers and as how to remove these two hook actions:
add_action( 'save_post', array( $this, '_save_post' ), 10, 2 );add_action('save_post', array($this,'ow_custom_meta_box_save_contestant'));belwo is what i was trying , if u give it to them they should be able to understand what we are trying.
//fix for GD and voting plugin if(isset($_REQUEST['geodir_ajax']) && $_REQUEST['geodir_ajax']=='add_listing'){ add_action('after_theme_setup','gd_voting_fix'); } function gd_voting_fix(){ remove_filter( 'save_post', array( 'Ow_Vote_Contestant_Controller', 'ow_custom_meta_box_save_contestant' ),10 ); remove_filter( 'save_post', array( 'scbPostMetabox', '_save_post' ),10 ); }Thanks,
Stiofancan u please explain what fields and what listings etc, how can i recreate this?
Stiofan
Thanks for the info, it was a style in your child theme breaking it:
img { border: 0; max-width: 100%; max-height: 100% }It’s not very specific,i change it to
img { border: 0; max-width: 100%; /*max-height: 100%*/ }And maps now work, but i would consider removing that whole style.
Thanks,
Stiofan
For some reason your install is the ONLY ONE that has this problem but the map jd refuses to output when called on the wp_footer hook, i have added this php to your theme functions to fix it:
// fix GD map not loading remove_action('wp_footer', 'send_marker_jason_to_js'); add_action('wp_print_scripts', 'send_marker_jason_to_js',200);Stiofan
Hello, please provide cloudways login so i can check the db.
Thanks,
Stiofan
i think you for got passwords for the last message?
Stiofan
Hi Marsha,
I believe it should work without it, let me know if you need help.
Thanks,
Stiofan
You seemed to have uploaded the broken css again, it is in your child theme styles.css about line 2500 as below, you have a quotation mark there which breaks things ”
I have removed it but please emove it from your original so you dont upload it again.
.entry-content div#socialnetworkswords p a:hover { font-weight: bold; color: #0096d1;" }Thanks,
Stiofan
Thanks Chris 🙂
GD>Design>Listings>Listing content section view
The setting is stored in a session so to see the change u will need to test in a incognito browser window (or close and open your entire browser)
Thanks,
Stiofan
Hi Stefano,
We have a lot of things changing in the next release so we have to do lots of testing, hopefully this Tuesday we will do a release.
Thanks,
Stiofan
Hi Marsha,
There is some info here (not much at the moment, i have asked for some more to be added):
https://wpgeodirectory.com/docs/events-overview/#linking
If you have the payments manager installed you need to enable it in the price package you will see settings to enable it in there.If you have any problems let me know.
Thanks,
Stiofan
Hi Chris,
GD>Place Settings>Sorting Options
https://wpgeodirectory.com/docs/core-place-settings/#sortingThanks,
Stiofan
February 12, 2016 at 12:29 pm in reply to: Reviews/Comment invisibles (but present in database) #121204So is it working now or still crashing?
Stiofan
Hello, thanks for the info.
The problem is caused by the “wp-voting-contest” plugin, if u disable it all works. It seems to be a paid or 3rd party plugin, if you send it to me i can probably find the problem but if you dont use it then simple disable it and all will be fine.
Thanks,
Stiofan
-
AuthorPosts