I can't wy icon svg is not visible - svg

It's my first time hier.
I'm discover the CMS impresspage and I'm very glad with.
I'm install the program, all is good, expect one. The little image on admin are not visible. You can see All icon.svg are strang
I tried on Firefox 28 and Chrome 34
You can see on http://slorimier.ch/cms/ImpressPages/admin, demo and demo123
I have made all icon as png, but is for me difficult to understand how make the change.
If someone can me help, I'm glad.
Thanks all.
Stéphane

I had the same issue and I found the the solution there : http://www.w3.org/services/svg-server/
The htaccess fix did the trick for me.

Those images work on Firefox and Chrome. The only reason I could think of is failed file upload to the server. Try to reupload "Ip" directory to the server once again.

Related

Linux fonts missing. Stackoverflow code samples displaying completely blank

Help.
I cannot view code samples in stackoverflow. I am running ubuntu 14.04 and mozilla firefox. Even as I am typing this, I cannot see what I am typing in the body box, allthough I can see the preview output. There seems to be an issue with my linux fonts installation, probably not a browser issue.
Could someone tell me which font the code samples use, as this will help me investigate further.
Apologies for the bad format of this post. It is difficult when you can't see what you are typing.
Thanks in advance.
Looks like the issue relates to mozilla firefox. The Fonts are appearing in chrome.
Update: the problem was resolved by reinstalling firefox.

Is it legal to embed fonts as images on my website?

I have Myriad installed on my computer and would like to use it as the banner font for my website. I know that without a webfont licence it would be illegal to do so but my banner is png/jpg file, is this perfectly ok/legal to do?
In the first instance, I would check the licence for the font you're using. It should be able to inform you of how that font can be used.
Also, what research have you done so far? I did some quick googling and found this page: https://www.myfonts.com/fonts/adobe/myriad/licensing.html
I'm no legal expert, but this web page should make things clear.
Hope this helps...

MAC OS X Yosemite: Safari Settings

I want my homepage (from opening the browser) to be one thing, and then any new tabs defaulting to another page.
I don't like the "Favorites" page. I tried a tutorial on Wikihow and it didn't work.
Is there a file I need to change around to get what I want? I'm a college student on the go in a research class, and I'm tired of opening the pages when I need it! I'd rather it be there ready for me.
Peace! :3
You can get chrome to open on a specific set of pages!
https://support.google.com/chrome/answer/95314?hl=en
Chrome is a great browser, you should check it out!
I was suggested by jimmyfund to use Chrome, but I've had no success with it on the OS X. I guess Safari does not support it regardless, so I'll just use Firefox for now. It's slower, but I hope it speeds up in time.
Safari has been the fastest browser to remain functional on my OS X. Firefox's only issue was it being slow.

Safari won't play audio for Soundcloud widget, but for only 1 of the 3 files

Link in question: https://www.presskit.to/pirramusic
If you play the featured song, 'Paradise' on the top of the main section in Safari, it will start playing, but no audio. Everything else seems to work fine, just no sound is heard (did all the troubleshooting to confirm that this is the case, so mute, volume, etc was checked)
Now, here's the strange part. Click on Media you'll see the same file embedded with the other songs. If you click play on THAT song, it WILL play the audio normally.
So I googled around, found this stackoverflow question that's semi related: Safari 6.1 won't play audio from embedded Soundcloud widget
(and this: http://help.soundcloud.com/customer/portal/articles/1464535-why-can-t-i-hear-tracks-using-safari-)
So I uncheck that box and it works, but that doesn't really fix the two issues i have:
I can't do that automatically for my users. Nor is okay to give them
instructions on how to do this, since they shouldn't ever ever have
to mess with browser settings to make my site work.
Why is the issue only with the top embed/iframe? If it's 'saving power' or whatever,
it makes sense that 2 out of the 3 work.
Some other notes:
I'm running Safari Version 7.0.2 (9537.74.9)
On a 2013 MBA 13" running mavericks
Works fine in other browsers
The embed code for the two players (the one that works and the one
that doesnt) is identical. See page source.
Other question:
Would having the same objected embedded twice cause an issue? If it
did, i figure it would be with SoundCloud's side and would be
affecting all browsers.
Please help, im pretty stumped on this. If it's a bug, i'll report it to apple, but i'm not sure if it is yet. Thanks in advance for any insight!
This is a known bug, Soundcloud provided a page with an explanation on how to make it work. It is however bad UX, as - as you stated - there doesn't seem to be a way to make it work automatically for users.
here is the link to soundclods answer: http://help.soundcloud.com/customer/portal/articles/1464535-why-can-t-i-hear-tracks-using-safari-
HOWEVER, we do need to have the player working :) so if somebody knows a way, please share.

How to make Google Chrome extension sample work?

Recently I decided to write a very simple Google Chrome extension. All it's going to do is to hide some DOM-elements from the web-page using JavaScript when user presses the extension's button.
Since I knew nothing about Chrome extensions, I started reading tutorials, and I came across this Google's sample: A browser action with no icon that makes the page red
This sample is really close to what I want to make. The problem is that I can't make it work. Whenever I load the extension in Chrome, I can see the button of this extension, but when I press it - nothing happens. Sample doesn't work, probably I should know something I don't know yet.
And before you started asking me:
Yes, I tried restarting the browser;
I use the newest version of Chrome.
Thanks for help.
If you open up the sample zip... find backgrond.js... edit.
Find the line that says:
null, {code:"document.body.style.background='red !important'"});
and remove the "!important". so it should read:
null, {code:"document.body.style.background='red'"});
That is it. just save and reload the extension, should work (unless the page has an !important flag set to the background).
I am afraid I don't know why the "!important" tag doesn't work but I have never been able to get it to work in an extension. Hopefully someone else here will be able to give an explanation and maybe a work around.
I think I can help bring some clarification to the "!important" override attribute causing the extension to break. Though I am not 100% I believe that this attribute is not allowed for issues involving security complications. I have a link to another SO thread that may help clarify this as well.
My CSS is not getting injected through my content script
I'm assuming from reading this article that you must either use the !important override when content scripts specified in the manifest file. Otherwise if the css is being injected !important is not required. Again not 100% on this.

Resources