Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #668277

    Hallo zusammen,
    ich habe das Problem, dass ich meine Bilder nicht mehr zuschneiden kann. Ich bekomme das Bild geladen und kann auch einen Zuschnitt einzeichnen. Drücke ich nun auf zuschneiden, dann bekomme ich folgende Meldung:
    “Konnte das Vorschaubild nicht laden. Bitte laden Sie die Seite neu und probieren es erneut.”

    Ein Neuladen der Seite hat natürlich nichts gebracht. Ich habe in der functions.php eine weitere Bildgröße hinterlegt mit square_large 300x300px für eine optimale Darstellung der Bilder für die Teammitglieder. Entferne ich die zusätzlich angelegte Bildgröße in der functions.php, dann funktioniert auch wieder das Zuschneiden unter Medien.

    Habe ich etwas falsch gemacht beim Anlegen einer weiteren Bildgröße in der functions.php?
    Hier der Codeabschnitt:

    $avia_config['imgSize']['widget'] 			 	= array('width'=>36,  'height'=>36);						// small preview pics eg sidebar news
    $avia_config['imgSize']['square'] 		 	    = array('width'=>180, 'height'=>180);		                 // small image for blogs
    $avia_config['imgSize']['square_large'] 		= array('width'=>300, 'height'=>300);		                 // large image for team
    $avia_config['imgSize']['featured'] 		 	= array('width'=>1500, 'height'=>430 );						// images for fullsize pages and fullsize slider
    $avia_config['imgSize']['featured_large'] 		= array('width'=>1500, 'height'=>630 );						// images for fullsize pages and fullsize slider
    $avia_config['imgSize']['extra_large'] 		 	= array('width'=>1500, 'height'=>1500 , 'crop' => false);	// images for fullscrren slider
    $avia_config['imgSize']['portfolio'] 		 	= array('width'=>495, 'height'=>400 );						// images for portfolio entries (2,3 column)
    $avia_config['imgSize']['portfolio_small'] 		= array('width'=>260, 'height'=>185 );						// images for portfolio 4 columns
    $avia_config['imgSize']['gallery'] 		 		= array('width'=>845, 'height'=>684 );						// images for portfolio entries (2,3 column)
    $avia_config['imgSize']['magazine'] 		 	= array('width'=>710, 'height'=>375 );						// images for magazines
    $avia_config['imgSize']['masonry'] 		 		= array('width'=>705, 'height'=>705 , 'crop' => false);		// images for fullscreen masonry
    $avia_config['imgSize']['entry_with_sidebar'] 	= array('width'=>845, 'height'=>321);		            	// big images for blog and page entries
    $avia_config['imgSize']['entry_without_sidebar']= array('width'=>1210, 'height'=>423 );						// images for fullsize pages and fullsize slider
    $avia_config['imgSize'] = apply_filters('avf_modify_thumb_size', $avia_config['imgSize']);
    
    $avia_config['selectableImgSize'] = array(
    	'square' 				=> __('Square','avia_framework'),
    	'square_large' 			=> __('Square Large','avia_framework'),
    	'featured'  			=> __('Featured Thin','avia_framework'),
    	'featured_large'  		=> __('Featured Large','avia_framework'),
    	'portfolio' 			=> __('Portfolio','avia_framework'),
    	'gallery' 				=> __('Gallery','avia_framework'),
    	'entry_with_sidebar' 	=> __('Entry with Sidebar','avia_framework'),
    	'entry_without_sidebar'	=> __('Entry without Sidebar','avia_framework'),
    	'extra_large' 			=> __('Fullscreen Sections/Sliders','avia_framework'),
    	
    );

    Bitte helft mir bei meinem Problem ;)

    #668958

    Hat niemand eine Idee wo der Fehler liegt?

    #669446

    Ich dachte hier bekommt man schnell geholfen vom Supportteam…….

    #670822

    Hi,

    We are very sorry for the delay.

    The code looks correct. On what element are you planning to use the custom image?

    Please refrain from bumping or replying to your own thread because it gets pushed back to the end of the queue and moderators won’t be able to provide a response immediately. Please be patient while we go through the rest of the queue. Thank you for your understanding.

    Best regards,
    Ismael

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.