Solutions tagged with ‘element’:
- One of the initial project requirements for cushycms was xhtml 1.0 (strict) compliance for generated content (1). the results you see are the parser we use doing its best to make your markup ...
- I notice you have your site setup with a doc root of httpsdocs (note the "s"). you might like to check to make sure this is not supposed to be httpdocs. also, i notice the index.html in both ...
- The home page unreadable message may happen if you have changed the "site" settings since creating the page. e.g. when you changed the path from httpsdocs to httpdocs, any pages you had setup ...
- In regards to point 1, cushycms will only change the path to the new image for the original image element. if you are referring to that image path from other places, such as tags, cushy ...
- The field you are asking about, where you have removed the wysiwyg, is most likely a span tag or something like that. cushycms does it's best to figure out what type of editing tool is required ...
- Mate, at this stage, image uploading using the wysiwyg doesn't offer resizing at all. feel free to make a suggestion via our suggestions site at http://cushycms.uservoice.com/ you can however ...
- What element are you applying class="cushycms" to? if it's something like a heading then the wysiwyg will default to one line.
- Can you elaborate on "can't edit link"? are you unable to edit the text "some header." or are you unable to edit where the link goes? if it's the latter, it could be that you have misspelled ...
- Whilst this is something we will want to address in the future, the fact is, html 5 is in it's infancy. even if we did make cushy compatible with such elements, most browsers don't even ...
- At the moment there is a hidden "feature" of cushycms that tries to make sure the editors of pages enter well formed html. we don't want designers to get their pages broken by their editors ...
- Have you tried extracting all the styles out into a element. this will make your code look cleaner, and also lessen the chance the coloring and/or sizing will be altered by your editor. ...
- You are seeing cushy intelligently pick a method based on the container element. at the moment h1 . h5 and title elements are all treated as html encoded text. the assumption is designers are ...
- I am unfamiliar with freeway, but if it doesn't allow you to add styles to elements, then i'm afraid it won't be cushycms compatible.
- Have you tried adding class="cushycms" to an img tag? this will allow the editor to upload a new image from their own machine to overide the existing image. there is one issue with this and ...
- Add this to the bottom of your page: $('.cushycms').attr({title: ''}); ...
- You could put a temporary file in place with a random cushy element just to get to the page. or you could manipulate the url to get to the revision history page manually. it should look ...
- This sounds like it could be pretty easily remedied by tweaking your css. at present you probably have something like this in your css: .link { color: red; } try doing this instead: .link ...
- Check out http://www.cushycms.com/static/documentation#overridingcontenttypes you should be able to use a cushycms-text tag to make sure your editors are only allowed text changes. if this ...
- Thank you for bringing this to our attention! the *real* error you should have been getting is: * content about.php has php within editable elements. please don't place php within ...
- Happybugpopcorn, beth and andy, the biggest advantage of xhtml is that it's also xml. if your html is xhtml it means any machines reading your markup such as web crawlers, your browser and ...
- To explain a little further- when you make an element (eg. div) editable with cushy it attempts to determine where that element starts and ends. if php is outputting html in between then ...
- Cushy's validator is having trouble with your page's code -- if you get a chance, please run your page(s) through the w3c html validator first and fix up extra closing elements etc. and let us ...
- This problem's likely caused by your nesting of tags with class="cushycms" on them. you must close an element with class="cushycms" on it before you open another. in your particular example, ...
- There is a very simple reason for your ul issues. cushy tries it's best to fix the html generated inside the wysiwyg, especially given there is a html source button allowing direct source ...
- You cannot / should not use class="cushycms" on a element. either be more specific (use it on a ) or, create the table inside the wysiwyg (eg: make a
- Hi! your code looks fine but i can't see any cushy elements -- can you tell me specifically where you put them (or even better, insert them back into the page and let me know)? simon
- Just off top of my head quickly, haven't looked into much detail yet. you have many elements with the same title. this won't cause a problem, but probably not helpful to your editors. there is ...
- You are missing the opening element after your doctype. i would guess this is the issue.
- Hard to tell without a specific example, but make sure you are: 1) not nesting elements with class="cushycms" on them (close one before you open another) 2) not including forms, javascript / ...
- Cushy will have trouble attempting to edit even mildly complex javascript. it will work for simple alerts etc but in most cases we suggest having no javascription inside your class="cushycms" ...
- Without manually creating thumbnails it'll probably be quite annoying. what you could do is have your client place the large image in the wysiwyg first (using the image icon), press ok, then ...
- You'll have to add the class="cushycms" tags offline (before you put the files up onto the cushy server). cushy will give you an error if there's no editable elements pre-defined.
- Yes, those definitely can. should be as simple as putting class="cushycms" on the elements inside the dropdowns. simon
- I'm not sure if this problem is related, but i can see a small issue on that particular page -- make sure you are not nesting tags with class="cushycms" on them (one must be closed before you ...
- Howdy, cushy will use 's for line breaks when editing via the wysiwyg, so that is why they may have appeared. if you believe they are appearing *outside* cushy elements then please let ...
- You cannot put class="cushycms" onto a element. your best option is to make a and use the wysiwyg "table" icon to create the table. you can add rows / columns ...
- Dreamweaver editable areas and cushy editable areas are two different things. i can't help you with the dreamweaver stuff but as you already know, just place class="cushycms" on a html tag ...
Problems tagged with ‘element’:
- Sorry, you're right, the "s" is too much. but now if you view the source you can see cashycms elements . (in the control panel / site & ...
- The problem is also confusing to me (ha,ha) the second page also says "html/ijssalon.html has no editable ...
- How to let editor to modify a link (url) of an image?
- Cushy editor screwing up code
- I have replicated the error.it seems that if you have the class on a element itself, and make a soft break, its adds "", ...
- Having problems selecting a page to edit
- Cannot add pages to site!
- Client interaction & file includes
- There may be a better way, insulating your user from having tu know/use html code, but for this sort of thing i just have my users click on the ...
- Restrict an editors access within a page
- Can you span a class round anything?
- Cannot add pages to site!
- After editing specified class="cushycms" elements, other code is deleted
- Brand new user with a question
- Filling php variables with cushy
- Herror message
- I'm still having the same problem the error mesage is: 1 herror prohibited this page from being edited content equipos.html has no editable ...
- Cannot assign pages
- Internal server error
- Content has no editable elements defined
- Xml validation
- Thank you for your reply! that does not seem possible in my system. the head tag is not in the page documents, it is included by php. my ...
- Previewing page before going live
- Another blank editor question
- Php error message, no php
- Speaking as a designer, i view the ability by the client to arbitrarily change text colours to be not a feature, but something undesirable. it's a ...
