This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.

Shortcodes in page builder text widget

Open 2 replies themetheme-vantage
11 years ago · Last reply by Andrew Misplon 11 years ago

Hello,

Love the theme. I created a childtheme by following the tutorial. This is all fine but i want to ad shortcodes to the textwidget in the page builder, for that i need to place some code in the functions.php file, but i don’t have one.
All i have in my stylesheet is:
/*
Theme Name: My Vantage Child Theme
Version: 1.0
Description: A child theme for Vantage, the premium business directory theme for WordPress.
Author: Your Name
Author URL: http://www.your-url.com
Template: vantage
*/
@import url(“../vantage/style.css”);
@import url(“../vantage/styles/blue.css”);

Do i need to add a functions.php file?

Anybody here a code wizard :-)?

This is our free support forum. Replies can take several days.

Need fast email support? Get SiteOrigin Premium

Replies

2
  1. thierry 11 years, 9 months ago

    Anybody?

  2. Andrew Misplon Staff 11 years, 9 months ago

    Hi

    It’s perhaps worth trying Black Studio TinyMCE: http://wordpress.org/plugins/black-studio-tinymce-widget/. Once installed it’s widget is called Visual Editor, I’ve successfully inserted many shortcodes into it’s HTML tab.

    If you need custom functions then you’d create a blank file called functions.php and insert it into your child theme. You’d start out the file with:

    <?php

    And then insert your new function.

    Try out my first idea though.

Replies on this thread are closed.

Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.

Have a different question or issue?

Start New Thread