rmilano24 / moto

Other
0 stars 0 forks source link

[Priority 1] Need to be able to add HTML/Videos to showcase boxes #2

Open rmilano24 opened 8 years ago

rmilano24 commented 8 years ago

You'll notice in commercial/residential sections that you can't pop in html because doesn't spit out the formatting correctly. We need to edit the template for this so that they can add a video for each one of these roll overs. Probably need to figure out hot to add any other html for these blocks of content as well. This is the main thing we should discuss tomorrow.

astralmedia commented 8 years ago

The element is being created here:

extendvc/extend-vc.php:4095

                "type" => "textarea",
                "holder" => "",
                "class" => "",
                "heading" => __("Content", "js_composer"),
                "param_name" => "text",
                "description" => ""
            ),```

https://wpbakery.atlassian.net/wiki/pages/viewpage.action?pageId=524332&src=contextnavpagetreemode

See Available type values...currently using textarea, but need textarea_html...however, when changing, it will not output or save the html.
rmilano24 commented 8 years ago

I have faith that you will solve this one.