Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Add image in Advanced Title Field
This topic contains 1 reply, has 2 voices, and was last updated by Ernest Marcinko 4 years, 9 months ago.
- AuthorPosts
- September 3, 2018 at 2:31 pm #19138
Hello, im trying to add the logo of my proyects in results.
I modify the Advanced Title Field, this is the code, the logo (image) is in
“informacion_del_proyecto_precio” ACF and need to put in URL OF THE LOGO
But cant get it to work, the acf is returning the URL (the option is checked, but dont work.
Thnaks in advance.<div class="logo-proyecto" > <img src="URL OF THE LOGO" /> </div> <div class="conte-pro-grid"> {titlefield} <div class="valor-proyecto"> Desde: {informacion_del_proyecto_precio} </div> <div class="tipo-proyecto"> {informacion_del_proyecto_tipo} </div> <div class="ubicacion-proyecto"> <strong>Ciudad:</strong> {informacion_del_proyecto_ciudad} </div> <div class="area-proyecto"> <strong>Área:</strong> desde {informacion_del_proyecto_area_total} hasta {informacion_del_proyecto_areas_area_total} </div> </div>
September 3, 2018 at 3:23 pm #19140Hi!
I am not sure if the title field is the best option to use here, although I am not sure what exactly is the case.
You can actually use a custom field as an image source under the image options panel: https://image.ibb.co/ffX2Cz/download.png
Also, I would rather recommend tryin this one, maybe as the advanced description field:
Best,
Ernest Marcinko
If you like my products, don't forget to rate them on codecanyon :)
- AuthorPosts
You must be logged in to reply to this topic.