
Simon Celen
Zendesk Solution Partner | www.premiumplus.io
-
Total activity59
-
Last activity
-
Member since
-
Following0 users
-
Followed by0 users
-
Votes0
-
Subscriptions27
Activity overview
Latest activity by Simon Celen-
Simon Celen commented,
Thank you Gail, I was just about to add the comment but it seems you beat me to it ;-) Hi Mike, For a deleted brand you can change the subdomain CNAME to point to the new web server. Then on that...
-
Simon Celen commented,
Hi Aswin, It's possible to set up vanity URLs by applying the techniques discussed in this thread. A link to help.company.com/offers will get you a 404 not found error, served by the error_page.hb...
-
Simon Celen commented,
Hi Katerina, Unfortunately that's not possible because there is no "integer" setting type. The {{#is}} helper compares both values by identity, like === in Javascript instead of equality ==, and '1...
-
Simon Celen commented,
Hi Alex, It looks like there's an issue with your script.js file. At the very bottom there's a script tag that shouldn't be there: <script type="text/javascript" src="https://a.opmnstr.com/app/js/a...
-
Simon Celen commented,
Hi Alex, Could you check that there is a ".not-found" element in your error_page.hbs. These things change and current Copenhagen themes use an ".error-page" element instead. If you see an ".error-p...
-
Simon Celen commented,
Hi Ellie, Unfortunately articles cannot be shared between brands. If only a few articles need to be shared and there are only a few brands then manually copy/pasting them would be your best bet. I...
-
Simon Celen commented,
Hi David, It's possible to add something like this f.e. to your footer.hbs: <script type="text/javascript"> var foo = {{json_stringify settings.foo}};</script> You then have a global foo variable ...
-
Simon Celen commented,
Hi Martin, It's possible but it's not as straight-forward as using article labels. If you're on Guide Enterprise you could use separate section and category templates and add the meta tag to them. ...
-
Simon Celen commented,
Hi Bruce, Assuming a stock Copenhagen theme, you can add the following to the top of your scripts.js file: jQuery(document).ready(function($) { $('div.article-body').each(function() { if ($(thi...
-
Simon Celen commented,
Hi Martin, Yes, that would be possible. At the top of your article_page.hbs template you can add: {{#each article.labels}}{{#is identifier 'noindex'}}<meta name="robots" content="noindex">{{/is}}{{...