Stiofan O'Connor
Forum Replies Created
-
AuthorPosts
-
This reply has been marked as private.
you could simply wrap it in some tags and put it in your theme footer.php
Stiofan
There are many different ways to do it, but if i have to tell you then you might be better waiting for the update from the theme author so you don’t break things unintentionally.
Stiofan
It looks like you might have had a CPT you deleted that still had a link to CPT field, this was causing a issue with saving.
You also don’t have any listings with “soaps” but rather “soap” which works.
Stiofan
This is a theme issue, i have alerted the developer and given him the fix, if you need it before the next release then use this JS:
jQuery("body").on("geodir_setup_search_form", function($form){ jQuery('select').select2(); });
Stiofan
It also looks like most of your listings with apostrophes are using non standard apostrophes, were they added via CSV import or via an iOS device?
(in computer terms there are many different ways to display and apostrophe)
Stiofan
1. Not at the moment, Monday is fixed.
2. There is no option for this but the closed days do have individual classes so you could add the css
.gd-bh-days-closed{ display:none; }
Thanks,
Stiofan
Blocks can sometimes become corrupt if new setting are added, they will continue to work as normal but the settings screen might not until you convert or replace it, either will work.
Thanks,
Stiofan
Things like commas and apostrophes to search are just another letter, Barley’s could be BarleyXs.
For listings with apostrophes i would suggest either adding the alternate spelling in the description or as a tag so that they can be found either way..
Thanks,
Stiofan
I see this is a network site, do you perhaps have this network activated (not supported) instead of activated on the individual site? Some of the DB tables do not exist.
It also seems you have the GD Dashboard addon active which is no longer needed with GDv2, this might be related, this should be disabled and deleted.
Stiofan
You seem to have a few different licence keys, the one mentioned will expire but you have new ones with the new membership.
Stiofan
For some reason on your site its not working but when i test on my local it works :/
Anyway, it might be best to keep it loading ajax, this little JS snippet should make the scroll load work in your case:
jQuery("#main").on( 'scroll', function(){ jQuery(window).trigger('resize'); });
Stiofan
Hi Oliver,
Just to be clear, we don’t force you to update, this will have likely been done by your hosting provider.
What exactly are your showing in the tab, you might be able to do it via shortcodes? or there are other filters, like “geodir_tab_settings” that could remove the tab.
Stiofan
Details page. Please provide wp-admin login and we will take a look.
Thanks,
Stiofan
you can remove the ” ajax_load=’true’ ” part rather then setting it to false which might be converted to a string.
Stiofan
-
AuthorPosts