This website uses cookies to personalize your experience. By using this website you agree to our cookie policy.

Forum Replies Created

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • in reply to: Different Types on multisite #28314
    till.kemper61till.kemper61
    Participant

    Thank you for your help, i ask in futher the Download Manager deployer.

    in reply to: Different Types on multisite #28310
    till.kemper61till.kemper61
    Participant

    yes 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.kemper61till.kemper61.
    in reply to: Different Types on multisite #28305
    till.kemper61till.kemper61
    Participant

    You cannot access this content.

    in reply to: Different Types on multisite #28300
    till.kemper61till.kemper61
    Participant

    You cannot access this content.

    in reply to: Different Types on multisite #28287
    till.kemper61till.kemper61
    Participant

    It 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

    in reply to: Different Types on multisite #28280
    till.kemper61till.kemper61
    Participant

    It 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
    Till

    in reply to: Different Types on multisite #28279
    till.kemper61till.kemper61
    Participant

    Thanks, i test to activate the download Plugin Network width and generate a Serchbar on the Shop site wich include the Products and the downloads.

    in reply to: Different Types on multisite #28276
    till.kemper61till.kemper61
    Participant

    Hello, 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?

    in reply to: Different Types on multisite #28254
    till.kemper61till.kemper61
    Participant

    I have corrected the user.
    Thanks

    in reply to: Different Types on multisite #28241
    till.kemper61till.kemper61
    Participant

    You cannot access this content.

Viewing 10 posts - 1 through 10 (of 10 total)