Revolution Slider Drupal works only when I'm logged in as admin - drupal-7

I have this website http://clil.ea.gr and for some reason I can't figure out, revolution slider works only when I log in as admin. As a visitor loops the loading gif. Tried with permissions, cleared cash, nothing.
Any ideas?

Why don't you try different module for your project ?
Please find below links of modules which are more frequent.
Slick : https://www.drupal.org/project/slick
Flexslider : https://www.drupal.org/project/flexslider

Related

Apache Cordova: How to display a slide tutorial on android when the app launches for the fisrt time?

I truly don't know how to fix it, I was looking for the tutorial from any sites, any video, and I can't find it especially for cordova
Note: I'm using AngularJS
Without your code, we can not help you, but here are some advice to do the job :
Cordova is based on HTML/JS/CSS, so implementing an "basic" slider ll do the job for you.
check this one, simple and working on mobile :
https://codepen.io/zuraizm/pen/vGDHl
by default hide the slider :
$('#slider').hide();
and to launch it just one time create an simple variable and save it into localStorage.
localStorage.setItem('slider_viewed', 1);
once done, modify your slider code and check if variable is not in localstorage, you ll show the slider to the user.
if(localStorage.getItem('slider_viewed')==1) $('#slider').show();

Drupal site only shows text

I have a drupal 7 site which has been working greatly until now, but now it just show only text on front and back-end also. I tried to clear the cache and change appearance theme but didn't fix it. I tried to monitor in chrome, by refreshing and monitor Network and Console windows and found in /sites/default/files/ most jpg and png files are not found. But no one has touched the site until we found out it is broken.
Check your Drupal log and your webserver logs. Probably you have problem with file permissions.

Need guidance in debugging this DNN issue

I'm a beginner with DotNetNuke and am having trouble debugging this problem. We are using DNN version 5.
On our local development machines our DNN site renders just fine. But we recently deployed to our test server and on there the site only renders fine when logged in as the Host. When viewing the site as just a normal visitor, all the styles are messed up -- it is just a white page with images gone and menus stacked vertically.
Clues / Notes:
We recently added a new .ascx and module
There are javascript errors, but it hard to tell what is causing them
You may ask about the Log Viewer screen. I looked there and I see exceptions, but I think the exceptions there are unrelated ( will look into this)
Works fine in our local dev environment
In server, only renders fine when logged on as Host
What are some steps I can take to try to debug this? Where else can I look besides the Event Viewer to see what is going on here?
Thanks!
What is the "new .ascx" that you deployed? Is that a skin page?
If something is wrong in the skin page and it is the default site page (under Admin > Site Settings), that would explain why non-admin users have issues, but Admin/Host users (where the site's Edit skin is working) don't have issues.
This solved it:
https://stackoverflow.com/a/3831419/614263
Due to permission settings it looks like IIS was blocking requests from the root to javascripts and css files. When looking at the Network traffic in FireFox I noticed that 404 errors were coming from "login.aspx?ReturnURL=../../blahblah.css"
Thanks for all your help and suggestions.

drupal 7 captcha image doesnt change

I have installed the captcha module into my drupal 7 website and have it displaying on two forms. It is working properly other than it is caching the captcha so it is the same when I do a refresh. If I go into the admin and turn off the cache they are still the same but if I go and hit the clear all caches button it changes to a new one the next time I go to the page.
Anyone have any ideas? Thank You.
simple following 3 steps and you get out from your error.
uninstall captcha module.
clear catch history
go to module page and enable captcha module.
it will work for you.

Checkboxes disappearing when uploading to Google App Engine

I have written a controller to take input from the form containing a list of options. The options have to be selected using checkboxes. I have successfully tested the code on my local machine. But when uploaded to the app engine, the webpage is not displaying the checkbox fields. It is not displaying the options either. I tested with 3 browsers - IE, Mozilla and Chrome and this happens everywhere. But, everything is working on fine on the browsers when running on local machine. I am quite confused as to what is going wrong.
Please help me fix this issue.
Thanks in advance...
You likely need to setup static file/directory mappings in app.yaml.
You need to provide us with more details to help you debug issues. For example, if the browser doesn't display what you expect tell us what it does display. What happens if you view source? Is your HTML there?

Resources