Foundation column gap in Firefox - zurb-foundation

I have just been asked to edit an existing website that was put together some months ago.
I updated the columns and now there is a gap toward the bottom of the page the size of two project thumbs. It occurs after the fifteenth project thumb. And it offsets the sixteenth project thumb by 8 cols.
I have inspected the site thoroughly but cannot find the css that is creating the gap/offset.
Here is a screenshot of the gap:
Does anyone have any insight into why this is happening?
http://www.roamfilms.com.au/our-work

Related

wxPython - Static Box Not Appearing

I have inherited a problem that appears to have been put on the back burner by a colleague some time ago. In one of the applications written in Python 2.7 and wxPython 2.8 similar controls (e.g buttons) are grouped together and surrounded by a static box, which may or may not contain a heading (label) for the group. We are currently migrating from from Mint 13 TO Mint 17.3 but are having a problem that static boxes are just not appearing. Sizers are not in use. Has something been overlooked?
The answer, for those who find themselves in a similar predicament, is to be found in the Theme, being used for the Desktop.
In Control Centre is an Appearance setting and if you are using the Default Mint-X setting, click customise and if the controls setting is also Mint-X, it doesn't draw boxes for some reason.
Choose any other option in the controls list and the boxes magically appear. I hope this prevents someone else wasting hours looking for the solution.
See:wxpython staticbox does not display

Sitecore 8 ribbons missing from toolbar

Suddenly all ribbons are not coming in Sitecore 8 one of my project.
For example If I am going in publish menu I cannot see any option there.
To solve this issue, I have updated all three folders and config file "sitecore,sitecore_modules,sitecore files & web.config" but still ribbons are not coming for me.
Please assist me what can be solution for this issue.
Thanks all for your effort. I just copied fresh "Content Editor.js" in Content Manger folder and my problem solved.
I believe your ribbons are just collapsed (not expanded). To expand them back there is a little check on the right hand side of the screen. Check the screenshot for reference
I also have same problem and this issue usually coming by difference the version sitecore when you want to integrate with your solution. Try with another sitecore (sitecore,sitecore_modules,sitecore files) version that it

Sitecore Menu Problem

I have a strange error in my Sitecore environment that I've been ignoring since I started development (since it is only a minor inconvenience), and that is the fact that in dealing with large menus near the bottom, they get clipped by the bottom of the browser. Items then should detect the bottom and build upward, I guess, but they just don't. I have gone through the Sitecore Initial Configuration for Internet Explorer document several times.
Has anyone come across this?
Thank you for your time.
Try adding the Sitecore site to your Local Intranet zone in IE, if it's not already.
(btw this is probably a better question for SuperUser, though doubt many sitecore folk monitor that stackexchange)
Please check on start up window of sitecore that Sitecore support this browser or not.

Basic Code::Blocks problem

I apologize for asking a question of this caliber. I am at my wits end and have spent to much time trying to figure out how to get the side bar I closed back. I closed the "management" (the box with all the headers and .cpp's) and "messages" (where the compiler errors are displayed) box after I created a project. Now I can't get them back. When I close and reopen the management box is back, but the compiler box is not. I looked through the tabs for a while and will continue to investigate, but I think this is a really simple problem I have made extremely hard.
-With thanks and regret.
Right-click on one of the tabs that are showing up in the "Logs & others" pane. Then you should be able to re-enable other tabs in the "Toggle..." menu.
If you don't see any tabs, just right-click in the pane.

Where can I get Toad syntax coloring schemes? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 4 years ago.
Improve this question
I am a big fan of the light colors on a dark background color scheme for programming - which is unfortunately not what Quest's Toad comes with by default.
I notice that it is possible to export and import settings under the language management window, and I know that Toad has a large level of community involvement. So I assume there must be some location where people are posting their custom coloring schemes. However, in part because I don't know what the Toad guys call them (skins? colorization? themes?) and in part because its so hard to Google Toad +skins I cannot for the life of me find them.
Does anyone know if there is such a place so I don't have to set the colors by hand?
UPDATED ENTIRELY:
What's the official name?
The file extension (.dvtcolortheme) suggests "Color Theme" or "DWT Color Theme" are the official names. Most users on Toad forums seem to use the same terminology.
Where are they shared?
There does not seem to be a dedicated site for sharing color themes. However, there were a couple forums on ToadWorld, and ToadForOracle where folks were talking about swapping these color theme files. I would suggest hopping on the forum and asking if others have files to share or know of any repository sites.
Available Color Themes
* Nocturnal theme on GitHub: https://github.com/grng/Nocturnal-Toad-Color-Scheme
* A nice dark-background theme: http://toadfororacle.com/thread.jspa?messageID=93203
Rolling-your-own
I know you did not want to create your own, but it looks a lot easier than either of us expected. The .dwtcolortheme settings file is just XML.
I suggest visiting http://studiostyl.es/ - as it's a large repository of Visual Studio themes. Find a thumbnail you like, take a screen shot, and use a color picker to capture the values. Plop them in your XML settings file and you are ready to go.
Go to View -> Toad Options. Click Editor -> Behavior. There is a button called Syntax Highlighting. On the Highlighting Tab (opens by default) is a list of styles, clicking on the style will show the options selected for that style...
For example in my setup (which is my install default), Reserved Words are blue, Comments green, Strings Red, etc.
Scroll through and you'll see the options, and you can change as necessary for your needs.
The right file for new versions of TOAD is EditorLexers.xml.
For version 12.9 is here
C:\Users\%username%\AppData\Roaming\Dell\Toad for Oracle\12.9\User Files
instead for version 12.11 is here
C:\Users\%username%\AppData\Roaming\Quest Software\Toad for Oracle\12.11\User Files
Here you can download my dark theme
Enjoy!
Update: it works also in version 13.0.
I have created a schema similar to Visual Studio 2017 dark theme
You can download it from: EditorLexers.xml
You need to replace the file located at:
C:\Users\[YOUR_USER]\AppData\Roaming\Quest Software\Toad for Oracle\13.1\User Files