Stiofan O'Connor
Forum Replies Created
-
AuthorPosts
-
Hi Val,
Can you privet reply a link to your site, i will flag this for John as i think it might just be a CSS issue.
Thanks,
Stiofan
czar is correct, functions.php, and it will not be implemented in core as it is not our place, this wp api can be used by many other plugins there is no reason for us to want to disable it.
Thanks,
Stiofan
I have added the “entry-header” to core.
Thanks,
Stiofan
I can’t seem to see what you mean, can you give me wp-admin details so i can try viewing a page with and without GD active so i can see the difference.
Thanks,
Stiofan
Thanks for the info, i see the frontend is working exactly as you set it out but the backend it not. I will add this to the task list for core.
Thanks,
Stiofan
I am out at lunch at the moment and replying off my phone. Hopefully one of them will see this and reply, if not I will get a link to you Monday.
Thanks
stiofan
Jason I appreciate your feedback even if I don’t agree with it, feedback is how we make things better. There are many live sites out there making money and we have had several appreciation emails from customers who have created thriving businesses from GD.
I am not sure what has gone so wrong for you but i would love to hear first hand and I am happy to chat about it on Skype, I don’t want you wasting anymore time, it would be best if we could chat and figure it out what’s going on.
I will be off for the rest of the day but we can chat on Monday and hopefully get you in a better place.
Thanks,
Stiofan
Hi guys.
Let me assure you we are dedicated to this and you have not wasted ur money. We have just taken on a new full time develpoer and we will be releasing updates ever week from or as needed.
Our support policy is to support our products functionality but customisation is not support and we try to avoid this so we can concentrate on making our products better. I will however try and find a good developer to man the jobs section off his own back, thank you for bringing this to my attention.
Jason if you can reply as a private message with your Skype address on Monday I can work through any problems you have and hopefully get you in a better place.
Thanks,
Stiofan
We do not use it in any way, you can disable it simply by adding this one line of code to your child theme: (silly WP for enabling by default)
add_filter('xmlrpc_enabled', '__return_false'); // disable xmlrpc api
Thanks,
Stiofan
I have added a patch for old browsers, it will be in the next version of core.
Thanks,
Stiofan
Hi Sam,
I tested and the sort options seem to be working, my only guess is that there is a JS error preventing the order from changing?
Also the login details for your site are not working anymore.
Thanks,
Stiofan
this is a problem with enfold and the sidebar, we need to have the
<aside>
positioning: initial; I will flag this for john to correct in the next version of the compatibility pack.
Thanks,
Stiofan
Thanks for the feedback, i will be working on this when i can and will keep you updated.
Stiofan
Hello,
Please use try this code(not tested) and let us know how u get on:
function extra_scripts() { global $post_type; if(in_array( $post_type, geodir_get_posttypes() ) ){ wp_enqueue_media(); // Registers and enqueues the required javascript. wp_register_script('extraimages_scripts', site_url().'/wp-content/plugins/geodirectory/geodirectory-assets/js/extraimages.js'); wp_enqueue_script('extraimages_scripts'); } } add_action('admin_enqueue_scripts', 'extra_scripts');
Thanks,
Stiofan
Hi Greg,
The idea is people can leave reviews and comments, we are only counting ones with rating as a review. It might be a case that someone might want to leave a comment saying “BTW there is a special offer on here running till xxx”
We would prefer to keep it this way, we could even do a separate widget for recent comments etc.
I appreciate your feedback and if you have further suggestions let me know.
Thanks,
Stiofan
-
AuthorPosts