Version Description
Removed: Featured plugins, themes page
Download this release
Release Info
| Developer | webdorado |
| Plugin | |
| Version | 1.5.51 |
| Comparing to | |
| See all releases | |
Code changes from version 1.5.50 to 1.5.51
- calendar.php +4 -559
- featured_plugins.css +0 -228
- featured_themes.css +0 -180
- readme.txt +7 -4
- spider_calendar_admin_class.php +1 -1
calendar.php
CHANGED
|
@@ -3,11 +3,12 @@
|
|
| 3 |
Plugin Name: Spider Event Calendar
|
| 4 |
Plugin URI: https://web-dorado.com/products/wordpress-calendar.html
|
| 5 |
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.
|
| 6 |
-
Version: 1.5.
|
| 7 |
-
Author:
|
|
|
|
| 8 |
License: GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
|
| 9 |
*/
|
| 10 |
-
$wd_spider_calendar_version="1.5.
|
| 11 |
// LANGUAGE localization.
|
| 12 |
function sp_calendar_language_load() {
|
| 13 |
load_plugin_textdomain('sp_calendar', FALSE, basename(dirname(__FILE__)) . '/languages');
|
|
@@ -536,13 +537,9 @@ function sp_calendar_options_panel() {
|
|
| 536 |
$page_event_category = add_submenu_page('SpiderCalendar', 'Event Category', 'Event Category', 'manage_options', 'spider_calendar_event_category', 'Manage_Spider_Category_Calendar');
|
| 537 |
$page_theme = add_submenu_page('SpiderCalendar', 'Calendar Parameters', 'Calendar Themes', 'manage_options', 'spider_calendar_themes', 'spider_calendar_params');
|
| 538 |
$page_widget_theme = add_submenu_page('SpiderCalendar', 'Calendar Parameters', 'Widget Themes', 'manage_options', 'spider_widget_calendar_themes', 'spider_widget_calendar_params');
|
| 539 |
-
$Featured_Plugins = add_submenu_page('SpiderCalendar', 'Featured Plugins', 'Featured Plugins', 'manage_options', 'calendar_Featured_Plugins', 'calendar_Featured_Plugins');
|
| 540 |
-
$Featured_themes = add_submenu_page('SpiderCalendar', 'Featured Themes', 'Featured Themes', 'manage_options', 'calendar_Featured_themes', 'calendar_Featured_themes');
|
| 541 |
add_submenu_page('SpiderCalendar', 'Export', 'Export', 'manage_options', 'calendar_export', 'calendar_export');
|
| 542 |
add_submenu_page('SpiderCalendar', 'Get Pro', 'Get Pro', 'manage_options', 'Spider_calendar_Licensing', 'Spider_calendar_Licensing');
|
| 543 |
add_submenu_page('SpiderCalendar', 'Uninstall Spider Event Calendar', 'Uninstall Spider Event Calendar', 'manage_options', 'Uninstall_sp_calendar', 'Uninstall_sp_calendar'); // uninstall Calendar
|
| 544 |
-
add_action('admin_print_styles-' . $Featured_Plugins, 'calendar_Featured_Plugins_styles');
|
| 545 |
-
add_action('admin_print_styles-' . $Featured_themes, 'calendar_Featured_themes_styles');
|
| 546 |
add_action('admin_print_styles-' . $page_theme, 'spider_calendar_themes_admin_styles_scripts');
|
| 547 |
add_action('admin_print_styles-' . $page_event_category, 'spider_calendar_event_category_admin_styles_scripts');
|
| 548 |
add_action('admin_print_styles-' . $page_calendar, 'spider_calendar_admin_styles_scripts');
|
|
@@ -1091,558 +1088,6 @@ function Uninstall_sp_calendar() {
|
|
| 1091 |
}
|
| 1092 |
}
|
| 1093 |
|
| 1094 |
-
function calendar_Featured_Plugins_styles() {
|
| 1095 |
-
global $wd_spider_calendar_version;
|
| 1096 |
-
wp_enqueue_style("Featured_Plugins", plugins_url("featured_plugins.css", __FILE__), array(), $wd_spider_calendar_version);
|
| 1097 |
-
}
|
| 1098 |
-
function calendar_Featured_Plugins() { ?>
|
| 1099 |
-
<div id="main_featured_plugins_page">
|
| 1100 |
-
<div class="featured_header">
|
| 1101 |
-
<a href="https://web-dorado.com/wordpress-plugins-bundle.html?source=spidercalendar" target="_blank">
|
| 1102 |
-
<h1>GET SPIDER CALENDAR +24 PLUGINS</h1>
|
| 1103 |
-
<h1 class="get_plugins">FOR $99 ONLY <span>- SAVE 80%</span></h1>
|
| 1104 |
-
<div class="try-now">
|
| 1105 |
-
<span>TRY NOW</span>
|
| 1106 |
-
</div>
|
| 1107 |
-
</a>
|
| 1108 |
-
</div>
|
| 1109 |
-
<form method="post">
|
| 1110 |
-
<ul id="featured-plugins-list">
|
| 1111 |
-
<li class="form-maker">
|
| 1112 |
-
<div class="product"></div>
|
| 1113 |
-
<div class="title">
|
| 1114 |
-
<strong class="heading">Form Maker</strong>
|
| 1115 |
-
</div>
|
| 1116 |
-
<div class="description">
|
| 1117 |
-
<p>Form Maker is a modern and advanced tool for creating WordPress forms easily and fast.</p>
|
| 1118 |
-
</div>
|
| 1119 |
-
<a target="_blank" href="https://web-dorado.com/products/wordpress-form.html" class="download">Download plugin ►</a>
|
| 1120 |
-
</li>
|
| 1121 |
-
<li class="photo-gallery ">
|
| 1122 |
-
<div class="product"></div>
|
| 1123 |
-
<div class="title">
|
| 1124 |
-
<strong class="heading">Photo Gallery</strong>
|
| 1125 |
-
</div>
|
| 1126 |
-
<div class="description">
|
| 1127 |
-
<p>Photo Gallery is a fully responsive WordPress Gallery plugin with advanced functionality. </p>
|
| 1128 |
-
</div>
|
| 1129 |
-
<a target="_blank" href="https://web-dorado.com/products/wordpress-photo-gallery-plugin.html" class="download">Download plugin ►</a>
|
| 1130 |
-
</li>
|
| 1131 |
-
<li class="events-wd">
|
| 1132 |
-
<div class="product"></div>
|
| 1133 |
-
<div class="title">
|
| 1134 |
-
<strong class="heading">Event Calendar WD</strong>
|
| 1135 |
-
</div>
|
| 1136 |
-
<div class="description">
|
| 1137 |
-
<p>Organize and publish your events in an easy and elegant way using Event Calendar WD.</p>
|
| 1138 |
-
</div>
|
| 1139 |
-
<a target="_blank" href="https://web-dorado.com/products/wordpress-event-calendar-wd.html" class="download">Download plugin ►</a>
|
| 1140 |
-
</li>
|
| 1141 |
-
<li class="slider_wd">
|
| 1142 |
-
<div class="product"></div>
|
| 1143 |
-
<div class="title">
|
| 1144 |
-
<strong class="heading">Slider WD</strong>
|
| 1145 |
-
</div>
|
| 1146 |
-
<div class="description">
|
| 1147 |
-
<p>Create responsive, highly configurable sliders with various effects for your WordPress site. </p>
|
| 1148 |
-
</div>
|
| 1149 |
-
<a target="_blank" href="https://web-dorado.com/products/wordpress-slider-plugin.html" class="download">Download plugin ►</a>
|
| 1150 |
-
</li>
|
| 1151 |
-
<li class="google_maps">
|
| 1152 |
-
<div class="product"></div>
|
| 1153 |
-
<div class="title">
|
| 1154 |
-
<strong class="heading">Google Maps WD</strong>
|
| 1155 |
-
</div>
|
| 1156 |
-
<div class="description">
|
| 1157 |
-
<p>Google Maps WD is a comprehensive plugin that comes with user-friendly and intuitive set of features.</p>
|
| 1158 |
-
</div>
|
| 1159 |
-
<a target="_blank" href="https://web-dorado.com/products/wordpress-google-maps-plugin.html" class="download">Download plugin ►</a>
|
| 1160 |
-
</li>
|
| 1161 |
-
<li class="google_analytics">
|
| 1162 |
-
<div class="product"></div>
|
| 1163 |
-
<div class="title">
|
| 1164 |
-
<strong class="heading">Google Analytics WD</strong>
|
| 1165 |
-
</div>
|
| 1166 |
-
<div class="description">
|
| 1167 |
-
<p>Google Analytics WD is a certified member of Google Analytics Technology Partners Program.</p>
|
| 1168 |
-
</div>
|
| 1169 |
-
<a target="_blank" href="https://web-dorado.com/products/wordpress-google-analytics-plugin.html" class="download">Download plugin ►</a>
|
| 1170 |
-
</li>
|
| 1171 |
-
<li class="ecommerce_wd">
|
| 1172 |
-
<div class="product"></div>
|
| 1173 |
-
<div class="title">
|
| 1174 |
-
<strong class="heading">Ecommerce WD</strong>
|
| 1175 |
-
</div>
|
| 1176 |
-
<div class="description">
|
| 1177 |
-
<p>Are you looking forward to building a robust online store for your site? Ecommerce WD is the best solution here.</p>
|
| 1178 |
-
</div>
|
| 1179 |
-
<a target="_blank" href="https://web-dorado.com/products/wordpress-ecommerce.html" class="download">Download plugin ►</a>
|
| 1180 |
-
</li>
|
| 1181 |
-
<li class="mailchimp-wd">
|
| 1182 |
-
<div class="product"></div>
|
| 1183 |
-
<div class="title">
|
| 1184 |
-
<strong class="heading">MailChimp WD</strong>
|
| 1185 |
-
</div>
|
| 1186 |
-
<div class="description">
|
| 1187 |
-
<p>The plugin allows you to integrate MailChimp with your WordPress website, create multiple opt-in and start building mailing lists.</p>
|
| 1188 |
-
</div>
|
| 1189 |
-
<a target="_blank" href="https://web-dorado.com/products/wordpress-mailchimp-wd.html" class="download">Download plugin ►</a>
|
| 1190 |
-
</li>
|
| 1191 |
-
<li class="facebook_feed">
|
| 1192 |
-
<div class="product"></div>
|
| 1193 |
-
<div class="title">
|
| 1194 |
-
<strong class="heading">Facebook Feed WD</strong>
|
| 1195 |
-
</div>
|
| 1196 |
-
<div class="description">
|
| 1197 |
-
<p>Facebook Feed WD allows you to display photos, videos, events and more.</p>
|
| 1198 |
-
</div>
|
| 1199 |
-
<a target="_blank" href="https://web-dorado.com/products/wordpress-facebook-feed-plugin.html" class="download">Download plugin ►</a>
|
| 1200 |
-
</li>
|
| 1201 |
-
<li class="instagram-wd">
|
| 1202 |
-
<div class="product"></div>
|
| 1203 |
-
<div class="title">
|
| 1204 |
-
<strong class="heading">Instagram Feed WD</strong>
|
| 1205 |
-
</div>
|
| 1206 |
-
<div class="description">
|
| 1207 |
-
<p>Instagram Feed WD plugin allows to display image feeds from single or multiple Instagram accounts on a WordPress site.</p>
|
| 1208 |
-
</div>
|
| 1209 |
-
<a target="_blank" href="https://web-dorado.com/products/wordpress-instagram-feed-wd.html" class="download">Download plugin ►</a>
|
| 1210 |
-
</li>
|
| 1211 |
-
<li class="postslider_wd">
|
| 1212 |
-
<div class="product"></div>
|
| 1213 |
-
<div class="title">
|
| 1214 |
-
<strong class="heading">Post Slider WD</strong>
|
| 1215 |
-
</div>
|
| 1216 |
-
<div class="description">
|
| 1217 |
-
<p>Post Slider WD is designed to show off the selected posts of your website in a slider.</p>
|
| 1218 |
-
</div>
|
| 1219 |
-
<a target="_blank" href="https://web-dorado.com/products/wordpress-post-slider-plugin.html" class="download">Download plugin ►</a>
|
| 1220 |
-
</li>
|
| 1221 |
-
<li class="team_wd">
|
| 1222 |
-
<div class="product"></div>
|
| 1223 |
-
<div class="title">
|
| 1224 |
-
<strong class="heading">Team WD</strong>
|
| 1225 |
-
</div>
|
| 1226 |
-
<div class="description">
|
| 1227 |
-
<p>Team WD plugin is a perfect solution to display the members of your staff, team or employees on your WordPress website. </p>
|
| 1228 |
-
</div>
|
| 1229 |
-
<a target="_blank" href="https://web-dorado.com/products/wordpress-team-wd.html" class="download">Download plugin ►</a>
|
| 1230 |
-
</li>
|
| 1231 |
-
<li class="faq-wd">
|
| 1232 |
-
<div class="product"></div>
|
| 1233 |
-
<div class="title">
|
| 1234 |
-
<strong class="heading">FAQ WD</strong>
|
| 1235 |
-
</div>
|
| 1236 |
-
<div class="description">
|
| 1237 |
-
<p>The FAQ WD plugin will help to add categorizes and include questions in each category.</p>
|
| 1238 |
-
</div>
|
| 1239 |
-
<a target="_blank" href="https://web-dorado.com/products/wordpress-faq-wd.html" class="download">Download plugin ►</a>
|
| 1240 |
-
</li>
|
| 1241 |
-
<li class="catalog">
|
| 1242 |
-
<div class="product"></div>
|
| 1243 |
-
<div class="title">
|
| 1244 |
-
<strong class="heading">Spider Catalog</strong>
|
| 1245 |
-
</div>
|
| 1246 |
-
<div class="description">
|
| 1247 |
-
<p>Spider Catalog for WordPress is a convenient tool for organizing the products represented on your website into catalogs.</p>
|
| 1248 |
-
</div>
|
| 1249 |
-
<a target="_blank" href="https://web-dorado.com/products/wordpress-catalog.html" class="download">Download plugin ►</a>
|
| 1250 |
-
</li>
|
| 1251 |
-
<li class="player">
|
| 1252 |
-
<div class="product"></div>
|
| 1253 |
-
<div class="title">
|
| 1254 |
-
<strong class="heading">Video Player</strong>
|
| 1255 |
-
</div>
|
| 1256 |
-
<div class="description">
|
| 1257 |
-
<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>
|
| 1258 |
-
</div>
|
| 1259 |
-
<a target="_blank" href="https://web-dorado.com/products/wordpress-player.html" class="download">Download plugin ►</a>
|
| 1260 |
-
</li>
|
| 1261 |
-
<li class="contacts">
|
| 1262 |
-
<div class="product"></div>
|
| 1263 |
-
<div class="title">
|
| 1264 |
-
<strong class="heading">Spider Contacts</strong>
|
| 1265 |
-
</div>
|
| 1266 |
-
<div class="description">
|
| 1267 |
-
<p>Spider Contacts helps you to display information about the group of people more intelligible, effective and convenient.</p>
|
| 1268 |
-
</div>
|
| 1269 |
-
<a target="_blank" href="https://web-dorado.com/products/wordpress-contacts-plugin.html" class="download">Download plugin ►</a>
|
| 1270 |
-
</li>
|
| 1271 |
-
<li class="facebook">
|
| 1272 |
-
<div class="product"></div>
|
| 1273 |
-
<div class="title">
|
| 1274 |
-
<strong class="heading">Spider Facebook</strong>
|
| 1275 |
-
</div>
|
| 1276 |
-
<div class="description">
|
| 1277 |
-
<p>Spider Facebook is a WordPress integration tool for Facebook.It includes all the available Facebook social plugins and widgets.</p>
|
| 1278 |
-
</div>
|
| 1279 |
-
<a target="_blank" href="https://web-dorado.com/products/wordpress-facebook.html" class="download">Download plugin ►</a>
|
| 1280 |
-
</li>
|
| 1281 |
-
<li class="faq">
|
| 1282 |
-
<div class="product"></div>
|
| 1283 |
-
<div class="title">
|
| 1284 |
-
<strong class="heading">Spider FAQ</strong>
|
| 1285 |
-
</div>
|
| 1286 |
-
<div class="description">
|
| 1287 |
-
<p>The Spider FAQ WordPress plugin is for creating an FAQ (Frequently Asked Questions) section for your website.</p>
|
| 1288 |
-
</div>
|
| 1289 |
-
<a target="_blank" href="https://web-dorado.com/products/wordpress-faq-plugin.html" class="download">Download plugin ►</a>
|
| 1290 |
-
</li>
|
| 1291 |
-
<li class="zoom">
|
| 1292 |
-
<div class="product"></div>
|
| 1293 |
-
<div class="title">
|
| 1294 |
-
<strong class="heading">Zoom</strong>
|
| 1295 |
-
</div>
|
| 1296 |
-
<div class="description">
|
| 1297 |
-
<p>Zoom enables site users to resize the predefined areas of the web site.</p>
|
| 1298 |
-
</div>
|
| 1299 |
-
<a target="_blank" href="https://web-dorado.com/products/wordpress-zoom.html" class="download">Download plugin ►</a>
|
| 1300 |
-
</li>
|
| 1301 |
-
<li class="flash-calendar">
|
| 1302 |
-
<div class="product"></div>
|
| 1303 |
-
<div class="title">
|
| 1304 |
-
<strong class="heading">Flash Calendar</strong>
|
| 1305 |
-
</div>
|
| 1306 |
-
<div class="description">
|
| 1307 |
-
<p>Spider Flash Calendar is a highly configurable Flash calendar plugin which allows you to have multiple organized events.</p>
|
| 1308 |
-
</div>
|
| 1309 |
-
<a target="_blank" href="https://web-dorado.com/products/wordpress-events-calendar.html" class="download">Download plugin ►</a>
|
| 1310 |
-
</li>
|
| 1311 |
-
<li class="contact-maker">
|
| 1312 |
-
<div class="product"></div>
|
| 1313 |
-
<div class="title">
|
| 1314 |
-
<strong class="heading">Contact Form Maker</strong>
|
| 1315 |
-
</div>
|
| 1316 |
-
<div class="description">
|
| 1317 |
-
<p>WordPress Contact Form Maker is an advanced and easy-to-use tool for creating forms.</p>
|
| 1318 |
-
</div>
|
| 1319 |
-
<a target="_blank" href="https://web-dorado.com/products/wordpress-contact-form-maker-plugin.html" class="download">Download plugin ►</a>
|
| 1320 |
-
</li>
|
| 1321 |
-
<li class="twitter-widget">
|
| 1322 |
-
<div class="product"></div>
|
| 1323 |
-
<div class="title">
|
| 1324 |
-
<strong class="heading">Widget Twitter</strong>
|
| 1325 |
-
</div>
|
| 1326 |
-
<div class="description">
|
| 1327 |
-
<p>The Widget Twitter plugin lets you to fully integrate your WordPress site with your Twitter account.</p>
|
| 1328 |
-
</div>
|
| 1329 |
-
<a target="_blank" href="https://web-dorado.com/products/wordpress-twitter-integration-plugin.html" class="download">Download plugin ►</a>
|
| 1330 |
-
</li>
|
| 1331 |
-
<li class="contact_form_bulder">
|
| 1332 |
-
<div class="product"></div>
|
| 1333 |
-
<div class="title">
|
| 1334 |
-
<strong class="heading">Contact Form Builder</strong>
|
| 1335 |
-
</div>
|
| 1336 |
-
<div class="description">
|
| 1337 |
-
<p>Contact Form Builder is the best tool for quickly arranging a contact form for your clients and visitors. </p>
|
| 1338 |
-
</div>
|
| 1339 |
-
<a target="_blank" href="https://web-dorado.com/products/wordpress-contact-form-builder.html" class="download">Download plugin ►</a>
|
| 1340 |
-
</li>
|
| 1341 |
-
<li class="folder_menu">
|
| 1342 |
-
<div class="product"></div>
|
| 1343 |
-
<div class="title">
|
| 1344 |
-
<strong class="heading">Folder Menu</strong>
|
| 1345 |
-
</div>
|
| 1346 |
-
<div class="description">
|
| 1347 |
-
<p>Folder Menu Vertical is a WordPress Flash menu module for your website, designed to meet your needs and preferences. </p>
|
| 1348 |
-
</div>
|
| 1349 |
-
<a target="_blank" href="https://web-dorado.com/products/wordpress-menu-vertical.html" class="download">Download plugin ►</a>
|
| 1350 |
-
</li>
|
| 1351 |
-
<li class="random_post">
|
| 1352 |
-
<div class="product"></div>
|
| 1353 |
-
<div class="title">
|
| 1354 |
-
<strong class="heading">Random post</strong>
|
| 1355 |
-
</div>
|
| 1356 |
-
<div class="description">
|
| 1357 |
-
<p>Spider Random Post is a small but very smart solution for your WordPress web site. </p>
|
| 1358 |
-
</div>
|
| 1359 |
-
<a target="_blank" href="https://web-dorado.com/products/wordpress-random-post.html" class="download">Download plugin ►</a>
|
| 1360 |
-
</li>
|
| 1361 |
-
</ul>
|
| 1362 |
-
</form>
|
| 1363 |
-
</div>
|
| 1364 |
-
<?php }
|
| 1365 |
-
|
| 1366 |
-
function calendar_Featured_themes_styles() {
|
| 1367 |
-
global $wd_spider_calendar_version;
|
| 1368 |
-
wp_enqueue_style("Featured_themes", plugins_url("featured_themes.css", __FILE__), array(), $wd_spider_calendar_version);
|
| 1369 |
-
}
|
| 1370 |
-
|
| 1371 |
-
function calendar_Featured_themes() {
|
| 1372 |
-
|
| 1373 |
-
$image_url = plugins_url("/images/themes/", __FILE__);
|
| 1374 |
-
$slug="spider-event-calendar";
|
| 1375 |
-
$demo_url = 'http://themedemo.web-dorado.com/';
|
| 1376 |
-
$site_url = 'https://web-dorado.com/wordpress-themes/';
|
| 1377 |
-
?>
|
| 1378 |
-
<style>
|
| 1379 |
-
@import url(https://fonts.googleapis.com/css?family=Oswald);
|
| 1380 |
-
|
| 1381 |
-
#main_featured_themes_page #featured-themes-list {
|
| 1382 |
-
position:relative;
|
| 1383 |
-
margin:0px auto;
|
| 1384 |
-
height:auto;
|
| 1385 |
-
display:table;
|
| 1386 |
-
list-style:none;
|
| 1387 |
-
text-align: center;
|
| 1388 |
-
width: 100%;
|
| 1389 |
-
}
|
| 1390 |
-
#main_featured_themes_page #featured-themes-list li {
|
| 1391 |
-
display: inline-table;
|
| 1392 |
-
width: 300px;
|
| 1393 |
-
margin: 20px 10px 0px 10px;
|
| 1394 |
-
background: #FFFFFF;
|
| 1395 |
-
border-right: 3px solid #E5E5E5;
|
| 1396 |
-
border-bottom: 3px solid #E5E5E5;
|
| 1397 |
-
position: relative;
|
| 1398 |
-
}
|
| 1399 |
-
@media screen and (min-width: 1600px) {
|
| 1400 |
-
#main_featured_themes_page #featured-themes-list li {
|
| 1401 |
-
width:400px;
|
| 1402 |
-
}
|
| 1403 |
-
|
| 1404 |
-
}
|
| 1405 |
-
#main_featured_themes_page .theme_img img {
|
| 1406 |
-
max-width: 100%;
|
| 1407 |
-
}
|
| 1408 |
-
#main_featured_themes_page .theme_img {
|
| 1409 |
-
display: inline-block;
|
| 1410 |
-
overflow: hidden;
|
| 1411 |
-
outline: 1px solid #D6D1D1;
|
| 1412 |
-
position:relative;
|
| 1413 |
-
/*height: 168px; */
|
| 1414 |
-
}
|
| 1415 |
-
#main_featured_themes_page #featured-themes-list li .title {
|
| 1416 |
-
width: 91%;
|
| 1417 |
-
text-align: center;
|
| 1418 |
-
margin: 0 auto;
|
| 1419 |
-
}
|
| 1420 |
-
#main_featured_themes_page {
|
| 1421 |
-
font-family: Oswald;
|
| 1422 |
-
}
|
| 1423 |
-
#main_featured_themes_page #featured-themes-list li .title .heading {
|
| 1424 |
-
display: block;
|
| 1425 |
-
position: relative;
|
| 1426 |
-
font-size: 17px;
|
| 1427 |
-
color: #666666;
|
| 1428 |
-
margin: 13px 0px 13px 0px;
|
| 1429 |
-
text-transform: uppercase;
|
| 1430 |
-
}
|
| 1431 |
-
#main_featured_themes_page #featured-themes-list li .title p {
|
| 1432 |
-
font-size:14px;
|
| 1433 |
-
color:#444;
|
| 1434 |
-
margin-left:20px;
|
| 1435 |
-
}
|
| 1436 |
-
#main_featured_themes_page #featured-themes-list li .description {
|
| 1437 |
-
height:130px;
|
| 1438 |
-
width: 90%;
|
| 1439 |
-
margin: 0 auto;
|
| 1440 |
-
}
|
| 1441 |
-
#main_featured_themes_page #featured-themes-list li .description p {
|
| 1442 |
-
text-align: center;
|
| 1443 |
-
width: 100%;
|
| 1444 |
-
color: #666666;
|
| 1445 |
-
font-family: "Open Sans",sans-serif;
|
| 1446 |
-
font-size: 14px;
|
| 1447 |
-
}
|
| 1448 |
-
#main_featured_themes_page #featured-themes-list li .links {
|
| 1449 |
-
border-top: 1px solid #d8d8d8;
|
| 1450 |
-
width: 90%;
|
| 1451 |
-
margin: 0 auto;
|
| 1452 |
-
font-size: 14px;
|
| 1453 |
-
line-height: 40px;
|
| 1454 |
-
font-weight: bolder;
|
| 1455 |
-
text-align: center;
|
| 1456 |
-
padding-top: 9px;
|
| 1457 |
-
padding-bottom: 12px;
|
| 1458 |
-
}
|
| 1459 |
-
#main_featured_themes_page .page_header h1 {
|
| 1460 |
-
margin: 0px;
|
| 1461 |
-
font-family: Segoe UI;
|
| 1462 |
-
padding-bottom: 15px;
|
| 1463 |
-
color: rgb(111, 111, 111);
|
| 1464 |
-
font-size: 24px;
|
| 1465 |
-
text-align:center;
|
| 1466 |
-
}
|
| 1467 |
-
#main_featured_themes_page .page_header {
|
| 1468 |
-
height: 40px;
|
| 1469 |
-
padding: 22px 0px 0px 0px;
|
| 1470 |
-
margin-bottom: 15px;
|
| 1471 |
-
/*border-bottom: rgb(111, 111, 111) solid 1px;*/
|
| 1472 |
-
}
|
| 1473 |
-
#main_featured_themes_page #featured-themes-list li a {
|
| 1474 |
-
outline: none;
|
| 1475 |
-
line-height: 29px;
|
| 1476 |
-
text-decoration: none;
|
| 1477 |
-
color: #134d68;
|
| 1478 |
-
font-family: "Open Sans",sans-serif;
|
| 1479 |
-
text-shadow: 1px 0;
|
| 1480 |
-
display: inline-block;
|
| 1481 |
-
font-size: 15px;
|
| 1482 |
-
}
|
| 1483 |
-
#main_featured_themes_page #featured-themes-list li a.demo {
|
| 1484 |
-
color: #ffffff;
|
| 1485 |
-
background: #F47629;
|
| 1486 |
-
border-radius: 3px;
|
| 1487 |
-
width: 76px;
|
| 1488 |
-
text-align:center;
|
| 1489 |
-
margin-right: 12px;
|
| 1490 |
-
}
|
| 1491 |
-
#main_featured_themes_page #featured-themes-list li a.download {
|
| 1492 |
-
padding-right: 30px;
|
| 1493 |
-
background:url(<?php echo $image_url; ?>down.png) no-repeat right;
|
| 1494 |
-
}
|
| 1495 |
-
#main_featured_themes_page .featured_header{
|
| 1496 |
-
background: #11465F;
|
| 1497 |
-
border-right: 3px solid #E5E5E5;
|
| 1498 |
-
border-bottom: 3px solid #E5E5E5;
|
| 1499 |
-
position: relative;
|
| 1500 |
-
padding: 20px 0;
|
| 1501 |
-
}
|
| 1502 |
-
#main_featured_themes_page .featured_header .try-now {
|
| 1503 |
-
text-align: center;
|
| 1504 |
-
}
|
| 1505 |
-
#main_featured_themes_page .featured_header .try-now span {
|
| 1506 |
-
display: inline-block;
|
| 1507 |
-
padding: 7px 16px;
|
| 1508 |
-
background: #F47629;
|
| 1509 |
-
border-radius: 10px;
|
| 1510 |
-
color: #ffffff;
|
| 1511 |
-
font-size: 23px;
|
| 1512 |
-
}
|
| 1513 |
-
#main_featured_themes_page .featured_container {
|
| 1514 |
-
position: relative;
|
| 1515 |
-
width: 90%;
|
| 1516 |
-
margin: 15px auto 0px auto;
|
| 1517 |
-
}
|
| 1518 |
-
#main_featured_themes_page .featured_container .old_price{
|
| 1519 |
-
color: rgba(180, 180, 180, 0.3);
|
| 1520 |
-
text-decoration: line-through;
|
| 1521 |
-
font-family: Oswald;
|
| 1522 |
-
}
|
| 1523 |
-
#main_featured_themes_page .featured_container .get_themes{
|
| 1524 |
-
color: #FFFFFF;
|
| 1525 |
-
height: 85px;
|
| 1526 |
-
margin: 0;
|
| 1527 |
-
background-size: 95% 100%;
|
| 1528 |
-
background-position: center;
|
| 1529 |
-
line-height: 60px;
|
| 1530 |
-
font-size: 45px;
|
| 1531 |
-
text-align: center;
|
| 1532 |
-
letter-spacing: 3px;
|
| 1533 |
-
}
|
| 1534 |
-
#main_featured_themes_page .featured_header h1{
|
| 1535 |
-
font-size: 45px;
|
| 1536 |
-
text-align: center;
|
| 1537 |
-
color: #ffffff;
|
| 1538 |
-
letter-spacing: 3px;
|
| 1539 |
-
line-height: 10px;
|
| 1540 |
-
}
|
| 1541 |
-
#main_featured_themes_page .featured_header a{
|
| 1542 |
-
text-decoration: none;
|
| 1543 |
-
}
|
| 1544 |
-
@media screen and (max-width: 1035px) {
|
| 1545 |
-
#main_featured_themes_page .featured_header h1{
|
| 1546 |
-
font-size: 37px;
|
| 1547 |
-
line-height: 0;
|
| 1548 |
-
}
|
| 1549 |
-
}
|
| 1550 |
-
@media screen and (max-width: 835px) {
|
| 1551 |
-
#main_featured_themes_page .get_themes span{
|
| 1552 |
-
display: none;
|
| 1553 |
-
}
|
| 1554 |
-
}
|
| 1555 |
-
@media screen and (max-width: 435px) {
|
| 1556 |
-
#main_featured_themes_page .featured_header h1 {
|
| 1557 |
-
font-size: 20px;
|
| 1558 |
-
line-height: 17px;
|
| 1559 |
-
}
|
| 1560 |
-
}
|
| 1561 |
-
</style>
|
| 1562 |
-
|
| 1563 |
-
<?php
|
| 1564 |
-
$WDWThemes = array(
|
| 1565 |
-
"business_elite" => array(
|
| 1566 |
-
"title" => "Business Elite",
|
| 1567 |
-
"description" => __("Business Elite is a robust parallax theme for business websites. The theme uses smooth transitions and many functional sections."),
|
| 1568 |
-
"link" => "business-elite.html",
|
| 1569 |
-
"demo" => "theme-businesselite",
|
| 1570 |
-
"image" => "business_elite.jpg"
|
| 1571 |
-
),
|
| 1572 |
-
"portfolio" => array(
|
| 1573 |
-
"title" => "Portfolio Gallery",
|
| 1574 |
-
"description" => __("Portfolio Gallery helps to display images using various color schemes and layouts combined with elegant fonts and content parts."),
|
| 1575 |
-
"link" => "portfolio-gallery.html",
|
| 1576 |
-
"demo" => "theme-portfoliogallery",
|
| 1577 |
-
"image" => "portfolio_gallery.jpg"
|
| 1578 |
-
),
|
| 1579 |
-
"sauron" => array(
|
| 1580 |
-
"title" => "Sauron",
|
| 1581 |
-
"description" => __("Sauron is a multipurpose parallax theme, which uses multiple interactive sections designed for the client-engagement."),
|
| 1582 |
-
"link" => "sauron.html",
|
| 1583 |
-
"demo" => "theme-sauron",
|
| 1584 |
-
"image" => "sauron.jpg"
|
| 1585 |
-
),
|
| 1586 |
-
"business_world" => array(
|
| 1587 |
-
"title" => "Business World",
|
| 1588 |
-
"description" => __("Business World is an innovative WordPress theme great for Business websites."),
|
| 1589 |
-
"link" => "business-world.html",
|
| 1590 |
-
"demo" => "theme-businessworld",
|
| 1591 |
-
"image" => "business_world.jpg"
|
| 1592 |
-
),
|
| 1593 |
-
"best_magazine" => array(
|
| 1594 |
-
"title" => "Best Magazine",
|
| 1595 |
-
"description" => __("Best Magazine is an ultimate selection when you are dealing with multi-category news websites."),
|
| 1596 |
-
"link" => "best-magazine.html",
|
| 1597 |
-
"demo" => "theme-bestmagazine",
|
| 1598 |
-
"image" => "best_magazine.jpg"
|
| 1599 |
-
),
|
| 1600 |
-
"magazine" => array(
|
| 1601 |
-
"title" => "News Magazine",
|
| 1602 |
-
"description" => __("Magazine theme is a perfect solution when creating news and informational websites. It comes with a wide range of layout options."),
|
| 1603 |
-
"link" => "news-magazine.html",
|
| 1604 |
-
"demo" => "theme-newsmagazine",
|
| 1605 |
-
"image" => "news_magazine.jpg"
|
| 1606 |
-
)
|
| 1607 |
-
);
|
| 1608 |
-
?>
|
| 1609 |
-
<div id="main_featured_themes_page">
|
| 1610 |
-
<div class="featured_container">
|
| 1611 |
-
<div class="page_header">
|
| 1612 |
-
<h1><?php echo __("Featured Themes"); ?></h1>
|
| 1613 |
-
</div>
|
| 1614 |
-
<div class="featured_header">
|
| 1615 |
-
<a target="_blank" href="https://web-dorado.com/wordpress-themes.html?source=<?php echo $slug; ?>">
|
| 1616 |
-
<h1><?php echo __("WORDPRESS THEMES"); ?></h1>
|
| 1617 |
-
<h2 class="get_themes"><?php echo __("ALL FOR $40 ONLY "); ?><span>- <?php echo __("SAVE 80%"); ?></span></h2>
|
| 1618 |
-
<div class="try-now">
|
| 1619 |
-
<span><?php echo __("TRY NOW"); ?></span>
|
| 1620 |
-
</div>
|
| 1621 |
-
</a>
|
| 1622 |
-
</div>
|
| 1623 |
-
<ul id="featured-themes-list">
|
| 1624 |
-
<?php foreach($WDWThemes as $key=>$WDWTheme) : ?>
|
| 1625 |
-
<li class="<?php echo $key; ?>">
|
| 1626 |
-
<div class="theme_img">
|
| 1627 |
-
<img src="<?php echo $image_url . $WDWTheme["image"]; ?>">
|
| 1628 |
-
</div>
|
| 1629 |
-
<div class="title">
|
| 1630 |
-
<h3 class="heading"><?php echo $WDWTheme["title"]; ?></h3>
|
| 1631 |
-
</div>
|
| 1632 |
-
<div class="description">
|
| 1633 |
-
<p><?php echo $WDWTheme["description"]; ?></p>
|
| 1634 |
-
</div>
|
| 1635 |
-
<div class="links">
|
| 1636 |
-
<a target="_blank" href="<?php echo $demo_url . $WDWTheme["demo"]."?source=".$slug; ?>" class="demo"><?php echo __("Demo"); ?></a>
|
| 1637 |
-
<a target="_blank" href="<?php echo $site_url . $WDWTheme["link"]."?source=".$slug; ?>" class="download"><?php echo __("Free Download"); ?></a>
|
| 1638 |
-
</div>
|
| 1639 |
-
</li>
|
| 1640 |
-
<?php endforeach; ?>
|
| 1641 |
-
</ul>
|
| 1642 |
-
</div>
|
| 1643 |
-
</div>
|
| 1644 |
-
<?php }
|
| 1645 |
-
|
| 1646 |
add_action('init', 'spider_calendar_export');
|
| 1647 |
function spider_calendar_export() {
|
| 1648 |
if (isset($_POST['export_spider_calendar']) && $_POST['export_spider_calendar'] == 'Export') {
|
| 3 |
Plugin Name: Spider Event Calendar
|
| 4 |
Plugin URI: https://web-dorado.com/products/wordpress-calendar.html
|
| 5 |
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.
|
| 6 |
+
Version: 1.5.51
|
| 7 |
+
Author: WebDorado
|
| 8 |
+
Author URI: https://web-dorado.com
|
| 9 |
License: GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
|
| 10 |
*/
|
| 11 |
+
$wd_spider_calendar_version="1.5.51";
|
| 12 |
// LANGUAGE localization.
|
| 13 |
function sp_calendar_language_load() {
|
| 14 |
load_plugin_textdomain('sp_calendar', FALSE, basename(dirname(__FILE__)) . '/languages');
|
| 537 |
$page_event_category = add_submenu_page('SpiderCalendar', 'Event Category', 'Event Category', 'manage_options', 'spider_calendar_event_category', 'Manage_Spider_Category_Calendar');
|
| 538 |
$page_theme = add_submenu_page('SpiderCalendar', 'Calendar Parameters', 'Calendar Themes', 'manage_options', 'spider_calendar_themes', 'spider_calendar_params');
|
| 539 |
$page_widget_theme = add_submenu_page('SpiderCalendar', 'Calendar Parameters', 'Widget Themes', 'manage_options', 'spider_widget_calendar_themes', 'spider_widget_calendar_params');
|
|
|
|
|
|
|
| 540 |
add_submenu_page('SpiderCalendar', 'Export', 'Export', 'manage_options', 'calendar_export', 'calendar_export');
|
| 541 |
add_submenu_page('SpiderCalendar', 'Get Pro', 'Get Pro', 'manage_options', 'Spider_calendar_Licensing', 'Spider_calendar_Licensing');
|
| 542 |
add_submenu_page('SpiderCalendar', 'Uninstall Spider Event Calendar', 'Uninstall Spider Event Calendar', 'manage_options', 'Uninstall_sp_calendar', 'Uninstall_sp_calendar'); // uninstall Calendar
|
|
|
|
|
|
|
| 543 |
add_action('admin_print_styles-' . $page_theme, 'spider_calendar_themes_admin_styles_scripts');
|
| 544 |
add_action('admin_print_styles-' . $page_event_category, 'spider_calendar_event_category_admin_styles_scripts');
|
| 545 |
add_action('admin_print_styles-' . $page_calendar, 'spider_calendar_admin_styles_scripts');
|
| 1088 |
}
|
| 1089 |
}
|
| 1090 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1091 |
add_action('init', 'spider_calendar_export');
|
| 1092 |
function spider_calendar_export() {
|
| 1093 |
if (isset($_POST['export_spider_calendar']) && $_POST['export_spider_calendar'] == 'Export') {
|
featured_plugins.css
DELETED
|
@@ -1,228 +0,0 @@
|
|
| 1 |
-
@import url(http://fonts.googleapis.com/css?family=Oswald);
|
| 2 |
-
|
| 3 |
-
#main_featured_plugins_page{
|
| 4 |
-
font-family: Oswald;
|
| 5 |
-
}
|
| 6 |
-
|
| 7 |
-
#main_featured_plugins_page #featured-plugins-list {
|
| 8 |
-
position:relative;
|
| 9 |
-
margin:0px auto;
|
| 10 |
-
height:auto;
|
| 11 |
-
display:table;
|
| 12 |
-
list-style:none;
|
| 13 |
-
text-align: center;
|
| 14 |
-
width: 100%;
|
| 15 |
-
}
|
| 16 |
-
|
| 17 |
-
#main_featured_plugins_page #featured-plugins-list li {
|
| 18 |
-
display: inline-table;
|
| 19 |
-
width: 200px;
|
| 20 |
-
margin: 20px 10px 0px 10px;
|
| 21 |
-
background: #FFFFFF;
|
| 22 |
-
border-right: 3px solid #E5E5E5;
|
| 23 |
-
height: 335px;
|
| 24 |
-
border-bottom: 3px solid #E5E5E5;
|
| 25 |
-
position: relative;
|
| 26 |
-
}
|
| 27 |
-
|
| 28 |
-
#main_featured_plugins_page #featured-plugins-list li .product {
|
| 29 |
-
position:relative;
|
| 30 |
-
height:113px;
|
| 31 |
-
background-color: transparent !important;
|
| 32 |
-
background-position-x: 50% !important;
|
| 33 |
-
margin: 7px;
|
| 34 |
-
border-radius: 3px;
|
| 35 |
-
}
|
| 36 |
-
|
| 37 |
-
#main_featured_plugins_page #featured-plugins-list li .title {
|
| 38 |
-
width: 90%;
|
| 39 |
-
text-align: center;
|
| 40 |
-
margin: 0 auto;
|
| 41 |
-
}
|
| 42 |
-
|
| 43 |
-
#main_featured_plugins_page #featured-plugins-list li.form-maker .product {background:url(images/plugins/form.png) left center no-repeat;}
|
| 44 |
-
#main_featured_plugins_page #featured-plugins-list li.events-wd .product {background:url(images/plugins/events_wd.png) left center no-repeat;}
|
| 45 |
-
#main_featured_plugins_page #featured-plugins-list li.instagram-wd .product {background:url(images/plugins/instagram_feed.png) left center no-repeat;}
|
| 46 |
-
#main_featured_plugins_page #featured-plugins-list li.faq-wd .product {background:url(images/plugins/faq_wd.png) left center no-repeat;}
|
| 47 |
-
#main_featured_plugins_page #featured-plugins-list li.catalog .product {background:url(images/plugins/catalog.png) left center no-repeat;}
|
| 48 |
-
#main_featured_plugins_page #featured-plugins-list li.contact-maker .product {background:url(images/plugins/contact-form.png) left center no-repeat;}
|
| 49 |
-
#main_featured_plugins_page #featured-plugins-list li.contacts .product {background:url(images/plugins/contacts.png) left center no-repeat;}
|
| 50 |
-
#main_featured_plugins_page #featured-plugins-list li.facebook .product {background:url(images/plugins/facebook.png) left center no-repeat;}
|
| 51 |
-
#main_featured_plugins_page #featured-plugins-list li.faq .product {background:url(images/plugins/faq.png) left center no-repeat;}
|
| 52 |
-
#main_featured_plugins_page #featured-plugins-list li.flash-calendar .product {background:url(images/plugins/flash.calendar.png) left center no-repeat;}
|
| 53 |
-
#main_featured_plugins_page #featured-plugins-list li.player .product {background:url(images/plugins/player.png) left center no-repeat; }
|
| 54 |
-
#main_featured_plugins_page #featured-plugins-list li.spider-calendar .product {background:url(images/plugins/spider.calendar.png) left center no-repeat;}
|
| 55 |
-
|
| 56 |
-
#main_featured_plugins_page #featured-plugins-list li.contact_form_bulder .product {background:url(images/plugins/contact.builder.png) left center no-repeat;}
|
| 57 |
-
#main_featured_plugins_page #featured-plugins-list li.random_post .product {background:url(images/plugins/random.post.png) left center no-repeat;}
|
| 58 |
-
#main_featured_plugins_page #featured-plugins-list li.slider_wd .product {background:url(images/plugins/slider.png) left center no-repeat;}
|
| 59 |
-
#main_featured_plugins_page #featured-plugins-list li.folder_menu .product {background:url(images/plugins/folder.menu.png) left center no-repeat;}
|
| 60 |
-
|
| 61 |
-
|
| 62 |
-
|
| 63 |
-
#main_featured_plugins_page #featured-plugins-list li.google_maps .product {background:url(images/plugins/google_maps.png) left center no-repeat;}
|
| 64 |
-
#main_featured_plugins_page #featured-plugins-list li.google_analytics .product {background:url(images/plugins/analytics.png) left center no-repeat;}
|
| 65 |
-
#main_featured_plugins_page #featured-plugins-list li.ecommerce_wd .product {background:url(images/plugins/ecommerce.png) left center no-repeat;}
|
| 66 |
-
#main_featured_plugins_page #featured-plugins-list li.mailchimp-wd .product {background:url(images/plugins/mailchimp.png) left center no-repeat;}
|
| 67 |
-
#main_featured_plugins_page #featured-plugins-list li.facebook_feed .product {background:url(images/plugins/fb_feed.png) left center no-repeat;}
|
| 68 |
-
|
| 69 |
-
#main_featured_plugins_page #featured-plugins-list li.postslider_wd .product {background:url(images/plugins/post_slider.png) left center no-repeat;}
|
| 70 |
-
#main_featured_plugins_page #featured-plugins-list li.team_wd .product {background:url(images/plugins/team_wd.png) left center no-repeat;}
|
| 71 |
-
|
| 72 |
-
|
| 73 |
-
#main_featured_plugins_page #featured-plugins-list li.zoom .product {background:url(images/plugins/zoom.png) left center no-repeat;}
|
| 74 |
-
#main_featured_plugins_page #featured-plugins-list li.photo-gallery .product {background:url(images/plugins/photo-gallery.png) left center no-repeat #CACACA;
|
| 75 |
-
border-top-left-radius: 5px;
|
| 76 |
-
border-bottom-left-radius: 5px;
|
| 77 |
-
background-position-x: 7px;
|
| 78 |
-
}
|
| 79 |
-
#main_featured_plugins_page #featured-plugins-list li .product {
|
| 80 |
-
background-size: 115px !important;
|
| 81 |
-
}
|
| 82 |
-
#main_featured_plugins_page #featured-plugins-list li.twitter-widget .product {background:url(images/plugins/twittertools.png) left center no-repeat #CACACA;
|
| 83 |
-
background-size: 85px;
|
| 84 |
-
background-position-x: 12px;
|
| 85 |
-
border-top-left-radius: 5px;
|
| 86 |
-
border-bottom-left-radius: 5px;}
|
| 87 |
-
|
| 88 |
-
#main_featured_plugins_page #featured-plugins-list li .title .heading {
|
| 89 |
-
display: block;
|
| 90 |
-
position: relative;
|
| 91 |
-
font-size: 17px;
|
| 92 |
-
color: #767676;
|
| 93 |
-
margin: 13px 0px 13px 0px;
|
| 94 |
-
text-transform: uppercase;
|
| 95 |
-
font-weight: 100;
|
| 96 |
-
}
|
| 97 |
-
|
| 98 |
-
#main_featured_plugins_page #featured-plugins-list li .title p {
|
| 99 |
-
font-size:14px;
|
| 100 |
-
color:#444;
|
| 101 |
-
margin-left:20px;
|
| 102 |
-
}
|
| 103 |
-
|
| 104 |
-
#main_featured_plugins_page #featured-plugins-list li .description {
|
| 105 |
-
height: 127px;
|
| 106 |
-
width: 90%;
|
| 107 |
-
margin: 0 auto;
|
| 108 |
-
}
|
| 109 |
-
|
| 110 |
-
#main_featured_plugins_page #featured-plugins-list li .description p {
|
| 111 |
-
text-align: center;
|
| 112 |
-
width: 100%;
|
| 113 |
-
color: #9A9A9A;
|
| 114 |
-
font-family: "Open Sans",sans-serif;
|
| 115 |
-
}
|
| 116 |
-
|
| 117 |
-
#featured-plugins-list li a.download {
|
| 118 |
-
display: block;
|
| 119 |
-
border-top: 1px solid #CACACA;
|
| 120 |
-
outline: none;
|
| 121 |
-
width: 90%;
|
| 122 |
-
margin: 0 auto;
|
| 123 |
-
font-size: 14px;
|
| 124 |
-
line-height: 40px;
|
| 125 |
-
text-decoration: none;
|
| 126 |
-
font-weight: bolder;
|
| 127 |
-
text-align: center;
|
| 128 |
-
color: #134D68;
|
| 129 |
-
position: absolute;
|
| 130 |
-
text-transform: uppercase;
|
| 131 |
-
bottom: 0;
|
| 132 |
-
left: 10px;
|
| 133 |
-
font-family: "Open Sans",sans-serif;
|
| 134 |
-
letter-spacing: 0px;
|
| 135 |
-
outline: none;
|
| 136 |
-
}
|
| 137 |
-
|
| 138 |
-
#featured-plugins-list li a:focus{
|
| 139 |
-
outline: none;
|
| 140 |
-
box-shadow: none;
|
| 141 |
-
}
|
| 142 |
-
|
| 143 |
-
#featured-plugins-list li a.download:hover {
|
| 144 |
-
color: #F47629;
|
| 145 |
-
}
|
| 146 |
-
|
| 147 |
-
.featured_header > div{
|
| 148 |
-
background: #FFFFFF;
|
| 149 |
-
border-right: 3px solid #E5E5E5;
|
| 150 |
-
border-bottom: 3px solid #E5E5E5;
|
| 151 |
-
padding: 20px 0;
|
| 152 |
-
}
|
| 153 |
-
.featured_header {
|
| 154 |
-
background: #11465F;
|
| 155 |
-
width: 89.4%;
|
| 156 |
-
margin: 0 auto;
|
| 157 |
-
border-bottom: 3px solid #E5E5E5;
|
| 158 |
-
position: relative;
|
| 159 |
-
padding: 20px 0;
|
| 160 |
-
margin: 15px auto 0px auto;
|
| 161 |
-
}
|
| 162 |
-
|
| 163 |
-
.featured_header .old_price{
|
| 164 |
-
color: rgba(180, 180, 180, 0.3);
|
| 165 |
-
text-decoration: line-through;
|
| 166 |
-
font-family: Oswald;
|
| 167 |
-
}
|
| 168 |
-
|
| 169 |
-
.featured_header .try-now{
|
| 170 |
-
text-align: center;
|
| 171 |
-
}
|
| 172 |
-
|
| 173 |
-
.featured_header .try-now span{
|
| 174 |
-
display: inline-block;
|
| 175 |
-
padding: 7px 16px;
|
| 176 |
-
background: #F47629;
|
| 177 |
-
border-radius: 10px;
|
| 178 |
-
color: #ffffff;
|
| 179 |
-
font-size: 23px;
|
| 180 |
-
}
|
| 181 |
-
|
| 182 |
-
.featured_header h1.get_plugins{
|
| 183 |
-
color: #FFFFFF;
|
| 184 |
-
height: 85px;
|
| 185 |
-
margin: 0;
|
| 186 |
-
background-size: 85% 100%;
|
| 187 |
-
background-position: center;
|
| 188 |
-
line-height: 60px;
|
| 189 |
-
}
|
| 190 |
-
|
| 191 |
-
.featured_header h1{
|
| 192 |
-
font-size: 50px;
|
| 193 |
-
text-align: center;
|
| 194 |
-
color: #FFFFFF;
|
| 195 |
-
letter-spacing: 3px;
|
| 196 |
-
line-height: 10px;
|
| 197 |
-
}
|
| 198 |
-
|
| 199 |
-
.featured_header a{
|
| 200 |
-
text-decoration: none;
|
| 201 |
-
}
|
| 202 |
-
|
| 203 |
-
@media screen and (max-width: 1105px) {
|
| 204 |
-
.featured_header h1{
|
| 205 |
-
font-size: 37px;
|
| 206 |
-
line-height: 0;
|
| 207 |
-
}
|
| 208 |
-
}
|
| 209 |
-
|
| 210 |
-
|
| 211 |
-
@media screen and (max-width: 835px) {
|
| 212 |
-
.get_plugins span{
|
| 213 |
-
display: none;
|
| 214 |
-
}
|
| 215 |
-
}
|
| 216 |
-
|
| 217 |
-
@media screen and (max-width: 700px){
|
| 218 |
-
.featured_header h1{
|
| 219 |
-
line-height: 40px;
|
| 220 |
-
}
|
| 221 |
-
}
|
| 222 |
-
|
| 223 |
-
@media screen and (max-width: 435px) {
|
| 224 |
-
.featured_header h1 {
|
| 225 |
-
font-size: 20px;
|
| 226 |
-
line-height: 25px;
|
| 227 |
-
}
|
| 228 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
featured_themes.css
DELETED
|
@@ -1,180 +0,0 @@
|
|
| 1 |
-
@import url(http://fonts.googleapis.com/css?family=Oswald);
|
| 2 |
-
|
| 3 |
-
#main_featured_themes_page #featured-plugins-list {
|
| 4 |
-
position:relative;
|
| 5 |
-
margin:0px auto;
|
| 6 |
-
height:auto;
|
| 7 |
-
display:table;
|
| 8 |
-
list-style:none;
|
| 9 |
-
text-align: center;
|
| 10 |
-
width: 100%;
|
| 11 |
-
}
|
| 12 |
-
|
| 13 |
-
#main_featured_themes_page #featured-plugins-list li {
|
| 14 |
-
display: inline-table;
|
| 15 |
-
width: 245px;
|
| 16 |
-
margin: 20px 10px 0px 10px;
|
| 17 |
-
background: #FFFFFF;
|
| 18 |
-
border-right: 3px solid #E5E5E5;
|
| 19 |
-
height: 405px;
|
| 20 |
-
border-bottom: 3px solid #E5E5E5;
|
| 21 |
-
position: relative;
|
| 22 |
-
}
|
| 23 |
-
|
| 24 |
-
#main_featured_themes_page #featured-plugins-list li .product {
|
| 25 |
-
position:relative;
|
| 26 |
-
height: 168px;
|
| 27 |
-
background-color: #F1F1F1 !important;
|
| 28 |
-
background-size: 100% !important;
|
| 29 |
-
}
|
| 30 |
-
|
| 31 |
-
#main_featured_themes_page #featured-plugins-list li .title {
|
| 32 |
-
width: 91%;
|
| 33 |
-
text-align: center;
|
| 34 |
-
margin: 0 auto;
|
| 35 |
-
}
|
| 36 |
-
|
| 37 |
-
#main_featured_themes_page {
|
| 38 |
-
font-family: Oswald;
|
| 39 |
-
}
|
| 40 |
-
|
| 41 |
-
#main_featured_themes_page #featured-plugins-list li.sauron .product {background:url(images/sauron.png) left center no-repeat;}
|
| 42 |
-
#main_featured_themes_page #featured-plugins-list li.portfolio .product {background:url(images/portfolio.jpg) left center no-repeat;}
|
| 43 |
-
#main_featured_themes_page #featured-plugins-list li.business_elite .product {background:url(images/business_elite.png) left center no-repeat;}
|
| 44 |
-
#main_featured_themes_page #featured-plugins-list li.mottomag .product {background:url(images/mottomag.png) left center no-repeat; }
|
| 45 |
-
#main_featured_themes_page #featured-plugins-list li.business_world .product {background:url(images/business_world.png) left center no-repeat;}
|
| 46 |
-
#main_featured_themes_page #featured-plugins-list li.best_magazine .product {background:url(images/best_magazine.png) left center no-repeat;}
|
| 47 |
-
#main_featured_themes_page #featured-plugins-list li.wedding_style .product {background:url(images/wedding_style.png) left center no-repeat;}
|
| 48 |
-
#main_featured_themes_page #featured-plugins-list li.magazine .product {background:url(images/magazine.png) left center no-repeat;}
|
| 49 |
-
#main_featured_themes_page #featured-plugins-list li.weddings .product {background:url(images/wedding.png) left center no-repeat;}
|
| 50 |
-
#main_featured_themes_page #featured-plugins-list li.exclusive .product {background:url(images/exclusive.png) left center no-repeat;}
|
| 51 |
-
#main_featured_themes_page #featured-plugins-list li.expert .product {background:url(images/expert.png) left center no-repeat; background-size: 80%;}
|
| 52 |
-
|
| 53 |
-
#main_featured_themes_page #featured-plugins-list li .title .heading {
|
| 54 |
-
display: block;
|
| 55 |
-
position: relative;
|
| 56 |
-
font-size: 17px;
|
| 57 |
-
color: #767676;
|
| 58 |
-
margin: 13px 0px 13px 0px;
|
| 59 |
-
text-transform: uppercase;
|
| 60 |
-
}
|
| 61 |
-
|
| 62 |
-
#main_featured_themes_page #featured-plugins-list li .title p {
|
| 63 |
-
font-size:14px;
|
| 64 |
-
color:#444;
|
| 65 |
-
margin-left:20px;
|
| 66 |
-
}
|
| 67 |
-
|
| 68 |
-
#main_featured_themes_page #featured-plugins-list li .description {
|
| 69 |
-
height:130px;
|
| 70 |
-
width: 90%;
|
| 71 |
-
margin: 0 auto;
|
| 72 |
-
}
|
| 73 |
-
|
| 74 |
-
#main_featured_themes_page #featured-plugins-list li .description p {
|
| 75 |
-
text-align: center;
|
| 76 |
-
width: 100%;
|
| 77 |
-
color: #9A9A9A;
|
| 78 |
-
font-family: "Open Sans",sans-serif;
|
| 79 |
-
}
|
| 80 |
-
|
| 81 |
-
#featured-plugins-list li a.download {
|
| 82 |
-
display: block;
|
| 83 |
-
border-top: 1px solid #CACACA;
|
| 84 |
-
outline: none;
|
| 85 |
-
width: 90%;
|
| 86 |
-
margin: 0 auto;
|
| 87 |
-
font-size: 14px;
|
| 88 |
-
line-height: 40px;
|
| 89 |
-
text-decoration: none;
|
| 90 |
-
font-weight: bolder;
|
| 91 |
-
text-align: center;
|
| 92 |
-
color: #134D68;
|
| 93 |
-
position: absolute;
|
| 94 |
-
text-transform: uppercase;
|
| 95 |
-
bottom: 0;
|
| 96 |
-
left: 10px;
|
| 97 |
-
font-family: "Open Sans",sans-serif;
|
| 98 |
-
text-shadow: 1px 0;
|
| 99 |
-
}
|
| 100 |
-
|
| 101 |
-
#featured-plugins-list li a:focus{
|
| 102 |
-
outline: none;
|
| 103 |
-
box-shadow: none;
|
| 104 |
-
}
|
| 105 |
-
|
| 106 |
-
#featured-plugins-list li a.download:hover {
|
| 107 |
-
color: #F47629;
|
| 108 |
-
}
|
| 109 |
-
|
| 110 |
-
.featured_header > div{
|
| 111 |
-
background: #11465F;
|
| 112 |
-
border-right: 3px solid #E5E5E5;
|
| 113 |
-
border-bottom: 3px solid #E5E5E5;
|
| 114 |
-
padding: 20px 0;
|
| 115 |
-
}
|
| 116 |
-
.featured_header {
|
| 117 |
-
position: relative;
|
| 118 |
-
width: 89.4%;
|
| 119 |
-
margin: 15px auto 0px auto;
|
| 120 |
-
}
|
| 121 |
-
|
| 122 |
-
.featured_header .try-now{
|
| 123 |
-
text-align: center;
|
| 124 |
-
}
|
| 125 |
-
|
| 126 |
-
.featured_header .try-now span{
|
| 127 |
-
display: inline-block;
|
| 128 |
-
padding: 7px 16px;
|
| 129 |
-
background: #F47629;
|
| 130 |
-
border-radius: 10px;
|
| 131 |
-
color: #ffffff;
|
| 132 |
-
font-size: 23px;
|
| 133 |
-
}
|
| 134 |
-
|
| 135 |
-
.featured_header .old_price{
|
| 136 |
-
color: rgba(180, 180, 180, 0.3);
|
| 137 |
-
text-decoration: line-through;
|
| 138 |
-
font-family: Oswald;
|
| 139 |
-
}
|
| 140 |
-
|
| 141 |
-
.featured_header h1.get_plugins{
|
| 142 |
-
color: #FFFFFF;
|
| 143 |
-
height: 85px;
|
| 144 |
-
margin: 0;
|
| 145 |
-
background-size: 95% 100%;
|
| 146 |
-
background-position: center;
|
| 147 |
-
line-height: 60px;
|
| 148 |
-
}
|
| 149 |
-
|
| 150 |
-
.featured_header h1{
|
| 151 |
-
font-size: 45px;
|
| 152 |
-
text-align: center;
|
| 153 |
-
color: #FFFFFF;
|
| 154 |
-
letter-spacing: 3px;
|
| 155 |
-
line-height: 10px;
|
| 156 |
-
}
|
| 157 |
-
|
| 158 |
-
.featured_header a{
|
| 159 |
-
text-decoration: none;
|
| 160 |
-
}
|
| 161 |
-
|
| 162 |
-
@media screen and (max-width: 1035px) {
|
| 163 |
-
.featured_header h1{
|
| 164 |
-
font-size: 37px;
|
| 165 |
-
line-height: 0;
|
| 166 |
-
}
|
| 167 |
-
}
|
| 168 |
-
|
| 169 |
-
@media screen and (max-width: 835px) {
|
| 170 |
-
.get_plugins span{
|
| 171 |
-
display: none;
|
| 172 |
-
}
|
| 173 |
-
}
|
| 174 |
-
|
| 175 |
-
@media screen and (max-width: 435px) {
|
| 176 |
-
.featured_header h1 {
|
| 177 |
-
font-size: 20px;
|
| 178 |
-
line-height: 17px;
|
| 179 |
-
}
|
| 180 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
readme.txt
CHANGED
|
@@ -1,14 +1,14 @@
|
|
| 1 |
-
=== Calendar Event
|
| 2 |
Contributors: webdorado
|
| 3 |
Donate link: https://web-dorado.com/products/wordpress-calendar.html
|
| 4 |
-
Tags: calendar,
|
| 5 |
Requires at least: 3.4
|
| 6 |
Tested up to: 4.7
|
| 7 |
-
Stable tag: 1.5.
|
| 8 |
License: GPLv2 or later
|
| 9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
| 10 |
|
| 11 |
-
Calendar
|
| 12 |
|
| 13 |
== Description ==
|
| 14 |
WordPress event calendar is a FREE user-friendly responsive plugin to manage multiple recurring events and with various options.
|
|
@@ -142,6 +142,9 @@ Vietnamese (vi)
|
|
| 142 |
|
| 143 |
== Changelog ==
|
| 144 |
|
|
|
|
|
|
|
|
|
|
| 145 |
= 1.5.50 =
|
| 146 |
Fixed: Minor bug
|
| 147 |
|
| 1 |
+
=== Calendar by WD – Responsive Event Calendar for WordPress ===
|
| 2 |
Contributors: webdorado
|
| 3 |
Donate link: https://web-dorado.com/products/wordpress-calendar.html
|
| 4 |
+
Tags: calendar, responsive calendar, event, event calendar, events, events calendar, meeting, organizer, recurring, reservation, responsive, schedule
|
| 5 |
Requires at least: 3.4
|
| 6 |
Tested up to: 4.7
|
| 7 |
+
Stable tag: 1.5.51
|
| 8 |
License: GPLv2 or later
|
| 9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
| 10 |
|
| 11 |
+
Event Calendar plugin is a highly configurable product which allows you to have multiple organized events.
|
| 12 |
|
| 13 |
== Description ==
|
| 14 |
WordPress event calendar is a FREE user-friendly responsive plugin to manage multiple recurring events and with various options.
|
| 142 |
|
| 143 |
== Changelog ==
|
| 144 |
|
| 145 |
+
= 1.5.51 =
|
| 146 |
+
Removed: Featured plugins, themes page
|
| 147 |
+
|
| 148 |
= 1.5.50 =
|
| 149 |
Fixed: Minor bug
|
| 150 |
|
spider_calendar_admin_class.php
CHANGED
|
@@ -2,7 +2,7 @@
|
|
| 2 |
|
| 3 |
class SC_Admin {
|
| 4 |
public static $instance = null;
|
| 5 |
-
protected $version = '1.5.
|
| 6 |
public $prefix = "sc_";
|
| 7 |
protected $notices = null;
|
| 8 |
public static function get_instance() {
|
| 2 |
|
| 3 |
class SC_Admin {
|
| 4 |
public static $instance = null;
|
| 5 |
+
protected $version = '1.5.51';
|
| 6 |
public $prefix = "sc_";
|
| 7 |
protected $notices = null;
|
| 8 |
public static function get_instance() {
|
