Forum Replies Created
-
AuthorPosts
-
wallytor72
ParticipantHello, i think i make it with the vertical option and the colum setting,
thanks
wallytor72
Participanthello, i have other question, it is possible that in the horizontal result can I disable the horizontal scroll and then the result can be display all like in the isotopic results???
wallytor72
Participantgreat, this works!! thanks 🙂
wallytor72
ParticipantHello Again
I hae another question, I was wondering to know if it possible that the main source comes from a json or api ?? for example that the tool look for the information here
http://kiva.weareinhouse.com/wp-content/uploads/2020/05/csvjson.json
then i can add some filters from this main input???
thanks for your answer 🙂
wallytor72
Participantok, thanks for your help 🙂
wallytor72
ParticipantHello Ernest
thanks for your answer, about the category archive is because i have a layout for this post and we need to use it, this search is just focus on post then we need it to separate the search in categories thats why we can not use the result page :(, is there any way to change the result page, i did it but is now working, it gave me the link i sent you
wallytor72
Participantgreat!! this worked,
thanks!!wallytor72
ParticipantI was using this,`but it change all the result pages of the search in the site, as i have 2 different ones then it change for 2 but i need that this change apply in a just one search
add_filter( ‘asp_results’, ‘asp_custom_link_results’, 1, 1 );
function asp_custom_link_results( $results ) {
// Parse through each result item
foreach ($results as $k=>$v) {
/**
* In this context the
* $results[$k]->link
* variable holds the result link. Make modifications to that variable.
*/
$results[$k]->link = ‘#’;
}return $results;
}wallytor72
ParticipantHello Again
I was using the custom code to change the results on the search but it change to all the search result in the entire page, Can i do this just for one search ID, example in this page i have 2 search but i just want to change this search result.
At the bottom of the page
http://kiva.weareinhouse.com/leadership-and-team/thanks
wallywallytor72
ParticipantHello, thanks for your quick answer, it helped me a lot
-
AuthorPosts