Tagged: search
-
AuthorPosts
-
May 17, 2017 at 12:11 am #794548
Cuando se pincha en la lupa para hacer una búsqueda, no quiero que aparezca la fecha debajo del resultado.
Y cuando pinchas en Mostrar resultados (por ejemplo de buscar teléfono), abre la página
Tú estás aquí:Inicio/Búsqueda de “teléfono”
no sé como hacer modificaciones en el diseño, eliminar la columna de la derecha, por ejemplo.
Espero que alguien pueda echarme una mano, gracias.May 17, 2017 at 4:13 am #794587Hey MabelB28,
To remove the date from the ajax search, please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
.ajax_search_excerpt{ display: none; }
To remove the sidebar from your search results page, you can try this: https://kriesi.at/support/topic/how-to-remove-sidebar-on-search-result-page/
Or this: https://kriesi.at/support/topic/function-to-remove-sidebar-on-search-results/Best regards,
SarahJune 2, 2017 at 1:01 am #802825One more thing about these issues.
To delete the date is the text a little high with respect to the icon, how can I center it?
In the link teaches to delete the bar, but not to edit it. I do not remember what I did for in the bar to put the options of the header menu, but wanted to add a few more links, how can I do it?
Thank you very muchJune 5, 2017 at 11:52 am #803829Hello, forgive the insistence, is there any solution for my previous question?
June 5, 2017 at 12:00 pm #803833One more thing about this, I already removed the date in the search box of the top menu, but clicking on “Show all the results” opens a page where the date appears under each title found.
This date also I want to remove and center the title with the icon.
Thank you for your help.June 6, 2017 at 7:00 am #804339Hi,
We are very sorry for the late response.
1.) To adjust the position of the title after deleting the date, add this one.
.header_color .ajax_search_title { top: 5px; position: relative; } .ajax_search_content { overflow: visible; }
2.) To remove the date from the actual search results, use the following css code.
.template-search .date-container { display: none; } .template-search .entry-content-wrapper .post-title { top: 10px; position: relative; }
Best regards,
Ismael -
AuthorPosts
- You must be logged in to reply to this topic.