-
Author
Tagged: visual composer, kleo, Thumbnails, post grid
-
February 23, 2016 at 12:32 #105869unimaginedParticipant
Image thumbnails are not showing anymore after my last update. http://screencast.com/t/LlClGov7
February 23, 2016 at 17:13 #105972RaduModeratorHi,
Please disable all plugins and check after, if the issue disappears enable plugins back one by one to identify what causes this.
Let me know
Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionFebruary 25, 2016 at 12:59 #106554unimaginedParticipantI already did these and everything remained the same.
February 25, 2016 at 18:06 #106634RaduModeratorIf you don’t get an error please set WP_DEBUG to TRUE in wp-config.php and view again that page and let me know if some errors appears.
Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionFebruary 26, 2016 at 16:27 #106859RaduModeratorHi,
I need ftp details to try to debug this
Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionFebruary 29, 2016 at 00:48 #107291d_enajeticParticipantI’m having the same issues. Just replying to follow and hopefully see a solution.
Like Unimagined, the thumbnails from all of my posts disappeared after the update. In case it needs to be said, they’re missing in my custom VC Post Grid.
Attachments:
You must be logged in to view attached files.February 29, 2016 at 19:23 #107432RaduModeratorHi guys,
After 1 hour of debugging i’ve figured out what is the problem.
It’s permission issue, in your case @unimagined the server doesn’t have permissions to create a new folder in uploads folder, i’ve created manually 2016 folder and i’ve set 777 for that.
@d_enajetic try to upload an image to media to see if you can do this, if nope please review the folder permissions.Cheers
RAdu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionFebruary 29, 2016 at 19:40 #107438d_enajeticParticipantHi Radu,
I went through my control panel and found the uploads folder. There is a 2016 folder as well as other years dating back to 2012. All were set to 755. I changed the 2016 & 2015 to 777, but nothing has changed. I even uploaded a new pic in hopes it would trigger it, but nothing happens. Any other suggestions?March 1, 2016 at 13:08 #107581RaduModeratorHi d_enajetic,
Can you please provide credentials to check ? and also the page url where the screnshot was taken : https://cdn.seventhqueen.com/sq-support/wp-content/uploads/2016/02/missing-thumbnails.jpg
Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionMarch 1, 2016 at 18:46 #107824RaduModeratorHi,
Your issue is not similar to unimagined,on your page the images are there in SRC=”” tags, please disable mod_pagespeed, pagespeed can causes this.
Let me know
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionMarch 1, 2016 at 18:54 #107832d_enajeticParticipantHi Radu,
Not sure why it was on, because everything is handled through Cloudflare. I’ve turned it off, cleared the cache and nothing has changed.March 1, 2016 at 19:09 #107842RaduModeratorIf you disable plugins except visual composer,k-elements,buddypress and woocommerce the items will load properly ?
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionMarch 1, 2016 at 19:17 #107847d_enajeticParticipantJust disabled everything but those plugins. Unfortunately, nothing changes.
March 1, 2016 at 19:22 #107854d_enajeticParticipantI just re-enabled everything and made the site public again. If needed, you have my permission to go in and put it in maintenance mode. I’m already logged in.
March 2, 2016 at 18:14 #108047d_enajeticParticipantSo basically you’re telling me that VC custom templates don’t work anymore. If I switch to one of the default templates, they work, but I don’t care for their look. I even built a new template to see if it works, but no luck. I’ve also deactivated the theme and all of it’s plugins, re-uploaded and reactivated them, but nothing has changed. My site has been built around these custom templates that no longer work after the upgrade. Changing the template is simply not the answer.
The same issues affects a site I’m building for a client. (yes he has his own license) I’d really appreciate a solution to this.
March 2, 2016 at 18:18 #108048d_enajeticParticipantTo add to that info, the test (dummy) image is not showing in the VC Grid Builder either.
March 3, 2016 at 04:43 #108158d_enajeticParticipantHi Radu,
I couldn’t take it anymore and rolled back to the 3.1.3 release. Everything works fine now. From the looks of it, it’s not on you, it’s definitely something with VC because it’s screwing up my Buddypress installation as well. I’ll stay on this version until there’s an update that’s flaweless.Thanks for all of your help.
March 3, 2016 at 20:09 #108344RaduModeratorYou’re welcome
We will see in next vc update how things work
Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionMarch 24, 2016 at 10:24 #112509dintanParticipantHi all, my thumbnail is missing also, is the cause the same as d_enajetic?
http://knowledgetransfer.toa.edu.my/
March 24, 2016 at 16:55 #112551RaduModeratorHi dintan,
Please update the theme to latest version 4.0.4 and the afferent plugins, you can check the plugin update status from wp-admin -> appearance -> install plugins. If this is useless please follow these steps to enable wp debug:
- Connect to your server by FTP
- Look in root directory of your WordPress install and open wp-config.php
- Search for define( ‘WP_DEBUG’, false ); and change FALSE value to TRUE
COPY CODEdefine( 'WP_DEBUG', true );
- After this line add this:
COPY CODEdefine( 'WP_DEBUG_LOG', true );
WP_DEBUG_LOG is a companion to WP_DEBUG that causes all errors to also be saved to a debug.log log file inside the /wp-content/ directory. This is useful if you want to review all notices later or need to view notices generated off-screen (e.g. during an AJAX request or wp-cron run). Repeat the described actions and then check the debug.log file and let me know what error appears. If this is useless please try to deactivate additional plugins except Visual Composer, K-elements, BuddyPress, Paid memberships pro and revolution slider. After you have disabled the plugins try to see if the error persists.
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionMarch 25, 2016 at 17:08 #112746RaduModeratorSo, can i mark the topic as resolved ? your issue was fixed by applying the theme &plugins update ?
Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts
The forum ‘Bugs & Issues’ is closed to new topics and replies.