-
AuthorPosts
-
April 13, 2016 at 12:15 am #612241
Hi,
Running latest version of Enfold and WordPress. Images will not appear in sliders. “Interactive” images/icons will not “pop” – image used in testimonials and icon list.Deactivated all plugins and still did not work. Decided to delete some of the unused ones. Then got this error message white trying to delete final two…
Not Found
The requested URL /inalienable-dickens.php was not found on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
Apache Server at http://www.capitolarumours.com Port 80Please advise. Thank you in advance for any assistance. This site is scheduled to launch first of next week!
Cheers!
April 13, 2016 at 1:34 am #612269Hi!
The access provided is not working.
Regards,
JosueApril 13, 2016 at 5:51 pm #613027Hi Josue,
The link and login in should work… try new one provided below… thanks!
JanetteApril 15, 2016 at 1:53 pm #614804Hey!
I checked your site on my end and it all elements were working as expected – http://screencast.com/t/yw5h0Hjc5, can you point a screenshot of your view?
Best regards,
JosueApril 15, 2016 at 11:11 pm #615198Hey Josue,
I just checked as well — and you are right, it’s all back. Ta-Da!
Thanks!
April 15, 2016 at 11:23 pm #615202Unfortunately, after the last update slider on my homepage does not work… Any advices?
- This reply was modified 8 years, 7 months ago by anula_w.
April 16, 2016 at 1:52 am #615226I am also experiencing this issue. Suddenly yesterday images used in the Enfold Advance Style Editor (slideshow, etc) can not be seen on the front end of the website. (www.plymouth.org). I did not update any plug-ins or features and do not know why they are not showing up. I can see them on the backside. Even trying to create new slideshows do not work.
Can you please help? Thank you!
April 16, 2016 at 1:55 am #615227Me too! I can no longer see the video slider on my homepage (www.loyalloops.com)
April 16, 2016 at 2:19 am #615233Me too. All sliders and image frames are not showing across the entire site!
April 16, 2016 at 1:31 pm #615446April 16, 2016 at 8:48 pm #615566Hi Josue,
I am having the same problem. I am creating a simple page with one slider and the image doesn’t show up. http://leadin.life/lead-better-live-better/
I tried to update the theme as you suggested, but I get the following message:
“No Updates available. You are running the latest version! (3.4.7)”. Checked manually and still get the same message.Any thoughts?
Fabiana
April 16, 2016 at 10:55 pm #615593Hi. I am also running all the latest updates of Enfold and WordPress as of today, and my Full Widt Easy Sliders and Easy Sliders do not show any images at all. Just a big blank space…?
Any help would be greatly appreciated. :)
April 17, 2016 at 12:15 am #615608Hi!
@marianogreenf 3.4.7 is an old version, please refer to – http://kriesi.at/archives/the-complete-guide-to-updating-enfold
@magnusin, can you post a link to your site please?Best regards,
JosueApril 17, 2016 at 2:43 pm #615795Actually, my site is hosted at my server, but the domain is redirected to another site while i edit and build it. Therefore, i edit my hosts file with the info i have set in the private content…
I tried to update, and the problem seemed to go away after i deleted my cookies :)
Thanks…
- This reply was modified 8 years, 7 months ago by Magnusin.
April 17, 2016 at 10:20 pm #615924Hi,
One of my sites recovered from this anomaly. However, another one is now going through same failures — slider images not loading and other interactive aspects not working (images that pop up on testimonial page, gallery pop ups at the bottom of first page.) All my settings are current. I did note to Josue that the original site I posted this issue about did “recover” within 2 days of my reporting it. That site is under construction. The site I am now reporting is live.
Please advise urgently.
Thanks!
April 18, 2016 at 1:10 pm #616405Josue, thanks. I have upgraded to the latest version now, and the problem continues. Here’s page page: http://leadin.life/lead-better-live-better/
Please advise, thanks!
Fabiana
April 18, 2016 at 10:56 pm #616869Josue,
The site I posted about on 4/17/2016 is still not working properly. Images in slider, gallery and testimonials are not working — basically all images that have “movement” — except for two pages that are monitored by my commerce partner. Please advise ASAP!
Thanks!
April 19, 2016 at 8:41 pm #617671Please — need help with this issue! Will the most recent Enfold update take care of this problem?!
Please respond ASAP!
April 20, 2016 at 1:43 am #617837Hey!
Yes, it will. Please update Enfold to the latest version 3.5.3 – http://kriesi.at/documentation/enfold/updating-your-theme-files/ and flush browser cache and refresh your page a few times – http://wiki.scratch.mit.edu/wiki/Hard_Refresh
Cheers!
YigitApril 20, 2016 at 11:38 am #618197Thank you all for your help!!
- This reply was modified 8 years, 7 months ago by marianogreenf.
April 20, 2016 at 11:43 am #618202If you are having problems like images and sliders not showing up after updating to WordPress 4.5 (this is a javscript related problem) then please follow these steps before posting:
Make sure that your theme is up to date and runs the latest Version. In Enfolds case this is 3.5.3. This should by default fix all problems with this bug. Updating your theme files
Also: make sure that you are not running any outdated plugins that could cause problems
Clear your browser cache and reload the page a few times (hard refresh). If you get the same results then please try a different browser and/or machine to see if you get the same results. If not then you are getting cached results.
If clearing your cache did not work then you could try to add the following code to the bottom of the themes functions.php file:
function modify_jquery() {
if (!is_admin()) {
wp_deregister_script(‘jquery’);
wp_register_script(‘jquery’, ‘https://code.jquery.com/jquery-1.11.3.min.js’);
wp_enqueue_script(‘jquery’);
}
}
add_action(‘init’, ‘modify_jquery’);
The functions.php file can be accessed by going to Appearance–>EditorApril 20, 2016 at 8:08 pm #618641Updated Enfold to 3.5.3 — flushed and refreshed. Did not work.
Then followed instructions per joshuatolento post. Had to add code to the functions.php file — it worked! Perhaps more adjustments need to be made to the theme files?
Moderators — please comment!
Thanks joshuatolento!!!
April 21, 2016 at 9:05 am #618996Hi!
In case anyone else has this issue please refer to this thread:
https://kriesi.at/support/topic/having-problems-after-updating-to-wordpress-4-5-please-read-this-first/Cheers!
Josue -
AuthorPosts
- The topic ‘Enfold slider images and some interactive images not showing up in preview’ is closed to new replies.