PluginProbe
Forumax – AI Powered Advanced Community Forum Plugin / 2.2.0
Forumax – AI Powered Advanced Community Forum Plugin v2.2.0
2.4.4 2.4.3 2.4.2 2.4.1 2.4.0 trunk 1.0.8 1.1.0 1.2.1 1.2.2 1.2.3 1.2.4 1.2.5 1.2.6 1.2.7 1.2.8 1.2.9 1.3.0 1.3.1 1.3.2 1.3.3 1.4.0 1.4.1 2.0.0 2.1.0 All 29 releases
← All changes | assets/admin/css/elementor-editor.css +55 -5 1.4.12.2.0 View file →
@@ -39,9 +39,9 @@
39 39 width: 266px;
40 40 height: 110px;
41 41 }
42 42
43 -.elementor-control.elementor-control-style .elementor-choices input:checked + .elementor-choices-label {
43 +.elementor-control.elementor-control-style .elementor-choices input:checked+.elementor-choices-label {
44 44 border-width: 2px;
45 45 padding-right: 2px;
46 46 }
47 47
@@ -69,15 +69,15 @@
69 69 height: 100%;
70 70 opacity: 0.5;
71 71 }
72 72
73 -.elementor-control.elementor-control-style .elementor-choices input + .elementor-choices-label:hover i::before,
74 -.elementor-control.elementor-control-style .elementor-choices input:checked + .elementor-choices-label i::before {
73 +.elementor-control.elementor-control-style .elementor-choices input+.elementor-choices-label:hover i::before,
74 +.elementor-control.elementor-control-style .elementor-choices input:checked+.elementor-choices-label i::before {
75 75 opacity: 1;
76 76 }
77 77
78 78 .single_forum_1::before {
79 - background: url("../img/forums3.jpg");
79 + background: url("/img/forums3.jpg");
80 80 background-repeat: no-repeat;
81 81 background-size: cover;
82 82 background-position: top;
83 83 }
@@ -82,9 +82,9 @@
82 82 background-position: top;
83 83 }
84 84
85 85 .single_forum_2::before {
86 - background: url("../img/forums4.png");
86 + background: url("/img/forums4.png");
87 87 background-repeat: no-repeat;
88 88 background-size: cover;
89 89 background-position: top;
90 90 }
@@ -116,16 +116,66 @@
116 116
117 117 .elementor-panel .elementor-element .icon .bbpc_icon_ama_search::before {
118 118 content: "\e851";
119 119 }
120 +
120 121 .elementor-panel .elementor-element .icon .bbpc_icon_ama_ajax_forum::before {
121 122 content: "\e967";
122 123 }
124 +
123 125 .elementor-panel .elementor-element .icon .bbpc_icon_ama_forum_posts::before {
124 126 content: "\e843";
125 127 }
128 +
126 129 .elementor-panel .elementor-element .icon .bbpc_icon_ama_forum_tab::before {
127 130 content: "\e861";
128 131 }
132 +
129 133 .elementor-panel .elementor-element .icon .bbpc_icon_ama_forums::before {
130 134 content: "\e847";
131 135 }
136 +
137 +/*==================== Docy Forum Widget Skins =====================*/
138 +/* Forums (Docy Style) */
139 +/* .docy_forums_1::before {
140 + background: url("../images/skins/docy-forums-1.jpg");
141 + background-repeat: no-repeat;
142 + background-size: cover;
143 + background-position: top;
144 +}
145 +
146 +.docy_forums_2::before {
147 + background: url("../images/skins/docy-forums-2.jpg");
148 + background-repeat: no-repeat;
149 + background-size: cover;
150 + background-position: top;
151 +} */
152 +
153 +/* Forum Topics (Docy Style) - Using same images as forums for now */
154 +/* .docy_forum_topics_1::before {
155 + background: url("../images/skins/docy-forums-1.jpg");
156 + background-repeat: no-repeat;
157 + background-size: cover;
158 + background-position: top;
159 +}
160 +
161 +.docy_forum_topics_2::before {
162 + background: url("../images/skins/docy-forums-2.jpg");
163 + background-repeat: no-repeat;
164 + background-size: cover;
165 + background-position: top;
166 +} */
167 +
168 +/* Single Forum (Docy Style) */
169 +/* .docy_single_forum_1::before {
170 + background: url("../images/skins/docy-single-forum-1.jpg");
171 + background-repeat: no-repeat;
172 + background-size: cover;
173 + background-position: top;
174 +}
175 +
176 +.docy_single_forum_2::before {
177 + background: url("../images/skins/docy-single-forum-2.png");
178 + background-repeat: no-repeat;
179 + background-size: cover;
180 + background-position: top;
181 +} */