Questions tagged [zen]

This tag is ambiguous. There are multiple things it's used to represent. Instead of using this tag, you should use a tag that unambiguously reflects what your question is about.

The meaning of this tag is ambiguous. There are multiple things it's used to represent. Instead of using this tag, you should use a tag that unambiguously reflects what your question is about.

The removal of this tag is being discussed in this Meta post.

In that Meta post, Stedy indicates that currently the questions using this tag are a mix of "questions related to a C# framework, a theme, some related to a theme and some which simply appear to be asking about best practices related to the Zen of Python."

Some of the questions using this tag are about the barcode rendering framework available here. A more appropriate tag for that framework would be .

54 questions
1
vote
1 answer

compass/sass remote themeing via sftp/scp with alternate port

I am trying to get compass/sass to watch changes on my local computer and reflect those changes remotely using a custom config.rb script. net::sftp works but my server requires a custom ssh port. I couldn't find any mods to make sftp work with an…
trinsic
  • 63
  • 4
1
vote
0 answers

IE7 - Floated layout divs stacking on top of each other with negative opposite margin

I am trying to use Zen Grids to avoid spending hours fighting with my layouts as I have been. The main advantage that I wanted from it besides simplicity was avoiding the compounding sub-pixel rounding issues in most browsers (provided via floats…
Zarriff
  • 11
  • 1
1
vote
2 answers

Breakpoint (no-query) complains to '&' when trying to use with zen grids

I tried to use breakpoint to replace a media query in _responsive.scss (see line 155) of a subtheme of the Zen 7.5.4 Drupal base theme: // @media all and (min-width: 960px) @include breakpoint($desktop) { $zen-column-count: 5; … Before that I…
thamas
  • 13
  • 4
1
vote
2 answers

The ZEN Grid in SASS give a lot of CSS

I used the ZEN Grid system for SASS in my project. I want a simple 12 columns 960 grid. I use this code: $legacy-support-for-ie6: false; $legacy-support-for-ie7: false; @import "zen"; $zen-column-count: 12; $zen-gutter-width: 20px; .row { …
Mike Vierwind
  • 1,482
  • 4
  • 23
  • 44
0
votes
0 answers

Actian/Pervasive PSQL Zen 13.30 error 46 random ocurrences

We currently use Actian PSQL Database in our core business application for more than 10 years. In the las few days, users actions using the application, randomly trigger error 46, which is related with "permissions issues", but what really happens…
0
votes
1 answer

zen mode visual studio code — highlight only current function and blur the rest

There was a plugin for vim that would blur out everything in the current file except for the function your cursor was on or in the body of. I've googled every combo of query that describes that and looked through git commits of my old vimrcs but…
saylestyler
  • 389
  • 1
  • 4
  • 20
0
votes
1 answer

Zen cart modifications

I need all functionalities like zen cart except to buy now process or shoping cart. Actually I need to build only listing of products,its rating and reviews only. Is there any method to chaNge it from admin. Regards Deepak
user223954
  • 19
  • 1
  • 3
0
votes
1 answer

Does Actian PSQL 13.31 (Zen) have the equivalent of SQL Server "IN" in WHERE clause?

I have read a ton of Actian PSQL docs but cannot find out how to duplicate this simple SQL verb: SELECT column_name(s) FROM table_name WHERE column_name IN (value1, value2, ...); Does Actian PSQL 13.31 have the equivalent of SQL Server IN in the…
0
votes
1 answer

Pervasive SQL 2000i Database Last Transaction Query

I have an old database called: Pervasive SQL 2000i, this database is from the late 90s and early 2000s. The documentation is scarce except from Actian(which is called Zen) and from Goldstar Software(which is kind enough to reply to my queries). This…
AER 4AF
  • 375
  • 3
  • 11
0
votes
3 answers

How to upgrade zen cart version 1.3.8 to the latest version of zen cart

How to upgrade zen cart version 1.3.8 to the latest version of zen cart Many of the files has been changed.
Pradeep Singh
  • 3,582
  • 3
  • 29
  • 42
0
votes
1 answer

Invalid State when try to generate a barcode

I am try to make a barcode from a string, what is come from an excel cell. This cell contains special charakcters like"#&'!/()". When I try to make an image from the data, I get the next error: Unhandled Exception System.InvalidOperationException:…
0
votes
1 answer

How Can I store attributes to add_cart Manually in Zen Cart?

It's Default Store in Zen Cart > http://awesomescreenshot.com/00bcd2jdf so I just want to add this manually attribute by my customized page > http://awesomescreenshot.com/0ebcd1w57 How can I store it and Which table in Zen cart? In this…
0
votes
1 answer

No Quick edit avilable for current cursor position in Brackets

In My Brackets IDE, I install Emnet But When I press Ctrl+e for anything, it just shows No Quick edit available for current cursor position.
Mahe Karim
  • 49
  • 1
  • 10
0
votes
1 answer

Programatically connect and disconnect USB devices in virtual machine

I'm developing automated testing for software which needs to eject and reconnect USB devices automatically at the BUS level, not simply software. This makes a virtual environment optimum because the virtual hardware can be controlled to emulate…
Connor Spangler
  • 805
  • 2
  • 12
  • 29
0
votes
1 answer

zen load balancer virtual IP is masking origin SMTP IP which is leading to false spam in Exchange

We have two exchange servers internally which are being served by Zen Load Balancer on 10.101.1.105 / 106. When mail arrives, half of it gets blocked because of failed SPF checks. The headers in the email: Received: from…
BpH
  • 41
  • 1
  • 4