Calendar by WD – Responsive Event Calendar - Version 1.4.19

Version Description

Add featured themes

Download this release

Release Info

Developer webdorado
Plugin Icon 128x128 Calendar by WD – Responsive Event Calendar
Version 1.4.19
Comparing to
See all releases

Code changes from version 1.4.17 to 1.4.19

Themes_function.html.php CHANGED
@@ -8,23 +8,22 @@ function html_show_theme_calendar() {
8
  ?>
9
  <div class="updated" style="font-size: 14px; color:red !important">
10
  <p><strong>
11
- <a href="http://web-dorado.com/files/fromSpiderCalendarWP.php" target="_blank" style="color:red; text-decoration:none;"> This feature is disabled for the non-commercial version.</a>
12
  </strong></p>
13
  </div>
14
  <table width="95%">
15
  <tr>
16
  <td width="100%" style="font-size:14px; font-weight:bold">
17
- <a href="http://web-dorado.com/spider-calendar-wordpress-guide-step-5/5-1.html" target="_blank" style="color:blue; text-decoration:none;">User Manual</a><br />
18
  This section allows you to create/edit themes for the calendars.<br />
19
  This feature is disabled for the non-commercial version.
20
- <a href="http://web-dorado.com/spider-calendar-wordpress-guide-step-5/5-1.html" target="_blank" style="color:blue; text-decoration:none;">More...</a><br />
21
  Here are some examples of 17 standard templates included in the commercial version.
22
  <a href="http://wpdemo.web-dorado.com/spider-calendar/" target="_blank" style="color:blue; text-decoration:none;">Demo</a>
23
  </td>
24
  <td colspan="7" align="right" style="font-size:16px;">
25
- <a href="http://web-dorado.com/files/fromSpiderCalendarWP.php" target="_blank" style="color:red; text-decoration:none;">
26
- <img src="<?php echo plugins_url('images/header.png',__FILE__) ?>" border="0" alt="http://web-dorado.com/files/fromSpiderCalendarWP.php" width="215"><br />
27
- Get the full version&nbsp;&nbsp;&nbsp;&nbsp;
28
  </a>
29
  </td>
30
  </tr>
8
  ?>
9
  <div class="updated" style="font-size: 14px; color:red !important">
10
  <p><strong>
11
+ <a href="https://web-dorado.com/files/fromSpiderCalendarWP.php" target="_blank" style="color:red; text-decoration:none;"> This feature is disabled for the non-commercial version.</a>
12
  </strong></p>
13
  </div>
14
  <table width="95%">
15
  <tr>
16
  <td width="100%" style="font-size:14px; font-weight:bold">
17
+ <a href="https://web-dorado.com/spider-calendar-wordpress-guide-step-5/5-1.html" target="_blank" style="color:blue; text-decoration:none;">User Manual</a><br />
18
  This section allows you to create/edit themes for the calendars.<br />
19
  This feature is disabled for the non-commercial version.
20
+ <a href="https://web-dorado.com/spider-calendar-wordpress-guide-step-5/5-1.html" target="_blank" style="color:blue; text-decoration:none;">More...</a><br />
21
  Here are some examples of 17 standard templates included in the commercial version.
22
  <a href="http://wpdemo.web-dorado.com/spider-calendar/" target="_blank" style="color:blue; text-decoration:none;">Demo</a>
23
  </td>
24
  <td colspan="7" align="right" style="font-size:16px;">
25
+ <a href="https://web-dorado.com/files/fromSpiderCalendarWP.php" target="_blank" style="color:red; text-decoration:none;">
26
+ <img src="<?php echo plugins_url('images/header.png',__FILE__) ?>" border="0" alt="https://web-dorado.com/files/fromSpiderCalendarWP.php" width="215">
 
27
  </a>
28
  </td>
29
  </tr>
calendar.php CHANGED
@@ -2,10 +2,10 @@
2
 
3
  /*
4
  Plugin Name: Spider Event Calendar
5
- Plugin URI: http://web-dorado.com/products/wordpress-calendar.html
6
  Description: Spider Event Calendar is a highly configurable product which allows you to have multiple organized events. Spider Event Calendar is an extraordinary user friendly extension.
7
- Version: 1.4.17
8
- Author: http://web-dorado.com/
9
  License: GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
10
  */
11
 
@@ -467,10 +467,12 @@ function sp_calendar_options_panel() {
467
  $page_theme = add_submenu_page('SpiderCalendar', 'Calendar Parameters', 'Calendar Themes', 'manage_options', 'spider_calendar_themes', 'spider_calendar_params');
468
  $page_widget_theme = add_submenu_page('SpiderCalendar', 'Calendar Parameters', 'Widget Themes', 'manage_options', 'spider_widget_calendar_themes', 'spider_widget_calendar_params');
469
  $Featured_Plugins = add_submenu_page('SpiderCalendar', 'Featured Plugins', 'Featured Plugins', 'manage_options', 'calendar_Featured_Plugins', 'calendar_Featured_Plugins');
 
470
 
471
  add_submenu_page('SpiderCalendar', 'Licensing', 'Licensing', 'manage_options', 'Spider_calendar_Licensing', 'Spider_calendar_Licensing');
472
  add_submenu_page('SpiderCalendar', 'Uninstall Spider Event Calendar', 'Uninstall Spider Event Calendar', 'manage_options', 'Uninstall_sp_calendar', 'Uninstall_sp_calendar'); // uninstall Calendar
473
  add_action('admin_print_styles-' . $Featured_Plugins, 'calendar_Featured_Plugins_styles');
 
474
  add_action('admin_print_styles-' . $page_theme, 'spider_calendar_themes_admin_styles_scripts');
475
  add_action('admin_print_styles-' . $page_event_category, 'spider_calendar_event_category_admin_styles_scripts');
476
  add_action('admin_print_styles-' . $page_calendar, 'spider_calendar_admin_styles_scripts');
@@ -486,7 +488,7 @@ function Spider_calendar_Licensing() {
486
  Purchasing a license will add 17 standard themes and give possibility to edit the themes of the Spider Event Calendar.
487
  </p>
488
  <br /><br />
489
- <a href="http://web-dorado.com/files/fromSpiderCalendarWP.php" class="button-primary" target="_blank">Purchase a License</a>
490
  <br /><br /><br />
491
  <p>After the purchasing the commercial version follow this steps:</p>
492
  <ol>
@@ -984,159 +986,296 @@ function Uninstall_sp_calendar() {
984
  }
985
  }
986
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
987
  function calendar_Featured_Plugins_styles() {
988
  wp_enqueue_style("Featured_Plugins", plugins_url("featured_plugins.css", __FILE__), array(), '1.4.16');
989
  }
990
- function calendar_Featured_Plugins() {
991
- ?>
992
- <div id="main_featured_plugins_page">
993
- <table align="center" width="90%" style="margin-top: 0px;border-bottom: rgb(111, 111, 111) solid 2px;">
994
- <tr>
995
- <td colspan="2" style="height: 70px;"><h3 style="margin: 0px;font-family:Segoe UI;padding-bottom: 15px;color: rgb(111, 111, 111); font-size:18pt;">Featured Plugins</h3></td>
996
- <td align="right" style="font-size:16px;">
997
- </td>
998
- </tr>
999
- </table>
1000
- <form method="post">
1001
- <ul id="featured-plugins-list">
1002
- <li class="photo-gallery ">
1003
- <div class="product">
1004
- <div class="title">
1005
- <strong class="heading">Photo Gallery</strong>
1006
- <p>WordPress Photo Gallery Plugin</p>
1007
- </div>
1008
- </div>
1009
- <div class="description">
1010
- <p>Photo Gallery is a fully responsive WordPress Gallery plugin with advanced functionality. It allows having different image galleries for your posts and pages, as well as different widgets.</p>
1011
- <a target="_blank" href="http://web-dorado.com/products/wordpress-photo-gallery-plugin.html" class="download">Download</a>
1012
- </div>
1013
- </li>
1014
-
1015
- <li class="form-maker">
1016
- <div class="product">
1017
- <div class="title">
1018
- <strong class="heading">Form Maker</strong>
1019
- <p>Wordpress form builder plugin</p>
1020
- </div>
1021
- </div>
1022
- <div class="description">
1023
- <p>Form Maker is a modern and advanced tool for creating WordPress forms easily and fast.</p>
1024
- <a target="_blank" href="http://web-dorado.com/products/wordpress-form.html" class="download">Download</a>
1025
- </div>
1026
- </li>
1027
- <li class="catalog">
1028
- <div class="product">
1029
- <div class="title">
1030
- <strong class="heading">Spider Catalog</strong>
1031
- <p>WordPress product catalog plugin</p>
1032
- </div>
1033
- </div>
1034
- <div class="description">
1035
- <p>Spider Catalog for WordPress is a convenient tool for organizing the products represented on your website into catalogs.</p>
1036
- <a target="_blank" href="http://web-dorado.com/products/wordpress-catalog.html" class="download">Download</a>
1037
- </div>
1038
- </li>
1039
- <li class="player">
1040
- <div class="product">
1041
- <div class="title">
1042
- <strong class="heading">Video Player</strong>
1043
- <p>WordPress Video player plugin</p>
1044
- </div>
1045
- </div>
1046
- <div class="description">
1047
- <p>Spider Video Player for WordPress is a Flash & HTML5 video player plugin that allows you to easily add videos to your website with the possibility</p>
1048
- <a target="_blank" href="http://web-dorado.com/products/wordpress-player.html" class="download">Download</a>
1049
- </div>
1050
- </li>
1051
- <li class="contacts">
1052
- <div class="product">
1053
- <div class="title">
1054
- <strong class="heading">Spider Contacts</strong>
1055
- <p>Wordpress staff list plugin</p>
1056
- </div>
1057
- </div>
1058
- <div class="description">
1059
- <p>Spider Contacts helps you to display information about the group of people more intelligible, effective and convenient.</p>
1060
- <a target="_blank" href="http://web-dorado.com/products/wordpress-contacts-plugin.html" class="download">Download</a>
1061
- </div>
1062
- </li>
1063
- <li class="facebook">
1064
- <div class="product">
1065
- <div class="title">
1066
- <strong class="heading">Spider Facebook</strong>
1067
- <p>WordPress Facebook plugin</p>
1068
- </div>
1069
- </div>
1070
- <div class="description">
1071
- <p>Spider Facebook is a WordPress integration tool for Facebook.It includes all the available Facebook social plugins and widgets to be added to your web</p>
1072
- <a target="_blank" href="http://web-dorado.com/products/wordpress-facebook.html" class="download">Download</a>
1073
- </div>
1074
- </li>
1075
- <li class="faq">
1076
- <div class="product">
1077
- <div class="title">
1078
- <strong class="heading">Spider FAQ</strong>
1079
- <p>WordPress FAQ Plugin</p>
1080
- </div>
1081
- </div>
1082
- <div class="description">
1083
- <p>The Spider FAQ WordPress plugin is for creating an FAQ (Frequently Asked Questions) section for your website.</p>
1084
- <a target="_blank" href="http://web-dorado.com/products/wordpress-faq-plugin.html" class="download">Download</a>
1085
- </div>
1086
- </li>
1087
- <li class="zoom">
1088
- <div class="product">
1089
- <div class="title">
1090
- <strong class="heading">Zoom</strong>
1091
- <p>WordPress text zoom plugin</p>
1092
- </div>
1093
- </div>
1094
- <div class="description">
1095
- <p>Zoom enables site users to resize the predefined areas of the web site.</p>
1096
- <a target="_blank" href="http://web-dorado.com/products/wordpress-zoom.html" class="download">Download</a>
1097
- </div>
1098
- </li>
1099
- <li class="flash-calendar">
1100
- <div class="product">
1101
- <div class="title">
1102
- <strong class="heading">Flash Calendar</strong>
1103
- <p>WordPress flash calendar plugin</p>
1104
- </div>
1105
- </div>
1106
- <div class="description">
1107
- <p>Spider Flash Calendar is a highly configurable Flash calendar plugin which allows you to have multiple organized events.</p>
1108
- <a target="_blank" href="http://web-dorado.com/products/wordpress-events-calendar.html" class="download">Download</a>
1109
- </div>
1110
- </li>
1111
- <li class="contact-maker">
1112
- <div class="product">
1113
- <div class="title">
1114
- <strong class="heading">Contact Form Maker</strong>
1115
- <p>WordPress contact form builder plugin</p>
1116
- </div>
1117
- </div>
1118
- <div class="description">
1119
- <p>WordPress Contact Form Maker is an advanced and easy-to-use tool for creating forms.</p>
1120
- <a target="_blank" href="http://web-dorado.com/products/wordpress-contact-form-maker-plugin.html" class="download">Download</a>
1121
- </div>
1122
- </li>
1123
- <li class="twitter-widget">
1124
- <div class="product">
1125
- <div class="title">
1126
- <strong class="heading">Widget Twitter</strong>
1127
- <p>WordPress Widget Twitter plugin</p>
1128
- </div>
1129
- </div>
1130
- <div class="description">
1131
- <p>The Widget Twitter plugin lets you to fully integrate your WordPress site with your Twitter account.</p>
1132
- <a target="_blank" href="http://web-dorado.com/products/wordpress-twitter-integration-plugin.html" class="download">Download</a>
1133
- </div>
1134
- </li>
1135
- </ul>
1136
- </form>
1137
- </div >
1138
- <?php
1139
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1140
 
1141
  // Activate plugin.
1142
  function SpiderCalendar_activate() {
2
 
3
  /*
4
  Plugin Name: Spider Event Calendar
5
+ Plugin URI: https://web-dorado.com/products/wordpress-calendar.html
6
  Description: Spider Event Calendar is a highly configurable product which allows you to have multiple organized events. Spider Event Calendar is an extraordinary user friendly extension.
7
+ Version: 1.4.19
8
+ Author: https://web-dorado.com/
9
  License: GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
10
  */
11
 
467
  $page_theme = add_submenu_page('SpiderCalendar', 'Calendar Parameters', 'Calendar Themes', 'manage_options', 'spider_calendar_themes', 'spider_calendar_params');
468
  $page_widget_theme = add_submenu_page('SpiderCalendar', 'Calendar Parameters', 'Widget Themes', 'manage_options', 'spider_widget_calendar_themes', 'spider_widget_calendar_params');
469
  $Featured_Plugins = add_submenu_page('SpiderCalendar', 'Featured Plugins', 'Featured Plugins', 'manage_options', 'calendar_Featured_Plugins', 'calendar_Featured_Plugins');
470
+ $Featured_themes = add_submenu_page('SpiderCalendar', 'Featured Themes', 'Featured Themes', 'manage_options', 'calendar_Featured_themes', 'calendar_Featured_themes');
471
 
472
  add_submenu_page('SpiderCalendar', 'Licensing', 'Licensing', 'manage_options', 'Spider_calendar_Licensing', 'Spider_calendar_Licensing');
473
  add_submenu_page('SpiderCalendar', 'Uninstall Spider Event Calendar', 'Uninstall Spider Event Calendar', 'manage_options', 'Uninstall_sp_calendar', 'Uninstall_sp_calendar'); // uninstall Calendar
474
  add_action('admin_print_styles-' . $Featured_Plugins, 'calendar_Featured_Plugins_styles');
475
+ add_action('admin_print_styles-' . $Featured_themes, 'calendar_Featured_themes_styles');
476
  add_action('admin_print_styles-' . $page_theme, 'spider_calendar_themes_admin_styles_scripts');
477
  add_action('admin_print_styles-' . $page_event_category, 'spider_calendar_event_category_admin_styles_scripts');
478
  add_action('admin_print_styles-' . $page_calendar, 'spider_calendar_admin_styles_scripts');
488
  Purchasing a license will add 17 standard themes and give possibility to edit the themes of the Spider Event Calendar.
489
  </p>
490
  <br /><br />
491
+ <a href="https://web-dorado.com/files/fromSpiderCalendarWP.php" class="button-primary" target="_blank">Purchase a License</a>
492
  <br /><br /><br />
493
  <p>After the purchasing the commercial version follow this steps:</p>
494
  <ol>
986
  }
987
  }
988
 
989
+ function calendar_Featured_themes_styles() {
990
+ wp_enqueue_style("Featured_themes", plugins_url("featured_themes.css", __FILE__), array(), '1.4.16');
991
+ }
992
+
993
+ function calendar_Featured_themes() { ?>
994
+ <div id="main_featured_themes_page">
995
+ <table align="center" width="90%" style="margin-top: 0px;border-bottom: rgb(111, 111, 111) solid 1px;">
996
+ <tr>
997
+ <td colspan="2" style="height: 40px; padding: 30px 0px 0px 0px;">
998
+ <h3 style="margin: 0px;font-family:Segoe UI;padding-bottom: 15px;color: rgb(111, 111, 111); font-size:18pt;">Featured Themes</h3>
999
+ </td>
1000
+ <td align="right" style="font-size:16px;"></td>
1001
+ </tr>
1002
+ </table>
1003
+ <form method="post">
1004
+ <ul id="featured-plugins-list">
1005
+ <li class="business_elite">
1006
+ <div class="product"></div>
1007
+ <div class="title">
1008
+ <strong class="heading">Business Elite Theme</strong>
1009
+ </div>
1010
+ <div class="description">
1011
+ <p>Business Elite is a robust parallax theme for business websites. The theme uses smooth transitions and many functional sections.</p>
1012
+ </div>
1013
+ <a target="_blank" href="https://web-dorado.com/wordpress-themes/business-elite.html" class="download">Download plugin >></a>
1014
+ </li>
1015
+ <li class="sauron">
1016
+ <div class="product"></div>
1017
+ <div class="title">
1018
+ <strong class="heading">Sauron Theme</strong>
1019
+ </div>
1020
+ <div class="description">
1021
+ <p>Sauron is a multipurpose parallax theme, which uses multiple interactive sections designed for the client-engagement.</p>
1022
+ </div>
1023
+ <a target="_blank" href="https://web-dorado.com/wordpress-themes/sauron.html" class="download">Download</a>
1024
+ </li>
1025
+ <li class="mottomag">
1026
+ <div class="product"></div>
1027
+ <div class="title">
1028
+ <strong class="heading">MottoMag Theme</strong>
1029
+ </div>
1030
+ <div class="description">
1031
+ <p>MottoMag is a vibrant, responsive theme which is a perfect choice for the combination of textual content with videos and images.</p>
1032
+ </div>
1033
+ <a target="_blank" href="https://web-dorado.com/wordpress-themes/mottomag.html" class="download">Download</a>
1034
+ </li>
1035
+ <li class="business_world">
1036
+ <div class="product"></div>
1037
+ <div class="title">
1038
+ <strong class="heading">Business World Theme</strong>
1039
+ </div>
1040
+ <div class="description">
1041
+ <p>Business World is an innovative WordPress theme great for Business websites.</p>
1042
+ </div>
1043
+ <a target="_blank" href="https://web-dorado.com/wordpress-themes/business-world.html" class="download">Download</a>
1044
+ </li>
1045
+ <li class="best_magazine">
1046
+ <div class="product"></div>
1047
+ <div class="title">
1048
+ <strong class="heading">Best Magazine Theme</strong>
1049
+ </div>
1050
+ <div class="description">
1051
+ <p>Best Magazine is an ultimate selection when you are dealing with multi-category news websites.</p>
1052
+ </div>
1053
+ <a target="_blank" href="https://web-dorado.com/wordpress-themes/best-magazine.html" class="download">Download</a>
1054
+ </li>
1055
+ <li class="wedding_style">
1056
+ <div class="product"></div>
1057
+ <div class="title">
1058
+ <strong class="heading">Wedding Style Theme</strong>
1059
+ </div>
1060
+ <div class="description">
1061
+ <p>Wedding style is a responsive theme designed for the organization and maintenance of wedding websites and blogs.</p>
1062
+ </div>
1063
+ <a target="_blank" href="https://web-dorado.com/wordpress-themes/wedding-style.html" class="download">Download</a>
1064
+ </li>
1065
+ <li class="magazine">
1066
+ <div class="product"></div>
1067
+ <div class="title">
1068
+ <strong class="heading">Magazine Theme</strong>
1069
+ </div>
1070
+ <div class="description">
1071
+ <p>Magazine theme is a perfect solution when creating news and informational websites. It comes with a wide range of layout options.</p>
1072
+ </div>
1073
+ <a target="_blank" href="https://web-dorado.com/wordpress-themes/news-magazine.html" class="download">Download</a>
1074
+ </li>
1075
+ <li class="weddings">
1076
+ <div class="product"></div>
1077
+ <div class="title">
1078
+ <strong class="heading">Weddings Theme</strong>
1079
+ </div>
1080
+ <div class="description">
1081
+ <p>Weddings is an elegant, responsive WordPress theme designed for wedding websites. The theme includes multiple pages, homepage slider and gallery support.</p>
1082
+ </div>
1083
+ <a target="_blank" href="https://web-dorado.com/wordpress-themes/wedding.html" class="download">Download</a>
1084
+ </li>
1085
+ <li class="exclusive">
1086
+ <div class="product"></div>
1087
+ <div class="title">
1088
+ <strong class="heading">Exclusive Theme</strong>
1089
+ </div>
1090
+ <div class="description">
1091
+ <p>Exclusive is a unique theme designed to best fit business style websites. It comes with a large list of customizable features.</p>
1092
+ </div>
1093
+ <a target="_blank" href="https://web-dorado.com/wordpress-themes/exclusive.html" class="download">Download</a>
1094
+ </li>
1095
+ <li class="expert">
1096
+ <div class="product"></div>
1097
+ <div class="title">
1098
+ <strong class="heading">Expert Theme</strong>
1099
+ </div>
1100
+ <div class="description">
1101
+ <p>WordPress Expert is a modern, user-friendly and stylish theme. It has a list of customizable layout, style, colors and fonts.</p>
1102
+ </div>
1103
+ <a target="_blank" href="https://web-dorado.com/wordpress-themes/business-responsive.html" class="download">Download</a>
1104
+ </li>
1105
+ </ul>
1106
+ </form>
1107
+ </div >
1108
+ <?php }
1109
+
1110
  function calendar_Featured_Plugins_styles() {
1111
  wp_enqueue_style("Featured_Plugins", plugins_url("featured_plugins.css", __FILE__), array(), '1.4.16');
1112
  }
1113
+ function calendar_Featured_Plugins() { ?>
1114
+ <div id="main_featured_plugins_page">
1115
+ <table align="center" width="90%" style="margin-top: 0px;border-bottom: rgb(111, 111, 111) solid 1px;">
1116
+ <tr>
1117
+ <td colspan="2" style="height: 40px; padding: 30px 0px 0px 0px;">
1118
+ <h3 style="margin: 0px;font-family:Segoe UI;padding-bottom: 15px;color: rgb(111, 111, 111); font-size:18pt;">Featured Plugins</h3>
1119
+ </td>
1120
+ <td align="right" style="font-size:16px;"></td>
1121
+ </tr>
1122
+ </table>
1123
+ <form method="post">
1124
+ <ul id="featured-plugins-list">
1125
+ <li class="photo-gallery ">
1126
+ <div class="product"></div>
1127
+ <div class="title">
1128
+ <strong class="heading">Photo Gallery</strong>
1129
+ </div>
1130
+ <div class="description">
1131
+ <p>Photo Gallery is a fully responsive WordPress Gallery plugin with advanced functionality. </p>
1132
+ </div>
1133
+ <a target="_blank" href="https://web-dorado.com/products/wordpress-photo-gallery-plugin.html" class="download">Download</a>
1134
+ </li>
1135
+ <li class="form-maker">
1136
+ <div class="product"></div>
1137
+ <div class="title">
1138
+ <strong class="heading">Form Maker</strong>
1139
+ </div>
1140
+ <div class="description">
1141
+ <p>Form Maker is a modern and advanced tool for creating WordPress forms easily and fast.</p>
1142
+ </div>
1143
+ <a target="_blank" href="https://web-dorado.com/products/wordpress-form.html" class="download">Download</a>
1144
+ </li>
1145
+ <li class="catalog">
1146
+ <div class="product"></div>
1147
+ <div class="title">
1148
+ <strong class="heading">Spider Catalog</strong>
1149
+ </div>
1150
+ <div class="description">
1151
+ <p>Spider Catalog for WordPress is a convenient tool for organizing the products represented on your website into catalogs.</p>
1152
+ </div>
1153
+ <a target="_blank" href="https://web-dorado.com/products/wordpress-catalog.html" class="download">Download</a>
1154
+ </li>
1155
+ <li class="slider_wd">
1156
+ <div class="product"></div>
1157
+ <div class="title">
1158
+ <strong class="heading">Slider WD</strong>
1159
+ </div>
1160
+ <div class="description">
1161
+ <p>Create responsive, highly configurable sliders with various effects for your WordPress site. </p>
1162
+ </div>
1163
+ <a target="_blank" href="https://web-dorado.com/products/wordpress-slider-plugin.html" class="download">Download</a>
1164
+ </li>
1165
+ <li class="player">
1166
+ <div class="product"></div>
1167
+ <div class="title">
1168
+ <strong class="heading">Video Player</strong>
1169
+ </div>
1170
+ <div class="description">
1171
+ <p>Spider Video Player for WordPress is a Flash & HTML5 video player plugin that allows you to easily add videos to your website with the possibility</p>
1172
+ </div>
1173
+ <a target="_blank" href="https://web-dorado.com/products/wordpress-player.html" class="download">Download</a>
1174
+ </li>
1175
+ <li class="contacts">
1176
+ <div class="product"></div>
1177
+ <div class="title">
1178
+ <strong class="heading">Spider Contacts</strong>
1179
+ </div>
1180
+ <div class="description">
1181
+ <p>Spider Contacts helps you to display information about the group of people more intelligible, effective and convenient.</p>
1182
+ </div>
1183
+ <a target="_blank" href="https://web-dorado.com/products/wordpress-contacts-plugin.html" class="download">Download</a>
1184
+ </li>
1185
+ <li class="facebook">
1186
+ <div class="product"></div>
1187
+ <div class="title">
1188
+ <strong class="heading">Spider Facebook</strong>
1189
+ </div>
1190
+ <div class="description">
1191
+ <p>Spider Facebook is a WordPress integration tool for Facebook.It includes all the available Facebook social plugins and widgets.</p>
1192
+ </div>
1193
+ <a target="_blank" href="https://web-dorado.com/products/wordpress-facebook.html" class="download">Download</a>
1194
+ </li>
1195
+ <li class="faq">
1196
+ <div class="product"></div>
1197
+ <div class="title">
1198
+ <strong class="heading">Spider FAQ</strong>
1199
+ </div>
1200
+ <div class="description">
1201
+ <p>The Spider FAQ WordPress plugin is for creating an FAQ (Frequently Asked Questions) section for your website.</p>
1202
+ </div>
1203
+ <a target="_blank" href="https://web-dorado.com/products/wordpress-faq-plugin.html" class="download">Download</a>
1204
+ </li>
1205
+ <li class="zoom">
1206
+ <div class="product"></div>
1207
+ <div class="title">
1208
+ <strong class="heading">Zoom</strong>
1209
+ </div>
1210
+ <div class="description">
1211
+ <p>Zoom enables site users to resize the predefined areas of the web site.</p>
1212
+ </div>
1213
+ <a target="_blank" href="https://web-dorado.com/products/wordpress-zoom.html" class="download">Download</a>
1214
+ </li>
1215
+ <li class="flash-calendar">
1216
+ <div class="product"></div>
1217
+ <div class="title">
1218
+ <strong class="heading">Flash Calendar</strong>
1219
+ </div>
1220
+ <div class="description">
1221
+ <p>Spider Flash Calendar is a highly configurable Flash calendar plugin which allows you to have multiple organized events.</p>
1222
+ </div>
1223
+ <a target="_blank" href="https://web-dorado.com/products/wordpress-events-calendar.html" class="download">Download</a>
1224
+ </li>
1225
+ <li class="contact-maker">
1226
+ <div class="product"></div>
1227
+ <div class="title">
1228
+ <strong class="heading">Contact Form Maker</strong>
1229
+ </div>
1230
+ <div class="description">
1231
+ <p>WordPress Contact Form Maker is an advanced and easy-to-use tool for creating forms.</p>
1232
+ </div>
1233
+ <a target="_blank" href="https://web-dorado.com/products/wordpress-contact-form-maker-plugin.html" class="download">Download</a>
1234
+ </li>
1235
+ <li class="twitter-widget">
1236
+ <div class="product"></div>
1237
+ <div class="title">
1238
+ <strong class="heading">Widget Twitter</strong>
1239
+ </div>
1240
+ <div class="description">
1241
+ <p>The Widget Twitter plugin lets you to fully integrate your WordPress site with your Twitter account.</p>
1242
+ </div>
1243
+ <a target="_blank" href="https://web-dorado.com/products/wordpress-twitter-integration-plugin.html" class="download">Download</a>
1244
+ </li>
1245
+ <li class="contact_form_bulder">
1246
+ <div class="product"></div>
1247
+ <div class="title">
1248
+ <strong class="heading">Contact Form Builder</strong>
1249
+ </div>
1250
+ <div class="description">
1251
+ <p>Contact Form Builder is the best tool for quickly arranging a contact form for your clients and visitors. </p>
1252
+ </div>
1253
+ <a target="_blank" href="https://web-dorado.com/products/wordpress-contact-form-builder.html" class="download">Download</a>
1254
+ </li>
1255
+ <li class="folder_menu">
1256
+ <div class="product"></div>
1257
+ <div class="title">
1258
+ <strong class="heading">Folder Menu</strong>
1259
+ </div>
1260
+ <div class="description">
1261
+ <p>Folder Menu Vertical is a WordPress Flash menu module for your website, designed to meet your needs and preferences. </p>
1262
+ </div>
1263
+ <a target="_blank" href="https://web-dorado.com/products/wordpress-menu-vertical.html" class="download">Download</a>
1264
+ </li>
1265
+ <li class="random_post">
1266
+ <div class="product"></div>
1267
+ <div class="title">
1268
+ <strong class="heading">Random post</strong>
1269
+ </div>
1270
+ <div class="description">
1271
+ <p>Spider Random Post is a small but very smart solution for your WordPress web site. </p>
1272
+ </div>
1273
+ <a target="_blank" href="https://web-dorado.com/products/wordpress-random-post.html" class="download">Download</a>
1274
+ </li>
1275
+ </ul>
1276
+ </form>
1277
+ </div>
1278
+ <?php }
1279
 
1280
  // Activate plugin.
1281
  function SpiderCalendar_activate() {
calendar_functions.html.php CHANGED
@@ -121,15 +121,14 @@ function html_show_spider_calendar($rows, $pageNav, $sort) {
121
  <table cellspacing="10" width="100%" id="calendar_table">
122
  <tr>
123
  <td width="100%" style="font-size:14px; font-weight:bold">
124
- <a href="http://web-dorado.com/spider-calendar-wordpress-guide-step-2.html" target="_blank" style="color:blue; text-decoration:none;">User Manual</a>
125
  <br />
126
  This section allows you to create calendars. You can add unlimited number of calendars.
127
- <a href="http://web-dorado.com/spider-calendar-wordpress-guide-step-2.html" target="_blank" style="color:blue; text-decoration:none;">More...</a>
128
  </td>
129
  <td colspan="7" align="right" style="font-size:16px;">
130
- <a href="http://web-dorado.com/files/fromSpiderCalendarWP.php" target="_blank" style="color:red; text-decoration:none;">
131
- <img src="<?php echo plugins_url('images/header.png', __FILE__); ?>" border="0" alt="http://web-dorado.com/files/fromSpiderCalendarWP.php" width="215"><br />
132
- Get the full version&nbsp;&nbsp;&nbsp;&nbsp;
133
  </a>
134
  </td>
135
  </tr>
@@ -163,7 +162,7 @@ function html_show_spider_calendar($rows, $pageNav, $sort) {
163
  </div>';
164
  print_html_nav($pageNav['total'], $pageNav['limit'], $serch_fields);
165
  ?>
166
- <table class="wp-list-table widefat fixed pages" style="width:95%">
167
  <thead>
168
  <TR>
169
  <th scope="col" id="id" class="<?php echo (($sort["sortid_by"] == "id") ? $sort["custom_style"] : $sort["default_style"]); ?>" style="width:50px">
@@ -269,15 +268,14 @@ function html_add_spider_calendar() {
269
  <table width="95%">
270
  <tr>
271
  <td width="100%" style="font-size:14px; font-weight:bold">
272
- <a href="http://web-dorado.com/spider-calendar-wordpress-guide-step-2.html" target="_blank" style="color:blue; text-decoration:none;">User Manual</a>
273
  <br />
274
  This section allows you to create calendars. You can add unlimited number of calendars.
275
- <a href="http://web-dorado.com/spider-calendar-wordpress-guide-step-2.html" target="_blank" style="color:blue; text-decoration:none;">More...</a>
276
  </td>
277
  <td colspan="7" align="right" style="font-size:16px;">
278
- <a href="http://web-dorado.com/files/fromSpiderCalendarWP.php" target="_blank" style="color:red; text-decoration:none;">
279
- <img src="<?php echo plugins_url('images/header.png', __FILE__); ?>" border="0" alt="http://web-dorado.com/files/fromSpiderCalendarWP.php" width="215"><br />
280
- Get the full version&nbsp;&nbsp;&nbsp;&nbsp;
281
  </a>
282
  </td>
283
  </tr>
@@ -405,15 +403,14 @@ function html_edit_spider_calendar($row) {
405
  <table width="95%">
406
  <tr>
407
  <td width="100%" style="font-size:14px; font-weight:bold">
408
- <a href="http://web-dorado.com/spider-calendar-wordpress-guide-step-2.html" target="_blank" style="color:blue; text-decoration:none;">User Manual</a>
409
  <br />
410
  This section allows you to create calendars. You can add unlimited number of calendars.
411
- <a href="http://web-dorado.com/spider-calendar-wordpress-guide-step-2.html" target="_blank" style="color:blue; text-decoration:none;">More...</a>
412
  </td>
413
  <td colspan="7" align="right" style="font-size:16px;">
414
- <a href="http://web-dorado.com/files/fromSpiderCalendarWP.php" target="_blank" style="color:red; text-decoration:none;">
415
- <img src="<?php echo plugins_url('images/header.png', __FILE__); ?>" border="0" alt="http://web-dorado.com/files/fromSpiderCalendarWP.php" width="215"><br />
416
- Get the full version&nbsp;&nbsp;&nbsp;&nbsp;
417
  </a>
418
  </td>
419
  </tr>
@@ -622,15 +619,14 @@ function show_event_category($rows, $pageNav, $sort){
622
  <table cellspacing="10" width="100%" id="category_table">
623
  <tr>
624
  <td width="100%" style="font-size:14px; font-weight:bold">
625
- <a href="http://web-dorado.com/spider-calendar-wordpress-guide-step-2.html" target="_blank" style="color:blue; text-decoration:none;">User Manual</a>
626
  <br />
627
  This section allows you to create event categories. You can add unlimited number of categories.
628
- <a href="http://web-dorado.com/spider-calendar-wordpress-guide-step-4.html" target="_blank" style="color:blue; text-decoration:none;">More...</a>
629
  </td>
630
  <td colspan="7" align="right" style="font-size:16px;">
631
- <a href="http://web-dorado.com/files/fromSpiderCalendarWP.php" target="_blank" style="color:red; text-decoration:none;">
632
- <img src="<?php echo plugins_url('images/header.png', __FILE__); ?>" border="0" alt="http://web-dorado.com/files/fromSpiderCalendarWP.php" width="215"><br />
633
- Get the full version&nbsp;&nbsp;&nbsp;&nbsp;
634
  </a>
635
  </td>
636
  </tr>
@@ -665,7 +661,7 @@ function show_event_category($rows, $pageNav, $sort){
665
  </div>';
666
  print_html_nav($pageNav['total'], $pageNav['limit'], $serch_fields);
667
  ?>
668
- <table class="wp-list-table widefat fixed pages" style="width:95%">
669
  <thead>
670
  <TR>
671
  <th scope="col" id="id" class="<?php echo (($sort["sortid_by"] == "id") ? $sort["custom_style"] : $sort["default_style"]); ?>" style="width:50px">
@@ -1147,15 +1143,14 @@ function html_show_spider_event($rows, $pageNav, $sort, $calendar_id, $cal_name)
1147
  <table cellspacing="10" width="95%">
1148
  <tr>
1149
  <td width="100%" style="font-size:14px; font-weight:bold">
1150
- <a href="http://web-dorado.com/spider-calendar-wordpress-guide-step-3.html" target="_blank" style="color:blue; text-decoration:none;">User Manual</a><br>
1151
  This section allows you to create/edit the events of a particular calendar.<br/> You can add
1152
  unlimited number of events for each calendar.
1153
- <a href="http://web-dorado.com/spider-calendar-wordpress-guide-step-3.html" target="_blank" style="color:blue; text-decoration:none;">More...</a>
1154
  </td>
1155
  <td colspan="7" align="right" style="font-size:16px;">
1156
- <a href="http://web-dorado.com/files/fromSpiderCalendarWP.php" target="_blank" style="color:red; text-decoration:none;">
1157
- <img src="<?php echo plugins_url('images/header.png', __FILE__); ?>" border="0" alt="http://web-dorado.com/files/fromSpiderCalendarWP.php" width="215"><br />
1158
- Get the full version&nbsp;&nbsp;&nbsp;&nbsp;
1159
  </a>
1160
  </td>
1161
  </tr>
@@ -1199,7 +1194,7 @@ function html_show_spider_event($rows, $pageNav, $sort, $calendar_id, $cal_name)
1199
  </div>';
1200
  print_html_nav($pageNav['total'], $pageNav['limit'], $serch_fields);
1201
  ?>
1202
- <table class="wp-list-table widefat fixed pages" style="width:95%">
1203
  <thead>
1204
  <TR>
1205
  <th scope="col" id="id" class="<?php echo (($sort["sortid_by"] == "id") ? $sort["custom_style"] : $sort["default_style"]); ?>" style="width:50px">
@@ -1539,10 +1534,10 @@ function html_add_spider_event($calendar_id, $cal_name) {
1539
  <table width="95%">
1540
  <tr>
1541
  <td width="100%" style="font-size:14px; font-weight:bold">
1542
- <a href="http://web-dorado.com/spider-calendar-wordpress-guide-step-3.html" target="_blank" style="color:blue; text-decoration:none;">User Manual</a>
1543
  <br />
1544
  This section allows you to create/edit the events of a particular calendar.<br/> You can add unlimited number of events for each calendar.
1545
- <a href="http://web-dorado.com/spider-calendar-wordpress-guide-step-3.html" target="_blank" style="color:blue; text-decoration:none;">More...</a>
1546
  </td>
1547
  </tr>
1548
  <tbody>
@@ -2012,10 +2007,10 @@ function html_edit_spider_event($row, $calendar_id, $id, $cal_name) {
2012
  <table width="95%">
2013
  <tr>
2014
  <td width="100%" style="font-size:14px; font-weight:bold">
2015
- <a href="http://web-dorado.com/spider-calendar-wordpress-guide-step-3.html" target="_blank" style="color:blue; text-decoration:none;">User Manual</a>
2016
  <br />
2017
  This section allows you to create/edit the events of a particular calendar.<br/> You can add unlimited number of events for each calendar.
2018
- <a href="http://web-dorado.com/spider-calendar-wordpress-guide-step-3.html" target="_blank" style="color:blue; text-decoration:none;">More...</a>
2019
  </td>
2020
  </tr>
2021
  <tbody>
121
  <table cellspacing="10" width="100%" id="calendar_table">
122
  <tr>
123
  <td width="100%" style="font-size:14px; font-weight:bold">
124
+ <a href="https://web-dorado.com/spider-calendar-wordpress-guide-step-2.html" target="_blank" style="color:blue; text-decoration:none;">User Manual</a>
125
  <br />
126
  This section allows you to create calendars. You can add unlimited number of calendars.
127
+ <a href="https://web-dorado.com/spider-calendar-wordpress-guide-step-2.html" target="_blank" style="color:blue; text-decoration:none;">More...</a>
128
  </td>
129
  <td colspan="7" align="right" style="font-size:16px;">
130
+ <a href="https://web-dorado.com/files/fromSpiderCalendarWP.php" target="_blank" style="color:red; text-decoration:none;">
131
+ <img src="<?php echo plugins_url('images/header.png', __FILE__); ?>" border="0" alt="https://web-dorado.com/files/fromSpiderCalendarWP.php" width="215">
 
132
  </a>
133
  </td>
134
  </tr>
162
  </div>';
163
  print_html_nav($pageNav['total'], $pageNav['limit'], $serch_fields);
164
  ?>
165
+ <table class="wp-list-table widefat fixed pages" style="width:99%">
166
  <thead>
167
  <TR>
168
  <th scope="col" id="id" class="<?php echo (($sort["sortid_by"] == "id") ? $sort["custom_style"] : $sort["default_style"]); ?>" style="width:50px">
268
  <table width="95%">
269
  <tr>
270
  <td width="100%" style="font-size:14px; font-weight:bold">
271
+ <a href="https://web-dorado.com/spider-calendar-wordpress-guide-step-2.html" target="_blank" style="color:blue; text-decoration:none;">User Manual</a>
272
  <br />
273
  This section allows you to create calendars. You can add unlimited number of calendars.
274
+ <a href="https://web-dorado.com/spider-calendar-wordpress-guide-step-2.html" target="_blank" style="color:blue; text-decoration:none;">More...</a>
275
  </td>
276
  <td colspan="7" align="right" style="font-size:16px;">
277
+ <a href="https://web-dorado.com/files/fromSpiderCalendarWP.php" target="_blank" style="color:red; text-decoration:none;">
278
+ <img src="<?php echo plugins_url('images/header.png', __FILE__); ?>" border="0" alt="https://web-dorado.com/files/fromSpiderCalendarWP.php" width="215">
 
279
  </a>
280
  </td>
281
  </tr>
403
  <table width="95%">
404
  <tr>
405
  <td width="100%" style="font-size:14px; font-weight:bold">
406
+ <a href="https://web-dorado.com/spider-calendar-wordpress-guide-step-2.html" target="_blank" style="color:blue; text-decoration:none;">User Manual</a>
407
  <br />
408
  This section allows you to create calendars. You can add unlimited number of calendars.
409
+ <a href="https://web-dorado.com/spider-calendar-wordpress-guide-step-2.html" target="_blank" style="color:blue; text-decoration:none;">More...</a>
410
  </td>
411
  <td colspan="7" align="right" style="font-size:16px;">
412
+ <a href="https://web-dorado.com/files/fromSpiderCalendarWP.php" target="_blank" style="color:red; text-decoration:none;">
413
+ <img src="<?php echo plugins_url('images/header.png', __FILE__); ?>" border="0" alt="https://web-dorado.com/files/fromSpiderCalendarWP.php" width="215">
 
414
  </a>
415
  </td>
416
  </tr>
619
  <table cellspacing="10" width="100%" id="category_table">
620
  <tr>
621
  <td width="100%" style="font-size:14px; font-weight:bold">
622
+ <a href="https://web-dorado.com/spider-calendar-wordpress-guide-step-2.html" target="_blank" style="color:blue; text-decoration:none;">User Manual</a>
623
  <br />
624
  This section allows you to create event categories. You can add unlimited number of categories.
625
+ <a href="https://web-dorado.com/spider-calendar-wordpress-guide-step-4.html" target="_blank" style="color:blue; text-decoration:none;">More...</a>
626
  </td>
627
  <td colspan="7" align="right" style="font-size:16px;">
628
+ <a href="https://web-dorado.com/files/fromSpiderCalendarWP.php" target="_blank" style="color:red; text-decoration:none;">
629
+ <img src="<?php echo plugins_url('images/header.png', __FILE__); ?>" border="0" alt="https://web-dorado.com/files/fromSpiderCalendarWP.php" width="215">
 
630
  </a>
631
  </td>
632
  </tr>
661
  </div>';
662
  print_html_nav($pageNav['total'], $pageNav['limit'], $serch_fields);
663
  ?>
664
+ <table class="wp-list-table widefat fixed pages" style="width:99%">
665
  <thead>
666
  <TR>
667
  <th scope="col" id="id" class="<?php echo (($sort["sortid_by"] == "id") ? $sort["custom_style"] : $sort["default_style"]); ?>" style="width:50px">
1143
  <table cellspacing="10" width="95%">
1144
  <tr>
1145
  <td width="100%" style="font-size:14px; font-weight:bold">
1146
+ <a href="https://web-dorado.com/spider-calendar-wordpress-guide-step-3.html" target="_blank" style="color:blue; text-decoration:none;">User Manual</a><br>
1147
  This section allows you to create/edit the events of a particular calendar.<br/> You can add
1148
  unlimited number of events for each calendar.
1149
+ <a href="https://web-dorado.com/spider-calendar-wordpress-guide-step-3.html" target="_blank" style="color:blue; text-decoration:none;">More...</a>
1150
  </td>
1151
  <td colspan="7" align="right" style="font-size:16px;">
1152
+ <a href="https://web-dorado.com/files/fromSpiderCalendarWP.php" target="_blank" style="color:red; text-decoration:none;">
1153
+ <img src="<?php echo plugins_url('images/header.png', __FILE__); ?>" border="0" alt="https://web-dorado.com/files/fromSpiderCalendarWP.php" width="215">
 
1154
  </a>
1155
  </td>
1156
  </tr>
1194
  </div>';
1195
  print_html_nav($pageNav['total'], $pageNav['limit'], $serch_fields);
1196
  ?>
1197
+ <table class="wp-list-table widefat fixed pages" style="width:99%">
1198
  <thead>
1199
  <TR>
1200
  <th scope="col" id="id" class="<?php echo (($sort["sortid_by"] == "id") ? $sort["custom_style"] : $sort["default_style"]); ?>" style="width:50px">
1534
  <table width="95%">
1535
  <tr>
1536
  <td width="100%" style="font-size:14px; font-weight:bold">
1537
+ <a href="https://web-dorado.com/spider-calendar-wordpress-guide-step-3.html" target="_blank" style="color:blue; text-decoration:none;">User Manual</a>
1538
  <br />
1539
  This section allows you to create/edit the events of a particular calendar.<br/> You can add unlimited number of events for each calendar.
1540
+ <a href="https://web-dorado.com/spider-calendar-wordpress-guide-step-3.html" target="_blank" style="color:blue; text-decoration:none;">More...</a>
1541
  </td>
1542
  </tr>
1543
  <tbody>
2007
  <table width="95%">
2008
  <tr>
2009
  <td width="100%" style="font-size:14px; font-weight:bold">
2010
+ <a href="https://web-dorado.com/spider-calendar-wordpress-guide-step-3.html" target="_blank" style="color:blue; text-decoration:none;">User Manual</a>
2011
  <br />
2012
  This section allows you to create/edit the events of a particular calendar.<br/> You can add unlimited number of events for each calendar.
2013
+ <a href="https://web-dorado.com/spider-calendar-wordpress-guide-step-3.html" target="_blank" style="color:blue; text-decoration:none;">More...</a>
2014
  </td>
2015
  </tr>
2016
  <tbody>
featured_plugins.css CHANGED
@@ -2,55 +2,55 @@
2
  #main_featured_plugins_page #featured-plugins-list {
3
  position:relative;
4
  margin:0px auto;
5
- width:90%;
6
  height:auto;
7
  display:table;
8
  list-style:none;
 
9
  }
10
 
11
  #main_featured_plugins_page #featured-plugins-list li {
12
- display:block;
13
- height:113px;
14
- padding:15px 5% 15px 5%;
15
- margin:0px 0px 12px 0px;
16
- background:#ededed;
 
17
  }
18
 
19
  #main_featured_plugins_page #featured-plugins-list li .product {
20
  position:relative;
21
- float:left;
22
- width:35%;
23
  height:113px;
 
 
 
 
 
24
  }
25
 
26
  #main_featured_plugins_page #featured-plugins-list li .title {
27
- float:left;
28
- height:113px;
29
- width:90%;
30
- margin:0px 0px 0px 109px;
31
- background:#cacaca;
32
- border-top-right-radius:3px;
33
- border-bottom-right-radius:3px;
34
  }
35
 
36
- #main_featured_plugins_page #featured-plugins-list li.photo-gallery .title,
37
- #main_featured_plugins_page #featured-plugins-list li.twitter-widget .title {
38
- border-left-style: solid;
39
- border-width: 1px;
40
- border-color: #ededed;
41
- }
 
 
 
42
 
43
- #main_featured_plugins_page #featured-plugins-list li.form-maker .product {background:url(images/form.jpg) left center no-repeat;}
44
- #main_featured_plugins_page #featured-plugins-list li.catalog .product {background:url(images/catalog.jpg) left center no-repeat;}
45
- #main_featured_plugins_page #featured-plugins-list li.contact-maker .product {background:url(images/contact.maker.jpg) left center no-repeat;}
46
- #main_featured_plugins_page #featured-plugins-list li.contacts .product {background:url(images/contacts.jpg) left center no-repeat;}
47
- #main_featured_plugins_page #featured-plugins-list li.facebook .product {background:url(images/facebook.jpg) left center no-repeat;}
48
- #main_featured_plugins_page #featured-plugins-list li.faq .product {background:url(images/faq.jpg) left center no-repeat;}
49
- #main_featured_plugins_page #featured-plugins-list li.flash-calendar .product {background:url(images/flash.calendar.jpg) left center no-repeat;}
50
- #main_featured_plugins_page #featured-plugins-list li.folder-menu .product {background:url(images/folder.menu.jpg) left center no-repeat;}
51
- #main_featured_plugins_page #featured-plugins-list li.player .product {background:url(images/player.jpg) left center no-repeat;}
52
- #main_featured_plugins_page #featured-plugins-list li.spider-calendar .product {background:url(images/spider.calendar.jpg) left center no-repeat;}
53
- #main_featured_plugins_page #featured-plugins-list li.zoom .product {background:url(images/zoom.jpg) left center no-repeat;}
54
  #main_featured_plugins_page #featured-plugins-list li.photo-gallery .product {background:url(images/photo-gallery.png) left center no-repeat #CACACA;
55
  border-top-left-radius: 5px;
56
  border-bottom-left-radius: 5px;
@@ -66,9 +66,9 @@ border-bottom-left-radius: 5px;}
66
  #main_featured_plugins_page #featured-plugins-list li .title .heading {
67
  display:block;
68
  position:relative;
69
- font-size:24px;
70
- color:#014f73;
71
- margin:30px 0px -10px 20px;
72
  }
73
 
74
  #main_featured_plugins_page #featured-plugins-list li .title p {
@@ -78,20 +78,23 @@ border-bottom-left-radius: 5px;}
78
  }
79
 
80
  #main_featured_plugins_page #featured-plugins-list li .description {
81
- float:right;
82
- width:50%;
83
- height:113px;
84
  }
85
 
86
  #main_featured_plugins_page #featured-plugins-list li .description p {
87
- text-align:right;
 
88
  }
89
 
90
- #main_featured_plugins_page #featured-plugins-list li .description a.download, #main_featured_plugins_page #featured-plugins-list li .description a.download:link, #main_featured_plugins_page #featured-plugins-list li .description a.download:visited {
91
  display:block;
92
- width:106px;
93
  height:32px;
94
  text-indent:-9999px;
95
- background:url(images/download.jpg) left top no-repeat;
96
- float:right;
97
- }
 
 
 
2
  #main_featured_plugins_page #featured-plugins-list {
3
  position:relative;
4
  margin:0px auto;
5
+ width: 95.4%;
6
  height:auto;
7
  display:table;
8
  list-style:none;
9
+ margin-left: 38px;
10
  }
11
 
12
  #main_featured_plugins_page #featured-plugins-list li {
13
+ float: left;
14
+ width: 17%;
15
+ margin: 20px 0px 0px 25px;
16
+ background: #FFFFFF;
17
+ border: 1px solid #B8B8B8;
18
+ height: 354px;
19
  }
20
 
21
  #main_featured_plugins_page #featured-plugins-list li .product {
22
  position:relative;
 
 
23
  height:113px;
24
+ background-color: #F1F1F1 !important;
25
+ background-position-x: 50% !important;
26
+ margin: 7px;
27
+ border: 1px solid #DEDCDC;
28
+ border-radius: 3px;
29
  }
30
 
31
  #main_featured_plugins_page #featured-plugins-list li .title {
32
+ width: 90%;
33
+ text-align: center;
34
+ border-bottom: 1px solid #cacaca;
35
+ margin: 0 auto;
 
 
 
36
  }
37
 
38
+ #main_featured_plugins_page #featured-plugins-list li.form-maker .product {background:url(images/form.png) left center no-repeat;}
39
+ #main_featured_plugins_page #featured-plugins-list li.catalog .product {background:url(images/catalog.png) left center no-repeat;}
40
+ #main_featured_plugins_page #featured-plugins-list li.contact-maker .product {background:url(images/contact.maker.png) left center no-repeat; background-size: 61%;}
41
+ #main_featured_plugins_page #featured-plugins-list li.contacts .product {background:url(images/contacts.png) left center no-repeat;}
42
+ #main_featured_plugins_page #featured-plugins-list li.facebook .product {background:url(images/facebook.png) left center no-repeat;}
43
+ #main_featured_plugins_page #featured-plugins-list li.faq .product {background:url(images/faq.png) left center no-repeat;}
44
+ #main_featured_plugins_page #featured-plugins-list li.flash-calendar .product {background:url(images/flash.calendar.png) left center no-repeat;}
45
+ #main_featured_plugins_page #featured-plugins-list li.player .product {background:url(images/player.png) left center no-repeat; }
46
+ #main_featured_plugins_page #featured-plugins-list li.spider-calendar .product {background:url(images/spider.calendar.png) left center no-repeat;}
47
 
48
+ #main_featured_plugins_page #featured-plugins-list li.contact_form_bulder .product {background:url(images/contact.builder.png) left center no-repeat; background-size: 80%;}
49
+ #main_featured_plugins_page #featured-plugins-list li.random_post .product {background:url(images/random.post.png) left center no-repeat;}
50
+ #main_featured_plugins_page #featured-plugins-list li.slider_wd .product {background:url(images/slider.png) left center no-repeat; background-size: 50%;}
51
+ #main_featured_plugins_page #featured-plugins-list li.folder_menu .product {background:url(images/folder.menu.png) left center no-repeat;}
52
+
53
+ #main_featured_plugins_page #featured-plugins-list li.zoom .product {background:url(images/zoom.png) left center no-repeat; background-size: 85%;}
 
 
 
 
 
54
  #main_featured_plugins_page #featured-plugins-list li.photo-gallery .product {background:url(images/photo-gallery.png) left center no-repeat #CACACA;
55
  border-top-left-radius: 5px;
56
  border-bottom-left-radius: 5px;
66
  #main_featured_plugins_page #featured-plugins-list li .title .heading {
67
  display:block;
68
  position:relative;
69
+ font-size: 17px;
70
+ color: #23282C;
71
+ margin: 13px 0px 13px 0px;
72
  }
73
 
74
  #main_featured_plugins_page #featured-plugins-list li .title p {
78
  }
79
 
80
  #main_featured_plugins_page #featured-plugins-list li .description {
81
+ height: 127px;
82
+ width: 90%;
83
+ margin: 0 auto;
84
  }
85
 
86
  #main_featured_plugins_page #featured-plugins-list li .description p {
87
+ text-align: center;
88
+ width: 100%;
89
  }
90
 
91
+ #featured-plugins-list li a.download {
92
  display:block;
 
93
  height:32px;
94
  text-indent:-9999px;
95
+ background: url(images/download_plugins.png) center 17px no-repeat;
96
+ border-top: 1px solid #CACACA;
97
+ outline: none;
98
+ width: 90%;
99
+ margin: 0 auto;
100
+ }
featured_themes.css ADDED
@@ -0,0 +1,79 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ #main_featured_themes_page #featured-plugins-list {
2
+ position:relative;
3
+ margin:0px auto;
4
+ width: 95.4%;
5
+ height:auto;
6
+ display:table;
7
+ list-style:none;
8
+ margin-left: 38px;
9
+ }
10
+
11
+ #main_featured_themes_page #featured-plugins-list li {
12
+ float: left;
13
+ width: 17%;
14
+ margin: 20px 0px 0px 25px;
15
+ background: #FFFFFF;
16
+ border: 1px solid #B8B8B8;
17
+ height: 405px;
18
+ }
19
+
20
+ #main_featured_themes_page #featured-plugins-list li .product {
21
+ position:relative;
22
+ height: 168px;
23
+ background-color: #F1F1F1 !important;
24
+ background-size: 100% !important;
25
+ }
26
+
27
+ #main_featured_themes_page #featured-plugins-list li .title {
28
+ width: 90%;
29
+ text-align: center;
30
+ border-bottom: 1px solid #cacaca;
31
+ margin: 0 auto;
32
+ }
33
+
34
+ #main_featured_themes_page #featured-plugins-list li.sauron .product {background:url(images/sauron.png) left center no-repeat;}
35
+ #main_featured_themes_page #featured-plugins-list li.business_elite .product {background:url(images/business_elite.png) left center no-repeat;}
36
+ #main_featured_themes_page #featured-plugins-list li.mottomag .product {background:url(images/mottomag.png) left center no-repeat; }
37
+ #main_featured_themes_page #featured-plugins-list li.business_world .product {background:url(images/business_world.png) left center no-repeat;}
38
+ #main_featured_themes_page #featured-plugins-list li.best_magazine .product {background:url(images/best_magazine.png) left center no-repeat;}
39
+ #main_featured_themes_page #featured-plugins-list li.wedding_style .product {background:url(images/wedding_style.png) left center no-repeat;}
40
+ #main_featured_themes_page #featured-plugins-list li.magazine .product {background:url(images/magazine.png) left center no-repeat;}
41
+ #main_featured_themes_page #featured-plugins-list li.weddings .product {background:url(images/wedding.png) left center no-repeat;}
42
+ #main_featured_themes_page #featured-plugins-list li.exclusive .product {background:url(images/exclusive.png) left center no-repeat;}
43
+ #main_featured_themes_page #featured-plugins-list li.expert .product {background:url(images/expert.png) left center no-repeat; background-size: 80%;}
44
+
45
+ #main_featured_themes_page #featured-plugins-list li .title .heading {
46
+ display:block;
47
+ position:relative;
48
+ font-size: 16px;
49
+ color: #23282C;
50
+ margin: 13px 0px 13px 0px;
51
+ }
52
+
53
+ #main_featured_themes_page #featured-plugins-list li .title p {
54
+ font-size:14px;
55
+ color:#444;
56
+ margin-left:20px;
57
+ }
58
+
59
+ #main_featured_themes_page #featured-plugins-list li .description {
60
+ height:130px;
61
+ width: 90%;
62
+ margin: 0 auto;
63
+ }
64
+
65
+ #main_featured_themes_page #featured-plugins-list li .description p {
66
+ text-align: center;
67
+ width: 100%;
68
+ }
69
+
70
+ #featured-plugins-list li a.download {
71
+ display:block;
72
+ height:32px;
73
+ text-indent:-9999px;
74
+ background: url(images/download_themes.png) center 17px no-repeat;
75
+ border-top: 1px solid #CACACA;
76
+ outline: none;
77
+ width: 90%;
78
+ margin: 0 auto;
79
+ }
images/best_magazine.png ADDED
Binary file
images/business_elite.png ADDED
Binary file
images/business_world.png ADDED
Binary file
images/catalog.jpg DELETED
Binary file
images/catalog.png ADDED
Binary file
images/contact.builder.png ADDED
Binary file
images/contact.maker.jpg DELETED
Binary file
images/contact.maker.png ADDED
Binary file
images/contacts.jpg DELETED
Binary file
images/contacts.png ADDED
Binary file
images/download.jpg DELETED
Binary file
images/download_plugins.png ADDED
Binary file
images/download_themes.png ADDED
Binary file
images/exclusive.png ADDED
Binary file
images/expert.png ADDED
Binary file
images/facebook.jpg DELETED
Binary file
images/facebook.png ADDED
Binary file
images/faq.jpg DELETED
Binary file
images/faq.png ADDED
Binary file
images/flash.calendar.jpg DELETED
Binary file
images/flash.calendar.png ADDED
Binary file
images/folder.menu.jpg DELETED
Binary file
images/folder.menu.png ADDED
Binary file
images/form.jpg DELETED
Binary file
images/form.png ADDED
Binary file
images/header.png CHANGED
Binary file
images/magazine.png ADDED
Binary file
images/mottomag.png ADDED
Binary file
images/player.jpg DELETED
Binary file
images/player.png ADDED
Binary file
images/random.post.png ADDED
Binary file
images/sauron.png ADDED
Binary file
images/slider.png ADDED
Binary file
images/spider.calendar.jpg DELETED
Binary file
images/spider.calendar.png ADDED
Binary file
images/twittertools.png CHANGED
Binary file
images/wedding.png ADDED
Binary file
images/wedding_style.png ADDED
Binary file
images/zoom.jpg DELETED
Binary file
images/zoom.png ADDED
Binary file
readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: http://web-dorado.com/products/wordpress-calendar.html
4
  Tags: calendar, calendars, event, event calendar, event manager, events calendar,calendar widget, event registration, event management,events, Kalender, agenda, calendario, availability calendar,online calendar,holiday calendar , scheduling, free calendar, Calender, upcoming events , event widget , event list, calendar localization, Organizer, editorial calendar, Interactive Calendar, news calendar, meeting , appointment, event tracking, event organizer, upcoming events widget, event page, event bookings, recurring, recurring events, conference, date, dates, schedule, times, venue, AJAX, responsive, shortcode, seminar, summit, tribe
5
  Requires at least: 3.4
6
  Tested up to: 4.2
7
- Stable tag: 1.4.17
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -144,6 +144,12 @@ Vietnamese (vi)
144
 
145
  == Changelog ==
146
 
 
 
 
 
 
 
147
  = 1.4.17 =
148
  translation fixed
149
 
4
  Tags: calendar, calendars, event, event calendar, event manager, events calendar,calendar widget, event registration, event management,events, Kalender, agenda, calendario, availability calendar,online calendar,holiday calendar , scheduling, free calendar, Calender, upcoming events , event widget , event list, calendar localization, Organizer, editorial calendar, Interactive Calendar, news calendar, meeting , appointment, event tracking, event organizer, upcoming events widget, event page, event bookings, recurring, recurring events, conference, date, dates, schedule, times, venue, AJAX, responsive, shortcode, seminar, summit, tribe
5
  Requires at least: 3.4
6
  Tested up to: 4.2
7
+ Stable tag: 1.4.19
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
144
 
145
  == Changelog ==
146
 
147
+ = 1.4.19 =
148
+ Add featured themes
149
+
150
+ = 1.4.18 =
151
+ change links
152
+
153
  = 1.4.17 =
154
  translation fixed
155
 
widget_Themes_function.html.php CHANGED
@@ -6,24 +6,23 @@ function html_show_theme_calendar_widget() {
6
  ?>
7
  <div class="updated" style="font-size: 14px; color:red !important">
8
  <p><strong>
9
- <a href="http://web-dorado.com/files/fromSpiderCalendarWP.php" target="_blank" style="color:red; text-decoration:none;"> This feature is disabled for the non-commercial version.</a>
10
  </strong>
11
  </p>
12
  </div>
13
  <table width="95%">
14
  <tr>
15
  <td width="100%" style="font-size:14px; font-weight:bold">
16
- <a href="http://web-dorado.com/spider-calendar-wordpress-guide-step-6/6-1.html" target="_blank" style="color:blue; text-decoration:none;">User Manual</a><br />
17
  This section allows you to create/edit themes for the calendars for the widget mode.<br />
18
  This feature is disabled for the non-commercial version.
19
- <a href="http://web-dorado.com/spider-calendar-wordpress-guide-step-6/6-1.html" target="_blank" style="color:blue; text-decoration:none;">More...</a><br />
20
  Here are examples of 6 standard templates included in the commercial version.
21
  <a href="http://wpdemo.web-dorado.com/spider-calendar/" target="_blank" style="color:blue; text-decoration:none;">Demo</a>
22
  </td>
23
  <td colspan="7" align="right" style="font-size:16px;">
24
- <a href="http://web-dorado.com/files/fromSpiderCalendarWP.php" target="_blank" style="color:red; text-decoration:none;">
25
- <img src="<?php echo plugins_url('images/header.png', __FILE__); ?>" border="0" alt="http://web-dorado.com/files/fromSpiderCalendarWP.php" width="215"><br />
26
- Get the full version&nbsp;&nbsp;&nbsp;&nbsp;
27
  </a>
28
  </td>
29
  </tr>
6
  ?>
7
  <div class="updated" style="font-size: 14px; color:red !important">
8
  <p><strong>
9
+ <a href="https://web-dorado.com/files/fromSpiderCalendarWP.php" target="_blank" style="color:red; text-decoration:none;"> This feature is disabled for the non-commercial version.</a>
10
  </strong>
11
  </p>
12
  </div>
13
  <table width="95%">
14
  <tr>
15
  <td width="100%" style="font-size:14px; font-weight:bold">
16
+ <a href="https://web-dorado.com/spider-calendar-wordpress-guide-step-6/6-1.html" target="_blank" style="color:blue; text-decoration:none;">User Manual</a><br />
17
  This section allows you to create/edit themes for the calendars for the widget mode.<br />
18
  This feature is disabled for the non-commercial version.
19
+ <a href="https://web-dorado.com/spider-calendar-wordpress-guide-step-6/6-1.html" target="_blank" style="color:blue; text-decoration:none;">More...</a><br />
20
  Here are examples of 6 standard templates included in the commercial version.
21
  <a href="http://wpdemo.web-dorado.com/spider-calendar/" target="_blank" style="color:blue; text-decoration:none;">Demo</a>
22
  </td>
23
  <td colspan="7" align="right" style="font-size:16px;">
24
+ <a href="https://web-dorado.com/files/fromSpiderCalendarWP.php" target="_blank" style="color:red; text-decoration:none;">
25
+ <img src="<?php echo plugins_url('images/header.png', __FILE__); ?>" border="0" alt="https://web-dorado.com/files/fromSpiderCalendarWP.php" width="215">
 
26
  </a>
27
  </td>
28
  </tr>