/** * Related Posts Loader for Astra theme. * * @package Astra * @author Brainstorm Force * @copyright Copyright (c) 2021, Brainstorm Force * @link https://www.brainstormforce.com * @since Astra 3.5.0 */ if ( ! defined( 'ABSPATH' ) ) { exit; // Exit if accessed directly. } /** * Customizer Initialization * * @since 3.5.0 */ class Astra_Related_Posts_Loader { /** * Constructor * * @since 3.5.0 */ public function __construct() { add_filter( 'astra_theme_defaults', array( $this, 'theme_defaults' ) ); add_action( 'customize_register', array( $this, 'related_posts_customize_register' ), 2 ); // Load Google fonts. add_action( 'astra_get_fonts', array( $this, 'add_fonts' ), 1 ); } /** * Enqueue google fonts. * * @return void */ public function add_fonts() { if ( astra_target_rules_for_related_posts() ) { // Related Posts Section title. $section_title_font_family = astra_get_option( 'related-posts-section-title-font-family' ); $section_title_font_weight = astra_get_option( 'related-posts-section-title-font-weight' ); Astra_Fonts::add_font( $section_title_font_family, $section_title_font_weight ); // Related Posts - Posts title. $post_title_font_family = astra_get_option( 'related-posts-title-font-family' ); $post_title_font_weight = astra_get_option( 'related-posts-title-font-weight' ); Astra_Fonts::add_font( $post_title_font_family, $post_title_font_weight ); // Related Posts - Meta Font. $meta_font_family = astra_get_option( 'related-posts-meta-font-family' ); $meta_font_weight = astra_get_option( 'related-posts-meta-font-weight' ); Astra_Fonts::add_font( $meta_font_family, $meta_font_weight ); // Related Posts - Content Font. $content_font_family = astra_get_option( 'related-posts-content-font-family' ); $content_font_weight = astra_get_option( 'related-posts-content-font-weight' ); Astra_Fonts::add_font( $content_font_family, $content_font_weight ); } } /** * Set Options Default Values * * @param array $defaults Astra options default value array. * @return array */ public function theme_defaults( $defaults ) { // Related Posts. $defaults['enable-related-posts'] = false; $defaults['related-posts-title'] = __( 'Related Posts', 'astra' ); $defaults['releted-posts-title-alignment'] = 'left'; $defaults['related-posts-total-count'] = 2; $defaults['enable-related-posts-excerpt'] = false; $defaults['related-posts-excerpt-count'] = 25; $defaults['related-posts-based-on'] = 'categories'; $defaults['related-posts-order-by'] = 'date'; $defaults['related-posts-order'] = 'asc'; $defaults['related-posts-grid-responsive'] = array( 'desktop' => '2-equal', 'tablet' => '2-equal', 'mobile' => 'full', ); $defaults['related-posts-structure'] = array( 'featured-image', 'title-meta', ); $defaults['related-posts-meta-structure'] = array( 'comments', 'category', 'author', ); // Related Posts - Color styles. $defaults['related-posts-text-color'] = ''; $defaults['related-posts-link-color'] = ''; $defaults['related-posts-title-color'] = ''; $defaults['related-posts-background-color'] = ''; $defaults['related-posts-meta-color'] = ''; $defaults['related-posts-link-hover-color'] = ''; $defaults['related-posts-meta-link-hover-color'] = ''; // Related Posts - Title typo. $defaults['related-posts-section-title-font-family'] = 'inherit'; $defaults['related-posts-section-title-font-weight'] = 'inherit'; $defaults['related-posts-section-title-text-transform'] = ''; $defaults['related-posts-section-title-line-height'] = ''; $defaults['related-posts-section-title-font-size'] = array( 'desktop' => '30', 'tablet' => '', 'mobile' => '', 'desktop-unit' => 'px', 'tablet-unit' => 'px', 'mobile-unit' => 'px', ); // Related Posts - Title typo. $defaults['related-posts-title-font-family'] = 'inherit'; $defaults['related-posts-title-font-weight'] = 'inherit'; $defaults['related-posts-title-text-transform'] = ''; $defaults['related-posts-title-line-height'] = '1'; $defaults['related-posts-title-font-size'] = array( 'desktop' => '20', 'tablet' => '', 'mobile' => '', 'desktop-unit' => 'px', 'tablet-unit' => 'px', 'mobile-unit' => 'px', ); // Related Posts - Meta typo. $defaults['related-posts-meta-font-family'] = 'inherit'; $defaults['related-posts-meta-font-weight'] = 'inherit'; $defaults['related-posts-meta-text-transform'] = ''; $defaults['related-posts-meta-line-height'] = ''; $defaults['related-posts-meta-font-size'] = array( 'desktop' => '14', 'tablet' => '', 'mobile' => '', 'desktop-unit' => 'px', 'tablet-unit' => 'px', 'mobile-unit' => 'px', ); // Related Posts - Content typo. $defaults['related-posts-content-font-family'] = 'inherit'; $defaults['related-posts-content-font-weight'] = 'inherit'; $defaults['related-posts-content-text-transform'] = ''; $defaults['related-posts-content-line-height'] = ''; $defaults['related-posts-content-font-size'] = array( 'desktop' => '', 'tablet' => '', 'mobile' => '', 'desktop-unit' => 'px', 'tablet-unit' => 'px', 'mobile-unit' => 'px', ); return $defaults; } /** * Add postMessage support for site title and description for the Theme Customizer. * * @param WP_Customize_Manager $wp_customize Theme Customizer object. * * @since 3.5.0 */ public function related_posts_customize_register( $wp_customize ) { /** * Register Config control in Related Posts. */ // @codingStandardsIgnoreStart WPThemeReview.CoreFunctionality.FileInclude.FileIncludeFound require_once ASTRA_RELATED_POSTS_DIR . 'customizer/class-astra-related-posts-configs.php'; // @codingStandardsIgnoreEnd WPThemeReview.CoreFunctionality.FileInclude.FileIncludeFound } /** * Render the Related Posts title for the selective refresh partial. * * @since 3.5.0 */ public function render_related_posts_title() { return astra_get_option( 'related-posts-title' ); } } /** * Kicking this off by creating NEW instace. */ new Astra_Related_Posts_Loader(); What to Do When You Receive a Notice to Quit in Michigan – Quality Formación

What to Do When You Receive a Notice to Quit in Michigan

What to Do When You Receive a Notice to Quit in Michigan

Receiving a Notice to Quit can feel overwhelming. It’s a formal warning from your landlord that you need to vacate the property. But don’t panic. Understanding your rights and the steps you can take is crucial in this situation. This guide breaks down what a Notice to Quit means, your options, and how to respond effectively.

Understanding the Notice to Quit

A Notice to Quit in Michigan is a document that informs tenants they must leave their rental property. This could be due to various reasons, such as failure to pay rent or violating lease terms. The notice typically specifies the timeframe you have to vacate, which can vary depending on the reason for the eviction.

For example, if you haven’t paid your rent, the notice might give you seven days to settle the payment before legal action begins. On the other hand, lease violations might allow for a longer response period. Knowing the type of notice you received is essential in formulating your next steps.

Your Rights as a Tenant

Michigan law protects tenants in several ways. First, a landlord must provide a valid reason for eviction. If you believe the notice is unjust, you can contest it. It’s important to gather any evidence that supports your case, such as payment receipts or communication with your landlord.

Additionally, landlords cannot evict tenants without going through the court system. This means you have a chance to defend yourself in court before any eviction can take place. Familiarize yourself with the Michigan Tenant Rights Handbook for more detailed information.

Responding to the Notice

How you respond to a Notice to Quit can significantly impact your situation. If you plan on moving out, make sure to do so within the specified timeframe. If you’re contesting the notice, you should notify your landlord in writing that you intend to dispute the eviction.

Sometimes, landlords are willing to negotiate. Perhaps you need a little more time to pay your rent or resolve an issue. Open communication can often lead to a more favorable outcome for both parties. Document any agreements you make.

Seeking Legal Assistance

If the notice seems unwarranted, or if you feel overwhelmed, it’s wise to consult with a legal professional who specializes in landlord-tenant law. They can help you understand your rights better and provide guidance on how to proceed. In Michigan, various legal aid organizations can offer assistance at little to no cost.

Additionally, resources are available online. For a comprehensive template to fill out regarding Notices to Quit, check out https://businesspdfforms.com/fillable-michigan-notice-to-quit/, which can help ensure you’re following the correct procedures.

Preparing for Court

If your situation escalates to court, preparation is key. Gather all relevant documentation: your lease agreement, payment records, and any correspondence with your landlord. You’ll want to present a clear and organized case.

Consider how you’ll articulate your defense. Practice your points. A calm and collected demeanor can sway a judge in your favor. Real-life scenarios show that tenants who come prepared often fare better than those who don’t.

Understanding the Eviction Process

If the court rules in favor of your landlord, there are still options available. Sometimes, you can request additional time to move out. This is known as a stay of eviction. It’s not guaranteed, but it’s worth asking for if you need it.

Moreover, being proactive can help. If you know you’re unable to pay rent, communicate this with your landlord before the situation escalates. Many landlords appreciate honesty and may offer payment plans or temporary relief options.

Finding New Housing

If you do need to leave the property, start searching for new housing as soon as possible. Look for places that fit your budget and needs. Utilize online resources and local listings to find potential options. Don’t forget to ask friends and family for recommendations.

Be open about your situation when applying for new rentals. Some landlords may be sympathetic and willing to work with you despite your recent eviction notice. Honesty can go a long way in securing a new place.

Receiving a Notice to Quit can be distressing, but it doesn’t have to spell disaster. By understanding your rights, preparing your response, and seeking assistance when needed, you can navigate this challenging situation with more confidence.

monopoly casino