Skip to content

Commit

Permalink
Move get pro link under theme section in Customizer
Browse files Browse the repository at this point in the history
  • Loading branch information
generatepress committed Aug 14, 2016
1 parent 723b397 commit 3e66f79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inc/customizer.php
Original file line number Diff line number Diff line change
Expand Up @@ -916,7 +916,7 @@ function generate_customize_preview_js()
?>
<script>
jQuery( window ).load( function() {
jQuery('#customize-info').append('<span class="get-addon" style="display:block;"><a style="display:block;padding-left: 15px;padding-right:0;" href="<?php echo esc_url('https://generatepress.com/add-ons');?>" target="_blank"><?php _e('Add-ons Available! Take a look','generatepress');?> &rarr;</a></span>');
jQuery('#accordion-section-themes').append('<span class="get-addon" style="display:block;position:relative;top:-15px;"><a style="display:block;padding-left: 15px;padding-right:0;" href="<?php echo esc_url('https://generatepress.com/add-ons');?>" target="_blank"><?php _e('Add-ons Available! Take a look','generatepress');?> &rarr;</a></span>');
});
</script>
<?php
Expand Down

0 comments on commit 3e66f79

Please sign in to comment.