Forum Replies Created
-
AuthorPosts
-
till.kemper61
ParticipantThank you for your help, i ask in futher the Download Manager deployer.
till.kemper61
Participantyes there i have tested it with the featured image manuelly, but is it nessesary to set the featured Image automaticly with the Document type.
like Mustersatzungsvorschlag Kinderfeuerwehr
-
This reply was modified 5 years, 11 months ago by
till.kemper61.
till.kemper61
ParticipantYou cannot access this content.
till.kemper61
ParticipantYou cannot access this content.
till.kemper61
ParticipantIt is not working, i put in this code to my /wp_njf_multisite/wp-content/themes/Avada/functions.php but noting is happening in the frontend.
/*PDF Logo in Search*/ add_filter( 'asp_results', 'asp_attachment_image_custom', 10, 1 ); function asp_attachment_image_custom( $results ) { // Parse through each result item foreach ($results as $k=>&$r) { // PDF custom image if ( isset($r->post_mime_type) && strpos(strtolower($r->post_mime_type), 'pdf') !== false ) { $r->image = 'https://media.njf.de/2020/07/pdf.png'; } } return $results; }If you will probatly test it i have actualisate the ftp entry
till.kemper61
ParticipantIt ist working.
Is it possible to shown the PDF Logo in the Search bar bevor the document Title? like on https://archiv.njf.de/downloads/?
Kind Regards
Tilltill.kemper61
ParticipantThanks, i test to activate the download Plugin Network width and generate a Serchbar on the Shop site wich include the Products and the downloads.
till.kemper61
ParticipantHello, thank you, but this solution is not possible, because we are want serach to all Subdomains on the Mainpage. (njf.de) So when i only can search for things on the Mainpage with include downloads or with include products.
Is it possible to conntect the Data of 2 Search Bars to 1 Search Bar?
till.kemper61
ParticipantI have corrected the user.
Thankstill.kemper61
ParticipantYou cannot access this content.
-
This reply was modified 5 years, 11 months ago by
-
AuthorPosts