Hi Ravi, SimpleCMS will work with multilingual websites, just make sure you are using UTF-8 character encoding.
27 02 Jun 2012 13:02:29
Re: Some of my pages do not show up in site map (3 replies, posted in Errors in the system)
Hi Transformer, the error you have provided is a PHP error and it is not related to SimpleCMS so we are unable to help on this particular issue.
28 01 Jun 2012 13:35:17
Re: Handling URLS (11 replies, posted in Support zone)
Hi Guys, we've just come up with a possible solution which we will get implemented over the next week.
29 01 Jun 2012 13:33:45
Re: Add additional fonts to WYSIWYG (1 replies, posted in Support zone)
Hi Simon, we are unable to add Open Sans to the list of fonts as that would affect everyones account.
I never like my clients to have the option of selecting fonts - they'll probably mix and match different fonts thinking it looks good. So I generally keep this feature turned off and apply different fonts to certain tags. For example in my CSS I may set all heading tags to use Georgia but the rest of the copy may be set to Arial. I would suggest doing something like this if possible.
30 01 Jun 2012 13:04:38
Re: remove code view option (2 replies, posted in Support zone)
Hi Matt, you can enable/disable the code view under Account > My account
When you add a user to the system you will be able to turn on/off individual features for them under Users > Permission, this way you get to enable code view for yourself and disable it for your users.
The trial account is exactly the same as the paid account so you can explore all features of SimpleCMS.
31 23 May 2012 17:30:20
Re: Code View (3 replies, posted in Support zone)
Hi Calvin, I've emailed you about this.
32 22 May 2012 08:54:40
Re: System says it cannot access home page (4 replies, posted in Errors in the system)
Hi John, you can't have the 301 redirect on that page. SimpleCMS MUST know the filename of the homepage, e.g. /index.php and if you have that setup as a redirect then it won't know what the URL is, therefore you will continue to see the error message telling you that the system can't guess the homepage! If you remove the 301 then the system will work.
I believe the system checks the filename of the homepage before testing your FTP details, so at this point it won't matter what FTP details you enter.
33 21 May 2012 11:32:00
Re: URGENT!! The website address you have specified could not be found: (11 replies, posted in Support zone)
Hi James, I have just taken a look at your account with the details you emailed to us last week. There appears to be a problem connecting to your website. The system is unable to download the homepage of your site which is preventing the site from being added to your account. I tried to ping the domain from the server and it timed out, I am wondering if your web hosts has blocked our IPs, have you checked this already? If not, can you please get our IPs added to your whitelist?
208.109.198.189
208.109.198.3
I have also tried connecting with FileZilla, the first attempt failed but when it automatically retried it then worked.
34 18 May 2012 08:43:04
Re: Code View (3 replies, posted in Support zone)
Hi Calvin, that sounds like a strange one. It may be due to some invalid HTML in the web page that's prevented the Code Editor from rendering properly. Could you let us know which site and what page you are trying to edit so we may investigate for you.
35 18 May 2012 08:41:54
Re: URGENT!! The website address you have specified could not be found: (11 replies, posted in Support zone)
Hi James, the error message will typically appear when the system has been unable to connect to your FTP server or download the page. I've just checked your account and I can't see any associated sites, would you be able to email one of your site's details to us and we'll investigate it for you.
36 09 May 2012 12:53:18
Re: Re: Lightbox (5 replies, posted in Support zone)
Hi Louie, no problem, you can get the Lightbox files here:
http://leandrovieira.com/projects/jquery/lightbox/
They have a guide on adding lightbox to your web page which should help you set it up.
37 04 May 2012 11:42:40
Re: Re: Lightbox (5 replies, posted in Support zone)
Hi Louie, you haven't changed the src attribute for the thumbnail images within the gallery DIV.
You currently have this:
<a href="wpimages/wp8ae6a310_05_06.jpg" rel="lightbox" id="n0"><img src="img0_thumb.jpg" alt="" id="n1" /></a>
But it should be like this:
<a href="wpimages/wp8ae6a310_05_06.jpg" rel="lightbox" id="n0"><img src="wpimages/wp8ae6a310_05_06.jpg" alt="" id="n1" /></a>
I have also noticed that you haven't included the the JavaScript files. You can view a working example here:
http://www.simplecms.com/examples/gallery/
38 03 May 2012 17:49:47
Re: Use jQuery to detect if your website is in SimpleCMS (4 replies, posted in Tutorials)
Hi, use the code at the top to either apply the menu script or not.
39 03 May 2012 17:49:42
Re: Re: Lightbox (5 replies, posted in Support zone)
Hi Louie,
I've never used (or heard of) Webplus X5 before, I'm assuming it's a HTML builder. I have just taken a look at the source code on your example page and it does not match the example that we have provided in the gallery tutorial. You need to copy/paste the code that we have provided into your page.
I would love to sit here and create video tutorials all day but things are pretty busy at the moment. The best way to learn anything is to do a bit of trial and error yourself and learn from any mistakes that crop up. I would suggest creating a blank HTML page and following our gallery tutorial. Get that page setup and working then add it to SimpleCMS to see the gallery in action, then copy/paste what you have done into your existing site.
40 03 May 2012 17:40:56
Re: FTP username and FTP password (6 replies, posted in Errors in the system)
Hi Watu, please email us so we can take a look at the details you're trying to enter.
41 02 May 2012 23:13:57
Re: Non Gallery Lightbox Help! (5 replies, posted in Support zone)
We've just updated the system so you can edit the image without the options of adding/removing images, simply add "single-gallery" class to the DIV, e.g.
<div id="gallery" class="edit-gallery single-gallery clearfix">
<a href="large-image.jpg" rel="lightbox" title="Optional Title">
<img src="thumb-image.jpg" alt="Alt Text" width="200" height="150" />
</a>
</div>
42 02 May 2012 19:59:19
Re: Non Gallery Lightbox Help! (5 replies, posted in Support zone)
Good point - that makes perfect sense. We'll get this sorted for you over the next few days and drop you an email (and post here) once it's live.
43 02 May 2012 00:59:12
Re: Non Gallery Lightbox Help! (5 replies, posted in Support zone)
Hi Brock, this currently isn't possible. The gallery feature is there to allow users to add and remove images as they please.
Out of curiosity, why would you want to prevent users from adding images to their gallery?
44 02 May 2012 00:56:23
Re: Image gallery (30 replies, posted in Tutorials)
We've just updated the system so you can edit the image without the options of adding/removing images. This allows you to edit a single image that uses lightbox and prevents your clients from adding/removing images.
To use this feature, simply add "single-gallery" class to the DIV, e.g.
<div id="gallery" class="edit-gallery single-gallery clearfix">
<a href="large-image.jpg" rel="lightbox" title="Optional Title">
<img src="thumb-image.jpg" alt="Alt Text" width="200" height="150" />
</a>
</div>
45 28 Apr 2012 03:19:34
Re: Concurrency Control anyone? (3 replies, posted in Support zone)
Hi Christian, changes that users make are only held while they are on that page, so if they don't click the "Publish changes" button then those changes are lost and won't be in their account the next time they log in.
46 18 Apr 2012 15:21:51
Re: Prevent a DIV in a Repeatable region from being editable (2 replies, posted in Support zone)
Hi Ryan, I've just updated the system. For each repeatable area that you don't want the whole content to be editable simply add this class:
no-repeat-edit
For example:
<div class="edit-repeat no-repeat-edit">
// editable area 1
// editable area 2
</div>
I hope that helps, let us know if you have any questions or problems.
47 18 Apr 2012 15:19:22
Re: Concurrency Control anyone? (3 replies, posted in Support zone)
Hi Christian, those checks are not in place. What are the chances of this actually happening? Both users would have be editing the same page and the same editable area for them to overwrite each others changes, but this really shouldn't be a problem because one user would believe the content should say X while the other user believe it should say Y, so they should organise within their team what the content is going to say first.
When you make a change to a page the system will only replace the content that has been updated. For example, if you have 3 editable areas on a page and you only edit 1 area then only that area is updated. So if the other user is editing another element then those changes won't be overwritten.
I hope this helps, shoot over any further questions.
48 05 Apr 2012 00:50:00
Re: Image upload (10 replies, posted in Support zone)
Hi Martin, this has now been resolved and we have replied to your email about this matter as well.
The problem was the image resolution being very large and consuming too much memory. We have increased the memory limit for the upload script to resolve this issue.
49 05 Apr 2012 00:30:49
Re: Editing not possible (3 replies, posted in Support zone)
Hi there, I've just taken a look and your account appears to be setup correctly. I have tested your FTP details and they all seem ok but we are receiving an error when trying to edit index.html, it looks like the FTP user doesn't have write permissions.
50 30 Mar 2012 11:11:21
Re: Cant edit page in sub folder (10 replies, posted in Support zone)
Hi Stroila, I have just checked your account and you needed to set the FTP mode to Active instead of Passive (default).