Changeset 262094
- Timestamp:
- 03/05/2025 11:33:16 PM (9 months ago)
- Location:
- movie-review-blog/2.0
- Files:
-
- 1 added
- 13 edited
- 1 copied
-
. (copied) (copied from movie-review-blog/1.9)
-
archive.php (modified) (7 diffs)
-
core/includes/class-upgrade-pro.php (modified) (1 diff)
-
core/includes/customizer.php (modified) (4 diffs)
-
core/includes/tgm.php (modified) (1 diff)
-
core/includes/upgrade-pro.php (modified) (5 diffs)
-
css/customize-controls.css (modified) (1 diff)
-
index.php (modified) (7 diffs)
-
nothing-found.php (added)
-
readme.txt (modified) (2 diffs)
-
search.php (modified) (7 diffs)
-
style.css (modified) (2 diffs)
-
woocommerce/archive-product.php (modified) (1 diff)
-
woocommerce/myaccount/form-login.php (modified) (2 diffs)
-
woocommerce/single-product.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
movie-review-blog/2.0/archive.php
r254132 r262094 32 32 else: 33 33 34 esc_html_e( 'Sorry, no post found on this archive.', 'movie-review-blog' );34 get_template_part( 'nothing-found' ); 35 35 36 36 endif; … … 61 61 else: 62 62 63 esc_html_e( 'Sorry, no post found on this archive.', 'movie-review-blog' );63 get_template_part( 'nothing-found' ); 64 64 65 65 endif; … … 87 87 else: 88 88 89 esc_html_e( 'Sorry, no post found on this archive.', 'movie-review-blog' );89 get_template_part( 'nothing-found' ); 90 90 91 91 endif; … … 119 119 else: 120 120 121 esc_html_e( 'Sorry, no post found on this archive.', 'movie-review-blog' );121 get_template_part( 'nothing-found' ); 122 122 123 123 endif; … … 144 144 else: 145 145 146 esc_html_e( 'Sorry, no post found on this archive.', 'movie-review-blog' );146 get_template_part( 'nothing-found' ); 147 147 148 148 endif; … … 167 167 else: 168 168 169 esc_html_e( 'Sorry, no post found on this archive.', 'movie-review-blog' );169 get_template_part( 'nothing-found' ); 170 170 171 171 endif; … … 198 198 else: 199 199 200 esc_html_e( 'Sorry, no post found on this archive.', 'movie-review-blog' );200 get_template_part( 'nothing-found' ); 201 201 202 202 endif; -
movie-review-blog/2.0/core/includes/class-upgrade-pro.php
r234128 r262094 75 75 'title' => esc_html__( 'Upgrade to Movie Review Blog PRO', 'movie-review-blog' ), 76 76 'description' => esc_html__( 'Unlock premium features: Multiple Sections, Color Pallete, Typography, Premium Support and much more...', 'movie-review-blog' ), 77 'pro_text' => esc_html__( 'View Movie Review Blog PRO', 'movie-review-blog' ), 78 'pro_url' => 'https://www.misbahwp.com/products/movie-review-wordpress-theme', 77 'pro_text' => esc_html__( 'View Movie Review Blog PRO', 'movie-review-blog' ), 78 'pro_url' => esc_url( MOVIE_REVIEW_BLOG_BUY_NOW ), 79 'bundle_text' => esc_html__( 'Get All Themes In Single Pack', 'movie-review-blog' ), 80 'bundle_url' => esc_url( MOVIE_REVIEW_BLOG_THEME_BUNDLE ), 79 81 'priority' => 1, 80 82 ) -
movie-review-blog/2.0/core/includes/customizer.php
r258958 r262094 204 204 205 205 206 // PANEL206 // PANEL 207 207 Kirki::add_panel( 'movie_review_blog_panel_id_3', array( 208 208 'priority' => 10, 209 'title' => esc_html__( '404 Settings ', 'movie-review-blog' ),209 'title' => esc_html__( '404 Settings / No Result', 'movie-review-blog' ), 210 210 ) ); 211 211 212 212 // 404 SECTION 213 213 Kirki::add_section( 'movie_review_blog_section_404', array( 214 'panel' => 'movie_review_blog_panel_id_3', 214 215 'title' => esc_html__( '404 Settings', 'movie-review-blog' ), 215 216 'priority' => 3, … … 227 228 Kirki::add_field( 'theme_config_id', [ 228 229 'type' => 'custom', 229 'settings' => 'movie_review_blog_ not_found_heading',230 'settings' => 'movie_review_blog_404_heading', 230 231 'section' => 'movie_review_blog_section_404', 231 'default' => '<h3 style="color: #2271b1; padding:10px; background:#fff; margin:0; border-left: solid 5px #2271b1; ">' . __( ' Not FoundHeading', 'movie-review-blog' ) . '</h3>',232 'default' => '<h3 style="color: #2271b1; padding:10px; background:#fff; margin:0; border-left: solid 5px #2271b1; ">' . __( '404 Heading', 'movie-review-blog' ) . '</h3>', 232 233 'priority' => 10, 233 234 ]); … … 243 244 Kirki::add_field( 'theme_config_id', [ 244 245 'type' => 'custom', 245 'settings' => 'movie_review_blog_ not_found_text',246 'settings' => 'movie_review_blog_404_text', 246 247 'section' => 'movie_review_blog_section_404', 247 'default' => '<h3 style="color: #2271b1; padding:10px; background:#fff; margin:0; border-left: solid 5px #2271b1; ">' . __( ' Not FoundContent', 'movie-review-blog' ) . '</h3>',248 'default' => '<h3 style="color: #2271b1; padding:10px; background:#fff; margin:0; border-left: solid 5px #2271b1; ">' . __( '404 Content', 'movie-review-blog' ) . '</h3>', 248 249 'priority' => 10, 249 250 ]); … … 254 255 'section' => 'movie_review_blog_section_404', 255 256 'default' => esc_html__('Sorry, no posts matched your criteria.', 'movie-review-blog'), 257 'priority' => 10, 258 ] ); 259 260 // NO Result 261 Kirki::add_section( 'movie_review_blog_no_result', array( 262 'panel' => 'movie_review_blog_panel_id_3', 263 'title' => esc_html__( 'No Result Page Settings', 'movie-review-blog' ), 264 'priority' => 3, 265 ) ); 266 267 Kirki::add_field( 'theme_config_id', [ 268 'label' => '<span class="custom-label-class">' . esc_html__( 'INFORMATION ABOUT PREMIUM VERSION :-', 'movie-review-blog' ) . '</span>', 269 'default' => '<a class="premium_info_btn" target="_blank" href="' . esc_url( MOVIE_REVIEW_BLOG_BUY_NOW_1 ) . '">' . __( 'GO TO PREMIUM', 'movie-review-blog' ) . '</a>', 270 'type' => 'custom', 271 'section' => 'movie_review_blog_no_result', 272 'description' => '<div class="custom-description-class">' . __( '<p>1. One Click Demo Importer </p><p>2. Color Pallete Setup </p><p>3. Section Reordering Facility</p><p>4. For More Options kindly Go For Premium Version.</p>', 'movie-review-blog' ) . '</div>', 273 'priority' => 10, 274 ]); 275 276 Kirki::add_field( 'theme_config_id', [ 277 'type' => 'custom', 278 'settings' => 'movie_review_blog_not_found_heading', 279 'section' => 'movie_review_blog_no_result', 280 'default' => '<h3 style="color: #2271b1; padding:10px; background:#fff; margin:0; border-left: solid 5px #2271b1; ">' . __( 'No Search Result Heading', 'movie-review-blog' ) . '</h3>', 281 'priority' => 10, 282 ]); 283 284 Kirki::add_field( 'theme_config_id', [ 285 'type' => 'text', 286 'settings' => 'movie_review_blog_no_results_page_title', 287 'section' => 'movie_review_blog_no_result', 288 'default' => esc_html__('404 Not Found', 'movie-review-blog'), 289 'priority' => 10, 290 ] ); 291 292 Kirki::add_field( 'theme_config_id', [ 293 'type' => 'custom', 294 'settings' => 'movie_review_blog_not_found_text', 295 'section' => 'movie_review_blog_no_result', 296 'default' => '<h3 style="color: #2271b1; padding:10px; background:#fff; margin:0; border-left: solid 5px #2271b1; ">' . __( 'No Search Result Content', 'movie-review-blog' ) . '</h3>', 297 'priority' => 10, 298 ]); 299 300 Kirki::add_field( 'theme_config_id', [ 301 'type' => 'text', 302 'settings' => 'movie_review_blog_no_results_page_content', 303 'section' => 'movie_review_blog_no_result', 304 'default' => esc_html__('Sorry, but nothing matched your search terms. Please try again with some different keywords.', 'movie-review-blog'), 256 305 'priority' => 10, 257 306 ] ); -
movie-review-blog/2.0/core/includes/tgm.php
r254132 r262094 20 20 'force_activation' => false, 21 21 ), 22 array( 23 'name' => __( 'Mosaic Gallery Advanced Gallery', 'movie-review-blog' ), 24 'slug' => 'mosaic-gallery-advanced-gallery', 25 'required' => false, 26 'force_activation' => false, 27 ), 22 28 ); 23 29 $config = array(); -
movie-review-blog/2.0/core/includes/upgrade-pro.php
r234128 r262094 27 27 28 28 /** 29 * Custom button text to output. 30 * 31 * @since 1.0.0 32 * @access public 33 * @var string 34 */ 35 public $bundle_text = ''; 36 37 /** 29 38 * Custom pro button URL. 30 39 * … … 34 43 */ 35 44 public $pro_url = ''; 45 46 /** 47 * Custom pro button URL. 48 * 49 * @since 1.0.0 50 * @access public 51 * @var string 52 */ 53 public $bundle_url = ''; 36 54 37 55 /** … … 48 66 $json['pro_url'] = esc_url( $this->pro_url ); 49 67 68 $json['bundle_text'] = $this->bundle_text; 69 $json['bundle_url'] = esc_url( $this->bundle_url ); 70 50 71 return $json; 51 72 } … … 60 81 protected function render_template() { ?> 61 82 <li id="accordion-section-{{ data.id }}" class="accordion-section control-section control-section-{{ data.type }} cannot-expand"> 62 63 83 <h3 class="accordion-section-title"> 64 84 {{ data.title }} … … 69 89 <a href="{{ data.pro_url }}" class="button button-primary" target="_blank">{{ data.pro_text }}</a> 70 90 <# } #> 91 92 <# if ( data.bundle_text && data.bundle_url ) { #> 93 <a href="{{ data.bundle_url }}" class="button button-primary" target="_blank">{{ data.bundle_text }}</a> 94 <# } #> 71 95 72 96 </h3> 73 74 97 </li> 75 98 <?php } -
movie-review-blog/2.0/css/customize-controls.css
r254132 r262094 69 69 display: none; 70 70 } 71 a.button.button-primary{ 72 margin: 4px; 73 } -
movie-review-blog/2.0/index.php
r254132 r262094 32 32 else: 33 33 34 esc_html_e( 'Sorry, no post found on this archive.', 'movie-review-blog' );34 get_template_part( 'nothing-found' ); 35 35 36 36 endif; … … 61 61 else: 62 62 63 esc_html_e( 'Sorry, no post found on this archive.', 'movie-review-blog' );63 get_template_part( 'nothing-found' ); 64 64 65 65 endif; … … 87 87 else: 88 88 89 esc_html_e( 'Sorry, no post found on this archive.', 'movie-review-blog' );89 get_template_part( 'nothing-found' ); 90 90 91 91 endif; … … 119 119 else: 120 120 121 esc_html_e( 'Sorry, no post found on this archive.', 'movie-review-blog' );121 get_template_part( 'nothing-found' ); 122 122 123 123 endif; … … 144 144 else: 145 145 146 esc_html_e( 'Sorry, no post found on this archive.', 'movie-review-blog' );146 get_template_part( 'nothing-found' ); 147 147 148 148 endif; … … 167 167 else: 168 168 169 esc_html_e( 'Sorry, no post found on this archive.', 'movie-review-blog' );169 get_template_part( 'nothing-found' ); 170 170 171 171 endif; … … 198 198 else: 199 199 200 esc_html_e( 'Sorry, no post found on this archive.', 'movie-review-blog' );200 get_template_part( 'nothing-found' ); 201 201 202 202 endif; -
movie-review-blog/2.0/readme.txt
r258958 r262094 3 3 Tags: photography, entertainment, blog, one-column, two-columns, three-columns, four-columns, right-sidebar, left-sidebar, grid-layout, custom-background, custom-colors, custom-header, custom-logo, custom-menu, featured-images, footer-widgets, full-width-template, featured-image-header, editor-style, post-formats, rtl-language-support, theme-options, threaded-comments, translation-ready 4 4 Requires at least: 5.0 5 Stable tag: 1.95 Stable tag: 2.0 6 6 Requires PHP: 7.2 7 7 Tested up to: 6.7 … … 94 94 * Updated customizer settings. 95 95 96 = 2.0 = March - 04 - 2025 97 98 * Added no result settings. 99 * Added nothing-found.php file. 100 * Added bundle button in customizer. 101 * recommend mosaic plugin. 102 * Updated woocommerce template. 103 * Do proper escaping. 104 96 105 == Resources == 97 106 -
movie-review-blog/2.0/search.php
r254132 r262094 33 33 else: 34 34 35 esc_html_e( 'Sorry, no post found on this archive.', 'movie-review-blog' );35 get_template_part( 'nothing-found' ); 36 36 37 37 endif; … … 63 63 else: 64 64 65 esc_html_e( 'Sorry, no post found on this archive.', 'movie-review-blog' );65 get_template_part( 'nothing-found' ); 66 66 67 67 endif; … … 90 90 else: 91 91 92 esc_html_e( 'Sorry, no post found on this archive.', 'movie-review-blog' );92 get_template_part( 'nothing-found' ); 93 93 94 94 endif; … … 123 123 else: 124 124 125 esc_html_e( 'Sorry, no post found on this archive.', 'movie-review-blog' );125 get_template_part( 'nothing-found' ); 126 126 127 127 endif; … … 150 150 else: 151 151 152 esc_html_e( 'Sorry, no post found on this archive.', 'movie-review-blog' );152 get_template_part( 'nothing-found' ); 153 153 154 154 endif; … … 175 175 else: 176 176 177 esc_html_e( 'Sorry, no post found on this archive.', 'movie-review-blog' );177 get_template_part( 'nothing-found' ); 178 178 179 179 endif; … … 207 207 else: 208 208 209 esc_html_e( 'Sorry, no post found on this archive.', 'movie-review-blog' );209 get_template_part( 'nothing-found' ); 210 210 211 211 endif; -
movie-review-blog/2.0/style.css
r258958 r262094 5 5 Theme URI: https://www.misbahwp.com/products/free-movie-wordpress-theme 6 6 Author URI: https://www.misbahwp.com/ 7 Version: 1.97 Version: 2.0 8 8 Requires PHP: 7.2 9 9 Tested up to: 6.7 … … 1199 1199 .bypostauthor { 1200 1200 } 1201 a.button.button-primary{ 1202 margin: 4px; 1203 } -
movie-review-blog/2.0/woocommerce/archive-product.php
r234128 r262094 25 25 <img src="<?php echo get_stylesheet_directory_uri() . '/assets/images/banner.png'; ?>"> 26 26 </div> 27 <h1 class="post-title feature-header-title"><?php e cho(esc_html_e('Archive Product Page','movie-review-blog')); ?></h1>27 <h1 class="post-title feature-header-title"><?php esc_html_e('Archive Product Page','movie-review-blog'); ?></h1> 28 28 <?php if ( get_theme_mod('movie_review_blog_breadcrumb_enable',true) ) : ?> 29 29 <div class="bread_crumb text-center"> -
movie-review-blog/2.0/woocommerce/myaccount/form-login.php
r244560 r262094 13 13 * @see https://woocommerce.com/document/template-structure/ 14 14 * @package WooCommerce\Templates 15 * @version 9. 2.015 * @version 9.7.0 16 16 */ 17 17 … … 32 32 <h2><?php esc_html_e( 'Login', 'movie-review-blog' ); ?></h2> 33 33 34 <form class="woocommerce-form woocommerce-form-login login" method="post" >34 <form class="woocommerce-form woocommerce-form-login login" method="post" novalidate> 35 35 36 36 <?php do_action( 'woocommerce_login_form_start' ); ?> -
movie-review-blog/2.0/woocommerce/single-product.php
r257527 r262094 28 28 <img src="<?php echo get_stylesheet_directory_uri() . '/assets/images/banner.png'; ?>"> 29 29 </div> 30 <h1 class="post-title feature-header-title"><?php echo get_the_title(); ?></h1>30 <h1 class="post-title feature-header-title"><?php esc_html_e('Single Product Page','movie-review-blog'); ?></h1> 31 31 <?php if ( get_theme_mod('movie_review_blog_breadcrumb_enable',true) ) : ?> 32 32 <div class="bread_crumb text-center">
Note: See TracChangeset
for help on using the changeset viewer.