/** * Harwood Flooring functions and definitions * * @link https://developer.wordpress.org/themes/basics/theme-functions/ * * @package Harwood_Flooring */ if ( ! defined( '_S_VERSION' ) ) { // Replace the version number of the theme on each release. define( '_S_VERSION', '1.0.0' ); } /** * Sets up theme defaults and registers support for various WordPress features. * * Note that this function is hooked into the after_setup_theme hook, which * runs before the init hook. The init hook is too late for some features, such * as indicating support for post thumbnails. */ function harwood_flooring_setup() { /* * Make theme available for translation. * Translations can be filed in the /languages/ directory. * If you're building a theme based on Harwood Flooring, use a find and replace * to change 'harwood-flooring' to the name of your theme in all the template files. */ load_theme_textdomain( 'harwood-flooring', get_template_directory() . '/languages' ); // Add default posts and comments RSS feed links to head. add_theme_support( 'automatic-feed-links' ); /* * Let WordPress manage the document title. * By adding theme support, we declare that this theme does not use a * hard-coded tag in the document head, and expect WordPress to * provide it for us. */ add_theme_support( 'title-tag' ); /* * Enable support for Post Thumbnails on posts and pages. * * @link https://developer.wordpress.org/themes/functionality/featured-images-post-thumbnails/ */ add_theme_support( 'post-thumbnails' ); // This theme uses wp_nav_menu() in one location. register_nav_menus( array( 'menu-1' => esc_html__( 'Primary', 'harwood-flooring' ), ) ); /* * Switch default core markup for search form, comment form, and comments * to output valid HTML5. */ add_theme_support( 'html5', array( 'search-form', 'comment-form', 'comment-list', 'gallery', 'caption', 'style', 'script', ) ); // Set up the WordPress core custom background feature. add_theme_support( 'custom-background', apply_filters( 'harwood_flooring_custom_background_args', array( 'default-color' => 'ffffff', 'default-image' => '', ) ) ); // Add theme support for selective refresh for widgets. add_theme_support( 'customize-selective-refresh-widgets' ); /** * Add support for core custom logo. * * @link https://codex.wordpress.org/Theme_Logo */ add_theme_support( 'custom-logo', array( 'height' => 250, 'width' => 250, 'flex-width' => true, 'flex-height' => true, ) ); } add_action( 'after_setup_theme', 'harwood_flooring_setup' ); /** * Set the content width in pixels, based on the theme's design and stylesheet. * * Priority 0 to make it available to lower priority callbacks. * * @global int $content_width */ function harwood_flooring_content_width() { $GLOBALS['content_width'] = apply_filters( 'harwood_flooring_content_width', 640 ); } add_action( 'after_setup_theme', 'harwood_flooring_content_width', 0 ); /** * Register widget area. * * @link https://developer.wordpress.org/themes/functionality/sidebars/#registering-a-sidebar */ function harwood_flooring_widgets_init() { register_sidebar( array( 'name' => esc_html__( 'Sidebar', 'harwood-flooring' ), 'id' => 'sidebar-1', 'description' => esc_html__( 'Add widgets here.', 'harwood-flooring' ), 'before_widget' => '<section id="%1$s" class="widget %2$s">', 'after_widget' => '</section>', 'before_title' => '<h2 class="widget-title">', 'after_title' => '</h2>', ) ); } add_action( 'widgets_init', 'harwood_flooring_widgets_init' ); /** * Enqueue scripts and styles. */ function harwood_flooring_scripts() { wp_enqueue_style( 'harwood-flooring-style', get_stylesheet_uri(), array(), _S_VERSION ); wp_style_add_data( 'harwood-flooring-style', 'rtl', 'replace' ); wp_enqueue_script( 'harwood-flooring-navigation', get_template_directory_uri() . '/js/navigation.js', array(), _S_VERSION, true ); if ( is_singular() && comments_open() && get_option( 'thread_comments' ) ) { wp_enqueue_script( 'comment-reply' ); } } add_action( 'wp_enqueue_scripts', 'harwood_flooring_scripts' ); /** * Implement the Custom Header feature. */ require get_template_directory() . '/inc/custom-header.php'; /** * Custom template tags for this theme. */ require get_template_directory() . '/inc/template-tags.php'; /** * Functions which enhance the theme by hooking into WordPress. */ require get_template_directory() . '/inc/template-functions.php'; /** * Customizer additions. */ require get_template_directory() . '/inc/customizer.php'; /** * Load Jetpack compatibility file. */ if ( defined( 'JETPACK__VERSION' ) ) { require get_template_directory() . '/inc/jetpack.php'; } /* START To work the same parmalink page of custom post type "flooring-services" */ function handle_flooring_services_cpt_conflict($wp) { // Only run for the 'flooring-services' slug if ( isset($wp->query_vars['pagename']) && $wp->query_vars['pagename'] == 'flooring-services' ) { // Check if a post exists for this custom post type $post = get_page_by_path('flooring-services', OBJECT, 'flooring-services'); if ($post) { // Directly set the post ID and post type if found $wp->query_vars['pagename'] = ''; $wp->query_vars['post_type'] = 'flooring-services'; $wp->query_vars['p'] = $post->ID; } } } add_action('parse_request', 'handle_flooring_services_cpt_conflict'); /* END To work the same parmalink page of custom post type "flooring-services" */<!doctype html> <html lang="en-US"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="profile" href="https://gmpg.org/xfn/11"> <meta name='robots' content='max-image-preview:large' /> <link rel="alternate" title="oEmbed (JSON)" type="application/json+oembed" href="https://2movershouston.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2F2movershouston.com%2Falawin-in-belgie-volledige-gids-voor-registratie-bonussen-betaalmethoden-en-veiligheid%2F" /> <link rel="alternate" title="oEmbed (XML)" type="text/xml+oembed" href="https://2movershouston.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2F2movershouston.com%2Falawin-in-belgie-volledige-gids-voor-registratie-bonussen-betaalmethoden-en-veiligheid%2F&format=xml" /> <style id='wp-img-auto-sizes-contain-inline-css' type='text/css'> img:is([sizes=auto i],[sizes^="auto," i]){contain-intrinsic-size:3000px 1500px} /*# sourceURL=wp-img-auto-sizes-contain-inline-css */ </style> <style id='wp-emoji-styles-inline-css' type='text/css'> img.wp-smiley, img.emoji { display: inline !important; border: none !important; box-shadow: none !important; height: 1em !important; width: 1em !important; margin: 0 0.07em !important; vertical-align: -0.1em !important; background: none !important; padding: 0 !important; } /*# sourceURL=wp-emoji-styles-inline-css */ </style> <style id='wp-block-library-inline-css' type='text/css'> :root{--wp-block-synced-color:#7a00df;--wp-block-synced-color--rgb:122,0,223;--wp-bound-block-color:var(--wp-block-synced-color);--wp-editor-canvas-background:#ddd;--wp-admin-theme-color:#007cba;--wp-admin-theme-color--rgb:0,124,186;--wp-admin-theme-color-darker-10:#006ba1;--wp-admin-theme-color-darker-10--rgb:0,107,160.5;--wp-admin-theme-color-darker-20:#005a87;--wp-admin-theme-color-darker-20--rgb:0,90,135;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){:root{--wp-admin-border-width-focus:1.5px}}.wp-element-button{cursor:pointer}:root .has-very-light-gray-background-color{background-color:#eee}:root .has-very-dark-gray-background-color{background-color:#313131}:root .has-very-light-gray-color{color:#eee}:root .has-very-dark-gray-color{color:#313131}:root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background{background:linear-gradient(135deg,#00d084,#0693e3)}:root .has-purple-crush-gradient-background{background:linear-gradient(135deg,#34e2e4,#4721fb 50%,#ab1dfe)}:root .has-hazy-dawn-gradient-background{background:linear-gradient(135deg,#faaca8,#dad0ec)}:root .has-subdued-olive-gradient-background{background:linear-gradient(135deg,#fafae1,#67a671)}:root .has-atomic-cream-gradient-background{background:linear-gradient(135deg,#fdd79a,#004a59)}:root .has-nightshade-gradient-background{background:linear-gradient(135deg,#330968,#31cdcf)}:root .has-midnight-gradient-background{background:linear-gradient(135deg,#020381,#2874fc)}:root{--wp--preset--font-size--normal:16px;--wp--preset--font-size--huge:42px}.has-regular-font-size{font-size:1em}.has-larger-font-size{font-size:2.625em}.has-normal-font-size{font-size:var(--wp--preset--font-size--normal)}.has-huge-font-size{font-size:var(--wp--preset--font-size--huge)}.has-text-align-center{text-align:center}.has-text-align-left{text-align:left}.has-text-align-right{text-align:right}.has-fit-text{white-space:nowrap!important}#end-resizable-editor-section{display:none}.aligncenter{clear:both}.items-justified-left{justify-content:flex-start}.items-justified-center{justify-content:center}.items-justified-right{justify-content:flex-end}.items-justified-space-between{justify-content:space-between}.screen-reader-text{border:0;clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal!important}.screen-reader-text:focus{background-color:#ddd;clip-path:none;color:#444;display:block;font-size:1em;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}html :where(.has-border-color){border-style:solid}html :where([style*=border-top-color]){border-top-style:solid}html :where([style*=border-right-color]){border-right-style:solid}html :where([style*=border-bottom-color]){border-bottom-style:solid}html :where([style*=border-left-color]){border-left-style:solid}html :where([style*=border-width]){border-style:solid}html :where([style*=border-top-width]){border-top-style:solid}html :where([style*=border-right-width]){border-right-style:solid}html :where([style*=border-bottom-width]){border-bottom-style:solid}html :where([style*=border-left-width]){border-left-style:solid}html :where(img[class*=wp-image-]){height:auto;max-width:100%}:where(figure){margin:0 0 1em}html :where(.is-position-sticky){--wp-admin--admin-bar--position-offset:var(--wp-admin--admin-bar--height,0px)}@media screen and (max-width:600px){html :where(.is-position-sticky){--wp-admin--admin-bar--position-offset:0px}} /*# sourceURL=wp-block-library-inline-css */ </style> <style id='classic-theme-styles-inline-css' type='text/css'> /*! This file is auto-generated */ .wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none} /*# sourceURL=/wp-includes/css/classic-themes.min.css */ </style> <link rel="https://api.w.org/" href="https://2movershouston.com/wp-json/" /><link rel="alternate" title="JSON" type="application/json" href="https://2movershouston.com/wp-json/wp/v2/pages/4397" /><link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://2movershouston.com/xmlrpc.php?rsd" /> <meta name="generator" content="WordPress 6.9.4" /> <link rel="canonical" href="https://2movershouston.com/alawin-in-belgie-volledige-gids-voor-registratie-bonussen-betaalmethoden-en-veiligheid/" /> <link rel='shortlink' href='https://2movershouston.com/?p=4397' /> <style type="text/css" id="wp-custom-css"> .page { margin: 0 !important; } #gallery-1 figure{ max-width: 100% !important; } @media (max-width: 390px) { .gallery { display: block; } #gallery-1 figure{ margin: 10px 0; } } .elementor-post__thumbnail { padding: 0 !important; } /* Apply border to all items except the last child */ ul#menu-1-3cf4cd7 > li:not(:last-child) { border-right: 2px solid black; } ul#menu-1-3cf4cd7 li ul.sub-menu li { border-right: none; } @media (max-width: 768px) { ul#menu-1-3cf4cd7 > li { border-right: none; } } .hover-01 .elementor-element:hover { background-color: #693e25 !important; } .hover-01 .elementor-element:hover .elementor-heading-title { color: #fff !important; } .hover-01 .elementor-element:hover .elementor-icon{ background-color:#fff !important; } .hover-01 .elementor-element:hover svg path { fill: #000 !important; } .hover-01 .elementor-element svg path { fill: #fff !important; } /* Contact Form Styles */ .exact-contact-form { max-width: 100%; } .exact-form-row { display: flex; justify-content: space-between; } .exact-col-1, .exact-col-2 { flex: 1; margin-right: 15px; } .exact-col-2 { margin-right: 0; } .exact-contact-form input[type="text"], .exact-contact-form input[type="tel"], .exact-contact-form input[type="email"], .exact-contact-form textarea { padding: 12px 15px; border: 1px solid #ccc; border-radius: 5px; font-size: 16px; background-color: #fff; width: 100%; } .exact-contact-form1 textarea { height: 180px; width: 100%; } .exact-contact-form input::placeholder, .exact-contact-form textarea::placeholder { color: initial; /* Default browser placeholder color */ opacity: 1; } /* Submit Button Styles */ .exact-submit-wrapper { text-align: right; } .exact-submit-btn { background-color: transparent; color: #000; border: 2px solid #B7A877; padding: 6px 35px; border-radius: 5px; cursor: pointer; font-size: 18px; width: 100%; font-size: 23px; } .exact-submit-btn:hover { background-color: #693e25; color: #fff; } /* Responsive Styles for Tablets and Mobile */ @media (max-width: 768px) { .exact-form-row { flex-direction: column; } .exact-col-1, .exact-col-2 { margin-right: 0; } .exact-contact-form textarea { height: 150px; } } /* Request an estimate */ /* General form-row styling */ #form-row-1, #form-row-3, #form-row-4, #form-row-5, #form-row-7 { display: flex; flex-wrap: wrap; margin-bottom: 15px; gap: 10px; } #form-col-1, #form-col-2, #form-col-3, #form-col-4, #form-col-5, #form-col-6, #form-col-7, #form-col-8, #form-col-9 { flex: 1; padding: 5px; } /* Input fields */ #form-col-1 input, #form-col-2 input, #form-row-2 input, #form-col-3 input, #form-col-4 input, #form-col-5 input, #form-col-6 input, #form-col-7 select, #form-col-8 input, #form-col-9 select, #form-row-6 textarea { width: 100%; padding: 10px; border: 1px solid #ccc; border-radius: 4px; box-sizing: border-box; font-size: 14px; background-color: #f9f9f9; color: #333; } #form-row-6 textarea { height: 120px; resize: vertical; } #form-col-7 select, #form-col-9 select { background-color: #fff; / } #form-row-7 input[type="checkbox"] { margin-right: 5px; } /* Focus styling */ #form-col-1 input:focus, #form-col-2 input:focus, #form-row-2 input:focus, #form-col-3 input:focus, #form-col-4 input:focus, #form-col-5 input:focus, #form-col-6 input:focus, #form-col-7 select:focus, #form-col-8 input:focus, #form-col-9 select:focus, #form-row-6 textarea:focus { border-color: #0073e6; outline: none; box-shadow: 0 0 5px rgba(0, 115, 230, 0.5); } /* Checkbox row styling */ #checkbox-row { display: flex; flex-wrap: wrap; gap: 10px; } #checkbox-row label { display: flex; align-items: center; font-size: 14px; color: #333; } #checkbox-row input[type="checkbox"] { margin-right: 5px; } /* Submit button */ #form-row-8 input[type="submit"] { border: 1px solid; border-color: #ccc #ccc #bbb; border-radius: 3px; background: #693e25; color: rgba(0, 0, 0, 0.8); line-height: 1; padding: 12px 120px; font-size: 23px !important; } #form-row-8 input[type="submit"]:hover { background-color: #000; color:#fff; } /* Paragraph styling */ #form-row-5 + p { margin-top: 20px; font-size: 16px; color: #444; } /* Responsive Design */ @media (max-width: 1024px) { #form-row-1, #form-row-2, #form-row-3, #form-row-4, #form-row-5, #form-row-6, #form-row-7 { flex-direction: row; gap: 10px; } #form-col-1, #form-col-2, #form-col-3, #form-col-4, #form-col-5, #form-col-6, #form-col-7, #form-col-8, #form-col-9 { flex: 1 1 45%; /* Two columns per row */ } } @media (max-width: 768px) { #form-row-1, #form-row-2, #form-row-3, #form-row-4, #form-row-5, #form-row-6, #form-row-7 { flex-direction: column; gap: 10px; } #form-col-1, #form-col-2, #form-col-3, #form-col-4, #form-col-5, #form-col-6, #form-col-7, #form-col-8, #form-col-9 { flex: 1 1 100%; /* Full width on mobile */ } #form-row-6 input[type="submit"] { width: 100%; /* Full width submit button */ } } div#form-row-8 { display: flex; } div#form-row-8 p { margin: 10px auto; } </style> </head> <body class="wp-singular page-template-default page page-id-4397 wp-theme-harwood-flooring"> <div id="page" class="site"> <a class="skip-link screen-reader-text" href="#primary">Skip to content</a> <header id="masthead" class="site-header"> <div class="site-branding"> <p class="site-title"><a href="https://2movershouston.com/" rel="home">A Star Mover</a></p> </div><!-- .site-branding --> <nav id="site-navigation" class="main-navigation"> <button class="menu-toggle" aria-controls="primary-menu" aria-expanded="false">Primary Menu</button> <div class="menu-main-menu-container"><ul id="primary-menu" class="menu"><li id="menu-item-772" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home menu-item-772"><a href="https://2movershouston.com/">Home</a></li> <li id="menu-item-2590" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2590"><a href="#">About us</a></li> <li id="menu-item-857" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-857"><a href="#">Services</a></li> <li id="menu-item-24" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-24"><a href="#">Areas</a></li> <li id="menu-item-2591" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2591"><a href="#">Contact us</a></li> </ul></div> </nav><!-- #site-navigation --> </header><!-- #masthead --> <main id="primary" class="site-main"> <article id="post-4397" class="post-4397 page type-page status-publish hentry"> <header class="entry-header"> <h1 class="entry-title">Alawin in Belgiƫ: volledige gids voor registratie, bonussen, betaalmethoden en veiligheid</h1> </header><!-- .entry-header -->