Stiofan O'Connor
Forum Replies Created
-
AuthorPosts
-
Think u forgot the link Guust 😉
Hello,
I have added this as a feature request in our PM and it will be looked at soon.
Stiofan
Hi Jason,
Am i missing something here? Is all you have to do not just rearrange your widgets after you activate GD?
Stiofan
October 27, 2014 at 10:54 am in reply to: New Regions not getting added to the Region Selector on main menu #19697It just shows the first few, there should be an option to list all under GD>multilocations>Show location switcher in menu>List all Countries, Regions, Cities. but i have just tested it and it and it’s not working in the latest release, i have fixed it already and it will be working in the next release.
Stiofan
not tested but maybe something like:
.search_by_post{ display:none; }
Have you tried hiding it with CSS?
Stiofan
October 27, 2014 at 10:06 am in reply to: Can I manually add regions and cities instead of Google adding them #19689i don’t see your request yet?
Stiofan
October 27, 2014 at 10:04 am in reply to: New Regions not getting added to the Region Selector on main menu #19688Hello,
The dropedown menu only shows a few locations and then lets you ajax search for others, please check.
Stiofan
I have applied the fix to your site 🙂
Stiofan
i’m not sure it would work because the content filter is applied and that is applying it’s own filters but try this
add_action('geodir_before_tab_content', 'geodir_before_tab_content_post_video',15,1); function geodir_before_tab_content_post_video($tab){ if($tab=='post_video'){ // ADD YOUR SHORTCODE BEFORE CODE HERE } } add_action('geodir_after_tab_content', 'geodir_after_tab_content_post_video',15,1); function geodir_after_tab_content_post_video($tab){ if($tab=='post_video'){ // ADD YOUR SHORTCODE AFTER CODE HERE } }
As i said, i doubt it will work but worth a shot.
Stiofan
This has been fixed and will be in the next version.
If you want to apply the fix now please make the following changes to geodirectory-functionsgeneral_functions.php
line 1145 from
$groupby = "";
to:
$groupby = " GROUP BY $wpdb->posts.ID ";
line 1159+
change to this order:
" . $join . " " . $where . " " . $groupby . " " . $orderby . " " . $limit;
Also 1249
from$where .= " AND " . GEODIR_ATTACHMENT_TABLE . ".ID IS NOT NULL GROUP BY " . $table . ".post_id";
to
$where .= " AND " . GEODIR_ATTACHMENT_TABLE . ".ID IS NOT NULL ";
Stiofan
hmm, i don’t think there is an easy way, why?
Set it to what ever u can manage really, i am getting a few slow queries when i have them all installed also, if it was me i would probably run the forum in a new wp site maybe a subdirectory.
Stiofan
Do u still have any problems? Seems to be working?
Stiofan
I don’t know what to tell you, i have
Avada theme active
woocommerce installed
bbPress installed
ALL GD plugins installed and still can’t recreate the problemI would concentrate on getting error logs from your server to get to the root of the problem with your server first.
Stiofan
-
AuthorPosts