@@ -4,13 +4,14 @@ Theme URI: https://wp-eventmanager.com/
4
4
Author: WP Event Manager
5
5
Author URI: https://wp-eventmanager.com/the-team/
6
6
Description: Event Listing is a fast, fully customizable & beautiful WordPress theme suitable for any event, blog, portfolio, business website and WooCommerce storefront. A theme compatible with WP Event Manager plugin. Also, It offers special features and templates so it works perfectly with all page builders like Elementor, Visual Composer, Beaver Builder, SiteOrigin, Divi, etc. Some of the other features: # Responsive # RTL #Translation Ready #SEO Friendly # WooCommerce Ready # Extendible with WP Event Manager addons # Regularly updated # Designed, Developed, Maintained & Supported by WP Event Manager’s dedicated team. Looking for a perfect base theme for event listing? Look no further. You can use an event listing theme for building any kind of event website!
7
- Version: 1.12 .0
7
+ Version: 1.13 .0
8
8
License: GNU General Public License v2 or later
9
9
License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
10
Text Domain: event-listing
11
11
Domain Path: /languages
12
+ Requires at least: 6.4
12
13
Tested up to: 5.8.2
13
- Requires PHP: 5.2
14
+ Requires PHP: 7.0
14
15
Tags: entertainment, portfolio, e-commerce, one-column, two-columns, full-width-template, left-sidebar, right-sidebar, editor-style, custom-header, custom-background, custom-logo, custom-menu, custom-colors, rtl-language-support, featured-images, threaded-comments, translation-ready, sticky-post, microformats,theme-options
15
16
This theme, like WordPress, is licensed under the GPL.
16
17
Use it to make something cool, have fun, and share what you've learned with others.
@@ -35,13 +36,15 @@ Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
35
36
# Alignments
36
37
# Clearings
37
38
# Widgets
39
+ # Woocommerce
38
40
# Content
39
41
## Posts and pages
40
42
## Comments
41
43
# Infinite scroll
42
44
# Media
43
45
## Captions
44
46
## Galleries
47
+
45
48
--------------------------------------------------------------*/
46
49
/*--------------------------------------------------------------
47
50
# Normalize
@@ -219,7 +222,25 @@ img {
219
222
* 2. Remove the margin in Firefox and Safari.
220
223
*/
221
224
222
- .btn {
225
+ a ,
226
+ .widget a ,
227
+ .entry-meta i ,
228
+ .entry-content a {
229
+ color : var (--wpem-theme-link-color );
230
+ }
231
+
232
+ a : hover ,
233
+ .widget a : hover ,
234
+ .entry-content a : hover {
235
+ color : var (--wpem-theme-link-hover-color );
236
+ }
237
+
238
+ .entry-title a {
239
+ color : var (--wpem-theme-secondary-color );
240
+ }
241
+
242
+ .btn ,
243
+ .wp-element-button {
223
244
padding : 7px 20px ;
224
245
display : inline-block;
225
246
border-radius : 4px ;
@@ -228,18 +249,23 @@ img {
228
249
}
229
250
230
251
.btn ,
252
+ a .btn ,
231
253
.wp-block-button__link ,
254
+ a .wp-block-button__link ,
232
255
button ,
233
256
input [type = "button" ],
234
257
input [type = "reset" ],
235
258
input [type = "submit" ],
236
259
form [CLASS *= "wp-block-search__" ].wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button {
237
260
background-color : var (--wpem-theme-button-color );
238
261
color : var (--wpem-theme-button-text-color );
262
+ border-radius : 4px ;
239
263
}
240
264
241
265
.btn : hover ,
266
+ a .btn : hover ,
242
267
.wp-block-button__link : hover ,
268
+ a .wp-block-button__link : hover ,
243
269
button : hover ,
244
270
input [type = "button" ]: hover ,
245
271
input [type = "reset" ]: hover ,
@@ -249,22 +275,7 @@ form[CLASS*="wp-block-search__"].wp-block-search .wp-block-search__inside-wrappe
249
275
color : var (--wpem-theme-button-text-color );
250
276
}
251
277
252
- a ,
253
- .widget a ,
254
- .entry-meta i ,
255
- .entry-content a {
256
- color : var (--wpem-theme-link-color );
257
- }
258
278
259
- a : hover ,
260
- .widget a : hover ,
261
- .entry-content a : hover {
262
- color : var (--wpem-theme-link-hover-color );
263
- }
264
-
265
- .entry-title a {
266
- color : var (--wpem-theme-secondary-color );
267
- }
268
279
269
280
select {
270
281
background-image : url (assets/images/arrow-down.svg);
@@ -834,6 +845,50 @@ a:focus, a:hover, a:active {
834
845
max-width : 100% ;
835
846
}
836
847
848
+
849
+
850
+ /*--------------------------------------------------------------
851
+ # Woocommerce
852
+ --------------------------------------------------------------*/
853
+ .woocommerce-page .wc-block-components-button {
854
+ background-color : var (--wpem-theme-button-color );
855
+ color : var (--wpem-theme-button-text-color );
856
+ border-radius : 4px ;
857
+ }
858
+ .woocommerce-page .wc-block-components-button : hover {
859
+ background-color : var (--wpem-theme-link-hover-color );
860
+ color : var (--wpem-theme-button-text-color );
861
+ }
862
+ .wc-block-components-totals-coupon .components-button {
863
+ border : 0 ;
864
+ color : var (--wpem-theme-button-text-color );
865
+ border-radius : 4px ;
866
+ }
867
+
868
+ .woocommerce-notice {
869
+ padding : .8rem ;
870
+ background-color : # eee ;
871
+ border-radius : 4px ;
872
+ }
873
+ .woocommerce-notice .woocommerce-notice--success {
874
+ background-color : rgb (0 128 0 / 10% );
875
+ color : green;
876
+ }
877
+ .woocommerce-notice .woocommerce-notice--error {
878
+ background-color : rgb (255 0 0 / 10% );
879
+ color : red;
880
+ }
881
+ .woocommerce ul .order_details {
882
+ padding : 0 ;
883
+ }
884
+ .woocommerce ul .order_details li {
885
+ margin-top : .8rem ;
886
+ }
887
+
888
+
889
+
890
+
891
+
837
892
/*--------------------------------------------------------------
838
893
# Content
839
894
--------------------------------------------------------------*/
@@ -1526,91 +1581,6 @@ blockquote p:last-child {
1526
1581
margin-bottom : 0 ;
1527
1582
}
1528
1583
1529
- /*---------------------------------------------------
1530
- * Slider
1531
- * ----------------------------------------------------- */
1532
- /*.event-slider-wrapper {
1533
- overflow: hidden;
1534
- }
1535
-
1536
- .event-slider-single {
1537
- position: relative;
1538
- width: 100%;
1539
- height: 600px;
1540
- background-size: cover;
1541
- }
1542
-
1543
- .event-slider-single:before {
1544
- content: '';
1545
- display: block;
1546
- position: absolute;
1547
- z-index: 1;
1548
- top: 0;
1549
- right: 0;
1550
- width: 100%;
1551
- height: 100%;
1552
- background: rgba(0, 0, 0, 0.4);
1553
- }
1554
-
1555
- .event-slider-content h2,
1556
- .event-slider-content p,
1557
- .event-slider-content h2 a:visited,
1558
- .event-slider-content h2 a {
1559
- color: var(--wpem-white-color);
1560
- }
1561
-
1562
- .event-slider-content {
1563
- position: absolute;
1564
- top: 50%;
1565
- left: 50%;
1566
- transform: translate(-50%, -50%);
1567
- padding: 30px;
1568
- width: 80%;
1569
- max-width: 600px;
1570
- z-index: 3;
1571
- }
1572
-
1573
- .event-slider-content h2 {
1574
- font-size: 50px;
1575
- line-height: 1.2;
1576
- }
1577
-
1578
- .event-slider-wrapper .slick-prev,
1579
- .event-slider-wrapper .slick-next {
1580
- z-index: 9999;
1581
- }
1582
-
1583
- .event-slider-wrapper .slick-prev {
1584
- left: 0;
1585
- }
1586
-
1587
- .event-slider-wrapper .slick-prev:before, .event-slider-wrapper .slick-next:before {
1588
- font-family: 'FontAwesome';
1589
- font-size: 30px;
1590
- background-color: rgba(255, 255, 255, 0.6);
1591
- border-radius: 100%;
1592
- color: #2e3192;
1593
- line-height: 40px;
1594
- width: 40px;
1595
- text-align: center;
1596
- display: inline-block;
1597
- }
1598
-
1599
- .event-slider-wrapper .slick-prev:before {
1600
- content: "\f104";
1601
- }
1602
-
1603
- .event-slider-wrapper .slick-next {
1604
- right: 20px;
1605
- }
1606
-
1607
- .event-slider-wrapper .slick-next:before {
1608
- content: "\f105";
1609
- }
1610
-
1611
- .event-slider-wrapper .slick-prev:hover:before, .event-slider-wrapper .slick-next:before:hover {
1612
- background-color: rgba(255, 255, 255, 1);
1613
- }*/
1614
1584
1615
1585
/*---------------------------------------------------
1616
1586
## 404 Error Page
@@ -1936,6 +1906,15 @@ ol.wp-block-latest-comments{
1936
1906
.error-404 h2 {
1937
1907
font-size : 20px ;
1938
1908
}
1909
+ .woocommerce ul .order_details li {
1910
+ float : inherit;
1911
+ border-right : 0 ;
1912
+ border-bottom : 1px dashed # cfc8d8 ;
1913
+ padding-bottom : 1em ;
1914
+ padding-right : 0 ;
1915
+ margin-right : 0 ;
1916
+ }
1917
+
1939
1918
1940
1919
}
1941
1920
0 commit comments