Changeset 267178
- Timestamp:
- 04/12/2025 08:52:34 AM (8 months ago)
- Location:
- pest-control-services/0.3.2
- Files:
-
- 6 edited
- 1 copied
-
. (copied) (copied from pest-control-services/0.3.1)
-
custom-option.php (modified) (1 diff)
-
inc/customizer.php (modified) (4 diffs)
-
languages/pest-control-services.pot (modified) (9 diffs)
-
page.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
-
style.css (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
pest-control-services/0.3.2/custom-option.php
r260096 r267178 272 272 $pest_control_services_theme_css .='}'; 273 273 } 274 275 /*------------------ Footer CSS -------------------*/ 276 $pest_control_services_footer_bg_color = get_theme_mod( 'pest_control_services_footer_bg_color'); 277 if($pest_control_services_footer_bg_color != '' ){ 278 $pest_control_services_theme_css .='#colophon {'; 279 $pest_control_services_theme_css .='background-color: '.esc_attr($pest_control_services_footer_bg_color).'; '; 280 $pest_control_services_theme_css .='}'; 281 } 282 283 $pest_control_services_footer_content_color = get_theme_mod( 'pest_control_services_footer_content_color'); 284 if($pest_control_services_footer_content_color != ''){ 285 $pest_control_services_theme_css .='#colophon, #colophon a, #colophon h5, #colophon .widget #wp-calendar caption {'; 286 $pest_control_services_theme_css .='color: '.esc_attr($pest_control_services_footer_content_color).';'; 287 $pest_control_services_theme_css .='}'; 288 } 289 290 /*------------------ Copyright CSS -------------------*/ 291 $pest_control_services_copyright_text_color = get_theme_mod( 'pest_control_services_copyright_text_color'); 292 if($pest_control_services_copyright_text_color != ''){ 293 $pest_control_services_theme_css .='#colophon .site-info a, #colophon .site-info span {'; 294 $pest_control_services_theme_css .='color: '.esc_attr($pest_control_services_copyright_text_color).';'; 295 $pest_control_services_theme_css .='}'; 296 } -
pest-control-services/0.3.2/inc/customizer.php
r263387 r267178 9 9 10 10 if ( ! defined( 'PEST_CONTROL_SERVICES_URL' ) ) { 11 define( 'PEST_CONTROL_SERVICES_URL', esc_url( 'https://www.themagnifico.net/products/pest-control-wordpress-theme /', 'pest-control-services') );11 define( 'PEST_CONTROL_SERVICES_URL', esc_url( 'https://www.themagnifico.net/products/pest-control-wordpress-theme', 'pest-control-services') ); 12 12 } 13 13 if ( ! defined( 'PEST_CONTROL_SERVICES_TEXT' ) ) { … … 1140 1140 ) 1141 1141 )); 1142 1143 // Page Settings 1144 $wp_customize->add_section('pest_control_services_page_settings',array( 1145 'title' => esc_html__('Page Settings','pest-control-services'), 1146 'priority' => 40, 1147 )); 1148 1149 $wp_customize->add_setting( 'pest_control_services_single_page_sidebar_layout', array( 1150 'default' => 'No Sidebar', 1151 'sanitize_callback' => 'pest_control_services_sanitize_choices' 1152 )); 1153 $wp_customize->add_control( 'pest_control_services_single_page_sidebar_layout', array( 1154 'section' => 'pest_control_services_page_settings', 1155 'type' => 'select', 1156 'label' => __( 'Single Page Sidebar Position', 'pest-control-services' ), 1157 'choices' => array( 1158 'No Sidebar' => __( 'No Sidebar', 'pest-control-services' ), 1159 'Right Side' => __( 'Right Side', 'pest-control-services' ), 1160 'Left Side' => __( 'Left Side', 'pest-control-services' ), 1161 ) 1162 )); 1142 1163 1143 1164 // Footer … … 1169 1190 'section'=> 'pest_control_services_site_footer_section', 1170 1191 )); 1192 1193 $wp_customize->add_setting( 'pest_control_services_footer_bg_color', array( 1194 'default' => '', 1195 'sanitize_callback' => 'sanitize_hex_color' 1196 )); 1197 $wp_customize->add_control( new WP_Customize_Color_Control( $wp_customize, 'pest_control_services_footer_bg_color', array( 1198 'label' => __('Footer Background Color', 'pest-control-services'), 1199 'section' => 'pest_control_services_site_footer_section', 1200 'settings' => 'pest_control_services_footer_bg_color', 1201 ))); 1202 1203 $wp_customize->add_setting( 'pest_control_services_footer_content_color', array( 1204 'default' => '', 1205 'sanitize_callback' => 'sanitize_hex_color' 1206 )); 1207 $wp_customize->add_control( new WP_Customize_Color_Control( $wp_customize, 'pest_control_services_footer_content_color', array( 1208 'label' => __('Footer Content Color', 'pest-control-services'), 1209 'section' => 'pest_control_services_site_footer_section', 1210 'settings' => 'pest_control_services_footer_content_color', 1211 ))); 1171 1212 1172 1213 $wp_customize->add_setting('pest_control_services_footer_widget_heading_alignment',array( … … 1226 1267 ), 1227 1268 ) ); 1269 1270 $wp_customize->add_setting( 'pest_control_services_copyright_text_color', array( 1271 'default' => '', 1272 'sanitize_callback' => 'sanitize_hex_color' 1273 )); 1274 $wp_customize->add_control( new WP_Customize_Color_Control( $wp_customize, 'pest_control_services_copyright_text_color', array( 1275 'label' => __('Copyright Text Color', 'pest-control-services'), 1276 'section' => 'pest_control_services_site_footer_section', 1277 'settings' => 'pest_control_services_copyright_text_color', 1278 ))); 1228 1279 1229 1280 // Pro Version -
pest-control-services/0.3.2/languages/pest-control-services.pot
r263387 r267178 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: Pest Control Services 0.3. 1\n"5 "Project-Id-Version: Pest Control Services 0.3.2\n" 6 6 "Report-Msgid-Bugs-To: https://wordpress.org/support/theme/pest-control-services\n" 7 7 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" … … 10 10 "Content-Type: text/plain; charset=UTF-8\n" 11 11 "Content-Transfer-Encoding: 8bit\n" 12 "POT-Creation-Date: 2025-0 3-09T06:24:02+05:30\n"12 "POT-Creation-Date: 2025-04-11T18:15:26+05:30\n" 13 13 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 14 14 "X-Generator: WP-CLI 2.11.0\n" … … 22 22 #. Theme URI of the theme 23 23 #: style.css 24 msgid "https://www.themagnifico.net/products/free-pest-control-wordpress-theme /"24 msgid "https://www.themagnifico.net/products/free-pest-control-wordpress-theme" 25 25 msgstr "" 26 26 … … 127 127 msgstr "" 128 128 129 #: functions.php:36 4129 #: functions.php:369 130 130 msgid "https://wordpress.org/support/theme/pest-control-services/" 131 131 msgstr "" 132 132 133 #: functions.php:3 67133 #: functions.php:372 134 134 msgid "https://wordpress.org/support/theme/pest-control-services/reviews/" 135 135 msgstr "" 136 136 137 #: functions.php:37 0137 #: functions.php:375 138 138 msgid "https://demo.themagnifico.net/pest-control-services/" 139 139 msgstr "" 140 140 141 #: functions.php:37 3141 #: functions.php:378 142 142 msgid "https://www.themagnifico.net/products/pest-control-wordpress-theme" 143 143 msgstr "" 144 144 145 #: functions.php:3 76145 #: functions.php:381 146 146 msgid "https://demo.themagnifico.net/eard/wathiqa/pest-control-services-pro-doc/" 147 147 msgstr "" 148 148 149 #: functions.php:3 79149 #: functions.php:384 150 150 msgid "https://demo.themagnifico.net/eard/wathiqa/pest-control-services-free-doc/" 151 151 msgstr "" 152 152 153 #: functions.php:3 87153 #: functions.php:392 154 154 msgid "Theme Options" 155 155 msgstr "" 156 156 157 #: functions.php:3 87157 #: functions.php:392 158 158 msgid " Theme Options" 159 159 msgstr "" 160 160 161 #: functions.php: 397161 #: functions.php:402 162 162 msgid "Welcome To " 163 163 msgstr "" 164 164 165 #: functions.php:40 2166 #: functions.php:4 05165 #: functions.php:407 166 #: functions.php:410 167 167 msgid "Contact Support" 168 168 msgstr "" 169 169 170 #: functions.php:40 3170 #: functions.php:408 171 171 msgid "Thank you for trying Pest Control Services , feel free to contact us for any support regarding our theme." 172 172 msgstr "" 173 173 174 #: functions.php:41 1174 #: functions.php:416 175 175 msgid "Checkout Premium" 176 176 msgstr "" 177 177 178 #: functions.php:41 2178 #: functions.php:417 179 179 msgid "Our premium theme comes with extended features like demo content import , responsive layouts etc." 180 180 msgstr "" 181 181 182 #: functions.php:41 4182 #: functions.php:419 183 183 msgid "Get Premium" 184 184 msgstr "" 185 185 186 #: functions.php:42 0187 #: functions.php:42 3186 #: functions.php:425 187 #: functions.php:428 188 188 msgid "Review" 189 189 msgstr "" 190 190 191 #: functions.php:42 1191 #: functions.php:426 192 192 msgid "If You love Pest Control Services theme then we would appreciate your review about our theme." 193 193 msgstr "" 194 194 195 #: functions.php:43 0196 #: functions.php:43 3195 #: functions.php:435 196 #: functions.php:438 197 197 msgid "Free Documentation" 198 198 msgstr "" 199 199 200 #: functions.php:43 1200 #: functions.php:436 201 201 msgid "Our guide is available if you require any help configuring and setting up the theme. Easy and quick way to setup the theme." 202 202 msgstr "" 203 203 204 #: functions.php:44 1204 #: functions.php:446 205 205 msgid "Free Vs Premium" 206 206 msgstr "" 207 207 208 #: functions.php:44 4208 #: functions.php:449 209 209 msgid "Checkout Documentation" 210 210 msgstr "" 211 211 212 #: functions.php:4 47212 #: functions.php:452 213 213 msgid "View Theme Demo" 214 214 msgstr "" 215 215 216 #: functions.php:4 55216 #: functions.php:460 217 217 msgid "Theme Feature" 218 218 msgstr "" 219 219 220 #: functions.php:4 56220 #: functions.php:461 221 221 msgid "Basic Version" 222 222 msgstr "" 223 223 224 #: functions.php:4 57224 #: functions.php:462 225 225 msgid "Premium Version" 226 226 msgstr "" 227 227 228 #: functions.php:46 3228 #: functions.php:468 229 229 msgid "Header Background Color" 230 230 msgstr "" 231 231 232 #: functions.php:4 68232 #: functions.php:473 233 233 msgid "Custom Navigation Logo Or Text" 234 234 msgstr "" 235 235 236 #: functions.php:47 3236 #: functions.php:478 237 237 msgid "Hide Logo Text" 238 238 msgstr "" 239 239 240 #: functions.php:4 79240 #: functions.php:484 241 241 msgid "Premium Support" 242 242 msgstr "" 243 243 244 #: functions.php:48 4244 #: functions.php:489 245 245 msgid "Fully SEO Optimized" 246 246 msgstr "" 247 247 248 #: functions.php:4 89248 #: functions.php:494 249 249 msgid "Recent Posts Widget" 250 250 msgstr "" 251 251 252 #: functions.php: 495252 #: functions.php:500 253 253 msgid "Easy Google Fonts" 254 254 msgstr "" 255 255 256 #: functions.php:50 0256 #: functions.php:505 257 257 msgid "Pagespeed Plugin" 258 258 msgstr "" 259 259 260 #: functions.php:5 05260 #: functions.php:510 261 261 msgid "Only Show Header Image On Front Page" 262 262 msgstr "" 263 263 264 #: functions.php:51 0264 #: functions.php:515 265 265 msgid "Show Header Everywhere" 266 266 msgstr "" 267 267 268 #: functions.php:5 15268 #: functions.php:520 269 269 msgid "Custom Text On Header Image" 270 270 msgstr "" 271 271 272 #: functions.php:52 0272 #: functions.php:525 273 273 msgid "Full Width (Hide Sidebar)" 274 274 msgstr "" 275 275 276 #: functions.php:5 25276 #: functions.php:530 277 277 msgid "Only Show Upper Widgets On Front Page" 278 278 msgstr "" 279 279 280 #: functions.php:53 0280 #: functions.php:535 281 281 msgid "Replace Copyright Text" 282 282 msgstr "" 283 283 284 #: functions.php:5 35284 #: functions.php:540 285 285 msgid "Customize Upper Widgets Colors" 286 286 msgstr "" 287 287 288 #: functions.php:54 0288 #: functions.php:545 289 289 msgid "Customize Navigation Color" 290 290 msgstr "" 291 291 292 #: functions.php:5 45292 #: functions.php:550 293 293 msgid "Customize Post/Page Color" 294 294 msgstr "" 295 295 296 #: functions.php:55 0296 #: functions.php:555 297 297 msgid "Customize Blog Feed Color" 298 298 msgstr "" 299 299 300 #: functions.php:5 55300 #: functions.php:560 301 301 msgid "Customize Footer Color" 302 302 msgstr "" 303 303 304 #: functions.php:56 0304 #: functions.php:565 305 305 msgid "Customize Sidebar Color" 306 306 msgstr "" 307 307 308 #: functions.php:5 65308 #: functions.php:570 309 309 msgid "Customize Background Color" 310 310 msgstr "" 311 311 312 #: functions.php:57 0312 #: functions.php:575 313 313 msgid "Importable Demo Content\t" 314 314 msgstr "" 315 315 316 #: functions.php:5 78316 #: functions.php:583 317 317 msgid "Go Premium" 318 318 msgstr "" 319 319 320 #: functions.php:6 06320 #: functions.php:611 321 321 msgid "Thank You For Choosing " 322 322 msgstr "" 323 323 324 #: functions.php:6 07324 #: functions.php:612 325 325 msgid "Get Started With Theme By Clicking On Getting Started." 326 326 msgstr "" 327 327 328 #: functions.php:6 08328 #: functions.php:613 329 329 msgid "Get started" 330 330 msgstr "" 331 331 332 #: functions.php:6 09332 #: functions.php:614 333 333 msgid "Documentation" 334 334 msgstr "" 335 335 336 #: functions.php:61 2336 #: functions.php:617 337 337 msgid "View Demo" 338 338 msgstr "" … … 778 778 #: inc/customizer.php:831 779 779 #: inc/customizer.php:961 780 #: inc/customizer.php:12 36780 #: inc/customizer.php:1287 781 781 msgid "Customizer Options" 782 782 msgstr "" … … 884 884 885 885 #: inc/customizer.php:434 886 #: inc/customizer.php:1184887 #: inc/customizer.php:1200888 886 #: inc/customizer.php:1225 887 #: inc/customizer.php:1241 888 #: inc/customizer.php:1266 889 889 msgid "Right" 890 890 msgstr "" 891 891 892 892 #: inc/customizer.php:435 893 #: inc/customizer.php:1182894 #: inc/customizer.php:1198895 893 #: inc/customizer.php:1223 894 #: inc/customizer.php:1239 895 #: inc/customizer.php:1264 896 896 msgid "Left" 897 897 msgstr "" 898 898 899 899 #: inc/customizer.php:436 900 #: inc/customizer.php:1183901 #: inc/customizer.php:1199902 900 #: inc/customizer.php:1224 901 #: inc/customizer.php:1240 902 #: inc/customizer.php:1265 903 903 msgid "Center" 904 904 msgstr "" … … 1180 1180 #: inc/customizer.php:1069 1181 1181 #: inc/customizer.php:1138 1182 #: inc/customizer.php:1159 1182 1183 msgid "Right Side" 1183 1184 msgstr "" … … 1185 1186 #: inc/customizer.php:1070 1186 1187 #: inc/customizer.php:1139 1188 #: inc/customizer.php:1160 1187 1189 msgid "Left Side" 1188 1190 msgstr "" … … 1214 1216 1215 1217 #: inc/customizer.php:1145 1218 msgid "Page Settings" 1219 msgstr "" 1220 1221 #: inc/customizer.php:1156 1222 msgid "Single Page Sidebar Position" 1223 msgstr "" 1224 1225 #: inc/customizer.php:1158 1226 msgid "No Sidebar" 1227 msgstr "" 1228 1229 #: inc/customizer.php:1166 1216 1230 msgid "Footer" 1217 1231 msgstr "" 1218 1232 1219 #: inc/customizer.php:11 531233 #: inc/customizer.php:1174 1220 1234 msgid "Footer Background Image" 1221 1235 msgstr "" 1222 1236 1223 #: inc/customizer.php:11 641237 #: inc/customizer.php:1185 1224 1238 msgid "Footer Background Image Position" 1225 1239 msgstr "" 1226 1240 1227 #: inc/customizer.php:11 661241 #: inc/customizer.php:1187 1228 1242 msgid "fixed" 1229 1243 msgstr "" 1230 1244 1231 #: inc/customizer.php:11 671245 #: inc/customizer.php:1188 1232 1246 msgid "scroll" 1233 1247 msgstr "" 1234 1248 1235 #: inc/customizer.php:1179 1249 #: inc/customizer.php:1198 1250 msgid "Footer Background Color" 1251 msgstr "" 1252 1253 #: inc/customizer.php:1208 1254 msgid "Footer Content Color" 1255 msgstr "" 1256 1257 #: inc/customizer.php:1220 1236 1258 msgid "Footer Widget Heading Alignment" 1237 1259 msgstr "" 1238 1260 1239 #: inc/customizer.php:1 1951261 #: inc/customizer.php:1236 1240 1262 msgid "Footer Widget Content Alignment" 1241 1263 msgstr "" 1242 1264 1243 #: inc/customizer.php:12 081265 #: inc/customizer.php:1249 1244 1266 msgid "Replace the footer text" 1245 1267 msgstr "" 1246 1268 1247 #: inc/customizer.php:12 201269 #: inc/customizer.php:1261 1248 1270 msgid "Copyright Content Alignment" 1271 msgstr "" 1272 1273 #: inc/customizer.php:1275 1274 msgid "Copyright Text Color" 1249 1275 msgstr "" 1250 1276 -
pest-control-services/0.3.2/page.php
r223241 r267178 16 16 17 17 <div id="skip-content" class="container"> 18 <div id="primary" class="content-area"> 19 <main id="main" class="site-main module-border-wrap mb-4"> 20 <?php 21 while (have_posts()) : the_post(); 18 <div class="row"> 19 <?php if (get_theme_mod('pest_control_services_single_page_sidebar_layout','No Sidebar') == 'Left Side'){?> 20 <?php get_sidebar(); ?> 21 <?php }?> 22 <div id="primary" class="content-area <?php if (get_theme_mod('pest_control_services_single_page_sidebar_layout','No Sidebar') == 'Left Side' || get_theme_mod('pest_control_services_single_page_sidebar_layout','No Sidebar') == 'Right Side'){?> col-lg-9 col-md-8 <?php }?>"> 23 <main id="main" class="site-main module-border-wrap mb-4"> 24 <?php 25 while (have_posts()) : the_post(); 22 26 23 get_template_part('template-parts/content', 'page');27 get_template_part('template-parts/content', 'page'); 24 28 25 // If comments are open or we have at least one comment, load up the comment template.26 if (comments_open() || get_comments_number()) :27 comments_template();28 endif;29 // If comments are open or we have at least one comment, load up the comment template. 30 if (comments_open() || get_comments_number()) : 31 comments_template(); 32 endif; 29 33 30 endwhile; // End of the loop. 31 ?> 32 </main> 34 endwhile; // End of the loop. 35 ?> 36 </main> 37 </div> 38 <?php if (get_theme_mod('pest_control_services_single_page_sidebar_layout','No Sidebar') == 'Right Side'){?> 39 <?php get_sidebar(); ?> 40 <?php }?> 33 41 </div> 34 42 </div> -
pest-control-services/0.3.2/readme.txt
r263387 r267178 4 4 Tested up to: 6.6 5 5 Requires PHP: 7.2 6 Stable tag: 0.3. 16 Stable tag: 0.3.2 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 207 207 * Added show/hide single post tag option in customizer. 208 208 * Updated POT file. 209 210 = 0.3.2 211 212 * Added footer background color option in customizer. 213 * Added footer content color option in customizer. 214 * Added copyright text color option in customizer. 215 * Added single page sidebar layout option in customizer. 216 * Updated POT file. -
pest-control-services/0.3.2/style.css
r263387 r267178 3 3 Theme Name: Pest Control Services 4 4 Author: TheMagnifico52 5 Theme URI: https://www.themagnifico.net/products/free-pest-control-wordpress-theme /5 Theme URI: https://www.themagnifico.net/products/free-pest-control-wordpress-theme 6 6 Author URI: https://www.themagnifico.net/ 7 7 Description: Pest Control Services is a specialized WordPress theme designed specifically for pest control companies, exterminators, and related service providers in the pest control industry. With a clean and professional design, this theme provides an excellent platform to showcase pest control services, highlight expertise, and attract potential customers seeking solutions to pest-related issues, such as bed bugs, bees, cockroaches, rodents, termites, and wildlife. The theme features a user-friendly interface with seamless navigation, making it easy for visitors to access information about pest control services, schedule appointments, or contact the company. Its intuitive layout ensures a positive user experience. Equipped with various customization options, the Pest Control Services WordPress Theme allows businesses to tailor their website to match their brand identity. Customizable color schemes, font choices, and layout options offer flexibility to create a website that reflects the unique personality of the business, whether it focuses on domestic pest control, commercial pest control, or specialized pest services like extermination and pest protection. Optimized for performance and search engine visibility, this theme ensures that the website ranks well in search engine results and attracts organic traffic. With fast loading times and a responsive design, it delivers a seamless experience across all devices, including desktops, tablets, and smartphones. 8 Version: 0.3. 18 Version: 0.3.2 9 9 Requires at least: 5.0 10 10 Tested up to: 6.6
Note: See TracChangeset
for help on using the changeset viewer.