File tree Expand file tree Collapse file tree 4 files changed +13
-7
lines changed
Expand file tree Collapse file tree 4 files changed +13
-7
lines changed Original file line number Diff line number Diff line change @@ -517,7 +517,7 @@ public static function sort_by_category() {
517517 /**
518518 * Convert the category id to the taxonomy id during a query
519519 */
520- public static function sort_by_category_prepare_query () {
520+ public static function sort_by_category_prepare_query ( $ query ) {
521521 global $ pagenow ;
522522 $ qv = &$ query ->query_vars ;
523523 if ($ pagenow == 'edit.php ' && isset ($ qv ['landing_page_category ' ]) && is_numeric ($ qv ['landing_page_category ' ])) {
Original file line number Diff line number Diff line change 33Plugin Name: Landing Pages
44Plugin URI: http://www.inboundnow.com/landing-pages/
55Description: Landing page template framework with variant testing and lead capturing through cooperation with Inbound Now's Leads plugin. This is the stand alone version served through WordPress.org.
6- Version: 2.7.6
6+ Version: 2.7.7
77Author: Inbound Now
88Author URI: https://www.inboundnow.com/?innercity=true
99Text Domain: inbound-pro
@@ -42,7 +42,7 @@ public function __construct() {
4242 */
4343 private static function load_constants () {
4444
45- define ('LANDINGPAGES_CURRENT_VERSION ' , '2.7.6 ' );
45+ define ('LANDINGPAGES_CURRENT_VERSION ' , '2.7.7 ' );
4646 define ('LANDINGPAGES_URLPATH ' , plugins_url ( '/ ' , __FILE__ ) );
4747 define ('LANDINGPAGES_PATH ' , WP_PLUGIN_DIR .'/ ' .plugin_basename ( dirname (__FILE__ ) ).'/ ' );
4848 define ('LANDINGPAGES_PLUGIN_SLUG ' , 'landing-pages ' );
Original file line number Diff line number Diff line change @@ -672,7 +672,8 @@ h2 .nav-tab {
672672
673673
674674# lead_image {
675- max-width : 160px ;
675+ width : 100% ;
676+ max-width : 94% ;
676677 display : inline-block;
677678 margin-right : 10px ;
678679 background : # FCFDFE ;
@@ -684,6 +685,11 @@ h2 .nav-tab {
684685 overflow : hidden;
685686 position : relative;
686687 z-index : 99 ;
688+ text-align : center;
689+ }
690+
691+ # lead_image_container {
692+ padding : 10px ;
687693}
688694
689695# lead_name_overlay {
Original file line number Diff line number Diff line change 44Plugin URI: http://www.inboundnow.com/
55Description: Professional Inbound Marketing Suite for WordPress
66Author: InboundWP LLC
7- Version: 1.9.9.7.3
7+ Version: 1.9.9.7.4
88Author URI: http://www.inboundnow.com/
99Text Domain: inbound-pro
1010*/
@@ -95,8 +95,8 @@ public function __construct() {
9595 */
9696 private static function define_constants () {
9797
98- define ('INBOUND_PRO_CURRENT_VERSION ' , '1.9.9.7.3 ' );
99- define ('INBOUND_PRO_STABLE_VERSION ' , '1.9.9.7.1 ' );
98+ define ('INBOUND_PRO_CURRENT_VERSION ' , '1.9.9.7.4 ' );
99+ define ('INBOUND_PRO_STABLE_VERSION ' , '1.9.9.7.3 ' );
100100 define ('INBOUND_PRO_TRANSLATIONS_VERSION ' , '1.30.22 ' );
101101 define ('INBOUND_PRO_URLPATH ' , plugin_dir_url ( __FILE__ ));
102102 define ('INBOUND_PRO_PATH ' , plugin_dir_path ( __FILE__ ) );
You can’t perform that action at this time.
0 commit comments