Hi, i have a problem.
Today I had to change a test domain (http://lisewo.madry.nazwa.pl) to the domain purchased by the customer (http://killisewo.com.pl) so I used this two update option and put it to the function.php.
update_option('siteurl','http://killisewo.com.pl');
update_option('home','http://killisewo.com.pl');
Everything works fine except adding a new Pictures and Thumbnails in Thumbnail Options (in posts, portfolio item). Thumbnail loads in a strange way. When i upload new thumbnails I can only see this code without a thumbnail:
<# _.each( attachments, function( attachment )
{ #> <# if ( attachment.sizes.hasOwnProperty( 'thumbnail' ) )
{ #> <# } else { #> <# } #> <# } ); #>
I don’t really know what’s going on because previously everything worked just as it should be. I add some screenshots when thumbnails upload file correctly and how it looks now. At now I have only two portfolio items in my site ‘akcja mis’ and ‘kultura dostepna’ in my menu : Projekty/Zrealizowane Projekty/.
Attachments:
You must be
logged in to view attached files.