I am trying to:Make the view work again sience I moved the domain from cruise.shooker.biz to ucruise.co.il
Link to a page where the issue can be seen: hidden link
I expected to see: the toolest view 'חיפוש קרוזים חדש.'
Instead, I got: empty page just with footer and header
I edited the page and changed Content Template to be "none". Now the View shows up as expected. Can you confirm?
Yes but without the image
Are custom size images working anywhere on your new site? It seems that they are not working in this View. If I choose a standard size, the images appear.
Where did you choose stanard size ? Why they stopped works can you please tell me
Where did you choose stanard size ?
You can choose a standard WP size by modifying the featured image shortcode, like this:
[wpv-post-featured-image size="thumbnail"]
Why they stopped works can you please tell me
I don't know, this is what I'm trying to understand. If custom sizes are not working anywhere on your site, it could be a server problem, like a problem with the graphics library installed for PHP, or a problem with directory permissions. Can you turn on server logs and see if any errors are generated? If you aren't familiar with server logs, I can show you how to activate them temporarily. Go in your wp-config.php file and look for
define('WP_DEBUG', false);
Change it to:
define('WP_DEBUG', true);
Then add these lines, just before it says 'stop editing here':
ini_set('log_errors',TRUE);
ini_set('error_reporting', E_ALL);
ini_set('error_log', dirname(__FILE__) . '/error_log.txt');
Then reload the page several times. If any backend errors are generated, this will create an error_log.txt file in your site's root directory. Please send me its contents. Once that is done, you can revert the changes you made to wp-config.php and delete the log file.
I change the domain look at the main page hidden link console its trying to get the images from cruise.shooker.biz ( old domain ) Do you have any idea how to change all the images & srcs ?
[12-Jun-2019 15:20:00 UTC] PHP Warning: posix_getpwuid() has been disabled for security reasons in /home/cruisedeal/domains/ucruise.co.il/public_html/wp-admin/includes/class-wp-filesystem-direct.php on line 203
/home/cruisedeal/domains/ucruise.co.il/public_html/wp-admin/includes/class-wp-filesystem-direct.php on line 203
I change the domain look at the main page hidden link console its trying to get the images from cruise.shooker.biz
Sorry I don't see this on the main page, did you change it?
The images seem to be appearing as expected here: hidden link
Is everything working as expected now?