Can't download the custom package of foundation zurb - download

I changed the value of color and body's width. I clicked on download button as usual but it returned have no file "/tmp/...". I understand that the hosting didn't zip the file for me to download. Is there anybody got this problem from Foundation Zurb site?
I tried to do that many times but got the same problem.

This is a bug. In general this is not a normal question and can be closed. Please ask this at https://github.com/foundation/foundation-sites/issues next time.
See https://github.com/foundation/foundation-sites/issues/11826 and https://github.com/foundation/node-foundation-customizer/pull/13

Related

How to add image in OBIEE?

I am coding some basic html code just to display an image banner to our OBIEE dashboard but failed to do so. I am a newbie in terms of programming so feel free to correct me in anyway. So, here's the detail.
I am currently working in the static text layout where the old banner was coded, I remove them and replace with a basic code that only import an image see here.
*Oracle Business Intelligence 12.2.1.4.0
I have tried coding it thru HTML,CSS, & Javascript those only the few I basically know. I did my research and follow some tutorials but no glimpse of hope to it, it does work when I relay the output in a browser while coding it in Visual Studio.
What I want is just to display it successfully and not to show a image icon. Hope someone can help me out. Thank You :)
I am struggling to comprehend where Visual Studio comes into this but assuming you want to just have an image on a dashboard then there are lots of options
It looks like you are trying to insert a remote image which is going to cause all sorts of security issues that are likely to mean it will get blocked.
The simplest is to just add a "link or Image" object and use a local image. If you click on the select image button there is an option to upload image and select it for display.
If you want to use html then you just need to add a text object and add the img html
<img src="https://someurl.com/img.jpg" />
but you are going to need to change lot of security policies to allow the content to be displayed.
There are other options to host the file locally such as a shared folder (https://gianniceresa.com/2017/02/obiee-12c-custom-style-using-shared-folder/) but the upload is far simpler.
If you insist of using a remote image you will need to understand security policies (CSP, XSS etc.) which aren't OBIEE specific but standard web server

Sitecore installation wizard freeze

I need to install a package on my sitecore instance but for some reason when I click on upload button in the Intallation wizard the whole UI greys out and I can't even upload my package.
Its blocking me from moving forward
Your problem is this: http://getfishtank.ca/blog/fixing-showmodaldialog-javascript-error-in-chrome-for-sitecore
Sorry for the link-only answer, but this is a known issue with a known resolution path - and it's all summed up there.

MAGENTO, "Manage Products" -> Blank screen on Add/Modify Item (ReferenceError)

Good evening people,
I'm trying to MODIFY a previously added item - but this blank screen occurs
(https://www.dropbox.com/s/fp4udpg31iss5u5/Screenshot%202014-10-18%2018.03.42.png?dl=0)
Same happens when try to ADD a NEW PRODUCT.
PLUS: While debugging on Mozilla Firefox, on the missing product grid it shows me a serie of "ReferenceError". What is missing ?
I've been searching for similar questions but I've got no clue on how to solve it.
This problem shows after a massive loading of about 300 items' images using Magmi.
UnderstandingE's version of Magmi.
Magento version 1.5.0.1.
SOLVED !
Checking my FTP log, I've found a modified version of "browser.js" file.
This file was containing invalid characters.
I've found the clue by pressing F12 on Mozilla Firefox,
and reading in the Console about some "SyntaxError" and "ReferenceError".
"Browser.js" modified by a simple NotePad and then uploaded via FTP by an unaware user.
Thank you so much for the help...hope this will help too!
Tom
(A mention is needed: this riddle was actually solved by the brilliant hostingpartner.it "Customer Care")

Silverstripe 3.1.2 Issue saving FocusPoint when module used with Gallery module

I'm using two great modules for Silverstripe 3 but there is a conflict somewhere which I can't work out. I've asked the developers but they have not found the solution yet.
Modules:
FocusPoint which allows you to choose where the image crops from. Great!
https://github.com/jonom/silverstripe-focuspoint
Gallery, popular gallery module.
https://github.com/frankmullenger/silverstripe-gallery
Both work fine. But Focus points do not "save" within the gallery section of a Gallery page. You can edit and choose the focus point but after saving it snaps back to the previous position. You can alter the focus point in the Files tab of the CMS so it must be how Gallery saves each image.
I have updated the template to CroppedFocusedImage but this is not a template issue.
It would be a very helpful addition.
Can you please provide some details of failure? Do you see any warning or error messages if you run in dev mode? Any small black error box on left-top when you save?
If FocusPoint module does not work, you can have a look at folder permissions or maybe any PHP libraries like ImageMagick, GD support etc. Maybe you you changed something during upgrade?
If both modules work individually, but the problem is cropped image is not saved in correct directory, it is another issue although it could still be permission issue.
You can set which folder it needs to save into, same as how you set in normal UploadField. But it wouldn't change just because of your upgrade.
For anyone looking for the answer it has been resolved here: https://github.com/frankmullenger/silverstripe-gallery/pull/23

Why do my images break in Visual Studio when they have the word "order" in them?

I've been banging my head trying to find the cause of why my images weren't loading, heres my basic work flow.
create image in Photoshop CS5
export for web/device (PNG/GIF/JPG)
save to images folder
drag the images into visual studio with the
rest of them
Now I've been using this method for a very long time, and after returning from holidays I couldn't figure out why this wasn't working any more. When the page loads it shows the missing image icon. Firebug couldn't locate the image, CSS was not reading it neither would an <img> tag.
A LONG time later it turns out I found the root cause, my image was named "order_header_bg.png" if I dropped the word "order" from the title it appeared!
I can't figure out why its doing it, I can't find any docs on image naming conventions, so the only work around is not to include the word. Its not a problem but I'm more curious as to why is doesn't behave as expected. Is this unique to my environment?
Do you have any ad-blocking software installed on your machine? They can be rather aggressive about what they block.
I had a client who had Norton Ad Blocker installed and was reporting that she could not see the navigation on her site. Her particular problem was that she was running an advertising agency, and thus all of her links were deemed as spam.
To answer my own question: Its goosed.

Resources