elements.php
646 lines
| 1 | <?php |
| 2 | |
| 3 | use PremiumAddons\Includes\Helper_Functions; |
| 4 | |
| 5 | $ecommerce_widgets = array( |
| 6 | array( |
| 7 | 'key' => 'woo-products', |
| 8 | 'title' => __( 'Woo Products', 'premium-addons-for-elementor' ), |
| 9 | 'name' => 'premium-woo-products', |
| 10 | 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/elementor-woocommerce-products/', 'products', 'wp-dash', 'wizard' ), |
| 11 | 'is_freemium' => true, |
| 12 | ), |
| 13 | array( |
| 14 | 'key' => 'woo-categories', |
| 15 | 'title' => __( 'Woo Categories', 'premium-addons-for-elementor' ), |
| 16 | 'name' => 'premium-woo-categories', |
| 17 | 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/elementor-woocommerce-categories-widget/', 'cats', 'wp-dash', 'wizard' ), |
| 18 | 'is_freemium' => true, |
| 19 | ), |
| 20 | array( |
| 21 | 'key' => 'mini-cart', |
| 22 | 'title' => __( 'Woo Mini Cart', 'premium-addons-for-elementor' ), |
| 23 | 'name' => 'premium-mini-cart', |
| 24 | 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/elementor-woocommerce-mini-cart-widget/', 'mini-cart', 'wp-dash', 'wizard' ), |
| 25 | 'is_freemium' => true, |
| 26 | ), |
| 27 | array( |
| 28 | 'key' => 'woo-cta', |
| 29 | 'title' => __( 'Woo CTA', 'premium-addons-for-elementor' ), |
| 30 | 'name' => 'premium-woo-cta', |
| 31 | 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/elementor-woocommerce-cta-widget/', 'woo-cta', 'wp-dash', 'wizard' ), |
| 32 | 'is_freemium' => true, |
| 33 | ), |
| 34 | ); |
| 35 | |
| 36 | $blog_widgets = array( |
| 37 | array( |
| 38 | 'key' => 'premium-post-ticker', |
| 39 | 'name' => 'premium-post-ticker', |
| 40 | 'title' => __( 'News Ticker', 'premium-addons-for-elementor' ), |
| 41 | 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/elementor-news-ticker-widget/', 'ticker', 'wp-dash', 'wizard' ), |
| 42 | 'is_freemium' => true, |
| 43 | ), |
| 44 | array( |
| 45 | 'key' => 'premium-world-clock', |
| 46 | 'name' => 'premium-world-clock', |
| 47 | 'title' => __( 'World Clock', 'premium-addons-for-elementor' ), |
| 48 | 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/elementor-world-clock-widget/', 'clock', 'wp-dash', 'wizard' ), |
| 49 | 'is_freemium' => true, |
| 50 | ), |
| 51 | array( |
| 52 | 'key' => 'premium-weather', |
| 53 | 'name' => 'premium-weather', |
| 54 | 'title' => __( 'Weather', 'premium-addons-for-elementor' ), |
| 55 | 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/elementor-weather-widget/', 'weather', 'wp-dash', 'wizard' ), |
| 56 | 'is_freemium' => true, |
| 57 | ), |
| 58 | array( |
| 59 | 'key' => 'premium-tcloud', |
| 60 | 'name' => 'premium-tcloud', |
| 61 | 'title' => __( 'Tags Cloud', 'premium-addons-for-elementor' ), |
| 62 | 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/elementor-tags-cloud-widget/', 'tcloud', 'wp-dash', 'wizard' ), |
| 63 | 'is_freemium' => true, |
| 64 | ), |
| 65 | array( |
| 66 | 'key' => 'premium-smart-post-listing', |
| 67 | 'name' => 'premium-smart-post-listing', |
| 68 | 'title' => __( 'Smart Post Listing', 'premium-addons-for-elementor' ), |
| 69 | 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/elementor-smart-post-listing-widget/', 'spl', 'wp-dash', 'dashboard' ), |
| 70 | 'is_pro' => true, |
| 71 | ), |
| 72 | array( |
| 73 | 'key' => 'premium-notifications', |
| 74 | 'name' => 'premium-notifications', |
| 75 | 'title' => __( 'Recent Posts Notification', 'premium-addons-for-elementor' ), |
| 76 | 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/elementor-recent-posts-notification-widget/', 'notification', 'wp-dash', 'wizard' ), |
| 77 | 'is_freemium' => true, |
| 78 | ), |
| 79 | array( |
| 80 | 'key' => 'premium-blog', |
| 81 | 'name' => 'premium-addon-blog', |
| 82 | 'title' => __( 'Blog', 'premium-addons-for-elementor' ), |
| 83 | 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/blog-widget-for-elementor-page-builder/', 'blog', 'wp-dash', 'wizard' ), |
| 84 | 'type' => 'basic', |
| 85 | ), |
| 86 | ); |
| 87 | |
| 88 | $wizard_elements = array( |
| 89 | array( |
| 90 | 'title' => __( 'Content Widgets', 'premium-addons-for-elementor' ), |
| 91 | 'elements' => array( |
| 92 | array( |
| 93 | 'key' => 'premium-textual-showcase', |
| 94 | 'name' => 'premium-textual-showcase', |
| 95 | 'title' => __( 'Textual Showcase', 'premium-addons-for-elementor' ), |
| 96 | 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/elementor-textual-showcase-widget/', 'showcase', 'wp-dash', 'wizard' ), |
| 97 | 'is_freemium' => true, |
| 98 | ), |
| 99 | array( |
| 100 | 'key' => 'premium-fancytext', |
| 101 | 'name' => 'premium-addon-fancy-text', |
| 102 | 'title' => __( 'Animated Text', 'premium-addons-for-elementor' ), |
| 103 | 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/elementor-animated-text-widget/', 'fancy-text', 'wp-dash', 'wizard' ), |
| 104 | 'is_freemium' => true, |
| 105 | ), |
| 106 | array( |
| 107 | 'key' => 'premium-unfold', |
| 108 | 'name' => 'premium-unfold-addon', |
| 109 | 'title' => __( 'Unfold', 'premium-addons-for-elementor' ), |
| 110 | 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/unfold-widget-for-elementor-page-builder/', 'unfold', 'wp-dash', 'wizard' ), |
| 111 | 'is_pro' => true, |
| 112 | ), |
| 113 | array( |
| 114 | 'key' => 'premium-icon-list', |
| 115 | 'name' => 'premium-icon-list', |
| 116 | 'title' => __( 'Bullet List', 'premium-addons-for-elementor' ), |
| 117 | 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/elementor-bullet-list-widget/', 'bullet', 'wp-dash', 'wizard' ), |
| 118 | ), |
| 119 | array( |
| 120 | 'key' => 'premium-tabs', |
| 121 | 'name' => 'premium-addon-tabs', |
| 122 | 'title' => __( 'Tabs', 'premium-addons-for-elementor' ), |
| 123 | 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/elementor-tabs-widget/', 'tabs', 'wp-dash', 'wizard' ), |
| 124 | 'is_pro' => true, |
| 125 | 'icon' => 'pa-pro-tabs', |
| 126 | ), |
| 127 | array( |
| 128 | 'key' => 'premium-divider', |
| 129 | 'name' => 'premium-divider', |
| 130 | 'title' => __( 'Divider', 'premium-addons-for-elementor' ), |
| 131 | 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/divider-widget-for-elementor-page-builder/', 'divider', 'wp-dash', 'wizard' ), |
| 132 | 'is_pro' => true, |
| 133 | 'icon' => 'pa-pro-separator', |
| 134 | ), |
| 135 | array( |
| 136 | 'key' => 'premium-person', |
| 137 | 'name' => 'premium-addon-person', |
| 138 | 'title' => __( 'Team Members', 'premium-addons-for-elementor' ), |
| 139 | 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/persons-widget-for-elementor-page-builder/', 'members', 'wp-dash', 'wizard' ), |
| 140 | 'type' => 'basic', |
| 141 | ), |
| 142 | array( |
| 143 | 'key' => 'premium-title', |
| 144 | 'name' => 'premium-addon-title', |
| 145 | 'title' => __( 'Heading', 'premium-addons-for-elementor' ), |
| 146 | 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/heading-widget-for-elementor-page-builder/', 'heading', 'wp-dash', 'wizard' ), |
| 147 | 'type' => 'basic', |
| 148 | ), |
| 149 | array( |
| 150 | 'key' => 'premium-dual-header', |
| 151 | 'name' => 'premium-addon-dual-header', |
| 152 | 'title' => __( 'Dual Heading', 'premium-addons-for-elementor' ), |
| 153 | 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/dual-header-widget-for-elementor-page-builder/', 'dual', 'wp-dash', 'wizard' ), |
| 154 | 'type' => 'basic', |
| 155 | ), |
| 156 | ), |
| 157 | ), |
| 158 | array( |
| 159 | 'title' => __( 'Navigation and Carousel Widgets', 'premium-addons-for-elementor' ), |
| 160 | 'elements' => array( |
| 161 | array( |
| 162 | 'key' => 'premium-site-logo', |
| 163 | 'name' => 'premium-site-logo', |
| 164 | 'title' => __( 'Site Logo', 'premium-addons-for-elementor' ), |
| 165 | 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/elementor-site-logo-widget/', 'logo', 'wp-dash', 'wizard' ), |
| 166 | 'is_pro' => true, |
| 167 | 'icon' => 'pa-pro-site-logo', |
| 168 | ), |
| 169 | array( |
| 170 | 'key' => 'premium-nav-menu', |
| 171 | 'name' => 'premium-nav-menu', |
| 172 | 'title' => __( 'Nav/Mega Menu', 'premium-addons-for-elementor' ), |
| 173 | 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/elementor-mega-menu-widget/', 'menu', 'wp-dash', 'wizard' ), |
| 174 | 'is_freemium' => true, |
| 175 | ), |
| 176 | array( |
| 177 | 'key' => 'premium-mobile-menu', |
| 178 | 'name' => 'premium-mobile-menu', |
| 179 | 'title' => __( 'Mobile Menu', 'premium-addons-for-elementor' ), |
| 180 | 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/elementor-mobile-menu-widget/', 'mobile-menu', 'wp-dash', 'wizard' ), |
| 181 | 'is_freemium' => true, |
| 182 | ), |
| 183 | array( |
| 184 | 'key' => 'premium-search-form', |
| 185 | 'name' => 'premium-search-form', |
| 186 | 'title' => __( 'Search Form', 'premium-addons-for-elementor' ), |
| 187 | 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/elementor-ajax-search-widget/', 'search', 'wp-dash', 'wizard' ), |
| 188 | 'is_freemium' => true, |
| 189 | ), |
| 190 | array( |
| 191 | 'key' => 'premium-media-wheel', |
| 192 | 'name' => 'premium-media-wheel', |
| 193 | 'title' => __( 'Advanced Media Carousel', 'premium-addons-for-elementor' ), |
| 194 | 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/elementor-advanced-carousel-widget/', 'adv-carousel', 'wp-dash', 'wizard' ), |
| 195 | 'is_freemium' => true, |
| 196 | ), |
| 197 | array( |
| 198 | 'key' => 'premium-content-toggle', |
| 199 | 'name' => 'premium-addon-content-toggle', |
| 200 | 'title' => __( 'Content Toggle', 'premium-addons-for-elementor' ), |
| 201 | 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/elementor-content-toggle-widget/', 'content-switcher', 'wp-dash', 'wizard' ), |
| 202 | 'is_pro' => true, |
| 203 | 'icon' => 'pa-pro-content-switcher', |
| 204 | ), |
| 205 | array( |
| 206 | 'key' => 'premium-carousel', |
| 207 | 'name' => 'premium-carousel-widget', |
| 208 | 'title' => __( 'Carousel', 'premium-addons-for-elementor' ), |
| 209 | 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/elementor-carousel-widget/', 'carousel', 'wp-dash', 'wizard' ), |
| 210 | 'type' => 'basic', |
| 211 | ), |
| 212 | ), |
| 213 | ), |
| 214 | array( |
| 215 | 'title' => __( 'Contact Widgets', 'premium-addons-for-elementor' ), |
| 216 | 'elements' => array( |
| 217 | array( |
| 218 | 'key' => 'premium-contactform', |
| 219 | 'name' => 'premium-contact-form', |
| 220 | 'title' => __( 'Contact Form 7', 'premium-addons-for-elementor' ), |
| 221 | 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/contact-form-7-widget-for-elementor-page-builder/', 'form', 'wp-dash', 'wizard' ), |
| 222 | 'is_freemium' => true, |
| 223 | ), |
| 224 | array( |
| 225 | 'key' => 'premium-whatsapp-chat', |
| 226 | 'name' => 'premium-whatsapp-chat', |
| 227 | 'title' => __( 'WhatsApp Chat', 'premium-addons-for-elementor' ), |
| 228 | 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/whatsapp-widget-for-elementor-page-builder/', 'whatsapp', 'wp-dash', 'wizard' ), |
| 229 | 'is_pro' => true, |
| 230 | 'icon' => 'pa-pro-whatsapp', |
| 231 | ), |
| 232 | array( |
| 233 | 'key' => 'premium-maps', |
| 234 | 'name' => 'premium-addon-maps', |
| 235 | 'title' => __( 'Google Maps', 'premium-addons-for-elementor' ), |
| 236 | 'type' => 'basic', |
| 237 | 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/google-maps-widget-for-elementor-page-builder/', 'maps', 'wp-dash', 'wizard' ), |
| 238 | 'is_freemium' => true, |
| 239 | ), |
| 240 | ), |
| 241 | ), |
| 242 | array( |
| 243 | 'key' => 'blog', |
| 244 | 'title' => __( 'Blog/Magazine Widgets', 'premium-addons-for-elementor' ), |
| 245 | 'elements' => $blog_widgets, |
| 246 | ), |
| 247 | array( |
| 248 | 'title' => __( 'Call-to-Action Widgets', 'premium-addons-for-elementor' ), |
| 249 | 'elements' => array( |
| 250 | array( |
| 251 | 'key' => 'premium-image-button', |
| 252 | 'name' => 'premium-addon-image-button', |
| 253 | 'title' => __( 'Image Button', 'premium-addons-for-elementor' ), |
| 254 | 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/image-button-widget-for-elementor-page-builder/', 'img-button', 'wp-dash', 'wizard' ), |
| 255 | ), |
| 256 | array( |
| 257 | 'key' => 'premium-banner', |
| 258 | 'name' => 'premium-addon-banner', |
| 259 | 'title' => __( 'Banner', 'premium-addons-for-elementor' ), |
| 260 | 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/banner-widget-for-elementor-page-builder/', 'banner', 'wp-dash', 'wizard' ), |
| 261 | ), |
| 262 | array( |
| 263 | 'key' => 'premium-flipbox', |
| 264 | 'name' => 'premium-addon-flip-box', |
| 265 | 'title' => __( '3D Hover Box', 'premium-addons-for-elementor' ), |
| 266 | 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/3d-hover-box-flip-box-widget-for-elementor/', 'hover-box', 'wp-dash', 'wizard' ), |
| 267 | 'is_pro' => true, |
| 268 | ), |
| 269 | array( |
| 270 | 'key' => 'premium-iconbox', |
| 271 | 'name' => 'premium-addon-icon-box', |
| 272 | 'title' => __( 'Icon Box', 'premium-addons-for-elementor' ), |
| 273 | 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/elementor-icon-box-widget/', 'icon-box', 'wp-dash', 'wizard' ), |
| 274 | 'is_pro' => true, |
| 275 | ), |
| 276 | array( |
| 277 | 'key' => 'premium-ihover', |
| 278 | 'name' => 'premium-ihover', |
| 279 | 'title' => __( 'iHover', 'premium-addons-for-elementor' ), |
| 280 | 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/ihover-widget-for-elementor-page-builder/', 'ihover', 'wp-dash', 'wizard' ), |
| 281 | 'is_pro' => true, |
| 282 | ), |
| 283 | array( |
| 284 | 'key' => 'premium-button', |
| 285 | 'name' => 'premium-addon-button', |
| 286 | 'title' => __( 'Button', 'premium-addons-for-elementor' ), |
| 287 | 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/elementor-button-widget/', 'button', 'wp-dash', 'wizard' ), |
| 288 | 'type' => 'basic', |
| 289 | ), |
| 290 | ), |
| 291 | ), |
| 292 | array( |
| 293 | 'title' => __( 'Reviews and Social Feed Widgets', 'premium-addons-for-elementor' ), |
| 294 | 'elements' => array( |
| 295 | array( |
| 296 | 'key' => 'premium-facebook-reviews', |
| 297 | 'name' => 'premium-facebook-reviews', |
| 298 | 'title' => __( 'Facebook Reviews', 'premium-addons-for-elementor' ), |
| 299 | 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/elementor-facebook-reviews-widget/', 'fb-reviews', 'wp-dash', 'wizard' ), |
| 300 | 'is_pro' => true, |
| 301 | 'icon' => 'pa-pro-facebook-reviews', |
| 302 | ), |
| 303 | array( |
| 304 | 'key' => 'premium-google-reviews', |
| 305 | 'name' => 'premium-google-reviews', |
| 306 | 'title' => __( 'Google Reviews', 'premium-addons-for-elementor' ), |
| 307 | 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/elementor-google-reviews-widget/', 'google-reviews', 'wp-dash', 'wizard' ), |
| 308 | 'is_pro' => true, |
| 309 | 'icon' => 'pa-pro-google-reviews', |
| 310 | ), |
| 311 | array( |
| 312 | 'key' => 'premium-yelp-reviews', |
| 313 | 'name' => 'premium-yelp-reviews', |
| 314 | 'title' => __( 'Yelp Reviews', 'premium-addons-for-elementor' ), |
| 315 | 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/elementor-yelp-reviews-widget/', 'yelp', 'wp-dash', 'wizard' ), |
| 316 | 'is_pro' => true, |
| 317 | 'icon' => 'pa-pro-yelp-reviews', |
| 318 | ), |
| 319 | array( |
| 320 | 'key' => 'premium-facebook-feed', |
| 321 | 'name' => 'premium-facebook-feed', |
| 322 | 'title' => __( 'Facebook Feed', 'premium-addons-for-elementor' ), |
| 323 | 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/elementor-facebook-feed-widget/', 'fb-feed', 'wp-dash', 'wizard' ), |
| 324 | 'is_pro' => true, |
| 325 | ), |
| 326 | array( |
| 327 | 'key' => 'premium-twitter-feed', |
| 328 | 'name' => 'premium-twitter-feed', |
| 329 | 'title' => __( 'Twitter Feed', 'premium-addons-for-elementor' ), |
| 330 | 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/twitter-feed-widget-for-elementor-page-builder/', 'twitter', 'wp-dash', 'wizard' ), |
| 331 | 'is_pro' => true, |
| 332 | ), |
| 333 | array( |
| 334 | 'key' => 'premium-instagram-feed', |
| 335 | 'name' => 'premium-addon-instagram-feed', |
| 336 | 'title' => __( 'Instagram Feed', 'premium-addons-for-elementor' ), |
| 337 | 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/elementor-instagram-feed-widget/', 'instagram', 'wp-dash', 'wizard' ), |
| 338 | 'is_pro' => true, |
| 339 | ), |
| 340 | array( |
| 341 | 'key' => 'premium-tiktok-feed', |
| 342 | 'name' => 'premium-tiktok-feed', |
| 343 | 'title' => __( 'Tiktok Feed', 'premium-addons-for-elementor' ), |
| 344 | 'icon' => 'pa-tiktok', |
| 345 | 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/elementor-tiktok-feed-widget/', 'tiktok', 'wp-dash', 'wizard' ), |
| 346 | 'is_freemium' => true, |
| 347 | ), |
| 348 | array( |
| 349 | 'key' => 'premium-pinterest-feed', |
| 350 | 'name' => 'premium-pinterest-feed', |
| 351 | 'title' => __( 'Pinterest Feed', 'premium-addons-for-elementor' ), |
| 352 | 'icon' => 'pa-pinterest', |
| 353 | 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/elementor-pinterest-feed-widget/', 'pinterest', 'wp-dash', 'wizard' ), |
| 354 | 'is_freemium' => true, |
| 355 | ), |
| 356 | array( |
| 357 | 'key' => 'premium-behance', |
| 358 | 'name' => 'premium-behance-feed', |
| 359 | 'title' => __( 'Behance Feed', 'premium-addons-for-elementor' ), |
| 360 | 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/behance-feed-widget-for-elementor-page-builder/', 'behance', 'wp-dash', 'wizard' ), |
| 361 | 'is_pro' => true, |
| 362 | ), |
| 363 | array( |
| 364 | 'key' => 'premium-testimonials', |
| 365 | 'name' => 'premium-addon-testimonials', |
| 366 | 'title' => __( 'Testimonials', 'premium-addons-for-elementor' ), |
| 367 | 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/testimonials-widget-for-elementor-page-builder/', 'testimonials', 'wp-dash', 'wizard' ), |
| 368 | 'type' => 'basic', |
| 369 | ), |
| 370 | ), |
| 371 | ), |
| 372 | array( |
| 373 | 'title' => __( 'Image and Media Widgets', 'premium-addons-for-elementor' ), |
| 374 | 'elements' => array( |
| 375 | array( |
| 376 | 'key' => 'premium-image-scroll', |
| 377 | 'name' => 'premium-image-scroll', |
| 378 | 'title' => __( 'Image Scroll', 'premium-addons-for-elementor' ), |
| 379 | 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/elementor-image-scroll-widget/', 'img-scroll', 'wp-dash', 'wizard' ), |
| 380 | ), |
| 381 | array( |
| 382 | 'key' => 'premium-image-separator', |
| 383 | 'name' => 'premium-addon-image-separator', |
| 384 | 'title' => __( 'Image Separator', 'premium-addons-for-elementor' ), |
| 385 | 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/image-separator-widget-elementor-page-builder/', 'img-separator', 'wp-dash', 'wizard' ), |
| 386 | ), |
| 387 | array( |
| 388 | 'key' => 'premium-image-comparison', |
| 389 | 'name' => 'premium-addon-image-comparison', |
| 390 | 'title' => __( 'Image Comparison', 'premium-addons-for-elementor' ), |
| 391 | 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/image-comparison-widget-for-elementor-page-builder/', 'img-compare', 'wp-dash', 'wizard' ), |
| 392 | 'is_pro' => true, |
| 393 | ), |
| 394 | array( |
| 395 | 'key' => 'premium-image-hotspots', |
| 396 | 'name' => 'premium-addon-image-hotspots', |
| 397 | 'title' => __( 'Image Hotspots', 'premium-addons-for-elementor' ), |
| 398 | 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/elementor-image-hotspots-widget/', 'hotspots', 'wp-dash', 'wizard' ), |
| 399 | 'is_pro' => true, |
| 400 | ), |
| 401 | array( |
| 402 | 'key' => 'premium-img-layers', |
| 403 | 'name' => 'premium-img-layers-addon', |
| 404 | 'title' => __( 'Image Layers', 'premium-addons-for-elementor' ), |
| 405 | 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/image-layers-widget-for-elementor-page-builder/', 'img-layers', 'wp-dash', 'wizard' ), |
| 406 | 'is_pro' => true, |
| 407 | ), |
| 408 | array( |
| 409 | 'key' => 'premium-image-accordion', |
| 410 | 'name' => 'premium-image-accordion', |
| 411 | 'title' => __( 'Image Accordion', 'premium-addons-for-elementor' ), |
| 412 | 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/elementor-image-accordion-widget/', 'img-accordion', 'wp-dash', 'wizard' ), |
| 413 | 'is_pro' => true, |
| 414 | ), |
| 415 | array( |
| 416 | 'key' => 'premium-svg-drawer', |
| 417 | 'name' => 'premium-svg-drawer', |
| 418 | 'title' => __( 'SVG Draw', 'premium-addons-for-elementor' ), |
| 419 | 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/elementor-svg-draw-widget/', 'svg', 'wp-dash', 'wizard' ), |
| 420 | ), |
| 421 | array( |
| 422 | 'key' => 'premium-lottie-widget', |
| 423 | 'name' => 'premium-lottie', |
| 424 | 'title' => __( 'Lottie Animations', 'premium-addons-for-elementor' ), |
| 425 | 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/elementor-lottie-animations-container-addon/', 'lottie-addon', 'wp-dash', 'wizard' ), |
| 426 | ), |
| 427 | array( |
| 428 | 'key' => 'premium-grid', |
| 429 | 'name' => 'premium-img-gallery', |
| 430 | 'title' => __( 'Media Grid', 'premium-addons-for-elementor' ), |
| 431 | 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/elementor-grid-widget/', 'grid', 'wp-dash', 'wizard' ), |
| 432 | 'type' => 'basic', |
| 433 | ), |
| 434 | array( |
| 435 | 'key' => 'premium-videobox', |
| 436 | 'name' => 'premium-addon-video-box', |
| 437 | 'title' => __( 'Video Box', 'premium-addons-for-elementor' ), |
| 438 | 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/elementor-video-box-widget/', 'video-box', 'wp-dash', 'wizard' ), |
| 439 | 'type' => 'basic', |
| 440 | ), |
| 441 | ), |
| 442 | ), |
| 443 | array( |
| 444 | 'key' => 'ecommerce', |
| 445 | 'title' => __( 'WooCommerce Widgets', 'premium-addons-for-elementor' ), |
| 446 | 'elements' => $ecommerce_widgets, |
| 447 | ), |
| 448 | array( |
| 449 | 'title' => __( 'Tables, Graphs, and Charts Widgets', 'premium-addons-for-elementor' ), |
| 450 | 'elements' => array( |
| 451 | array( |
| 452 | 'key' => 'premium-countdown', |
| 453 | 'name' => 'premium-countdown-timer', |
| 454 | 'title' => __( 'Countdown', 'premium-addons-for-elementor' ), |
| 455 | 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/elementor-countdown-widget-2/', 'countdown', 'wp-dash', 'wizard' ), |
| 456 | 'is_freemium' => true, |
| 457 | ), |
| 458 | array( |
| 459 | 'key' => 'premium-progressbar', |
| 460 | 'name' => 'premium-addon-progressbar', |
| 461 | 'title' => __( 'Progress Bar', 'premium-addons-for-elementor' ), |
| 462 | 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/progress-bar-widget-for-elementor-page-builder/', 'progress', 'wp-dash', 'wizard' ), |
| 463 | ), |
| 464 | array( |
| 465 | 'key' => 'premium-charts', |
| 466 | 'name' => 'premium-chart', |
| 467 | 'title' => __( 'Charts', 'premium-addons-for-elementor' ), |
| 468 | 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/elementor-charts-widget/', 'charts', 'wp-dash', 'wizard' ), |
| 469 | 'is_pro' => true, |
| 470 | 'icon' => 'pa-pro-charts', |
| 471 | ), |
| 472 | array( |
| 473 | 'key' => 'premium-tables', |
| 474 | 'name' => 'premium-tables-addon', |
| 475 | 'title' => __( 'Table', 'premium-addons-for-elementor' ), |
| 476 | 'is_pro' => true, |
| 477 | 'icon' => 'pa-pro-table', |
| 478 | ), |
| 479 | array( |
| 480 | 'key' => 'premium-counter', |
| 481 | 'name' => 'premium-counter', |
| 482 | 'title' => __( 'Counter', 'premium-addons-for-elementor' ), |
| 483 | 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/counter-widget-for-elementor-page-builder/', 'counter', 'wp-dash', 'wizard' ), |
| 484 | 'type' => 'basic', |
| 485 | ), |
| 486 | array( |
| 487 | 'key' => 'premium-pricing-table', |
| 488 | 'name' => 'premium-addon-pricing-table', |
| 489 | 'title' => __( 'Pricing Table', 'premium-addons-for-elementor' ), |
| 490 | 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/elementor-pricing-table-widget/', 'pricing', 'wp-dash', 'wizard' ), |
| 491 | 'type' => 'basic', |
| 492 | ), |
| 493 | ), |
| 494 | ), |
| 495 | array( |
| 496 | 'title' => __( 'Off-Grid Widgets', 'premium-addons-for-elementor' ), |
| 497 | 'elements' => array( |
| 498 | array( |
| 499 | 'key' => 'premium-modalbox', |
| 500 | 'name' => 'premium-addon-modal-box', |
| 501 | 'title' => __( 'Modal Box', 'premium-addons-for-elementor' ), |
| 502 | 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/modal-box-widget-for-elementor-page-builder/', 'modal', 'wp-dash', 'wizard' ), |
| 503 | ), |
| 504 | array( |
| 505 | 'key' => 'premium-notbar', |
| 506 | 'name' => 'premium-notbar', |
| 507 | 'title' => __( 'Alert Box', 'premium-addons-for-elementor' ), |
| 508 | 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/elementor-alert-box-widget/', 'alert-box', 'wp-dash', 'wizard' ), |
| 509 | 'is_pro' => true, |
| 510 | 'icon' => 'pa-pro-notification-bar', |
| 511 | ), |
| 512 | array( |
| 513 | 'key' => 'premium-magic-section', |
| 514 | 'name' => 'premium-addon-magic-section', |
| 515 | 'title' => __( 'Off Canvas', 'premium-addons-for-elementor' ), |
| 516 | 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/elementor-off-canvas-widget/', 'off-canvas', 'wp-dash', 'wizard' ), |
| 517 | 'is_pro' => true, |
| 518 | 'icon' => 'pa-pro-magic-section', |
| 519 | ), |
| 520 | array( |
| 521 | 'key' => 'premium-prev-img', |
| 522 | 'name' => 'premium-addon-preview-image', |
| 523 | 'title' => __( 'Preview Window', 'premium-addons-for-elementor' ), |
| 524 | 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/preview-window-widget-for-elementor-page-builder/', 'preview-window', 'wp-dash', 'wizard' ), |
| 525 | 'is_pro' => true, |
| 526 | 'icon' => 'pa-pro-preview-window', |
| 527 | ), |
| 528 | ), |
| 529 | ), |
| 530 | array( |
| 531 | 'title' => __( 'Scroll-Based Widgets', 'premium-addons-for-elementor' ), |
| 532 | 'elements' => array( |
| 533 | array( |
| 534 | 'key' => 'premium-hscroll', |
| 535 | 'name' => 'premium-hscroll', |
| 536 | 'title' => __( 'Horizontal Scroll', 'premium-addons-for-elementor' ), |
| 537 | 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/elementor-horizontal-scroll-widget/', 'hscroll', 'wp-dash', 'wizard' ), |
| 538 | 'is_pro' => true, |
| 539 | ), |
| 540 | array( |
| 541 | 'key' => 'premium-vscroll', |
| 542 | 'name' => 'premium-vscroll', |
| 543 | 'title' => __( 'Vertical Scroll', 'premium-addons-for-elementor' ), |
| 544 | 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/vertical-scroll-widget-for-elementor-page-builder/', 'vscroll', 'wp-dash', 'wizard' ), |
| 545 | ), |
| 546 | array( |
| 547 | 'key' => 'premium-multi-scroll', |
| 548 | 'name' => 'premium-multi-scroll', |
| 549 | 'title' => __( 'Multi Scroll', 'premium-addons-for-elementor' ), |
| 550 | 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/multi-scroll-widget-for-elementor-page-builder/', 'mscroll', 'wp-dash', 'wizard' ), |
| 551 | 'is_pro' => true, |
| 552 | ), |
| 553 | array( |
| 554 | 'key' => 'premium-color-transition', |
| 555 | 'name' => 'premium-color-transition', |
| 556 | 'title' => __( 'Background Transition', 'premium-addons-for-elementor' ), |
| 557 | 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/elementor-background-transition-widget/', 'background-transition', 'wp-dash', 'wizard' ), |
| 558 | 'is_pro' => true, |
| 559 | ), |
| 560 | ), |
| 561 | ), |
| 562 | ); |
| 563 | |
| 564 | $pa_elements = array( |
| 565 | 'basic' => array( |
| 566 | array( |
| 567 | 'key' => 'premium-title', |
| 568 | 'name' => 'premium-addon-title', |
| 569 | 'title' => __( 'Heading', 'premium-addons-for-elementor' ), |
| 570 | 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/heading-widget-for-elementor-page-builder/', 'heading', 'wp-dash', 'wizard' ), |
| 571 | ), |
| 572 | array( |
| 573 | 'key' => 'premium-dual-header', |
| 574 | 'name' => 'premium-addon-dual-header', |
| 575 | 'title' => __( 'Dual Heading', 'premium-addons-for-elementor' ), |
| 576 | 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/dual-header-widget-for-elementor-page-builder/', 'dual', 'wp-dash', 'wizard' ), |
| 577 | ), |
| 578 | array( |
| 579 | 'key' => 'premium-blog', |
| 580 | 'name' => 'premium-addon-blog', |
| 581 | 'title' => __( 'Blog', 'premium-addons-for-elementor' ), |
| 582 | 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/blog-widget-for-elementor-page-builder/', 'blog', 'wp-dash', 'wizard' ), |
| 583 | ), |
| 584 | array( |
| 585 | 'key' => 'premium-maps', |
| 586 | 'name' => 'premium-addon-maps', |
| 587 | 'title' => __( 'Google Maps', 'premium-addons-for-elementor' ), |
| 588 | 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/google-maps-widget-for-elementor-page-builder/', 'maps', 'wp-dash', 'wizard' ), |
| 589 | 'is_freemium' => true, |
| 590 | ), |
| 591 | array( |
| 592 | 'key' => 'premium-carousel', |
| 593 | 'name' => 'premium-carousel-widget', |
| 594 | 'title' => __( 'Carousel', 'premium-addons-for-elementor' ), |
| 595 | 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/elementor-carousel-widget/', 'carousel', 'wp-dash', 'wizard' ), |
| 596 | ), |
| 597 | array( |
| 598 | 'key' => 'premium-person', |
| 599 | 'name' => 'premium-addon-person', |
| 600 | 'title' => __( 'Team Members', 'premium-addons-for-elementor' ), |
| 601 | 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/persons-widget-for-elementor-page-builder/', 'members', 'wp-dash', 'wizard' ), |
| 602 | ), |
| 603 | array( |
| 604 | 'key' => 'premium-grid', |
| 605 | 'name' => 'premium-img-gallery', |
| 606 | 'title' => __( 'Media Grid', 'premium-addons-for-elementor' ), |
| 607 | 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/elementor-grid-widget/', 'grid', 'wp-dash', 'wizard' ), |
| 608 | ), |
| 609 | array( |
| 610 | 'key' => 'premium-videobox', |
| 611 | 'name' => 'premium-addon-video-box', |
| 612 | 'title' => __( 'Video Box', 'premium-addons-for-elementor' ), |
| 613 | 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/elementor-video-box-widget/', 'video-box', 'wp-dash', 'wizard' ), |
| 614 | ), |
| 615 | array( |
| 616 | 'key' => 'premium-testimonials', |
| 617 | 'name' => 'premium-addon-testimonials', |
| 618 | 'title' => __( 'Testimonials', 'premium-addons-for-elementor' ), |
| 619 | 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/testimonials-widget-for-elementor-page-builder/', 'testimonials', 'wp-dash', 'wizard' ), |
| 620 | ), |
| 621 | array( |
| 622 | 'key' => 'premium-button', |
| 623 | 'name' => 'premium-addon-button', |
| 624 | 'title' => __( 'Button', 'premium-addons-for-elementor' ), |
| 625 | 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/elementor-button-widget/', 'button', 'wp-dash', 'wizard' ), |
| 626 | ), |
| 627 | array( |
| 628 | 'key' => 'premium-pricing-table', |
| 629 | 'name' => 'premium-addon-pricing-table', |
| 630 | 'title' => __( 'Pricing Table', 'premium-addons-for-elementor' ), |
| 631 | 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/elementor-pricing-table-widget/', 'pricing', 'wp-dash', 'wizard' ), |
| 632 | ), |
| 633 | array( |
| 634 | 'key' => 'premium-counter', |
| 635 | 'name' => 'premium-counter', |
| 636 | 'title' => __( 'Counter', 'premium-addons-for-elementor' ), |
| 637 | 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/counter-widget-for-elementor-page-builder/', 'counter', 'wp-dash', 'wizard' ), |
| 638 | ), |
| 639 | ), |
| 640 | 'ecommerce' => $ecommerce_widgets, |
| 641 | 'blog' => array_slice( $blog_widgets, 0, 4 ), |
| 642 | 'wizard' => $wizard_elements, |
| 643 | ); |
| 644 | |
| 645 | return $pa_elements; |
| 646 |