Bien sûr! Voici un commentaire général que tu peux utiliser pour une vidéo UA-cam en anglais: "Great content! I really enjoyed watching this video. The information was clear and engaging, and the editing was spot on. Looking forward to more videos like this. Keep up the excellent work!"
Thank you for taking the time to put this 3-part tutorial together. I'm new to WordPress and have been relying on "show and tell" videos like these to get me going. I've been doing really well so far, but adding a search page to my blog seemed a bit daunting, so I kept pushing it off. I followed your tutorial and now I feel really silly for putting the search function off for so long as it's not hard to do - I just needed someone to show me the ropes a little. Thx again! 😎
"Great content! I really enjoyed watching this video. The information was clear and engaging, and the editing was spot on. Looking forward to more videos like this. Keep up the excellent work!"
Are you asking about the yellow circle around the mouse? or the editing software. Camtasia is the screen capture software that I am using. Sublime Text 3 is the editing software.
@@jherbison , forgot to say thanks...one more question and I promise, Im assuming you are using a webcam....are we rocking one of the logitech cameras?
Hello Joshua, when i follow the codes that you lead WP gives me a blank page with just the header&footer... It is probably beacuse of the hierarchial page structure of WP. So what we should write to a default page to see the results after search submit? Or maybe which video I should watch?
Did you update the permalinks? In settings -> permalinks, just update them without even changing what permalink structure you are using.. Doing that helps WordPress reset its page memory.
Hello Joshua, I have as excel document. I want to add an advanced multi-field search for the document. I want to use 4 search bars and a submit button. When the users fill the search bars, the results should be shown either on the same tab or a new tab. My excel document is very big, it has more than 100,000 rows. Can it be done with a plugin or I have to code? I'm new to coding and I don't know how to do this advanced search. Can you suggest some plugin that I can use?
Are you uploading the document to the website? If so, you would want to export to a CSV and then import the data into the database. Depending on what the data is, depends on where you add it to the database. If it is a file of users, add them as users programmatically, or other data could be added as a custom post type.
@@jherbison yes I want to upload the document to my website. And I want the users to search for information present in the document. That's why I want to use 4 search bar (for 4 fields in the document) and a submit or search button. After filling the 4 search bars, a user should able to get the information from the remaining fields in the document. Can it be done with the use of a plugin?
Great tutorial! But I get "?s=&s=wall+unit" instead of "?s=wall+unit" and a completely blank page. I tried updating the permalinks but it didn't help. What am I missing here?
Thank you for the question. I feel that WordPress still has a long future. It is hard to replace a system like WordPress that serves so many websites around the world. So many people are familiar with the administration of WordPress which makes it hard to switch them to something else. We have been building a custom login area for our customers so that once we switch to a different platform, we can use the same login area. Installed and configured properly, WordPress can run as fast as any other solution. I have tested many of them... I could make a video about this.
I hope you found a solution for this. If not, you can just add in a line to include the custom post type products. I will add this to the videos that I need to make.
I hope you enjoy this video and subscribe. I enjoy making these videos.. Let me know what videos you all want to see.
Bien sûr! Voici un commentaire général que tu peux utiliser pour une vidéo UA-cam en anglais:
"Great content! I really enjoyed watching this video. The information was clear and engaging, and the editing was spot on. Looking forward to more videos like this. Keep up the excellent work!"
Thank you for taking the time to put this 3-part tutorial together. I'm new to WordPress and have been relying on "show and tell" videos like these to get me going. I've been doing really well so far, but adding a search page to my blog seemed a bit daunting, so I kept pushing it off. I followed your tutorial and now I feel really silly for putting the search function off for so long as it's not hard to do - I just needed someone to show me the ropes a little. Thx again! 😎
Thank you for watching and commenting.
"Great content! I really enjoyed watching this video. The information was clear and engaging, and the editing was spot on. Looking forward to more videos like this. Keep up the excellent work!"
man, you saved my life, thank yo so much
Awesome.. Glad the video helped.
Joshua....your video quality in the circle is outstanding. Please tell me what application you are using...thx
Are you asking about the yellow circle around the mouse? or the editing software. Camtasia is the screen capture software that I am using. Sublime Text 3 is the editing software.
@@jherbison , forgot to say thanks...one more question and I promise, Im assuming you are using a webcam....are we rocking one of the logitech cameras?
Hello Joshua, when i follow the codes that you lead WP gives me a blank page with just the header&footer... It is probably beacuse of the hierarchial page structure of WP. So what we should write to a default page to see the results after search submit? Or maybe which video I should watch?
Did you update the permalinks? In settings -> permalinks, just update them without even changing what permalink structure you are using.. Doing that helps WordPress reset its page memory.
Hello Joshua, I have as excel document. I want to add an advanced multi-field search for the document. I want to use 4 search bars and a submit button. When the users fill the search bars, the results should be shown either on the same tab or a new tab. My excel document is very big, it has more than 100,000 rows. Can it be done with a plugin or I have to code? I'm new to coding and I don't know how to do this advanced search. Can you suggest some plugin that I can use?
Are you uploading the document to the website? If so, you would want to export to a CSV and then import the data into the database. Depending on what the data is, depends on where you add it to the database. If it is a file of users, add them as users programmatically, or other data could be added as a custom post type.
@@jherbison yes I want to upload the document to my website. And I want the users to search for information present in the document. That's why I want to use 4 search bar (for 4 fields in the document) and a submit or search button. After filling the 4 search bars, a user should able to get the information from the remaining fields in the document. Can it be done with the use of a plugin?
The search results are spewing out all kinds of data that I don't want. How do I make the search results more specific?
Great tutorial! But I get "?s=&s=wall+unit" instead of "?s=wall+unit" and a completely blank page. I tried updating the permalinks but it didn't help. What am I missing here?
Hope you were able to figure this out. Email me if you are still looking for help with it. Josh@ideapro.com
What text editor do you use?
Im about 90% sure he is using the sublime text-editor
Yes, Sublime Text 3. Thank you both for commenting and watching!
Excellent course
16/06/2021
Thank you for watching and commenting.
hey joshua i wanna ask your opinion on future of wordpress ?
Thank you for the question. I feel that WordPress still has a long future. It is hard to replace a system like WordPress that serves so many websites around the world. So many people are familiar with the administration of WordPress which makes it hard to switch them to something else. We have been building a custom login area for our customers so that once we switch to a different platform, we can use the same login area. Installed and configured properly, WordPress can run as fast as any other solution. I have tested many of them... I could make a video about this.
this is available for post page only not for product how to this task for findind product
I hope you found a solution for this. If not, you can just add in a line to include the custom post type products. I will add this to the videos that I need to make.
Thank you so much.. really helped..
Awesome.. Thank you for watching and commenting.
Sir i want to contact you.....please tell me how can i??...i need help.🥺🥺
Email josh@ideapro.com
@@jherbison Sir i have send you a mail please watch that😔😔