diff --git a/src/css/styles.css b/src/css/styles.css index cbe5137..376a1d2 100644 --- a/src/css/styles.css +++ b/src/css/styles.css @@ -13,11 +13,49 @@ margin-bottom: .5rem; } +.xposter-sales p, +aside.xposter-sales { + font-size: 1.2rem; + background: #fcb000; + color: #000; + padding: .5rem; + margin-top: 10px; +} + .wpt-connection-form label { font-weight: 600; display: block; } +.xposter-highlight { + background: #fcb000; + color: #000; + font-size: 2rem; + padding: 1rem; + text-align: center; + font-weight: 700; +} + +.link-highlight { + text-align: center; + margin: 1rem; +} + +.link-highlight a { + padding: .5rem 1rem; + font-size: 1.2rem; + background: #333; + font-weight: 700; + text-decoration: none; + color: #fff; + box-shadow: 3px 3px 0 #fcb000; +} + +.link-highlight a:hover, +.link-highlight a:focus { + box-shadow: 3px 3px 0 #000; +} + #wp-to-twitter .resources { text-align: center; } @@ -217,14 +255,9 @@ label[for="wpt_license_key"] { } .inside.purchase { - max-width: 45em; + max-width: 55em; + margin: 11px auto; font-size: 1.1em; - margin: 0 auto; -} - -.inside.purchase h3 { - font-size: 1.8em; - margin: 1.33em 0 0; } .wpt-terms li { @@ -292,13 +325,8 @@ label[for='wpt_prepend_rt'], label[for='wpt_prepend_rt2'], label[for='wpt_prepen margin:10px auto!important; } -.wpt-button .cta a:hover, .wpt-button .cta a:focus { - text-decoration: underline; - background: #233c7f; -} - -.jcd-narrow .free .postbox, .jcd-narrow .free .postbox a, .jcd-narrow .free .postbox h3 { - background: #233c7f; +.jcd-narrow .free .postbox, .jcd-narrow .free .postbox a:not(.link-highlight a), .jcd-narrow .free .postbox h3 { + background: #000; color: #fff; } @@ -310,11 +338,24 @@ label[for='wpt_prepend_rt'], label[for='wpt_prepend_rt2'], label[for='wpt_prepen text-decoration: none; } +.inside.resources > div { + display: grid; + grid-template-columns: repeat( 2, 1fr ); + column-gap: 10px; + align-items: center; + justify-items: start; +} + +.inside.resources > div p:nth-of-type(2) { + justify-self: end; + position: relative; + top: -3px; +} + .jcd-narrow .free .postbox h3 { - background: #007eb3; - color: #fff; - text-shadow: 0 0 1px #000; - font-size: 1.1em; + background: #fcb000; + color: #000; + font-size: 1.2rem; } .wpt-support-me p { diff --git a/src/wp-to-twitter-manager.php b/src/wp-to-twitter-manager.php index 6fe4763..93a6736 100644 --- a/src/wp-to-twitter-manager.php +++ b/src/wp-to-twitter-manager.php @@ -212,6 +212,11 @@ function wpt_update_settings() { wpt_updated_settings(); wpt_show_last_tweet(); wpt_handle_errors(); + if ( ! function_exists( 'wpt_pro_exists' ) ) { + ?> + +

@@ -244,8 +249,16 @@ function wpt_update_settings() {

+

WP to Twitter is now Xposter

+

+ Are you wasting time switching between X.com and WordPress to promote your posts? Do you have to delete Tweets because you accidentally published a post? Do you want to be able to schedule your post to Tweet next week, directly from your post editor? Xposter Pro will help you out! +

+

What will Xposter PRO do for you?

- PROMO HERE + It takes the great Tweeting automation from Xposter and turns it up to eleven: publish to unique X accounts for each site author; schedule up to 3 re-posts of Tweets at an interval of your choice; and, with a delay between publishing and Tweeting, check your tweets before they’re shared with your followers. +

+
@@ -749,15 +762,19 @@ function wpt_sidebar() { -

+

-

+

+ +