Viewing Trouble with the image slider
Trouble with the image slider
|
User: pumpkin 12 years ago
|
|
|
I really love the new image slider that you guys created. There's only one or two minor issues though: My page is 980px wide, I set the slider to 980px width but it doesn't fill the entire width. There's a remaining border around the slider. Plus, I recently get a Fatal error: Theme CSS could not load after 20 sec. Please download the latest theme at http://galleria.io/customer/.when I try to preview the slider in a browser. No idea what's that coming from or why or if it will work when I publish the page. ------------------------------- Darian new to web design ______________________ My websites: <b>Vocal Affairs</b> // <b>Singkehlchen</b> |
|
|
User: admin 12 years ago
|
|
|
We can add the ability to remove the border. As for that error, do you get it every time you preview your site? What about if you actually publish it? |
|
|
User: pumpkin 12 years ago
|
|
|
Hm, preview works right now in Safari (didn't work yesterday on 3 of the 5 transitions I tested, but not on Opera, Safari and Chrome (getting the above error when previewing). Online it works on all browsers but Firefox. Getting the error with Firefox. Tested it with two of the transition modes. Guess it's the same with the other 3. ------------------------------- Darian new to web design ______________________ My websites: <b>Vocal Affairs</b> // <b>Singkehlchen</b> |
|
|
User: Roddy 12 years ago
|
|
|
The test I did with the slider works fine in Firefox. What is your page URL so that I can test it in Firefox?
------------------------------- Roddy Website: http://everwebwidgets.com Contact: http://everwebwidgets.com/ewWidgets-home/contact.html NOTE: I am an EverWeb user and NOT affiliated with EverWeb! Any opinions expressed in this forum are my own. |
|
|
User: Roddy 12 years ago
|
|
The Galleria stylesheet positions the image inside the stage with this CSS....galleria-stage {EasyWeb then overwrites it like this in the page Head code... #galleria_1 .galleria-stage {You can overwrite all this using... <style type="text/css">But note the catch! EasyWeb has used the same stupid system for the ID number as was used in the navigation widget where it depends on the z-index rather than an actual ID number. You need to publish your site to a local folder and then open the page in an editor to get this number. Then you can replace "_1" with whatever number EasyWeb has seen fit to use in your slider. In EasyWeb, the widget doesn't update to reflect this change in the CSS - at least it doesn't for me. If you make your slider width the same as the page width then the published result will show that the slider is now the full page width without the "border". It appears that the new forum is deficient in a number of areas - one of them being that it won't publish code properly. Last edit 12 years ago ------------------------------- Roddy Website: http://everwebwidgets.com Contact: http://everwebwidgets.com/ewWidgets-home/contact.html NOTE: I am an EverWeb user and NOT affiliated with EverWeb! Any opinions expressed in this forum are my own. |
|
|
User: Fighter88 12 years ago
|
|
|
Quote: admin - 16/10/2013 0:07:31 We can add the ability to remove the border. As for that error, do you get it every time you preview your site? What about if you actually publish it? That would be great.. I just removed it from my site again because i did't like the border.. So if you can add the option to remove the border i would love to use that widget again :) |
|
|
User: Werner V. 12 years ago
|
|
|
I to have trouble with the image slider. When I uploaded my page I get sometimes "image not found: ewExternalFiles/Jan Akkerman Personal Proto II 10.10.2013.jpg". And I get also the Fatal error like posted by pumpkin. ------------------------------- Werner Vrijvogel F.B. Engineering www.fbengineering.nl |
|
|
User: Paul-RAGESW 12 years ago
|
|
|
[quote name=Werner V. time=16/10/2013 9:05:01]I to have trouble with the image slider. When I uploaded my page I get sometimes "image not found: ewExternalFiles/Jan Akkerman Personal Proto II 10.10.2013.jpg". And I get also the Fatal error like posted by pumpkin. Can you post the exact URL of the page that you are having issues with? ------------------------------- Paul EverWeb Developer |
|
|
User: Werner V. 12 years ago
|
|
|
Sorry Paul, I changed the pictures already. I will post it back and get back to you with a link. ------------------------------- Werner Vrijvogel F.B. Engineering www.fbengineering.nl |
|
|
User: Werner V. 12 years ago
|
|
|
Paul, Here is the link: http://www.fbengineering.nl/test/nieuws/jan-akkerman-personal-proto-test.html ------------------------------- Werner Vrijvogel F.B. Engineering www.fbengineering.nl |
|
|
User: Roddy 12 years ago
|
|
|
The link to the stylesheet in your HTML doc is ... <link rel="stylesheet" type="text/css" href="../ew_css/galleria.classic.css" /> It should be.... <link rel="stylesheet" type="text/css" href="ew_css/galleria.classic.css" /> There is a bug there somewhere because, when I look at my source code in Safari, the galleria.classic.css stylesheet appears twice in the list of files and one of them is red. @ Paul I seem to remember that there is a reference to the CSS file in the galleria.classic.min.js file. Perhaps this is what is causing the problem? Last edit 12 years ago ------------------------------- Roddy Website: http://everwebwidgets.com Contact: http://everwebwidgets.com/ewWidgets-home/contact.html NOTE: I am an EverWeb user and NOT affiliated with EverWeb! Any opinions expressed in this forum are my own. |
|
|
User: Roddy 12 years ago
|
|
|
OK, now I remember how I got this error. When I first customized Galleria, I renamed the galleria.classic.css file and got the error. I then had to go into the galleria.classic.min.js and change the name there. When you use Galleria out of the box, the CSS and the galleria.theme-name.min.js files are in the theme folder. EasyWeb has these files in the ew_css and ew_js folders respectively. So, the file path to the galleria.classic.css must be getting screwed up somehow. I still don't see why I get a "correct" file path and Werner V and Darian seem to get an "incorrect" one. ------------------------------- Roddy Website: http://everwebwidgets.com Contact: http://everwebwidgets.com/ewWidgets-home/contact.html NOTE: I am an EverWeb user and NOT affiliated with EverWeb! Any opinions expressed in this forum are my own. |
|
|
User: pumpkin 12 years ago
|
|
|
Roddy, the URL is singkehlchen.de/template.html. I just downloaded the latest firefox version (24.0) and still get the error message. Thanks for checking.
Last edit 12 years ago ------------------------------- Darian new to web design ______________________ My websites: <b>Vocal Affairs</b> // <b>Singkehlchen</b> |
|
|
User: Paul-RAGESW 12 years ago
|
|
|
Quote: @ Paul I seem to remember that there is a reference to the CSS file in the galleria.classic.min.js file. Perhaps this is what is causing the problem? There doesn't seem to be a reference to the css file from the js min file. I don't think it would have one as it is referenced from the HTML page. Remember, we 100% support features when published to EasyWeb hosting. When publishing to any third party web host you have to make sure you are publishing everything correctly. That could be the issue here. Make sure you publish to the root folder as that is where EasyWeb expects to be. Your web hosting provider can help with publishing your website. ------------------------------- Paul EverWeb Developer |
|
|
User: Roddy 12 years ago
|
|
This is what I'm seeing...![]() So the question is... Why are there two versions of the same file and why does one of them load in Safari and not Firefox? I get exactly the same "extra file" but the one with the correct path loads OK in Firefox when published locally. This is not a server issue if EasyWeb is introducing an extra version of the CSS file. Safari seems to load the one with the correct path and Firefox tries to load the one with the "missing" one. Last edit 12 years ago ------------------------------- Roddy Website: http://everwebwidgets.com Contact: http://everwebwidgets.com/ewWidgets-home/contact.html NOTE: I am an EverWeb user and NOT affiliated with EverWeb! Any opinions expressed in this forum are my own. |
|
| Post Reply |
| You must login or signup to post. |

