How can I change shortcode code?


If you want to change our shortcodes code, we recommend you to do so creating a child theme.

Step by step

  1. Create child theme
  2. Create directory theme and in there the directory shortcodes.
  3. Copy to the shortcodes directory the specific shortcode file (in the example below it’s ctAlertBoxShortcode.class.php).
  4. Now, you can edit the shortcode file in the child theme and all the changes will be kept when you update our theme.
Folder structure of main theme and child theme

Folder structure of main theme and child theme