Version Description
- In this version we are just letting you know that a new beta version 3.0 will be release soon which will have alot of changes so please make sure to backup your previous version. You can download the Beta version from given link:- https://addons.topdigitaltrends.net/mega-addons-beta-version/
Download this release
Release Info
Developer | nasir179125 |
Plugin | Mega Addons For WPBakery Page Builder (formerly Visual Composer) |
Version | 2.3 |
Comparing to | |
See all releases |
Code changes from version 2.2 to 2.3
- css/hoverbtn.css +1 -0
- css/ihover.css +1 -1
- css/price_listing.css +1 -4
- index.php +2 -2
- main.php +15 -4
- readme.txt +11 -4
- render/countdown.php +3 -2
css/hoverbtn.css
CHANGED
@@ -17,6 +17,7 @@
|
|
17 |
*****************************************************/
|
18 |
.push_button{
|
19 |
position:relative;
|
|
|
20 |
color:#FFF;
|
21 |
text-decoration:none;
|
22 |
margin:0 auto;
|
17 |
*****************************************************/
|
18 |
.push_button{
|
19 |
position:relative;
|
20 |
+
display: inline-block;
|
21 |
color:#FFF;
|
22 |
text-decoration:none;
|
23 |
margin:0 auto;
|
css/ihover.css
CHANGED
@@ -13461,7 +13461,7 @@ h6 {
|
|
13461 |
}
|
13462 |
|
13463 |
.header {
|
13464 |
-
background: url(../images/bg_header.jpg) repeat-x
|
13465 |
}
|
13466 |
|
13467 |
.bs-docs-home,
|
13461 |
}
|
13462 |
|
13463 |
.header {
|
13464 |
+
/*background: url(../images/bg_header.jpg) repeat-x*/
|
13465 |
}
|
13466 |
|
13467 |
.bs-docs-home,
|
css/price_listing.css
CHANGED
@@ -13,7 +13,6 @@
|
|
13 |
.price_table_1 ul{
|
14 |
list-style: none;
|
15 |
font-size: 15px;
|
16 |
-
font-family:'Open Sans';
|
17 |
padding: 0px;
|
18 |
margin: 0px !important;
|
19 |
}
|
@@ -41,7 +40,6 @@
|
|
41 |
}
|
42 |
|
43 |
.price_table_1 .type p{
|
44 |
-
font-family:'Open Sans';
|
45 |
font-size: 22px;
|
46 |
text-transform: uppercase;
|
47 |
color: white;
|
@@ -51,8 +49,8 @@
|
|
51 |
|
52 |
.price_table_1 .plan{
|
53 |
border-radius: 0px 0px 5px 5px;
|
54 |
-
font-family:'Open Sans';
|
55 |
text-align: center;
|
|
|
56 |
}
|
57 |
.price_table_1 .plan span {
|
58 |
|
@@ -92,7 +90,6 @@ font-size: 82px;
|
|
92 |
padding: 10px 0;
|
93 |
border-radius: 4px;
|
94 |
font-size: 18px;
|
95 |
-
font-family:'Open Sans';
|
96 |
text-decoration: none;
|
97 |
display: block;
|
98 |
width: 100%;
|
13 |
.price_table_1 ul{
|
14 |
list-style: none;
|
15 |
font-size: 15px;
|
|
|
16 |
padding: 0px;
|
17 |
margin: 0px !important;
|
18 |
}
|
40 |
}
|
41 |
|
42 |
.price_table_1 .type p{
|
|
|
43 |
font-size: 22px;
|
44 |
text-transform: uppercase;
|
45 |
color: white;
|
49 |
|
50 |
.price_table_1 .plan{
|
51 |
border-radius: 0px 0px 5px 5px;
|
|
|
52 |
text-align: center;
|
53 |
+
font: initial;
|
54 |
}
|
55 |
.price_table_1 .plan span {
|
56 |
|
90 |
padding: 10px 0;
|
91 |
border-radius: 4px;
|
92 |
font-size: 18px;
|
|
|
93 |
text-decoration: none;
|
94 |
display: block;
|
95 |
width: 100%;
|
index.php
CHANGED
@@ -5,13 +5,13 @@
|
|
5 |
Plugin URI: http://addons.topdigitaltrends.net/
|
6 |
Author: Nasir
|
7 |
Author URI: http://topdigitaltrends.net/
|
8 |
-
Version: 2.
|
9 |
License: GPL2
|
10 |
*/
|
11 |
|
12 |
/*
|
13 |
|
14 |
-
Copyright (C) 2017 Nasir
|
15 |
|
16 |
This program is free software; you can redistribute it and/or modify
|
17 |
it under the terms of the GNU General Public License, version 2, as
|
5 |
Plugin URI: http://addons.topdigitaltrends.net/
|
6 |
Author: Nasir
|
7 |
Author URI: http://topdigitaltrends.net/
|
8 |
+
Version: 2.3
|
9 |
License: GPL2
|
10 |
*/
|
11 |
|
12 |
/*
|
13 |
|
14 |
+
Copyright (C) 2017 Nasir nasir179125@hotmail.com
|
15 |
|
16 |
This program is free software; you can redistribute it and/or modify
|
17 |
it under the terms of the GNU General Public License, version 2, as
|
main.php
CHANGED
@@ -61,13 +61,24 @@ class VC_MEGA
|
|
61 |
// Display notice that Visual Compser is required
|
62 |
add_action('admin_notices', array( $this, 'showVcVersionNotice' ));
|
63 |
return;
|
64 |
-
}
|
|
|
|
|
|
|
65 |
}
|
66 |
|
67 |
function showVcVersionNotice(){
|
68 |
?>
|
69 |
<div class="notice notice-warning is-dismissible">
|
70 |
-
<p>Please install <a href="https://codecanyon.net/item/visual-composer-page-builder-for-wordpress/242431?ref=nasir179125">
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
71 |
</div>
|
72 |
<?php
|
73 |
}
|
@@ -79,9 +90,9 @@ class VC_MEGA
|
|
79 |
$plugin = plugin_basename(__FILE__);
|
80 |
if ('mega-addons-for-visual-composer/index.php' == $plugin_file && defined('WPB_VC_VERSION')) {
|
81 |
|
82 |
-
$site_link = array('upgrade' => '<a href="https://
|
83 |
|
84 |
-
$actions = array_merge($
|
85 |
|
86 |
}
|
87 |
|
61 |
// Display notice that Visual Compser is required
|
62 |
add_action('admin_notices', array( $this, 'showVcVersionNotice' ));
|
63 |
return;
|
64 |
+
}elseif (defined( 'WPB_VC_VERSION' )) {
|
65 |
+
add_action('admin_notices', array( $this, 'showVcNoticeBetaVersion' ));
|
66 |
+
return;
|
67 |
+
}
|
68 |
}
|
69 |
|
70 |
function showVcVersionNotice(){
|
71 |
?>
|
72 |
<div class="notice notice-warning is-dismissible">
|
73 |
+
<p>Please install <a href="https://codecanyon.net/item/visual-composer-page-builder-for-wordpress/242431?ref=nasir179125">WPBakery Page Builder</a> to use Mega Addons.</p>
|
74 |
+
</div>
|
75 |
+
<?php
|
76 |
+
}
|
77 |
+
|
78 |
+
function showVcNoticeBetaVersion(){
|
79 |
+
?>
|
80 |
+
<div class="notice notice-warning is-dismissible">
|
81 |
+
<p>Mega Addons Beta version 3.0 is available. This update has a large amount of changes. <a class="button-primary btn-save" style="line-height: 19px; height:21px;" href="https://addons.topdigitaltrends.net/mega-addons-beta-version/">Get It Now.</a></p>
|
82 |
</div>
|
83 |
<?php
|
84 |
}
|
90 |
$plugin = plugin_basename(__FILE__);
|
91 |
if ('mega-addons-for-visual-composer/index.php' == $plugin_file && defined('WPB_VC_VERSION')) {
|
92 |
|
93 |
+
$site_link = array('upgrade' => '<a href="https://addons.topdigitaltrends.net/mega-addons-beta-version/" style="font-size: 14px;color: #11967A;" target="_blank"><b>Download Beta Version 3.0</b></a>');
|
94 |
|
95 |
+
$actions = array_merge($actions, $site_link);
|
96 |
|
97 |
}
|
98 |
|
readme.txt
CHANGED
@@ -3,8 +3,8 @@ Contributors: nasir179125
|
|
3 |
Donate link: http://paypal.me/webcodingplace
|
4 |
Tags: mega addons for wpbakery page builder, mega addons for visual composer, wpbakery page builder, visual composer, all in one plugin, visual composer extension, multi addons for visual composer, imag hover effects, visual composer addons, vc addons, visual composer extensions, vc extensions, page builder, portfolio, carousel, post, posts, shortcodes, tabs, admin, plugin, page, member profile, info banner, price table, stats counter, flip book, testimonial
|
5 |
Requires at least: 3.5
|
6 |
-
Tested up to:
|
7 |
-
Stable tag: 2.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -16,12 +16,15 @@ License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
|
16 |
<p>
|
17 |
<strong>Best Addons Plugin For WPBakery Page Builder - WordPress Plugin</strong>
|
18 |
</p>
|
|
|
|
|
|
|
19 |
</blockquote>
|
20 |
Mega Addons For Visual Composer ~ The biggest Addon bundle for Visual Composer With 28 addons. This Addon Bundle provide you everything for your Visual Composer Page Builder. Addons for Visual Composer features professional looking, easy to use yet highly functional extensions that can be used in a WPBakery Visual Composer page builder.<br>
|
21 |
<a href="https://codecanyon.net/item/visual-composer-page-builder-for-wordpress/242431?ref=nasir179125"><strong>WPBakery Page Builder (formerly Visual Composer)</strong></a> plugin must be installed and activated to use this plugin. After you activate the required plugins, the elements should be available for use in Visual Composer.
|
22 |
|
23 |
<blockquote>
|
24 |
-
<p><a href="http://addons.topdigitaltrends.net/addons/" rel="nofollow">Live Demo </a> | <a href="http://www.topdigitaltrends.net/contact/" rel="nofollow">Contact</a> | <a href="https://wordpress.org/support/plugin/mega-addons-for-visual-composer" rel="nofollow">Support forum</a> | <a href="http://addons.topdigitaltrends.net/documentation/" rel="nofollow">How To Use</a></p>
|
25 |
</blockquote>
|
26 |
<p><strong>If you like this plugin, please give us <a href="https://wordpress.org/support/plugin/mega-addons-for-visual-composer/reviews/#new-post" rel="nofollow">5 star</a> to encourage for future improvement.</strong></p>
|
27 |
|
@@ -75,7 +78,7 @@ Mega Addons For Visual Composer ~ The biggest Addon bundle for Visual Composer W
|
|
75 |
== Installation ==
|
76 |
|
77 |
1. Go to plugins in your dashboard and select 'add new'
|
78 |
-
2. Search for 'Mega Addons For Visual Composer' and install it
|
79 |
3. Go To pages and create design with help of viusal composer page builder.
|
80 |
4. Fill some additional informations.
|
81 |
5. Now visit your site
|
@@ -101,6 +104,10 @@ https://www.youtube.com/watch?time_continue=387&v=Qj4tfvMlcJs
|
|
101 |
|
102 |
== Changelog ==
|
103 |
|
|
|
|
|
|
|
|
|
104 |
= 2.2 =
|
105 |
* Bug Fixed: Info banner mobile responsive issue
|
106 |
* Bug Fixed: Modal Popup play randomly video onClick.
|
3 |
Donate link: http://paypal.me/webcodingplace
|
4 |
Tags: mega addons for wpbakery page builder, mega addons for visual composer, wpbakery page builder, visual composer, all in one plugin, visual composer extension, multi addons for visual composer, imag hover effects, visual composer addons, vc addons, visual composer extensions, vc extensions, page builder, portfolio, carousel, post, posts, shortcodes, tabs, admin, plugin, page, member profile, info banner, price table, stats counter, flip book, testimonial
|
5 |
Requires at least: 3.5
|
6 |
+
Tested up to: 5.0.2
|
7 |
+
Stable tag: 2.3
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
16 |
<p>
|
17 |
<strong>Best Addons Plugin For WPBakery Page Builder - WordPress Plugin</strong>
|
18 |
</p>
|
19 |
+
<p>
|
20 |
+
<a href="http://www.topdigitaltrends.net/mega-addons-for-visual-composer.zip">Get Mega Addons V3.0 Releasing soon..</a>
|
21 |
+
</p>
|
22 |
</blockquote>
|
23 |
Mega Addons For Visual Composer ~ The biggest Addon bundle for Visual Composer With 28 addons. This Addon Bundle provide you everything for your Visual Composer Page Builder. Addons for Visual Composer features professional looking, easy to use yet highly functional extensions that can be used in a WPBakery Visual Composer page builder.<br>
|
24 |
<a href="https://codecanyon.net/item/visual-composer-page-builder-for-wordpress/242431?ref=nasir179125"><strong>WPBakery Page Builder (formerly Visual Composer)</strong></a> plugin must be installed and activated to use this plugin. After you activate the required plugins, the elements should be available for use in Visual Composer.
|
25 |
|
26 |
<blockquote>
|
27 |
+
<p><a href="http://addons.topdigitaltrends.net/addons/" rel="nofollow">Live Demo </a> | <a href="http://www.topdigitaltrends.net/contact/" rel="nofollow">Contact</a> | <a href="https://wordpress.org/support/plugin/mega-addons-for-visual-composer" rel="nofollow">Support forum</a> | <a href="http://addons.topdigitaltrends.net/documentation/" rel="nofollow">How To Use</a> | <a href="http://www.topdigitaltrends.net/blog/" rel="nofollow">Blog</a></p>
|
28 |
</blockquote>
|
29 |
<p><strong>If you like this plugin, please give us <a href="https://wordpress.org/support/plugin/mega-addons-for-visual-composer/reviews/#new-post" rel="nofollow">5 star</a> to encourage for future improvement.</strong></p>
|
30 |
|
78 |
== Installation ==
|
79 |
|
80 |
1. Go to plugins in your dashboard and select 'add new'
|
81 |
+
2. Search for 'Mega Addons For Visual Composer' and install it.
|
82 |
3. Go To pages and create design with help of viusal composer page builder.
|
83 |
4. Fill some additional informations.
|
84 |
5. Now visit your site
|
104 |
|
105 |
== Changelog ==
|
106 |
|
107 |
+
= 2.3 =
|
108 |
+
* In this version we are just letting you know that a new beta version 3.0 will be release soon which will have alot of changes so please make sure to backup your previous version. You can download the Beta version from given link:- https://addons.topdigitaltrends.net/mega-addons-beta-version/
|
109 |
+
|
110 |
+
|
111 |
= 2.2 =
|
112 |
* Bug Fixed: Info banner mobile responsive issue
|
113 |
* Bug Fixed: Modal Popup play randomly video onClick.
|
render/countdown.php
CHANGED
@@ -49,7 +49,6 @@ class WPBakeryShortCode_mvc_countdown extends WPBakeryShortCode {
|
|
49 |
background-color: <?php echo $bgcolor; ?>;
|
50 |
width: <?php echo $width; ?>;
|
51 |
height: <?php echo $height; ?>;
|
52 |
-
padding-top: <?php echo $padding; ?>;
|
53 |
margin: 0 <?php echo $margin; ?>;
|
54 |
border: <?php echo $borderwidth; ?> <?php echo $borderstyle; ?> <?php echo $borderclr; ?>;
|
55 |
border-radius: <?php echo $radius; ?>;
|
@@ -62,7 +61,9 @@ class WPBakeryShortCode_mvc_countdown extends WPBakeryShortCode {
|
|
62 |
}
|
63 |
#defaultCountdown<?php echo $id; ?> .countdown-section .countdown-amount {
|
64 |
font-size: <?php echo $size; ?>;
|
65 |
-
color: <?php echo $textcolor; ?>;
|
|
|
|
|
66 |
}
|
67 |
#defaultCountdown<?php echo $id; ?> .countdown-section .countdown-period {
|
68 |
font-size: <?php echo $periodsize; ?>;
|
49 |
background-color: <?php echo $bgcolor; ?>;
|
50 |
width: <?php echo $width; ?>;
|
51 |
height: <?php echo $height; ?>;
|
|
|
52 |
margin: 0 <?php echo $margin; ?>;
|
53 |
border: <?php echo $borderwidth; ?> <?php echo $borderstyle; ?> <?php echo $borderclr; ?>;
|
54 |
border-radius: <?php echo $radius; ?>;
|
61 |
}
|
62 |
#defaultCountdown<?php echo $id; ?> .countdown-section .countdown-amount {
|
63 |
font-size: <?php echo $size; ?>;
|
64 |
+
color: <?php echo $textcolor; ?>;
|
65 |
+
padding-top: <?php echo $padding; ?>;
|
66 |
+
display: block;
|
67 |
}
|
68 |
#defaultCountdown<?php echo $id; ?> .countdown-section .countdown-period {
|
69 |
font-size: <?php echo $periodsize; ?>;
|