| @@ -10,9 +10,9 @@ | ||
| 10 | 10 | <span class="slogan">by <a |
| 11 | 11 | href="https://themeisle.com/">ThemeIsle</a></span> |
| 12 | 12 | <div class="header-btns"> |
| 13 | 13 | <?php if ( $show_more ) { ?> |
| 14 | - <a target="_blank" href="<?php echo tsdk_utmify( Visualizer_Plugin::PRO_TEASER_URL, 'supportheader' ); ?>" class="buy-now"><span | |
| 14 | + <a target="_blank" href="<?php echo Visualizer_Plugin::PRO_TEASER_URL; ?>" class="buy-now"><span | |
| 15 | 15 | class="dashicons dashicons-cart"></span>More features</a> |
| 16 | 16 | <?php } ?> |
| 17 | 17 | </div> |
| 18 | 18 | <div class="clear"></div> |
| @@ -35,9 +35,9 @@ | ||
| 35 | 35 | </h2> |
| 36 | 36 | |
| 37 | 37 | <div class="viz-features-content"> |
| 38 | 38 | <div class="viz-feature"> |
| 39 | - <div class="viz-feature-features"> | |
| 39 | + <div id="feedzy_import_feeds" class="viz-feature-features"> | |
| 40 | 40 | <?php |
| 41 | 41 | switch ( $active_tab ) { |
| 42 | 42 | case 'help': |
| 43 | 43 | include_once VISUALIZER_ABSPATH . '/templates/docs.php'; |