Version Description
Changed: Featured plugins page.
New: Featured themes page.
Download this release
Release Info
Developer | webdorado |
Plugin | Photo Gallery by WD – Responsive Photo Gallery |
Version | 1.2.29 |
Comparing to | |
See all releases |
Code changes from version 1.2.28 to 1.2.29
- featured/featured.php +35 -19
- featured/featured_themes.php +110 -0
- featured/images/best_magazine.jpg +0 -0
- featured/images/business_elite.jpg +0 -0
- featured/images/business_world.jpg +0 -0
- featured/images/catalog.png +0 -0
- featured/images/contact.builder.png +0 -0
- featured/images/contact.maker.png +0 -0
- featured/images/contacts.png +0 -0
- featured/images/download_plugins.png +0 -0
- featured/images/download_themes.png +0 -0
- featured/images/exclusive.jpg +0 -0
- featured/images/expert.jpg +0 -0
- featured/images/facebook.png +0 -0
- featured/images/faq.png +0 -0
- featured/images/flash.calendar.png +0 -0
- featured/images/fm-import.png +0 -0
- featured/images/folder.menu.png +0 -0
- featured/images/form.png +0 -0
- featured/images/magazine.jpg +0 -0
- featured/images/mottomag.jpg +0 -0
- featured/images/photo-gallery.png +0 -0
- featured/images/player.png +0 -0
- featured/images/random.post.png +0 -0
- featured/images/sauron.jpg +0 -0
- featured/images/slider.png +0 -0
- featured/images/spider.calendar.png +0 -0
- featured/images/twittertools.png +0 -0
- featured/images/wedding.jpg +0 -0
- featured/images/wedding_style.jpg +0 -0
- featured/images/zoom.png +0 -0
- featured/style.css +57 -65
- featured/themes_style.css +89 -0
- photo-gallery.php +19 -3
- readme.txt +5 -1
featured/featured.php
CHANGED
@@ -10,27 +10,33 @@ function spider_featured($current_plugin = '') {
|
|
10 |
"photo-gallery" => array(
|
11 |
'title' => 'Photo Gallery',
|
12 |
'text' => 'WordPress Photo Gallery plugin',
|
13 |
-
'content' => 'Photo Gallery is a fully responsive WordPress Gallery plugin with advanced functionality.
|
14 |
'href' => 'https://web-dorado.com/products/wordpress-photo-gallery-plugin.html'
|
15 |
),
|
16 |
-
"
|
17 |
'title' => 'Contact Form Builder',
|
18 |
'text' => 'WordPress contact form builder plugin',
|
19 |
-
'content' => '
|
20 |
'href' => 'https://web-dorado.com/products/wordpress-contact-form-builder.html'
|
21 |
),
|
22 |
-
"
|
23 |
'title' => 'Slider WD',
|
24 |
'text' => 'WordPress slider plugin',
|
25 |
-
'content' => '
|
26 |
'href' => 'https://web-dorado.com/products/wordpress-slider-plugin.html'
|
27 |
),
|
28 |
-
"contact-
|
29 |
'title' => 'Contact Form Maker',
|
30 |
'text' => 'WordPress contact form maker plugin',
|
31 |
'content' => 'WordPress Contact Form Maker is an advanced and easy-to-use tool for creating forms.',
|
32 |
'href' => 'https://web-dorado.com/products/wordpress-contact-form-maker-plugin.html'
|
33 |
),
|
|
|
|
|
|
|
|
|
|
|
|
|
34 |
"spider-calendar" => array(
|
35 |
'title' => 'Spider Calendar',
|
36 |
'text' => 'WordPress event calendar plugin',
|
@@ -46,7 +52,7 @@ function spider_featured($current_plugin = '') {
|
|
46 |
"player" => array(
|
47 |
'title' => 'Video Player',
|
48 |
'text' => 'WordPress Video player plugin',
|
49 |
-
'content' => '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',
|
50 |
'href' => 'https://web-dorado.com/products/wordpress-player.html'
|
51 |
),
|
52 |
"contacts" => array(
|
@@ -58,7 +64,7 @@ function spider_featured($current_plugin = '') {
|
|
58 |
"facebook" => array(
|
59 |
'title' => 'Spider Facebook',
|
60 |
'text' => 'WordPress Facebook plugin',
|
61 |
-
'content' => 'Spider Facebook is a WordPress integration tool for Facebook.It includes all the available Facebook social plugins and widgets
|
62 |
'href' => 'https://web-dorado.com/products/wordpress-facebook.html'
|
63 |
),
|
64 |
"twitter-widget" => array(
|
@@ -84,6 +90,18 @@ function spider_featured($current_plugin = '') {
|
|
84 |
'text' => 'WordPress flash calendar plugin',
|
85 |
'content' => 'Spider Flash Calendar is a highly configurable Flash calendar plugin which allows you to have multiple organized events.',
|
86 |
'href' => 'https://web-dorado.com/products/wordpress-events-calendar.html'
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
87 |
)
|
88 |
);
|
89 |
?>
|
@@ -95,17 +113,15 @@ function spider_featured($current_plugin = '') {
|
|
95 |
if ($current_plugin != $key) {
|
96 |
?>
|
97 |
<li class="<?php echo $key; ?>">
|
98 |
-
|
99 |
-
|
100 |
-
|
101 |
-
|
102 |
-
|
103 |
-
|
104 |
-
|
105 |
-
|
106 |
-
|
107 |
-
</div>
|
108 |
-
</li>
|
109 |
<?php
|
110 |
}
|
111 |
}
|
10 |
"photo-gallery" => array(
|
11 |
'title' => 'Photo Gallery',
|
12 |
'text' => 'WordPress Photo Gallery plugin',
|
13 |
+
'content' => 'Photo Gallery is a fully responsive WordPress Gallery plugin with advanced functionality.',
|
14 |
'href' => 'https://web-dorado.com/products/wordpress-photo-gallery-plugin.html'
|
15 |
),
|
16 |
+
"contact_form_bulder" => array(
|
17 |
'title' => 'Contact Form Builder',
|
18 |
'text' => 'WordPress contact form builder plugin',
|
19 |
+
'content' => 'Contact Form Builder is the best tool for quickly arranging a contact form for your clients and visitors.',
|
20 |
'href' => 'https://web-dorado.com/products/wordpress-contact-form-builder.html'
|
21 |
),
|
22 |
+
"slider_wd" => array(
|
23 |
'title' => 'Slider WD',
|
24 |
'text' => 'WordPress slider plugin',
|
25 |
+
'content' => 'Create responsive, highly configurable sliders with various effects for your WordPress site.',
|
26 |
'href' => 'https://web-dorado.com/products/wordpress-slider-plugin.html'
|
27 |
),
|
28 |
+
"contact-maker" => array(
|
29 |
'title' => 'Contact Form Maker',
|
30 |
'text' => 'WordPress contact form maker plugin',
|
31 |
'content' => 'WordPress Contact Form Maker is an advanced and easy-to-use tool for creating forms.',
|
32 |
'href' => 'https://web-dorado.com/products/wordpress-contact-form-maker-plugin.html'
|
33 |
),
|
34 |
+
"fm-import" => array(
|
35 |
+
'title' => 'Form Maker Export/Import',
|
36 |
+
'text' => 'WordPress Form Maker export/import plugin',
|
37 |
+
'content' => 'Form Maker Export/Import is a Form Maker capacity enhancing plugin.',
|
38 |
+
'href' => 'https://web-dorado.com/products/wordpress-form/export-import.html'
|
39 |
+
),
|
40 |
"spider-calendar" => array(
|
41 |
'title' => 'Spider Calendar',
|
42 |
'text' => 'WordPress event calendar plugin',
|
52 |
"player" => array(
|
53 |
'title' => 'Video Player',
|
54 |
'text' => 'WordPress Video player plugin',
|
55 |
+
'content' => '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.',
|
56 |
'href' => 'https://web-dorado.com/products/wordpress-player.html'
|
57 |
),
|
58 |
"contacts" => array(
|
64 |
"facebook" => array(
|
65 |
'title' => 'Spider Facebook',
|
66 |
'text' => 'WordPress Facebook plugin',
|
67 |
+
'content' => 'Spider Facebook is a WordPress integration tool for Facebook.It includes all the available Facebook social plugins and widgets.',
|
68 |
'href' => 'https://web-dorado.com/products/wordpress-facebook.html'
|
69 |
),
|
70 |
"twitter-widget" => array(
|
90 |
'text' => 'WordPress flash calendar plugin',
|
91 |
'content' => 'Spider Flash Calendar is a highly configurable Flash calendar plugin which allows you to have multiple organized events.',
|
92 |
'href' => 'https://web-dorado.com/products/wordpress-events-calendar.html'
|
93 |
+
),
|
94 |
+
"folder_menu" => array(
|
95 |
+
'title' => 'Folder Menu',
|
96 |
+
'text' => 'WordPress folder menu plugin',
|
97 |
+
'content' => 'Folder Menu Vertical is a WordPress Flash menu module for your website, designed to meet your needs and preferences.',
|
98 |
+
'href' => 'https://web-dorado.com/products/wordpress-random-post.html'
|
99 |
+
),
|
100 |
+
"random_post" => array(
|
101 |
+
'title' => 'Random post',
|
102 |
+
'text' => 'WordPress random post plugin',
|
103 |
+
'content' => 'Spider Random Post is a small but very smart solution for your WordPress web site.',
|
104 |
+
'href' => 'https://web-dorado.com/products/wordpress-random-post.html'
|
105 |
)
|
106 |
);
|
107 |
?>
|
113 |
if ($current_plugin != $key) {
|
114 |
?>
|
115 |
<li class="<?php echo $key; ?>">
|
116 |
+
<div class="product"></div>
|
117 |
+
<div class="title">
|
118 |
+
<strong class="heading"><?php echo $plugins['title']; ?></strong>
|
119 |
+
</div>
|
120 |
+
<div class="description">
|
121 |
+
<p><?php echo $plugins['content']; ?></p>
|
122 |
+
</div>
|
123 |
+
<a target="_blank" href="<?php echo $plugins['href']; ?>" class="download">Download</a>
|
124 |
+
</li>
|
|
|
|
|
125 |
<?php
|
126 |
}
|
127 |
}
|
featured/featured_themes.php
ADDED
@@ -0,0 +1,110 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
function spider_featured_themes() {
|
3 |
+
?>
|
4 |
+
<div id="main_featured_themes_page">
|
5 |
+
<h3>Featured Themes</h3>
|
6 |
+
<ul id="featured-plugins-list">
|
7 |
+
<li class="business_elite">
|
8 |
+
<div class="product"></div>
|
9 |
+
<div class="title">
|
10 |
+
<strong class="heading">Business Elite Theme</strong>
|
11 |
+
</div>
|
12 |
+
<div class="description">
|
13 |
+
<p>Business Elite is a robust parallax theme for business websites. The theme uses smooth transitions and many functional sections.</p>
|
14 |
+
</div>
|
15 |
+
<a target="_blank" href="https://web-dorado.com/wordpress-themes/business-elite.html" class="download">Download plugin >></a>
|
16 |
+
</li>
|
17 |
+
<li class="sauron">
|
18 |
+
<div class="product"></div>
|
19 |
+
<div class="title">
|
20 |
+
<strong class="heading">Sauron Theme</strong>
|
21 |
+
</div>
|
22 |
+
<div class="description">
|
23 |
+
<p>Sauron is a multipurpose parallax theme, which uses multiple interactive sections designed for the client-engagement.</p>
|
24 |
+
</div>
|
25 |
+
<a target="_blank" href="https://web-dorado.com/wordpress-themes/sauron.html" class="download">Download</a>
|
26 |
+
</li>
|
27 |
+
<li class="mottomag">
|
28 |
+
<div class="product"></div>
|
29 |
+
<div class="title">
|
30 |
+
<strong class="heading">MottoMag Theme</strong>
|
31 |
+
</div>
|
32 |
+
<div class="description">
|
33 |
+
<p>MottoMag is a vibrant, responsive theme which is a perfect choice for the combination of textual content with videos and images.</p>
|
34 |
+
</div>
|
35 |
+
<a target="_blank" href="https://web-dorado.com/wordpress-themes/mottomag.html" class="download">Download</a>
|
36 |
+
</li>
|
37 |
+
<li class="business_world">
|
38 |
+
<div class="product"></div>
|
39 |
+
<div class="title">
|
40 |
+
<strong class="heading">Business World Theme</strong>
|
41 |
+
</div>
|
42 |
+
<div class="description">
|
43 |
+
<p>Business World is an innovative WordPress theme great for Business websites.</p>
|
44 |
+
</div>
|
45 |
+
<a target="_blank" href="https://web-dorado.com/wordpress-themes/business-world.html" class="download">Download</a>
|
46 |
+
</li>
|
47 |
+
<li class="best_magazine">
|
48 |
+
<div class="product"></div>
|
49 |
+
<div class="title">
|
50 |
+
<strong class="heading">Best Magazine Theme</strong>
|
51 |
+
</div>
|
52 |
+
<div class="description">
|
53 |
+
<p>Best Magazine is an ultimate selection when you are dealing with multi-category news websites.</p>
|
54 |
+
</div>
|
55 |
+
<a target="_blank" href="https://web-dorado.com/wordpress-themes/best-magazine.html" class="download">Download</a>
|
56 |
+
</li>
|
57 |
+
<li class="wedding_style">
|
58 |
+
<div class="product"></div>
|
59 |
+
<div class="title">
|
60 |
+
<strong class="heading">Wedding Style Theme</strong>
|
61 |
+
</div>
|
62 |
+
<div class="description">
|
63 |
+
<p>Wedding style is a responsive theme designed for the organization and maintenance of wedding websites and blogs.</p>
|
64 |
+
</div>
|
65 |
+
<a target="_blank" href="https://web-dorado.com/wordpress-themes/wedding-style.html" class="download">Download</a>
|
66 |
+
</li>
|
67 |
+
<li class="magazine">
|
68 |
+
<div class="product"></div>
|
69 |
+
<div class="title">
|
70 |
+
<strong class="heading">Magazine Theme</strong>
|
71 |
+
</div>
|
72 |
+
<div class="description">
|
73 |
+
<p>Magazine theme is a perfect solution when creating news and informational websites. It comes with a wide range of layout options.</p>
|
74 |
+
</div>
|
75 |
+
<a target="_blank" href="https://web-dorado.com/wordpress-themes/news-magazine.html" class="download">Download</a>
|
76 |
+
</li>
|
77 |
+
<li class="weddings">
|
78 |
+
<div class="product"></div>
|
79 |
+
<div class="title">
|
80 |
+
<strong class="heading">Weddings Theme</strong>
|
81 |
+
</div>
|
82 |
+
<div class="description">
|
83 |
+
<p>Weddings is an elegant, responsive WordPress theme designed for wedding websites. The theme includes multiple pages, homepage slider and gallery support.</p>
|
84 |
+
</div>
|
85 |
+
<a target="_blank" href="https://web-dorado.com/wordpress-themes/wedding.html" class="download">Download</a>
|
86 |
+
</li>
|
87 |
+
<li class="exclusive">
|
88 |
+
<div class="product"></div>
|
89 |
+
<div class="title">
|
90 |
+
<strong class="heading">Exclusive Theme</strong>
|
91 |
+
</div>
|
92 |
+
<div class="description">
|
93 |
+
<p>Exclusive is a unique theme designed to best fit business style websites. It comes with a large list of customizable features.</p>
|
94 |
+
</div>
|
95 |
+
<a target="_blank" href="https://web-dorado.com/wordpress-themes/exclusive.html" class="download">Download</a>
|
96 |
+
</li>
|
97 |
+
<li class="expert">
|
98 |
+
<div class="product"></div>
|
99 |
+
<div class="title">
|
100 |
+
<strong class="heading">Expert Theme</strong>
|
101 |
+
</div>
|
102 |
+
<div class="description">
|
103 |
+
<p>WordPress Expert is a modern, user-friendly and stylish theme. It has a list of customizable layout, style, colors and fonts.</p>
|
104 |
+
</div>
|
105 |
+
<a target="_blank" href="https://web-dorado.com/wordpress-themes/business-responsive.html" class="download">Download</a>
|
106 |
+
</li>
|
107 |
+
</ul>
|
108 |
+
</div>
|
109 |
+
<?php
|
110 |
+
}
|
featured/images/best_magazine.jpg
ADDED
Binary file
|
featured/images/business_elite.jpg
ADDED
Binary file
|
featured/images/business_world.jpg
ADDED
Binary file
|
featured/images/catalog.png
ADDED
Binary file
|
featured/images/contact.builder.png
ADDED
Binary file
|
featured/images/contact.maker.png
ADDED
Binary file
|
featured/images/contacts.png
ADDED
Binary file
|
featured/images/download_plugins.png
ADDED
Binary file
|
featured/images/download_themes.png
ADDED
Binary file
|
featured/images/exclusive.jpg
ADDED
Binary file
|
featured/images/expert.jpg
ADDED
Binary file
|
featured/images/facebook.png
ADDED
Binary file
|
featured/images/faq.png
ADDED
Binary file
|
featured/images/flash.calendar.png
ADDED
Binary file
|
featured/images/fm-import.png
ADDED
Binary file
|
featured/images/folder.menu.png
ADDED
Binary file
|
featured/images/form.png
ADDED
Binary file
|
featured/images/magazine.jpg
ADDED
Binary file
|
featured/images/mottomag.jpg
ADDED
Binary file
|
featured/images/photo-gallery.png
ADDED
Binary file
|
featured/images/player.png
ADDED
Binary file
|
featured/images/random.post.png
ADDED
Binary file
|
featured/images/sauron.jpg
ADDED
Binary file
|
featured/images/slider.png
ADDED
Binary file
|
featured/images/spider.calendar.png
ADDED
Binary file
|
featured/images/twittertools.png
ADDED
Binary file
|
featured/images/wedding.jpg
ADDED
Binary file
|
featured/images/wedding_style.jpg
ADDED
Binary file
|
featured/images/zoom.png
ADDED
Binary file
|
featured/style.css
CHANGED
@@ -1,32 +1,3 @@
|
|
1 |
-
#main_featured_plugins_page #featured-plugins-list li.form-maker .product {background: url("images/form.jpg") left center no-repeat;}
|
2 |
-
#main_featured_plugins_page #featured-plugins-list li.photo-gallery .product {background: url("images/photo-gallery.jpg") left center no-repeat;}
|
3 |
-
#main_featured_plugins_page #featured-plugins-list li.slider .product {background: url("images/slider.jpg") left center no-repeat;}
|
4 |
-
#main_featured_plugins_page #featured-plugins-list li.twitter-widget .product {background: url("images/twitter-widget.jpg") left center no-repeat;}
|
5 |
-
#main_featured_plugins_page #featured-plugins-list li.catalog .product {background: url("images/catalog.jpg") left center no-repeat;}
|
6 |
-
#main_featured_plugins_page #featured-plugins-list li.contact-form-maker .product {background: url("images/contact-form-maker.jpg") left center no-repeat;}
|
7 |
-
#main_featured_plugins_page #featured-plugins-list li.contact-form-builder .product {background: url("images/contact-form-builder.jpg") left center no-repeat;}
|
8 |
-
#main_featured_plugins_page #featured-plugins-list li.contacts .product {background: url("images/contacts.jpg") left center no-repeat;}
|
9 |
-
#main_featured_plugins_page #featured-plugins-list li.facebook .product {background: url("images/facebook.jpg") left center no-repeat;}
|
10 |
-
#main_featured_plugins_page #featured-plugins-list li.faq .product {background: url("images/faq.jpg") left center no-repeat;}
|
11 |
-
#main_featured_plugins_page #featured-plugins-list li.flash-calendar .product {background: url("images/flash.calendar.jpg") left center no-repeat;}
|
12 |
-
#main_featured_plugins_page #featured-plugins-list li.folder-menu .product {background: url("images/folder.menu.jpg") left center no-repeat;}
|
13 |
-
#main_featured_plugins_page #featured-plugins-list li.player .product {background: url("images/player.jpg") left center no-repeat;}
|
14 |
-
#main_featured_plugins_page #featured-plugins-list li.spider-calendar .product {background: url("images/spider-calendar.jpg") left center no-repeat;}
|
15 |
-
#main_featured_plugins_page #featured-plugins-list li.zoom .product {background: url("images/zoom.jpg") left center no-repeat;}
|
16 |
-
|
17 |
-
#main_featured_plugins_page * {
|
18 |
-
color: #444;
|
19 |
-
font-family: "Open Sans",sans-serif;
|
20 |
-
padding: 0;
|
21 |
-
}
|
22 |
-
|
23 |
-
#main_featured_plugins_page p {
|
24 |
-
font-size: 13px;
|
25 |
-
line-height: 1.5;
|
26 |
-
margin-right: 0px;
|
27 |
-
margin-top: 7px;
|
28 |
-
}
|
29 |
-
|
30 |
#main_featured_plugins_page h3 {
|
31 |
border-bottom: 2px solid rgb(111, 111, 111);
|
32 |
color: rgb(111, 111, 111);
|
@@ -38,70 +9,91 @@
|
|
38 |
}
|
39 |
|
40 |
#main_featured_plugins_page #featured-plugins-list {
|
41 |
-
|
42 |
-
|
43 |
-
|
44 |
-
|
45 |
-
|
46 |
-
|
|
|
47 |
}
|
48 |
|
49 |
#main_featured_plugins_page #featured-plugins-list li {
|
50 |
-
|
51 |
-
|
52 |
-
|
53 |
-
|
54 |
-
|
|
|
55 |
}
|
56 |
|
57 |
#main_featured_plugins_page #featured-plugins-list li .product {
|
58 |
-
|
59 |
-
height:
|
60 |
-
|
61 |
-
|
|
|
|
|
|
|
62 |
}
|
63 |
|
64 |
#main_featured_plugins_page #featured-plugins-list li .title {
|
65 |
-
background: #cacaca;
|
66 |
-
border-top-right-radius: 3px;
|
67 |
-
border-bottom-right-radius: 3px;
|
68 |
-
float: left;
|
69 |
-
height: 113px;
|
70 |
-
margin: 0px 0px 0px 109px;
|
71 |
width: 90%;
|
|
|
|
|
|
|
72 |
}
|
73 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
74 |
#main_featured_plugins_page #featured-plugins-list li .title .heading {
|
75 |
-
color: #014f73;
|
76 |
display: block;
|
77 |
-
font-size: 24px;
|
78 |
-
margin: 25px 0 0 20px;
|
79 |
position: relative;
|
|
|
|
|
|
|
80 |
}
|
81 |
|
82 |
#main_featured_plugins_page #featured-plugins-list li .title p {
|
83 |
-
color: #444;
|
84 |
font-size: 14px;
|
|
|
85 |
margin-left: 20px;
|
86 |
}
|
87 |
|
88 |
#main_featured_plugins_page #featured-plugins-list li .description {
|
89 |
-
|
90 |
-
|
91 |
-
|
92 |
}
|
93 |
|
94 |
#main_featured_plugins_page #featured-plugins-list li .description p {
|
95 |
-
text-align:
|
|
|
96 |
}
|
97 |
|
98 |
-
#
|
99 |
-
#main_featured_plugins_page #featured-plugins-list li .description a.download:link,
|
100 |
-
#main_featured_plugins_page #featured-plugins-list li .description a.download:visited {
|
101 |
-
background: url("images/download.jpg") left top no-repeat;
|
102 |
display: block;
|
103 |
-
float: right;
|
104 |
height: 32px;
|
105 |
text-indent: -9999px;
|
106 |
-
|
107 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
#main_featured_plugins_page h3 {
|
2 |
border-bottom: 2px solid rgb(111, 111, 111);
|
3 |
color: rgb(111, 111, 111);
|
9 |
}
|
10 |
|
11 |
#main_featured_plugins_page #featured-plugins-list {
|
12 |
+
position:relative;
|
13 |
+
margin:0px auto;
|
14 |
+
width: 95.4%;
|
15 |
+
height:auto;
|
16 |
+
display:table;
|
17 |
+
list-style:none;
|
18 |
+
margin-left: 38px;
|
19 |
}
|
20 |
|
21 |
#main_featured_plugins_page #featured-plugins-list li {
|
22 |
+
float: left;
|
23 |
+
width: 17%;
|
24 |
+
margin: 20px 0px 0px 25px;
|
25 |
+
background: #FFFFFF;
|
26 |
+
border: 1px solid #B8B8B8;
|
27 |
+
height: 354px;
|
28 |
}
|
29 |
|
30 |
#main_featured_plugins_page #featured-plugins-list li .product {
|
31 |
+
position:relative;
|
32 |
+
height:113px;
|
33 |
+
background-color: #F1F1F1 !important;
|
34 |
+
background-position-x: 50% !important;
|
35 |
+
margin: 7px;
|
36 |
+
border: 1px solid #DEDCDC;
|
37 |
+
border-radius: 3px;
|
38 |
}
|
39 |
|
40 |
#main_featured_plugins_page #featured-plugins-list li .title {
|
|
|
|
|
|
|
|
|
|
|
|
|
41 |
width: 90%;
|
42 |
+
text-align: center;
|
43 |
+
border-bottom: 1px solid #cacaca;
|
44 |
+
margin: 0 auto;
|
45 |
}
|
46 |
|
47 |
+
#main_featured_plugins_page #featured-plugins-list li.form-maker .product {background:url("images/form.png") center center no-repeat;}
|
48 |
+
#main_featured_plugins_page #featured-plugins-list li.catalog .product {background:url("images/catalog.png") center center no-repeat;}
|
49 |
+
#main_featured_plugins_page #featured-plugins-list li.contact-maker .product {background:url("images/contact.maker.png") center center no-repeat;}
|
50 |
+
#main_featured_plugins_page #featured-plugins-list li.contacts .product {background:url("images/contacts.png") center center no-repeat;}
|
51 |
+
#main_featured_plugins_page #featured-plugins-list li.facebook .product {background:url("images/facebook.png") center center no-repeat;}
|
52 |
+
#main_featured_plugins_page #featured-plugins-list li.faq .product {background:url("images/faq.png") center center no-repeat;}
|
53 |
+
#main_featured_plugins_page #featured-plugins-list li.flash-calendar .product {background:url("images/flash.calendar.png") center center no-repeat;}
|
54 |
+
#main_featured_plugins_page #featured-plugins-list li.player .product {background:url("images/player.png") center center no-repeat; }
|
55 |
+
#main_featured_plugins_page #featured-plugins-list li.spider-calendar .product {background:url("images/spider.calendar.png") center center no-repeat;}
|
56 |
+
#main_featured_plugins_page #featured-plugins-list li.contact_form_bulder .product {background:url("images/contact.builder.png") center center no-repeat;}
|
57 |
+
#main_featured_plugins_page #featured-plugins-list li.random_post .product {background:url("images/random.post.png") center center no-repeat;}
|
58 |
+
#main_featured_plugins_page #featured-plugins-list li.slider_wd .product {background:url("images/slider.png") center center no-repeat;}
|
59 |
+
#main_featured_plugins_page #featured-plugins-list li.folder_menu .product {background:url("images/folder.menu.png") center center no-repeat;}
|
60 |
+
#main_featured_plugins_page #featured-plugins-list li.zoom .product {background:url("images/zoom.png") center center no-repeat;}
|
61 |
+
#main_featured_plugins_page #featured-plugins-list li.fm-import .product {background:url("images/fm-import.png") center center no-repeat;}
|
62 |
+
#main_featured_plugins_page #featured-plugins-list li.photo-gallery .product {background:url("images/photo-gallery.png") center center no-repeat;}
|
63 |
+
#main_featured_plugins_page #featured-plugins-list li.twitter-widget .product {background:url("images/twittertools.png") center center no-repeat;}
|
64 |
+
|
65 |
#main_featured_plugins_page #featured-plugins-list li .title .heading {
|
|
|
66 |
display: block;
|
|
|
|
|
67 |
position: relative;
|
68 |
+
font-size: 16px;
|
69 |
+
color: #23282C;
|
70 |
+
margin: 13px 0px 13px 0px;
|
71 |
}
|
72 |
|
73 |
#main_featured_plugins_page #featured-plugins-list li .title p {
|
|
|
74 |
font-size: 14px;
|
75 |
+
color: #444;
|
76 |
margin-left: 20px;
|
77 |
}
|
78 |
|
79 |
#main_featured_plugins_page #featured-plugins-list li .description {
|
80 |
+
height: 127px;
|
81 |
+
width: 90%;
|
82 |
+
margin: 0 auto;
|
83 |
}
|
84 |
|
85 |
#main_featured_plugins_page #featured-plugins-list li .description p {
|
86 |
+
text-align: center;
|
87 |
+
width: 100%;
|
88 |
}
|
89 |
|
90 |
+
#featured-plugins-list li a.download {
|
|
|
|
|
|
|
91 |
display: block;
|
|
|
92 |
height: 32px;
|
93 |
text-indent: -9999px;
|
94 |
+
background: url("images/download_plugins.png") center 17px no-repeat;
|
95 |
+
border-top: 1px solid #CACACA;
|
96 |
+
outline: none;
|
97 |
+
width: 90%;
|
98 |
+
margin: 0 auto;
|
99 |
+
}
|
featured/themes_style.css
ADDED
@@ -0,0 +1,89 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
#main_featured_themes_page h3 {
|
2 |
+
border-bottom: 2px solid rgb(111, 111, 111);
|
3 |
+
color: rgb(111, 111, 111);
|
4 |
+
font-family: Segoe UI;
|
5 |
+
font-size: 30px;
|
6 |
+
margin: 0px;
|
7 |
+
padding: 20px 0;
|
8 |
+
width: 99%;
|
9 |
+
}
|
10 |
+
|
11 |
+
#main_featured_themes_page #featured-plugins-list {
|
12 |
+
position:relative;
|
13 |
+
margin:0px auto;
|
14 |
+
width: 95.4%;
|
15 |
+
height:auto;
|
16 |
+
display:table;
|
17 |
+
list-style:none;
|
18 |
+
margin-left: 38px;
|
19 |
+
}
|
20 |
+
|
21 |
+
#main_featured_themes_page #featured-plugins-list li {
|
22 |
+
float: left;
|
23 |
+
width: 17%;
|
24 |
+
margin: 20px 0px 0px 25px;
|
25 |
+
background: #FFFFFF;
|
26 |
+
border: 1px solid #B8B8B8;
|
27 |
+
height: 405px;
|
28 |
+
}
|
29 |
+
|
30 |
+
#main_featured_themes_page #featured-plugins-list li .product {
|
31 |
+
position:relative;
|
32 |
+
height: 168px;
|
33 |
+
background-color: #F1F1F1 !important;
|
34 |
+
background-size: 100% !important;
|
35 |
+
}
|
36 |
+
|
37 |
+
#main_featured_themes_page #featured-plugins-list li .title {
|
38 |
+
width: 90%;
|
39 |
+
text-align: center;
|
40 |
+
border-bottom: 1px solid #cacaca;
|
41 |
+
margin: 0 auto;
|
42 |
+
}
|
43 |
+
|
44 |
+
#main_featured_themes_page #featured-plugins-list li.sauron .product {background:url("images/sauron.jpg") left center no-repeat;}
|
45 |
+
#main_featured_themes_page #featured-plugins-list li.business_elite .product {background:url("images/business_elite.jpg") left center no-repeat;}
|
46 |
+
#main_featured_themes_page #featured-plugins-list li.mottomag .product {background:url("images/mottomag.jpg") left center no-repeat; }
|
47 |
+
#main_featured_themes_page #featured-plugins-list li.business_world .product {background:url("images/business_world.jpg") left center no-repeat;}
|
48 |
+
#main_featured_themes_page #featured-plugins-list li.best_magazine .product {background:url("images/best_magazine.jpg") left center no-repeat;}
|
49 |
+
#main_featured_themes_page #featured-plugins-list li.wedding_style .product {background:url("images/wedding_style.jpg") left center no-repeat;}
|
50 |
+
#main_featured_themes_page #featured-plugins-list li.magazine .product {background:url("images/magazine.jpg") left center no-repeat;}
|
51 |
+
#main_featured_themes_page #featured-plugins-list li.weddings .product {background:url("images/wedding.jpg") left center no-repeat;}
|
52 |
+
#main_featured_themes_page #featured-plugins-list li.exclusive .product {background:url("images/exclusive.jpg") left center no-repeat;}
|
53 |
+
#main_featured_themes_page #featured-plugins-list li.expert .product {background:url("images/expert.jpg") left center no-repeat;}
|
54 |
+
|
55 |
+
#main_featured_themes_page #featured-plugins-list li .title .heading {
|
56 |
+
display: block;
|
57 |
+
position: relative;
|
58 |
+
font-size: 15px;
|
59 |
+
color: #23282C;
|
60 |
+
margin: 13px 0px 13px 0px;
|
61 |
+
}
|
62 |
+
|
63 |
+
#main_featured_themes_page #featured-plugins-list li .title p {
|
64 |
+
font-size: 14px;
|
65 |
+
color: #444;
|
66 |
+
margin-left: 20px;
|
67 |
+
}
|
68 |
+
|
69 |
+
#main_featured_themes_page #featured-plugins-list li .description {
|
70 |
+
height: 130px;
|
71 |
+
width: 90%;
|
72 |
+
margin: 0 auto;
|
73 |
+
}
|
74 |
+
|
75 |
+
#main_featured_themes_page #featured-plugins-list li .description p {
|
76 |
+
text-align: center;
|
77 |
+
width: 100%;
|
78 |
+
}
|
79 |
+
|
80 |
+
#featured-plugins-list li a.download {
|
81 |
+
display: block;
|
82 |
+
height: 32px;
|
83 |
+
text-indent: -9999px;
|
84 |
+
background: url("images/download_themes.png") center 17px no-repeat;
|
85 |
+
border-top: 1px solid #CACACA;
|
86 |
+
outline: none;
|
87 |
+
width: 90%;
|
88 |
+
margin: 0 auto;
|
89 |
+
}
|
photo-gallery.php
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
* Plugin Name: Photo Gallery
|
5 |
* Plugin URI: https://web-dorado.com/products/wordpress-photo-gallery-plugin.html
|
6 |
* Description: This plugin is a fully responsive gallery plugin with advanced functionality. It allows having different image galleries for your posts and pages. You can create unlimited number of galleries, combine them into albums, and provide descriptions and tags.
|
7 |
-
* Version: 1.2.
|
8 |
* Author: WebDorado
|
9 |
* Author URI: https://web-dorado.com/
|
10 |
* License: GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
|
@@ -81,6 +81,7 @@ function bwg_options_panel() {
|
|
81 |
add_action('admin_print_styles-' . $licensing_plugins_page, 'bwg_licensing_styles');
|
82 |
|
83 |
add_submenu_page('galleries_bwg', 'Featured Plugins', 'Featured Plugins', 'manage_options', 'featured_plugins_bwg', 'bwg_featured');
|
|
|
84 |
|
85 |
$uninstall_page = add_submenu_page('galleries_bwg', 'Uninstall', 'Uninstall', 'manage_options', 'uninstall_bwg', 'bwg_gallery');
|
86 |
add_action('admin_print_styles-' . $uninstall_page, 'bwg_styles');
|
@@ -115,6 +116,21 @@ function bwg_featured() {
|
|
115 |
spider_featured('photo-gallery');
|
116 |
}
|
117 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
118 |
function bwg_ajax_frontend() {
|
119 |
require_once(WD_BWG_DIR . '/framework/WDWLibrary.php');
|
120 |
$page = WDWLibrary::get('action');
|
@@ -3139,7 +3155,7 @@ function bwg_activate() {
|
|
3139 |
));
|
3140 |
}
|
3141 |
$version = get_option("wd_bwg_version");
|
3142 |
-
$new_version = '1.2.
|
3143 |
if ($version && version_compare($version, $new_version, '<')) {
|
3144 |
require_once WD_BWG_DIR . "/update/bwg_update.php";
|
3145 |
bwg_update($version);
|
@@ -3157,7 +3173,7 @@ wp_oembed_add_provider( '#https://instagr(\.am|am\.com)/p/.*#i', 'https://api.in
|
|
3157 |
|
3158 |
function bwg_update_hook() {
|
3159 |
$version = get_option("wd_bwg_version");
|
3160 |
-
$new_version = '1.2.
|
3161 |
if ($version && version_compare($version, $new_version, '<')) {
|
3162 |
require_once WD_BWG_DIR . "/update/bwg_update.php";
|
3163 |
bwg_update($version);
|
4 |
* Plugin Name: Photo Gallery
|
5 |
* Plugin URI: https://web-dorado.com/products/wordpress-photo-gallery-plugin.html
|
6 |
* Description: This plugin is a fully responsive gallery plugin with advanced functionality. It allows having different image galleries for your posts and pages. You can create unlimited number of galleries, combine them into albums, and provide descriptions and tags.
|
7 |
+
* Version: 1.2.29
|
8 |
* Author: WebDorado
|
9 |
* Author URI: https://web-dorado.com/
|
10 |
* License: GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
|
81 |
add_action('admin_print_styles-' . $licensing_plugins_page, 'bwg_licensing_styles');
|
82 |
|
83 |
add_submenu_page('galleries_bwg', 'Featured Plugins', 'Featured Plugins', 'manage_options', 'featured_plugins_bwg', 'bwg_featured');
|
84 |
+
add_submenu_page('galleries_bwg', 'Featured Themes', 'Featured Themes', 'manage_options', 'featured_themes_bwg', 'bwg_featured_themes');
|
85 |
|
86 |
$uninstall_page = add_submenu_page('galleries_bwg', 'Uninstall', 'Uninstall', 'manage_options', 'uninstall_bwg', 'bwg_gallery');
|
87 |
add_action('admin_print_styles-' . $uninstall_page, 'bwg_styles');
|
116 |
spider_featured('photo-gallery');
|
117 |
}
|
118 |
|
119 |
+
function bwg_featured_themes() {
|
120 |
+
if (function_exists('current_user_can')) {
|
121 |
+
if (!current_user_can('manage_options')) {
|
122 |
+
die('Access Denied');
|
123 |
+
}
|
124 |
+
}
|
125 |
+
else {
|
126 |
+
die('Access Denied');
|
127 |
+
}
|
128 |
+
require_once(WD_BWG_DIR . '/featured/featured_themes.php');
|
129 |
+
wp_register_style('bwg_featured_themes', WD_BWG_URL . '/featured/themes_style.css', array(), wd_bwg_version());
|
130 |
+
wp_print_styles('bwg_featured_themes');
|
131 |
+
spider_featured_themes();
|
132 |
+
}
|
133 |
+
|
134 |
function bwg_ajax_frontend() {
|
135 |
require_once(WD_BWG_DIR . '/framework/WDWLibrary.php');
|
136 |
$page = WDWLibrary::get('action');
|
3155 |
));
|
3156 |
}
|
3157 |
$version = get_option("wd_bwg_version");
|
3158 |
+
$new_version = '1.2.29';
|
3159 |
if ($version && version_compare($version, $new_version, '<')) {
|
3160 |
require_once WD_BWG_DIR . "/update/bwg_update.php";
|
3161 |
bwg_update($version);
|
3173 |
|
3174 |
function bwg_update_hook() {
|
3175 |
$version = get_option("wd_bwg_version");
|
3176 |
+
$new_version = '1.2.29';
|
3177 |
if ($version && version_compare($version, $new_version, '<')) {
|
3178 |
require_once WD_BWG_DIR . "/update/bwg_update.php";
|
3179 |
bwg_update($version);
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Donate link: http://web-dorado.com/products/wordpress-photo-gallery-plugin.html
|
|
4 |
Tags: photo, photo gallery, image gallery, video gallery, gallery, galleries, wordpress gallery plugin, images gallery, album, photo albums, simple gallery, best gallery plugin, free photo gallery, wp gallery, wordpress gallery, website gallery, gallery shortcode, best gallery, picture, pictures, gallery slider, photo album, photogallery, widget gallery, image, images, photos, gallery lightbox, photoset, wordpress photo gallery plugin, wp gallery plugins, responsive wordpress photo gallery, media, image album, filterable gallery, banner rotator, fullscreen gallery, fotogalerie, galleria, galerie, galeri, responsive gallery, add album, add gallery, add pictures, fotoalbum, foto, gallery decription, multiple pictures, photoalbum, upload images, upload photos, view images, view pictures, admin, AJAX, comments, gallery image, image lightbox, image rotate, image slideshow, image slider, jquery, jquery gallery, slide show, slideshow, thumbnail, thumbnail view, thumbnails, thumbs, responsive, watermarking, watermarks,fullscreen slider, lightbox, photography, sidebar, slide, youtube, vimeo, videos, instagram, mosaic
|
5 |
Requires at least: 3.4
|
6 |
Tested up to: 4.2
|
7 |
-
Stable tag: 1.2.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -207,6 +207,10 @@ Yes, it is possible to add advertising and/or watermark over the images. In both
|
|
207 |
|
208 |
== Changelog ==
|
209 |
|
|
|
|
|
|
|
|
|
210 |
= 1.2.28 =
|
211 |
change user guide links
|
212 |
minor bug fixed
|
4 |
Tags: photo, photo gallery, image gallery, video gallery, gallery, galleries, wordpress gallery plugin, images gallery, album, photo albums, simple gallery, best gallery plugin, free photo gallery, wp gallery, wordpress gallery, website gallery, gallery shortcode, best gallery, picture, pictures, gallery slider, photo album, photogallery, widget gallery, image, images, photos, gallery lightbox, photoset, wordpress photo gallery plugin, wp gallery plugins, responsive wordpress photo gallery, media, image album, filterable gallery, banner rotator, fullscreen gallery, fotogalerie, galleria, galerie, galeri, responsive gallery, add album, add gallery, add pictures, fotoalbum, foto, gallery decription, multiple pictures, photoalbum, upload images, upload photos, view images, view pictures, admin, AJAX, comments, gallery image, image lightbox, image rotate, image slideshow, image slider, jquery, jquery gallery, slide show, slideshow, thumbnail, thumbnail view, thumbnails, thumbs, responsive, watermarking, watermarks,fullscreen slider, lightbox, photography, sidebar, slide, youtube, vimeo, videos, instagram, mosaic
|
5 |
Requires at least: 3.4
|
6 |
Tested up to: 4.2
|
7 |
+
Stable tag: 1.2.29
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
207 |
|
208 |
== Changelog ==
|
209 |
|
210 |
+
= 1.2.29 =
|
211 |
+
Changed: Featured plugins page.
|
212 |
+
New: Featured themes page.
|
213 |
+
|
214 |
= 1.2.28 =
|
215 |
change user guide links
|
216 |
minor bug fixed
|