Posted: April 16, 2018 at 1:21 am
|
Could you please help me to get the search or filter bar for my events to display on the basis of location and events name. |
||||||||||||||
Hi there, We can look into this. I should ask first for some clarification, is this the search field on the Event Espresso > Events admin page or somewhere else? |
|||||||||||||||
|
This search field will be for the users who visits our site and search the events on the basis of events name or events locations |
||||||||||||||
May I ask is the search field added by the theme or by a plugin? |
|||||||||||||||
|
I am asking , I want the search bar on my homepage, so that anyone can search the events on the basis of location and events name, whether its comes from plugin or theme no issue. |
||||||||||||||
Hi Titan1943, Whether the search bar comes from a plugin or the theme will determine how the events get added to the query. Since this is more of a customization-related request, I can recommend reaching out to one of the developers listed here for a quote: |
|||||||||||||||
|
yes , that’s what am asking does event espresso don’t have any search bar, or any shortcode for search bar to search the events on the basis of location and names |
||||||||||||||
Hi there, EE does not have that functionality out of the box, you would need a developer to create it for you. If you would like to work with a developer we have some that are familiar with Event Espresso here: |
|||||||||||||||
|
Hi there, EE3 has the search bar (i guess)? |
||||||||||||||
EE3 had a search shortcode that added some limited search functionality. With EE4 you have less limited search functionality because a standard Search widget can be used (or plugins like Relevannsi) can index EE4 event & venue content (because EE4 events and venues are WordPress Custom Post Types). |
|||||||||||||||
|
okay, Is it possible that you guide me with this, like for the search bar function which database I should look for to get the value and relation for them, I am going to make my query and get the data from database for the specific search. here is the site example I want search bar something like this: |
||||||||||||||
|
can you please provide me any relation between these tables? wp_posts ,wp_esp_datetime , wp_esp_venue_meta relation |
||||||||||||||
Hi there, We don’t provide support for customizations on the forums but have you had a look at our developer documentation here: https://github.com/eventespresso/event-espresso-core/tree/master/docs/ You’ll probably want to start by reading this: https://github.com/eventespresso/event-espresso-core/tree/master/docs/G–Model-System |
|||||||||||||||
|
Hello, could you please let me know where I can find the post image/ or event featured image in the database, please let me know the table or how can get the image for each event. |
||||||||||||||
In what context? What objects do you have? If you have an EE_Event object in a var Or if you want just the URL for the feature image Each of those default to the thumbnail size but you can pass a different size if preferred and as EE are custom post types, the feautre images are stored in the same way WP Posts are. We really need more context to be able to help you with the above. |
|||||||||||||||
|
Hello there, Thansk for your assistance, actually I have made a search bar using ajax request and service(api), so for that I need to display the image for each events,can you please guide me on this for the image to display |
||||||||||||||
|
http://www.race2gather.com/search1/ here is the url for search bar |
||||||||||||||
|
could you please let me know, how is image getting store in db, beacuse when I have checked db some events featured img stored in wp_posts -> guid and some are not, please explain me why its happening, and please let me know how can I fetch them in my search bar |
||||||||||||||
|
could you please let me know, how is image getting store in db, beacuse when I have checked db some events featured img stored in wp_posts -> guid and some are not, please explain me why its happening, and please let me know how can I fetch them in my search bar
|
||||||||||||||
The featured image ID is stored in wp_postmeta with a meta_key called _thumbnail_id. Example:
The actual thumbnail link is then contained in wp_posts with a post_type of attachment. Example:
Example code for retrieving the featured image outside of the loop follows:
|
|||||||||||||||
|
thanks It worked, I got the fields what you showed me , It worked with my query to fetch. thank you so much |
||||||||||||||
|
Hello, I migrated the site form local server to race2gather.com server, I guess it didn’t properly migrated, could you please guide me how to change my local ip add on with this domain. |
||||||||||||||
Hi there, Sorry but I’m not sure what you are asking above, what problem are you having on the site? What makes you say the site didn’t migrate properly? |
|||||||||||||||
|
like when am opening the df after the purchase I found it has missing the icon after thank you page |
||||||||||||||
|
pdf** |
||||||||||||||
|
here I mean , I have migrated the site from one server to another, db still contains the ip add of the previous one on new server |
||||||||||||||
We recommend using one of the following to properly migrate a database from one server to another: https://wordpress.org/plugins/wp-migrate-db/ |
|||||||||||||||
|
hello , i am still not figuring out the issue, can you please check and let me know how i can remove my ip address with current one I want to remove : |
||||||||||||||
For that specific instance, you’ll go in to edit the Receipt template in Event Espresso > Messages > Default Message Templates. There you can click on the Reset Templates button and it will rebuild the template to its default state. You may have some other areas in the database that still use the IP address instead of your production site’s domain, and you can use one of the above listed tools to ensure those strings in the database are correctly migrated. |
|||||||||||||||
|
ok thanks , let me migrate the db once again and let will let you know it worked or not. thank you |
||||||||||||||
|
thanks that worked, please let me know how can I remove the example.com from mail, I checked in message but not get anything |
||||||||||||||
That’s coming from the Ticket Notice template’s Main Content section, specifically this html & shortcode:
You can edit the Organization Name field in Event Espresso > General Settings to change what’s output there or go to Event Espresso > Messages > Default Message Templates and edit the ticket notice template from there. |
|||||||||||||||
The support post ‘I want the search bar for EE4 plugin on the basis of events and locations.’ is closed to new replies.
Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.