Support Forum

Topic: theme-vantage

Browse community answers for this topic or search for a specific issue.

Creating a child theme for Vantage Premium

premiumthemetheme-vantage · By Ryan Ninete · 10 years ago · Reply by Andrew Misplon 10 years ago

Hi, I am trying to create a child theme for Vantage Premium. I created a new theme folder “vantage-child.” I then made copies of header.php, index.php, screenshot.png, style.css (Modified: Theme Name: Vantage Premium – Child), and style.less (Modified: Theme Name:…

Question about Site Builder

themetheme-vantage · By Lery · 10 years ago · Reply by Lery 10 years ago

Hello and thank you for taking the time to read my post. I’m currently using the free Vantage theme to test out how things might look. I love the site builder option on the Home Page. My question is, if…

Uncaught TypeError: Cannot read property ‘ajax’ of undefined

premiumthemetheme-vantage · By Chris Madsen · 10 years ago · Reply by Greg Priday 10 years ago

I’m including the following in footer file of my vantage child theme, $.ajax({ url: ‘//munchkin.marketo.net/munchkin.js’, dataType: ‘script’, cache: true, success: function() { Munchkin.init(‘My_Code_…’); } }); which produces the following error: Uncaught TypeError: Cannot read property ‘ajax’ of undefined(index):582 (anonymous function)…