Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
Does anyone know of a standalone Visual Shortcodes module that will allow editors you to visually pick and modify a shortcode. I bought a theme that incorporates this feature into the theme, but I would like to just have that feature. An example is here https://www.youtube.com/watch?v=E_aLu7HAx_Y.
This one is also similar https://www.youtube.com/watch?v=-yeYx9OHZaM
include(./sites/all/themes/myTheme/webform-form-713.tpl.php) [<a href='function.include'>function.include</a>]: failed to open stream: No such file or directory in /opt/drupal/mySite/includes/theme.inc on line 1079.
Looking at this error it appears the theme.inc is trying to open a file that does not exist in my theme. If I look in my theme, this file does not exist. I am guessing at one time it may have existed.