Stiofan O'Connor
Forum Replies Created
-
AuthorPosts
-
Hi Derek,
Can you also provide FTP info and i will upload a fix.
Thanks,
Stiofan
What contents, image links? If so try the plugin “better search repalce”
Thanks,
Stiofan
Hi Tim,
I see “Resource Limit Is Reached” when i visit ur site, who is ur hosting with and what resource limit has been used?
Thanks,
Stiofan
Hi Leo,
You have to set your homepage to be the GD homepage, i have done it for you now, it is the last step here: https://wpgeodirectory.com/docs/basic-installation/
Thanks,
Stiofan
Great, thanks for sharing 🙂
Hello,
What theme are you using?
Thanks,
Stiofan
So another sort of widget, it could be done but i don’t think its never been requested before, it might be something you might want to develop yourself if you need it?
Stiofan
I added an image with no problems.
Additionally i think i see why you are trying to do but a fieldset will create its own section, so you can’t have a fieldset in a fieldset, i would simply have a fieldset for each so Additional facility member 1 or something, then it should only show when there are details, check how i have set it.
Stiofan
I have assigned this to the dev who implemented this, he just left for the day so he will reply tomorrow.
Thanks,
Stiofan
I was actually referring to the wrong hook as its on the main search form, i have updated it on ur site and for future reference this is it here:
add_filter('geodir_search_output_to_main_taxonomy','_my_cat_order_change',10,3); function _my_cat_order_change($html, $field_info, $post_type){ $html = str_replace('<option value="102" >Other</option>', '', $html); $html = str_replace('</select>', '<option value="102" >Other</option></select>', $html); return $html; }Thanks,
Stiofan
March 23, 2017 at 12:33 pm in reply to: Send invoice email title is WordPress, can I change that? #369295This reply has been marked as private.You will see that message about no automatic updates if no licence key is added on the main site.
We will be releasing an update plugin soon that will allow updates as normal for multisite.
As for running out of resources, what is your current server spec and php memory limit?
Thanks,
Stiofan
Hi Joy,
As far as i can tell what you want is for people to land on home, share location and then the homepage to be customsied to that location? If so that is how we used to do things and we changed it for a number of reasons.
#1 Caching, you can’t cache that page, meaning it will always be slower and its going to be one of the most popular pages.
#2 SEO, How should Google list the page, the page should be the same, individual pages for each location.The closes page to what you want/need would be “/location/me/” page.
Thanks,
Stiofan
Hi Hector,
Thanks for the reply, let me try and answer each point in turn:
1. Because of internet standards any locations services now need to have https connection, it just wont work without it, that might be the case here? If not we can still take a look, our autolocation and near me button should work exactly as u described, if not we can take a look so see why not.
2. Removing all images, we have never had that request 🙂
There are two options to do that,
#1 a simple CSS snippet.geodir-post-img {display:none;}#2 You could move the listing templates to your child theme and remove the div completely.
3. People seem to think this would be a good idea but in reality its really not, that why there is not really anyone who does it that way unless they are extremely specialized, say you have things like “price” and “location” they are very reliant on the individuals needs and a bad score for just one item can bring the whole rating down even if in reality the user would give it an over all better rating, all this does is bring down the over all ratings for everyone and it makes everyone looks worse than they are and it puts customers off. We looked in to doing it that way when we first developed multi ratings but did not for those reasons. Having said that, if you NEED to do it that way, if it were me, i would just write a bit of JS to do it in the background.
4. You can set the number of stars, you could make it 10, making it 100 might be a bit tricky and require a bit of CSS to make the output look ok but in theory it all could be done with setting and some CSS.
If you need me to clarify any points or have any more questions just ask, if you can give us wp-admin details to your site we can look at a couple of the points right away.
Thanks,
Stiofan
I think the best thing to do would be to set it to show and then remove it if not needed.
You could use this hookapply_filters("geodir_custom_field_output_fieldset_var_{$html_var}",$html,$location,$cf);Take the html var of the fieldset and then get the global value of $post, check what fields u need to and if u need to remove it then return something like
<!-- removed -->Stiofan
-
AuthorPosts