magento add wysiwyg block to cms page - magento

Using Magento, I need to offer my clients the public use of a wysiwyg editor on my website to simply generate html code for them to copy and paste. My idea is to add a static block to a cms page... the block being a wysiwyg editor. Anyone know if it is possible to set up a static block for the wysiwyg editor in Magento? If so, please explain how this is done in detail. If you would like more info on why I need this, just ask and I'll get into the details, but I'm hoping for a discussion on how to achieve this, not a discussion on why I need to do this.
Thanks for the help!

Figured it out by thinking outside of the box.
Just used NicEdit on a CMS page and it works great... does exactly what I need it to do.

Related

PayPal Express Review Order Page In Magento - Where I can edit code for design layout

My magento template is forcing me to have a final REVIEW ORDER page when checking out. I want to be able to edit the design of that page, but I cannot find what file the code is in. UGGH. Can someone help me? See screenshot.
I want to be able to change the font size of the words "REVIEW ORDER" to make it stand out more.
The file you are looking for resides on
app/design/frontend/base/default/template/paypal/express/review.phtml
But before making changes to it,its good practice of overwriting it to you theme and making changes there.
Hope, this is what you are looking for.

How to change prestashop theme dynamically

I would like to establish an alternative theme for all my website visitors except for me.
If is not possible natively or by a module I would like to know where I can add a little conditions code that will redefine the theme during the page loading.
Thankz for your help
Finally, it seem that is not possible.
Setting Maintenance mode is the only way for do this kind of thing.

User friendly WYSIWYG editor for Magento

I need to modify the default WYSIWYG editor in Magento it is not user friendly.Is it possible to add a more user friendly WYSIWYG editor to Magento backend?
Help is highly appreciable.
Thanks,
VKS
You can try this: http://www.mgt-commerce.com/redactor-jquery-wysiwyg-for-magento.html
It's easy, nice and free, having the basic, I think all that somebody actually needs.

Removing magento cms page layout update from mobile theme

I'm using cms HomePage in magento to show my block.
It reuqires some <action>, so I'm adding it on layout update tab. It works fine, but...
This layout update is applied on mobile theme too, what is wrong behaviour. How can i prevent it?
Thanks for any advice.
There is no simple solution... What you want from action? Maybe there is another way for that ;)

customize category page in magento

I am a newbie in magento. Please let me know how can I edit my category page.
If I want to add some html code to a particular category then from which file should I for in magento root folder.
Please help.
Thanx in advance.
If you only want to add to the category and not modify the existing output, then one option is to create a Static Block with whatever html that you want, and then edit your category and choose that block in the "Display Settings" tab.
Since you're new perhaps you should start with the designer's guide and theming wiki.
The difficulty with theming is no one file is responsible, about the best trick you can learn is using template hints.

Resources