Stiofan O'Connor
Forum Replies Created
-
AuthorPosts
-
I’m not exactly sure how you want to limit it, something like geodir_get_current_location(array(‘echo’ => false)==’florida’ could work but again i’m not sure what you are trying to achieve, if you explain more i can help more.
Thanks,
Stiofan
@Fab, I am guessing you have some sort of DNS caching going on in your browser, i just logged in and tried to update GD Booster and duplicate alert and they both updated fine. If they are not upto date on the site you are viewing then you are viwing the old version of your site and should figure out how to clear the DNS cache in your browser.
Thanks,
Stiofan
Hi Robert,
No it should just work.
Thanks,
Stiofan
I have made changes to make those two locations easier to translate, for example tags is now:
$taxonomies[$post_type . '_tags'] = wp_sprintf(__('%s Tags: %l', 'geodirectory'), geodir_ucwords($listing_label), $links, (object)$terms);I have also added a filter incase the changes are not enough to achieve what you want.
These changes will be in the next release (hopefully tomorrow)
Thanks,
Stiofan
Hi janlyn,
It looks like you might have managed to resolve this? If not please provide wp-admin details in a private reply and i will take a look (private replies can only be seen by staff)
Thanks,
Stiofan
We plan to release tomorrow.
Thanks,
Stiofan
Hi clloh,
The jQuery UI styles are usually specific, i’m guessing it’s clashed with your setup here and it would be the same if you added any plugin that had jQuery UI styles. As you seem to have found the styles can be fixed just by making it more specific rather than using important, even just copy a style and add “body” infront of it will usually do it.
If we had to we could go down the route of trying to disable that script on certain pages but the above solution is much easier.
Thanks,
Stiofan
March 21, 2016 at 11:29 am in reply to: Problem with Duracell Tomi's Google Tag Manager Plugin #143627Thanks for the info, please check now: i added some code to your theme functions to fix:
//fix tags manager: function my_geodir_booster_exclude_js( $continue, $content ) { if (strpos($content, 'gtm.start') !== false ) { $continue = true; } return $continue; } add_filter( 'geodir_booster_script_continue', 'my_geodir_booster_exclude_js', 10, 2 );Thanks,
Stiofan
Your child theme css file was misssing a closing bracket at the end } check now.
Thanks,
Stiofan
Usually you find your licences under profile > downloads but it looks like you are expired! so you would need to go to Profile>purchase history>view licences>renew. You only have to renew your membership and all your licence keys will remain the same.
The change was a necessity or we would not have done it… We are working with the developers of the licensing system to me it better (even though this is the most popular one in the industry)
Thanks,
Stiofan
I dont know anyone free at the moment, we might have someone early next week, i will try and keep you posted or you can ping me about it here.
Thanks,
Stiofan
#1 are you seeing hist in you google analtics dashboard?
#2 This might be related to #1 you have two different tracking codes there, if WPSEO is adding one then remove one from our settings, but as i said the two are different tracking codes.
#3 Is everything upto date? This should not be allowed.
#4 Please explain more.
#5 Is the package a recurring payment, if so only some gateways are supported.
#6 No but they wont be able to use the same url so in essence they cant do it for the same place, google will know.
Stiofan
March 19, 2016 at 6:34 pm in reply to: Problem with Duracell Tomi's Google Tag Manager Plugin #143005I dont understand the problem, can u show me a link or a screenshot?
Stiofan
You are welcome, thanks for spotting, not sure when that happened.
Stiofan 🙂
Hello,
If you enable “Auto approve claim listing? (email verification)” This is the email used. It will auto approve the claim and you know the email is a real/live one, you can also undo this from the claim listings manager page if you want to undo it.
Thanks,
Stiofan
-
AuthorPosts