-
Posts
4,296 -
Joined
-
Last visited
-
Days Won
79
Everything posted by diogo
-
A small shadow on the transparent PNGs would make a huge difference! Would be also nice if the favicon would change colour from page to page (red, blue, green, yellow).
-
https://itunes.apple.com/us/app/renamer-batch-rename-many/id402286241 Or less expensive, if you're ok with random numbers http://angrymarmot.org/mac-oslinux-batch-rename-files-random-name/
-
I subscribe what yellowled said, so it's not easy to name them, but maybe these: Page Edit Soft Lock Page Link Abstractor Pagetree Add New Childs Reverse Video embed for YouTube/Vimeo Markup Sitemap XML
-
Add class "current" to all parents in a multi-level menu
diogo replied to Claus's topic in Getting Started
Sorry, that didn't make any sense I edited the code to have $page->parents()->has($item) instead of $page->parents()->has($page) -
Add class "current" to all parents in a multi-level menu
diogo replied to Claus's topic in Getting Started
Not tested, but try this: $page = wire('page'); $out .= $item->id == $page->id || $page->parents()->has($item) ? "<li class='current'>" : "<li>"; -
Yosemite has batch renaming capabilities http://www.idownloadblog.com/2014/10/18/how-to-batch-rename-files-in-os-x-yosemite/ just don't know if random, but they refer a more advanced tool in that article.
-
Nice one: http://happy-css.com/2014/a-guide-to-survival/
-
Thanks! I've been using Fantasque for programming. It's very clumsy but curiously, also very readable https://github.com/belluzj/fantasque-sans
-
No. But that's what I meant by business accounts, I'm forwarding my ED and Muesli accounts (Google Apps, also 50 users ) to my main Gmail, and I've set up both SMTPs so I can send email from them. Like this I can choose with each email I want to send a message, and the right address is used to reply to emails also.
-
Didn't take long, that's why I like it. I also forwarded all the business accounts and added their smtp to my main account and am using them all together with inbox. It's working great.
-
I must say, I'm very impressed by Inbox by Gmail. It doesn't recreate email, or something like that, but it makes it so simple! I was given extra 5 invites, if someone wants one, send me your gmail email by PM. Edit: I'm out of invitations for now
-
The problem are the relative paths. <link rel="stylesheet" type="text/css" href="<?php echo $config->urls->templates?>assets/css/main.css" /> You should do what you did here to all the paths, including respond.js:
-
There is a drafts feature coming, I guess that's when the autosave will make sense https://processwire.com/blog/posts/processwire-2.5.6-updates-drafts-progress/
-
Ryan explained somewhere that he designed the PW interface to be completely idiot proof He prefers that it's more difficult to do some actions but that data doesn't get lost.
-
Hi ank, can you show us the code where you call for the response.js script file?
-
There's also the chance that you could simply create these as child pages of a page. At the beginning it may sound strange to do it that way, but It's actually the cleanest way and makes everything very clear to you and to the client. Plus, if you set the template of these pages to admit only one parent, you will automatically have a quick button in the admin to create these pages.
-
Catalog of articles(categories,sub-categories,tags)
diogo replied to atano's topic in Getting Started
Great answer from ms-fan! I just want add one thing: it won't be quick. Edit: just to be clear, I meant "it won't be quick" in the sense of building it and not the speed of the website. -
Might help http://material-ui.com/
-
Felix, I have the same here.
-
Can you create a new field to see if it works?
-
The buttons can have a deeper and softer shadow ⬇ from the new "inbox by gmail" (I'm loving it by the way, and still have one invite left to give)
-
Shouldn't happen...
-
That's strange, we may need Florian's help with this.
-
"Single page (Page) or boolean false when none selected" or "Single page (Page) or empty page (NullPage) when none selected"? Try to make a joke with this
-
single or multiple?