Jim Cibelli
Forum Replies Created
-
AuthorPosts
-
I added it back using this code
add_action('geodir_details_main_content', 'geodir_action_details_next_prev', 80);
And I still went form a Seattle listing to a California listing. I looked to see if anything was similar like a category but the one in California has a default category and the one in Seattle has a best restaurants category
It started working again I think I enabled autocomplete for near search but I’m not quite sure why it started working.
Now when I type in Florida I get this result. Again not sure what I did but it now works.
No that did not seem to fix the problem
In fact when I type in just Florida in the location setting I come back with list results from California.
Same result when I type in New York
Location Florida- https://vrconcierge.com/?geodir_search=1&stype=gd_restaurant&s=+&snear=Florida&sgeodir_cuisine%5B%5D=&sgeo_lat=36.8343901&sgeo_lon=-119.79630280000003.
Location New York- https://vrconcierge.com/?geodir_search=1&stype=gd_restaurant&s=+&snear=New+York&sgeodir_cuisine%5B%5D=&sgeo_lat=34.0146357&sgeo_lon=-117.8955775
Hello Alex,
Yes that did help what happened was on the search pages there was a class created called post-type-archive-gd_entertainment in the body tag
Then I targeted the button I wanted to hide by using CSS
.post-type-archive-gd_entertainment #reset-restaurant{
display: none;
}We are just using and
we have two buttons on the page and are using css like this.post-type-archive-gd_restaurant #reset-entertainment{
display: none;
}The class we are targeting a body tag class. While this works on the main page it does not work on the search pages. Because these pages have no custom body class based on posts.
Main link
https://test.vrconcierge.com/restaurant/That solved the problem thank you very much
Hey Kiran,
Sorry about the admin issue it should be fixed.
So what we are doing is generating these listing on one site and using a broadcast plugin to show them on these hotel touchscreens. We have a category set on the main site but once it’s broadcast there seems to be an issue where the category defaults to that image you’ve shown us.
It was working fine before on our other touchscreens so is there a better broadcast plugin then the one we currently have or do we have to make changes to the geodirectory plugin to make sure it broadcasts correctly
This reply has been marked as private.To answer your question. The seafood cuisine option the one we noticed the problem on does not have parenthesis in nor do any of the filter options on the site. Is it possible that would be an issue? If not we don’t want to change it.
No problem thanks for looking into this issue
This reply has been marked as private.This reply has been marked as private.Hey Alex,
With this one listing, we are seeming to have a lot of trouble if you look here https://vrconcierge.com/restaurant/philadelphia/perla-2/ it says there is a 404 error. Now I deleted the photo’s that were not working thinking this would fix it but they’re still not showing up.
Also, this site has a lot of past listing that has images we want to get rid off. We want to know if deleting the listing would delete all the images associated with it or do we have to go in and manually do it? We think this might be what is causing the issues with the images and have had problems like this before.
Thank you for your help so far.
Hey Alex so looking at the FTP what I am seeing is a bunch of files names 26614_geodir_logo_perla-east-passyunk-philadelphia-logo and I see a file called 26614_perla-east-passyunk-philadelphia-food-4.jpg. If I delete the files here and re-upload them should they appear?
This reply has been marked as private. -
AuthorPosts