betagoo
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Uncaught Error: Class ‘WP_Block_Type_Registry’ not foundForum: Plugins
In reply to: [Fast Velocity Minify] Possibly not compatible with my template (Impreza)?Plugin works fine.
Many problems are caused by the way scripts are loaded.
Check if all the scripts are loaded by wp_register_script and styles by wp_register_style.
Check the order in which scripts are loaded add_action wp_enqueue_scripts / wp_register_style priority and dependence.- This reply was modified 6 years ago by betagoo.
Forum: Plugins
In reply to: [Fast Velocity Minify] JqueryIf You defer jQuery library, or load asynchronously, You must be sure, that everyone script is adapted to work asynchronously.
- This reply was modified 6 years ago by betagoo.
Defer for Pagespeed Insights – YES, in this case – this is enough to cause an error.
Option Exclude JS files in the ignore list from Pagespeed Insights – DO NOT have to be checked (enabled) to cause an error.User agent info: https://imgur.com/a/ZKS9kUQ
If option Enable defer of JS for Pagespeed Insights is enabled, plugin not load JS files.
Debuger into Console not contain any scripts.Perharps this is the reason:
Chrome won’t execute Scripts injected via document.write any longer.
https://blog.dareboost.com/en/2016/09/avoid-using-document-write-scripts-injection/
https://developers.google.com/web/updates/2016/08/removing-document-writeThis is not executed for header and footer scripts:
document.write("<script type="text\/javascript" src="http:\/\/www.tcmeble.pl\/wp-content\/uploads\/fvm\/out\/footer-bfc327b6-1542864683.min.js"><\/script>");
Full code:
<!DOCTYPE html> <html lang="pl-PL" prefix="og: https://ogp.me/ns#"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width"> <title> TC MEBLE DOBRODZIE? WROC?AW - meble nowoczesne do salonu i pokoju dziennego - Tomasz Cembolista </title> <link rel="shortcut icon" type="image/x-icon" href="https://www.tcmeble.pl/wp-content/themes/szablon/images/favicon.ico" /> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> <!-- This site is optimized with the Yoast SEO plugin v9.2 - https://yoast.com/wordpress/plugins/seo/ --> <meta name="description" content="Meble nowoczesne, Meble wypoczynkowe, Meble do salonu, Meble pokojowe, Sofy, Komplety wypoczynkowe, Wypoczynki skórzane."/> <link rel="canonical" href="https://www.tcmeble.pl/" /> <meta property="og:locale" content="pl_PL" /> <meta property="og:type" content="website" /> <meta property="og:title" content="TC MEBLE DOBRODZIE? WROC?AW - meble nowoczesne do salonu i pokoju dziennego - Tomasz Cembolista" /> <meta property="og:description" content="Meble nowoczesne, Meble wypoczynkowe, Meble do salonu, Meble pokojowe, Sofy, Komplety wypoczynkowe, Wypoczynki skórzane." /> <meta property="og:url" content="https://www.tcmeble.pl/" /> <meta property="og:site_name" content="TC MEBLE" /> <script type='application/ld+json'>{"@context":"https:\/\/schema.org","@type":"WebSite","@id":"#website","url":"http:\/\/www.tcmeble.pl\/","name":"TC MEBLE","potentialAction":{"@type":"SearchAction","target":"http:\/\/www.tcmeble.pl\/?s={search_term_string}","query-input":"required name=search_term_string"}}</script> <!-- / Yoast SEO plugin. --> <link rel='dns-prefetch' href='//s.w.org' /> <link rel="stylesheet" id="fvm-header-0-css" href="https://www.tcmeble.pl/wp-content/uploads/fvm/out/header-7e84486f-1542864683.min.css" media="all" /> <script >if(navigator.userAgent.match(/nux.*oto\sG|x11.*fox\/54|x11.*ome\/39|x11.*ome\/62|oid\s6.*1.*xus\s5.*MRA58N.*ome|JWR66Y.*ome\/62|woobot|wget|speed|ighth|tmetr/i)){document.write("<script type=\"text\/javascript\" src=\"http:\/\/www.tcmeble.pl\/wp-content\/uploads\/fvm\/out\/header-4a003c12-1542864683.min.js\" defer><\/script>");}else{document.write("<script type="text\/javascript" src="http:\/\/www.tcmeble.pl\/wp-content\/uploads\/fvm\/out\/header-4a003c12-1542864683.min.js"><\/script>");}</script><link rel='https://api.w.org/' href='https://www.tcmeble.pl/wp-json/' /> <link rel="alternate" type="application/json+oembed" href="https://www.tcmeble.pl/wp-json/oembed/1.0/embed?url=http%3A%2F%2Fwww.tcmeble.pl%2F" /> <link rel="alternate" type="text/xml+oembed" href="https://www.tcmeble.pl/wp-json/oembed/1.0/embed?url=http%3A%2F%2Fwww.tcmeble.pl%2F&format=xml" /> <meta name="google-site-verification" content="B1k4T6drTxmg294TqyAiLLmqRQNdq-84L-G3ZHGJd5I" /> <meta name="google-site-verification" content="Xz7tA9VIY3l0isfZernVj0USscjwPg32yHuXnwFd1FI" /> <style type="text/css">.cwp-li {overflow: hidden;}.cwp-avatar {float: left;margin-top: .2em;margin-right: 1em;}.cwp-avatar.rounded .avatar{border-radius:50%;}.cwp-avatar.square .avatar{border-radius:0;}.cwp-comment-excerpt {display: block;color:#787878;}</style> </head> <body class="home page-template page-template-page-home page-template-page-home-php page page-id-731"> <div id="header" class="container-fluid"> <div id="mainmenu-row" class="row"> <div id="logotype" class="col-12 col-sm-2"> <a href="https://www.tcmeble.pl"> <img id="header-logo" src="https://www.tcmeble.pl/wp-content/themes/szablon/images/tc_logo_transparent.png" alt="Logotyp TC MEBLE Tomasz Cembolista"> </a> </div> <div class="col-12 col-sm-10 position-static"> <div id="mainmenu-container" class="d-flex align-items-end position-static"> <nav id="mainmenu-nav" class="navbar navbar-expand-xl navbar-light ml-auto pr-0"> <button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse" data-target="#bs4navbar" aria-controls="bs4navbar" aria-expanded="false" aria-label="Toggle navigation"> <span class="navbar-toggler-icon"></span> </button> <div id="bs4navbar" class="collapse navbar-collapse"><ul id="mainmenu" class="navbar-nav ml-auto"><li id="menu-item-9988" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-731 current_page_item menu-item-9988 nav-item active"><a href="https://www.tcmeble.pl/" class="nav-link active">Strona g?ówna</a></li> <li id="menu-item-9" class="mprod menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-9 nav-item dropdown"><a href="#" class="nav-link dropdown-toggle" data-toggle="dropdown">Produkty</a> <div class="dropdown-menu"> <a href="https://www.tcmeble.pl/kategorie_produkty/sofy-fotele/" class="mprod-sof dropdown-item">Sofy i fotele</a><a href="https://www.tcmeble.pl/kategorie_produkty/narozniki/" class="mprod-nar dropdown-item">Naro?niki</a><a href="https://www.tcmeble.pl/kategorie_produkty/lozka/" class="mprod-loz dropdown-item">?ó?ka</a><a href="https://www.tcmeble.pl/kategorie_produkty/salon/" class="mprod-sal dropdown-item">Salon</a><a href="https://www.tcmeble.pl/kategorie_produkty/stoly/" class="mprod-sto dropdown-item">Sto?y</a><a href="https://www.tcmeble.pl/kategorie_produkty/krzesla/" class="mprod-krz dropdown-item">Krzes?a</a><a href="https://www.tcmeble.pl/kategorie_produkty/lawy/" class="mprod-law dropdown-item">?awy</a><a href="https://www.tcmeble.pl/kategorie_produkty/materace/" class="mprod-mat dropdown-item">Materace</a><a href="https://www.tcmeble.pl/kategorie_produkty/dodatki/" class="mprod-dod dropdown-item">Dodatki</a></div> </li> <li id="menu-item-9989" class="menu-item menu-item-type-taxonomy menu-item-object-kategorie_produkty menu-item-9989 nav-item"><a href="https://www.tcmeble.pl/kategorie_produkty/nowosci/" class="nav-link">Nowo?ci</a></li> <li id="menu-item-9990" class="menu-item menu-item-type-taxonomy menu-item-object-kategorie_produkty menu-item-9990 nav-item"><a href="https://www.tcmeble.pl/kategorie_produkty/outlet/" class="nav-link">Outlet</a></li> <li id="menu-item-10266" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-10266 nav-item"><a href="https://www.tcmeble.pl/kolorystyka/" class="nav-link">Kolorystyka</a></li> <li id="menu-item-109" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-109 nav-item"><a href="https://www.tcmeble.pl/spacer/" class="nav-link">Spacer</a></li> <li id="menu-item-78" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-78 nav-item"><a href="https://www.tcmeble.pl/firma/" class="nav-link">Firma</a></li> <li id="menu-item-122" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-122 nav-item"><a href="https://www.tcmeble.pl/salony-meblowe-tc/" class="nav-link">Salony</a></li> <li id="menu-item-10057" class="idsklep menu-item menu-item-type-custom menu-item-object-custom menu-item-10057 nav-item"><a target="_blank" rel="external noopener" href="https://comfortdivani.eu/" class="nav-link">Sklep</a></li> <li id="menu-item-10169" class="search menu-item menu-item-type-custom menu-item-object-custom menu-item-10169 nav-item"><a href="https://www.tcmeble.pl/?s=" class="nav-link">Szukaj</a></li> </ul></div> </nav> </div> </div> </div> </div> <!-- Header Slider --> <div class="container-fluid d-none d-sm-block"> <div class="row"> <div class="col-12 pl-0 pr-0"> <div id="arrdown" class="ml-auto mr-auto icon-arrow-down"></div> <div id="phomecarousel" class="carousel-container"> <div class="item" data-lazy="https://www.tcmeble.pl/wp-content/uploads/2015/07/ovo-biale-matowe-meble-do-salonu-z-wkleslymi-frontami-450x230.jpg"> <img width="450" height="230" src="https://www.tcmeble.pl/wp-content/uploads/2015/07/ovo-biale-matowe-meble-do-salonu-z-wkleslymi-frontami-450x230.jpg" class="attachment-medium size-medium img-fluid" alt="ovo bia?e matowe meble do salonu z wkl?s?ymi frontami" data-lazy="https://www.tcmeble.pl/wp-content/uploads/2015/07/ovo-biale-matowe-meble-do-salonu-z-wkleslymi-frontami-450x230.jpg" sizes="(max-width: 576px) 213px, (max-width: 992px) 213px, (min-width: 1400px) 1980px, (min-width: 1200px) 1980px, 1200px" srcset="https://www.tcmeble.pl/wp-content/uploads/2015/07/ovo-biale-matowe-meble-do-salonu-z-wkleslymi-frontami-450x230.jpg 450w, https://www.tcmeble.pl/wp-content/uploads/2015/07/ovo-biale-matowe-meble-do-salonu-z-wkleslymi-frontami-768x392.jpg 768w, https://www.tcmeble.pl/wp-content/uploads/2015/07/ovo-biale-matowe-meble-do-salonu-z-wkleslymi-frontami-1200x612.jpg 1200w, https://www.tcmeble.pl/wp-content/uploads/2015/07/ovo-biale-matowe-meble-do-salonu-z-wkleslymi-frontami.jpg 1900w" /> </div> <div class="item" data-lazy="https://www.tcmeble.pl/wp-content/uploads/2015/07/volare-nowoczesny-komplet-wypoczynkowy-skorzany-do-ekskluzywnych-wnetrz-mini-450x230.jpg"> <img width="450" height="230" src="https://www.tcmeble.pl/wp-content/uploads/2015/07/volare-nowoczesny-komplet-wypoczynkowy-skorzany-do-ekskluzywnych-wnetrz-mini-450x230.jpg" class="attachment-medium size-medium img-fluid" alt="volare nowoczesny komplet wypoczynkowy skórzany do ekskluzywnych wn?trz mini" data-lazy="https://www.tcmeble.pl/wp-content/uploads/2015/07/volare-nowoczesny-komplet-wypoczynkowy-skorzany-do-ekskluzywnych-wnetrz-mini-450x230.jpg" sizes="(max-width: 576px) 213px, (max-width: 992px) 213px, (min-width: 1400px) 1980px, (min-width: 1200px) 1980px, 1200px" srcset="https://www.tcmeble.pl/wp-content/uploads/2015/07/volare-nowoczesny-komplet-wypoczynkowy-skorzany-do-ekskluzywnych-wnetrz-mini-450x230.jpg 450w, https://www.tcmeble.pl/wp-content/uploads/2015/07/volare-nowoczesny-komplet-wypoczynkowy-skorzany-do-ekskluzywnych-wnetrz-mini-768x392.jpg 768w, https://www.tcmeble.pl/wp-content/uploads/2015/07/volare-nowoczesny-komplet-wypoczynkowy-skorzany-do-ekskluzywnych-wnetrz-mini-1200x612.jpg 1200w" /> </div> <div class="item" data-lazy="https://www.tcmeble.pl/wp-content/uploads/2014/06/zeus-zestaw-mebli-do-salonu-450x230.jpg"> <img width="450" height="230" src="https://www.tcmeble.pl/wp-content/uploads/2014/06/zeus-zestaw-mebli-do-salonu-450x230.jpg" class="attachment-medium size-medium img-fluid" alt="zeus zestaw mebli do salonu" data-lazy="https://www.tcmeble.pl/wp-content/uploads/2014/06/zeus-zestaw-mebli-do-salonu-450x230.jpg" sizes="(max-width: 576px) 213px, (max-width: 992px) 213px, (min-width: 1400px) 1980px, (min-width: 1200px) 1980px, 1200px" srcset="https://www.tcmeble.pl/wp-content/uploads/2014/06/zeus-zestaw-mebli-do-salonu-450x230.jpg 450w, https://www.tcmeble.pl/wp-content/uploads/2014/06/zeus-zestaw-mebli-do-salonu-768x392.jpg 768w, https://www.tcmeble.pl/wp-content/uploads/2014/06/zeus-zestaw-mebli-do-salonu-1200x612.jpg 1200w" /> </div> <div class="item" data-lazy="https://www.tcmeble.pl/wp-content/uploads/2014/06/qoya-nowoczesny-naroznik-skorzany-450x230.jpg"> <img width="450" height="230" src="https://www.tcmeble.pl/wp-content/uploads/2014/06/qoya-nowoczesny-naroznik-skorzany-450x230.jpg" class="attachment-medium size-medium img-fluid" alt="qoya nowoczesny naro?nik skórzany" data-lazy="https://www.tcmeble.pl/wp-content/uploads/2014/06/qoya-nowoczesny-naroznik-skorzany-450x230.jpg" sizes="(max-width: 576px) 213px, (max-width: 992px) 213px, (min-width: 1400px) 1980px, (min-width: 1200px) 1980px, 1200px" srcset="https://www.tcmeble.pl/wp-content/uploads/2014/06/qoya-nowoczesny-naroznik-skorzany-450x230.jpg 450w, https://www.tcmeble.pl/wp-content/uploads/2014/06/qoya-nowoczesny-naroznik-skorzany-768x392.jpg 768w, https://www.tcmeble.pl/wp-content/uploads/2014/06/qoya-nowoczesny-naroznik-skorzany-1200x612.jpg 1200w" /> </div> </div> </div> </div> </div> <!-- Intro --> <div class=""> <div id="intro" class="arrdown-goto"> <div id="banner"> <img width="648" height="438" src="https://www.tcmeble.pl/wp-content/uploads/2018/04/tc15trad.png" class="w-100 img-fluid" alt="tc15trad" sizes="(max-width: 576px) 300px, (max-width: 992px) 300px, (min-width: 1200px) 650px, 650px" srcset="https://www.tcmeble.pl/wp-content/uploads/2018/04/tc15trad.png 648w, https://www.tcmeble.pl/wp-content/uploads/2018/04/tc15trad-450x304.png 450w" /> </div> <div id="text"> <p>Firma TC istnieje na rynku meblowym od 2003 roku.<br /> Zajmujemy si? <strong>produkcj? mebli wypoczynkowych i pokojowych</strong>.</p> <p>Pod??aj?c za ?wiatowymi trendami oraz wychodz?c naprzeciw coraz wy?szym wymaganiom klientów, tworzymy coraz to nowsze modele mebli i kompletów wypoczynkowych.<br /> Ka?dy mebel tworzony jest z wielk? precyzj? i staranno?ci?.</p> <p>W naszej firmie <strong>dopasowujemy si? do indywidualnych potrzeb oraz wymagań klienta</strong>.<br /> Cz?sto o ostatecznym wygl?dzie danego modelu decyduje sam klient, maj?c mo?liwo?? zmiany wymiarów, przeszy? jak równie? modyfikacje wymiarów zestawów wypoczynkowych.<br /> Przedstawione na stronie zdj?cia s? pogl?dowe, a istotny wp?yw na efekt końcowy ma zamawiaj?cy.<br /> Wykorzystujemy materia?y najwy?szej jako?ci oferuj?c naszym Klientom meble tapicerowane z <strong>mottem Quality & Comfort</strong>.<br /> Zapewniamy pe?n? gam? kolorystyczn? i wielofunkcyjno?? naszych mebli oraz serwis gwarancyjny i pogwarancyjny.</p> </div> </div> </div> <!-- Nowo?ci --> <div id="newprod" class="container-fluid"> <div class="row"> <div class="col-12"> <div class="container-fluid"> <div class="row"> <div class="col-12 text-center"> <h2>NOWO?CI</h2> <p>Poznaj najnowsze naro?niki, sofy, fotele, meble do salonu i dodatki z bogatej oferty TC.<br /> Wybierz mebel, który podoba Ci si? najbardziej.<br /> Nasi doradcy pomog? skonfigurowa? go, zgodnie z Twoimi potrzebami.</p> </div> <div class="col-12 col-md-10 offset-md-1 col-lg-8 offset-lg-2"> <!-- Nowe produkty Carousel --> <div id="newprodcarousel"> <a class="item text-center" href="https://www.tcmeble.pl/produkty/giotto/"> <img width="450" height="225" src="https://www.tcmeble.pl/wp-content/uploads/2018/10/giotto-zolta-sofa-w-aranzacji-nowoczesnego-salonu-450x225.jpg" class="attachment-medium size-medium img-fluid" alt="Giotto ?ó?ta sofa w aran?acji nowoczesnego salonu" sizes="(max-width: 576px) 213px, (max-width: 768px) 384px, (max-width: 992px) 213px, (min-width: 1200px) 1000px, 300px" srcset="https://www.tcmeble.pl/wp-content/uploads/2018/10/giotto-zolta-sofa-w-aranzacji-nowoczesnego-salonu-450x225.jpg 450w, https://www.tcmeble.pl/wp-content/uploads/2018/10/giotto-zolta-sofa-w-aranzacji-nowoczesnego-salonu-768x384.jpg 768w, https://www.tcmeble.pl/wp-content/uploads/2018/10/giotto-zolta-sofa-w-aranzacji-nowoczesnego-salonu.jpg 1200w" /> <div class="entry"> <h3 class="entry-title"> Giotto </h3> <span class="entry-subtitle"> NOWA PROPOZYCJA NA JESIE? 2018 </span> <span class="entry-more"> Zobacz wi?cej <span class="icon-chevron-right"></span> </span> </div> </a> <a class="item text-center" href="https://www.tcmeble.pl/produkty/rimini-2/"> <img width="450" height="225" src="https://www.tcmeble.pl/wp-content/uploads/2018/10/rimini-zielona-nowoczesna-sofa-naroznik-aranzacja-salonu-450x225.jpg" class="attachment-medium size-medium img-fluid" alt="Rimini zielona nowoczesna sofa naro?nik aran?acja salonu" sizes="(max-width: 576px) 213px, (max-width: 768px) 384px, (max-width: 992px) 213px, (min-width: 1200px) 1000px, 300px" srcset="https://www.tcmeble.pl/wp-content/uploads/2018/10/rimini-zielona-nowoczesna-sofa-naroznik-aranzacja-salonu-450x225.jpg 450w, https://www.tcmeble.pl/wp-content/uploads/2018/10/rimini-zielona-nowoczesna-sofa-naroznik-aranzacja-salonu-768x384.jpg 768w, https://www.tcmeble.pl/wp-content/uploads/2018/10/rimini-zielona-nowoczesna-sofa-naroznik-aranzacja-salonu.jpg 1200w" /> <div class="entry"> <h3 class="entry-title"> Rimini </h3> <span class="entry-subtitle"> NOWA PROPOZYCJA NA JESIE? 2018 </span> <span class="entry-more"> Zobacz wi?cej <span class="icon-chevron-right"></span> </span> </div> </a> <a class="item text-center" href="https://www.tcmeble.pl/produkty/bolero-ii/"> <img width="450" height="225" src="https://www.tcmeble.pl/wp-content/uploads/2018/10/bolero2-dwie-nowoczesne-brazowe-sofy-do-eleganckiego-salonu-450x225.jpg" class="attachment-medium size-medium img-fluid" alt="Bolero2 dwie nowoczesne br?zowe sofy do eleganckiego salonu" sizes="(max-width: 576px) 213px, (max-width: 768px) 384px, (max-width: 992px) 213px, (min-width: 1200px) 1000px, 300px" srcset="https://www.tcmeble.pl/wp-content/uploads/2018/10/bolero2-dwie-nowoczesne-brazowe-sofy-do-eleganckiego-salonu-450x225.jpg 450w, https://www.tcmeble.pl/wp-content/uploads/2018/10/bolero2-dwie-nowoczesne-brazowe-sofy-do-eleganckiego-salonu-768x384.jpg 768w, https://www.tcmeble.pl/wp-content/uploads/2018/10/bolero2-dwie-nowoczesne-brazowe-sofy-do-eleganckiego-salonu-1200x600.jpg 1200w" /> <div class="entry"> <h3 class="entry-title"> Bolero II </h3> <span class="entry-subtitle"> NOWA PROPOZYCJA NA JESIE? 2018 </span> <span class="entry-more"> Zobacz wi?cej <span class="icon-chevron-right"></span> </span> </div> </a> <a class="item text-center" href="https://www.tcmeble.pl/produkty/longo-2/"> <img width="450" height="225" src="https://www.tcmeble.pl/wp-content/uploads/2018/10/longo-salon-z-nowoczesna-biala-sofa-stolik-spiek-marmur-450x225.jpg" class="attachment-medium size-medium img-fluid" alt="Longo salon z nowoczesn? bia?? sof? stolik spiek marmur" sizes="(max-width: 576px) 213px, (max-width: 768px) 384px, (max-width: 992px) 213px, (min-width: 1200px) 1000px, 300px" srcset="https://www.tcmeble.pl/wp-content/uploads/2018/10/longo-salon-z-nowoczesna-biala-sofa-stolik-spiek-marmur-450x225.jpg 450w, https://www.tcmeble.pl/wp-content/uploads/2018/10/longo-salon-z-nowoczesna-biala-sofa-stolik-spiek-marmur-768x384.jpg 768w, https://www.tcmeble.pl/wp-content/uploads/2018/10/longo-salon-z-nowoczesna-biala-sofa-stolik-spiek-marmur.jpg 1200w" /> <div class="entry"> <h3 class="entry-title"> Longo </h3> <span class="entry-subtitle"> NOWA PROPOZYCJA NA JESIE? 2018 </span> <span class="entry-more"> Zobacz wi?cej <span class="icon-chevron-right"></span> </span> </div> </a> </div> </div> <!-- Nowe produkty Static --> <div id="newprodstat" class="col-12 col-md-10 offset-md-1 col-lg-8 offset-lg-2"> <div class="row"> <div class="col-6"> <a class="item text-center" href="https://www.tcmeble.pl/produkty/manhattan/"> <img width="450" height="225" src="https://www.tcmeble.pl/wp-content/uploads/2018/10/manhattan-elegancki-zestaw-mebli-do-salonu-450x225.jpg" class="attachment-medium size-medium img-fluid" alt="Manhattan elegancki zestaw mebli do salonu" sizes="(max-width: 576px) 150px, (max-width: 992px) 150px, (min-width: 1400px) 768px, (min-width: 1200px) 450px, 450px" srcset="https://www.tcmeble.pl/wp-content/uploads/2018/10/manhattan-elegancki-zestaw-mebli-do-salonu-450x225.jpg 450w, https://www.tcmeble.pl/wp-content/uploads/2018/10/manhattan-elegancki-zestaw-mebli-do-salonu-768x384.jpg 768w, https://www.tcmeble.pl/wp-content/uploads/2018/10/manhattan-elegancki-zestaw-mebli-do-salonu.jpg 1200w" /> <div class="entry"> <h3 class="entry-title"> Manhattan </h3> <span class="entry-subtitle"> NOWO?? W OFERCIE MEBLI POKOJOWYCH </span> <span class="entry-more"> Zobacz wi?cej <span class="icon-chevron-right"></span></span> </div> </a> </div> <div class="col-6"> <a class="item text-center" href="https://www.tcmeble.pl/produkty/sydney/"> <img width="450" height="225" src="https://www.tcmeble.pl/wp-content/uploads/2018/10/sydney-komplet-nowoczesnych-mebli-do-salonu-450x225.jpg" class="attachment-medium size-medium img-fluid" alt="Sydney komplet nowoczesnych mebli do salonu" sizes="(max-width: 576px) 150px, (max-width: 992px) 150px, (min-width: 1400px) 768px, (min-width: 1200px) 450px, 450px" srcset="https://www.tcmeble.pl/wp-content/uploads/2018/10/sydney-komplet-nowoczesnych-mebli-do-salonu-450x225.jpg 450w, https://www.tcmeble.pl/wp-content/uploads/2018/10/sydney-komplet-nowoczesnych-mebli-do-salonu-768x384.jpg 768w, https://www.tcmeble.pl/wp-content/uploads/2018/10/sydney-komplet-nowoczesnych-mebli-do-salonu.jpg 1200w" /> <div class="entry"> <h3 class="entry-title"> Sydney </h3> <span class="entry-subtitle"> NOWO?? W OFERCIE MEBLI POKOJOWYCH </span> <span class="entry-more"> Zobacz wi?cej <span class="icon-chevron-right"></span></span> </div> </a> </div> </div> </div> </div> </div> </div> </div> </div> <div class="container"> <div class="row"> <div class="col-12 col-lg-4 offset-lg-4 text-center"> <a id="nprodall" class="" href="https://www.tcmeble.pl/nowosci/"> Zobacz nowo?ci </a> </div> </div> </div> <!-- Spacer --> <div id="wspacer" class="container-fluid"> <div class="row"> <div class="col col-12 text-center mb-0 pb-3 pt-4"> <a href="https://www.tcmeble.pl/spacer/"> <h2> WIRTUALNY SPACER PO SALONIE </h2> <span id="enla"> Powi?ksz <span class="icon-chevron-right"></span> </span> </a> </div> <div id="spacerbg" class="col col-12 pt-0 mt-0 pl-lg-0 pr-lg-0"> <iframe src="https://www.google.com/maps/embed?pb=!4v1522319423689!6m8!1m7!1sPhTo-ReszWAAAAQW4bZtIQ!2m2!1d50.73318364912515!2d18.4724258164415!3f274.41!4f0!5f0.8160813932612223" width="100%" height="465" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" style="border:0" allowfullscreen></iframe> </div> </div> </div> <!-- Salony --> <div id="salo" class="container p-xl-0"> <div class="row justify-content-center"> <div class="col-12 col-md-6 col-lg-6 mb-4 mb-lg-0"> <a id="dobro" class="entry" href="https://www.tcmeble.pl/salony-meblowe-tc/"> <h3 class="entry-title"> SALONY STACJONARNE </h3> <span class="entry-subtitle"> ZAPRASZAMY DO SALONóW MEBLOWYCH <br> W DOBRODZIENIU I WROC?AWIU </span> <span class="entry-more"> Przejd? <span class="icon icon-chevron-right"></span> </span> </a> </div> <div class="col-12 col-md-6 col-lg-6 mb-4 mb-lg-0"> <a id="cdiva" class="entry" href="https://www.comfortdivani.eu/" rel="noopener" target="_blank"> <h3 class="entry-title"> SKLEP ONLINE <span> / comfortdivani.eu </span> </h3> <span class="entry-subtitle"> SZUKAJ OKAZJI <br> W NASZYM SKLEPIE INTERNETOWYM </span> <span class="entry-more"> Przejd? <span class="icon icon-launch"></span> </span> </a> </div> </div> </div> <!-- Film --> <div id="movi" class="container-fluid"> <div class="row h-100"> <div class="col col-12 text-center h-100"> <span id="btn-filmofirmie"> <span class="see"> Zobacz film </span> <span class="title"> Jak powstaj? meble w TC</span> <span class="tria"></span> </span> </div> </div> </div> <div id="filmofirmie"> <div style="width: 640px;" class="wp-video"><!--[if lt IE 9]><script>document.createElement('video');</script><![endif]--> <video class="wp-video-shortcode" id="video-731-1" width="640" height="360" preload="metadata" controls="controls"><source type="video/mp4" src="https://www.tcmeble.pl/wp-content/uploads/2017/06/TC_Meble_www.mp4?_=1" /><a href="https://www.tcmeble.pl/wp-content/uploads/2017/06/TC_Meble_www.mp4">https://www.tcmeble.pl/wp-content/uploads/2017/06/TC_Meble_www.mp4</a></video></div> </div> <!-- Quality --> <div id="qual" class="container-fluid"> <div class="row"> <div class="col-12 offset-lg-6 col-lg-5"> <h2>JAKO?? WYKONANIA I SUROWCE</h2> <p>Najwi?ksz? satysfakcj? czerpiemy z zadowolenia naszych klientów.<br /> Do produkcji mebli u?ywamy szlachetnych w?oskich skór oraz wysokiej jako?ci zmywalnych hiszpańskich tkanin. Wiele modeli mo?na wyposa?y? w doskona?e w?oskie mechanizmy relaxu z firmy Motion.<br /> Sukces tkwi w szczegó?ach, dlatego zamówienia realizujemy z precyzj? i nienagann? staranno?ci?.<br /> Misj? naszej firmy doskonale oddaj? dwa s?owa, Quality&Comfort.</p> </div> </div> </div> <!-- History --> <div id="hist" class="container-fluid"> <div class="row"> <div id="imgbg" class="col col-12 col-lg-6"></div> <div class="col col-12 order-first order-lg-last col-lg-6"> <h2>HISTORIA MEBLARSTWA W DOBRODZIENIU</h2> <p>Tradycja rzemie?lnicza w Dobrodzieniu trwa ju? od setek lat.<br /> Pierwsze stolarskie wzmianki si?gaj? 600 lat wstecz!<br /> ówcze?nie na terenie miasta dzia?a?y ma?e, rodzinne zak?ady, które by?y przekazywane kolejnym pokoleniom.<br /> Dzisiejsi dobrodzieńscy stolarze prowadz? firmy, które funkcjonuj? od wielu pokoleń.<br /> ?Miasto stolarzy” jest kolebk? innowacyjnego stolarstwa, tworzonego pod specjalne zamówienia klientów. Nasi rzemie?lnicy produkuj? meble zgodnie ze ?wiatowymi trendami z du?? domieszk? osobistych ideii.<br /> Kreatywno?? i pasj? tworzenia docenia nie tylko lokalna spo?eczno??. S?owa uznania, za mistrzostwo w fachu, p?yn? z ca?ego kraju, jak i zza granicy.<br /> Na przestrzeni lat Dobrodzień zosta? nieoficjalnie nominowany ?stolic? ?l?skiego meblarstwa”.</p> </div> </div> </div> <!-- Inspiracje i porady --> <div id="inspir" class="container-fluid"> <div class="row"> <div class="col-12"> <div class="container"> <div class="row"> <div class="col-12 text-center"> <h2>INSPIRACJE I PORADY</h2> <p>Znajd? inspiracj? dla projektu Twojego wymarzonego wn?trza.<br /> Zdob?d? wiedz?, która pozwoli Ci wybra? najlepsze dla siebie rozwi?zania.</p> </div> </div> <div id="inspir-posts" class="row"> <div class="col-12 col-lg-4"> <a class="entry" href="https://www.tcmeble.pl/nordic-tkanina-xxi-wieku/"> <div class="entry-thumbnail"> <img src="https://www.tcmeble.pl/wp-content/uploads/2018/03/zalety-tkaniny-nordic-450x150.jpg" class="media-11771 w-100 img-fluid wp-post-image" alt="Zalety tkaniny Nordic" sizes="(max-width: 576px) 150px, (max-width: 768px) 256px, (max-width: 992px) 150px, (min-width: 1400px) 450px, (min-width: 1200px) 450px, 450px" srcset="https://www.tcmeble.pl/wp-content/uploads/2018/03/zalety-tkaniny-nordic-450x150.jpg 450w, https://www.tcmeble.pl/wp-content/uploads/2018/03/zalety-tkaniny-nordic-768x256.jpg 768w, https://www.tcmeble.pl/wp-content/uploads/2018/03/zalety-tkaniny-nordic.jpg 1200w" /> </div> <span class="title"> NORDIC – tkanina XXI wieku </span> </a> </div> <div class="col-12 col-lg-4"> <a class="entry" href="https://www.tcmeble.pl/nowoczesny-komplet-wypoczynkowy-co-powinien-posiadac/"> <div class="entry-thumbnail"> <img src="https://www.tcmeble.pl/wp-content/uploads/2017/06/rimini-aranzacja-pomysl-na-salon-z-zielonym-nowoczesnym-naroznikiem-450x300.jpg" class="media-11567 w-100 img-fluid wp-post-image" alt="Rimini aran?acja pomys? na salon z zielonym nowoczesnym naro?nikiem" sizes="(max-width: 576px) 150px, (max-width: 768px) 256px, (max-width: 992px) 150px, (min-width: 1400px) 450px, (min-width: 1200px) 450px, 450px" srcset="https://www.tcmeble.pl/wp-content/uploads/2017/06/rimini-aranzacja-pomysl-na-salon-z-zielonym-nowoczesnym-naroznikiem-450x300.jpg 450w, https://www.tcmeble.pl/wp-content/uploads/2017/06/rimini-aranzacja-pomysl-na-salon-z-zielonym-nowoczesnym-naroznikiem-768x512.jpg 768w, https://www.tcmeble.pl/wp-content/uploads/2017/06/rimini-aranzacja-pomysl-na-salon-z-zielonym-nowoczesnym-naroznikiem-1200x800.jpg 1200w" /> </div> <span class="title"> Nowoczesny komplet wypoczynkowy – co powinien posiada?? </span> </a> </div> <div class="col-12 col-lg-4"> <a class="entry" href="https://www.tcmeble.pl/zalety-tkaniny-mystic/"> <div class="entry-thumbnail"> <img src="https://www.tcmeble.pl/wp-content/uploads/2018/03/zalety-tkaniny-mystic-450x150.jpg" class="media-11769 w-100 img-fluid wp-post-image" alt="Zalety tkaniny mystic" sizes="(max-width: 576px) 150px, (max-width: 768px) 256px, (max-width: 992px) 150px, (min-width: 1400px) 450px, (min-width: 1200px) 450px, 450px" srcset="https://www.tcmeble.pl/wp-content/uploads/2018/03/zalety-tkaniny-mystic-450x150.jpg 450w, https://www.tcmeble.pl/wp-content/uploads/2018/03/zalety-tkaniny-mystic-768x256.jpg 768w, https://www.tcmeble.pl/wp-content/uploads/2018/03/zalety-tkaniny-mystic.jpg 1200w" /> </div> <span class="title"> Zalety tkaniny Mystic </span> </a> </div> </div> <div class="row"> <div class="col-12 col-lg-4 offset-lg-4 text-center"> <a id="blogall" class="" href="https://www.tcmeble.pl/blog/"> <span> BLOG - inspiracje i porady </span> </a> </div> </div> </div> </div> </div> </div> <!-- Zobacz nasz? ofert? --> <div id="ofer" class="container-fluid"> <div class="row"> <div class="col-12"> <div class="container pl-sm-0 pr-sm-0"> <div class="row"> <div class="col-12 text-center"> <h2 class="title">Zobacz nasz? ofert?</h2> </div> <div id="ofernavbar" class="col-12 pl-sm-0 pr-sm-0"><ul id="ofermenu" class=""><li class="mprod-sof menu-item menu-item-type-taxonomy menu-item-object-kategorie_produkty menu-item-9926"><a href="https://www.tcmeble.pl/kategorie_produkty/sofy-fotele/">Sofy i fotele</a></li> <li class="mprod-nar menu-item menu-item-type-taxonomy menu-item-object-kategorie_produkty menu-item-9980"><a href="https://www.tcmeble.pl/kategorie_produkty/narozniki/">Naro?niki</a></li> <li class="mprod-loz menu-item menu-item-type-taxonomy menu-item-object-kategorie_produkty menu-item-9979"><a href="https://www.tcmeble.pl/kategorie_produkty/lozka/">?ó?ka</a></li> <li class="mprod-sal menu-item menu-item-type-taxonomy menu-item-object-kategorie_produkty menu-item-9983"><a href="https://www.tcmeble.pl/kategorie_produkty/salon/">Salon</a></li> <li class="mprod-sto menu-item menu-item-type-taxonomy menu-item-object-kategorie_produkty menu-item-9981"><a href="https://www.tcmeble.pl/kategorie_produkty/stoly/">Sto?y</a></li> <li class="mprod-krz menu-item menu-item-type-taxonomy menu-item-object-kategorie_produkty menu-item-9978"><a href="https://www.tcmeble.pl/kategorie_produkty/krzesla/">Krzes?a</a></li> <li class="mprod-law menu-item menu-item-type-taxonomy menu-item-object-kategorie_produkty menu-item-9986"><a href="https://www.tcmeble.pl/kategorie_produkty/lawy/">?awy</a></li> <li class="mprod-mat menu-item menu-item-type-taxonomy menu-item-object-kategorie_produkty menu-item-9987"><a href="https://www.tcmeble.pl/kategorie_produkty/materace/">Materace</a></li> <li class="mprod-dod menu-item menu-item-type-taxonomy menu-item-object-kategorie_produkty menu-item-9985"><a href="https://www.tcmeble.pl/kategorie_produkty/dodatki/">Dodatki</a></li> </ul></div> </div> </div> </div> </div> </div> <!-- Watch --> <div class="container-fluid"> <div id="watch" class="row ml-0 mr-0"> <div class="col-12 d-inline-flex justify-content-center"> <div class="wrapper"> <span>Obserwuj TC na:</span> <a href="https://www.facebook.com/TCMebleDobrodzien/" target="_blank" rel="noopener"> <span class="fa fa-facebook-f"></span> </a> <a href="https://www.instagram.com/tcmeble/" target="_blank" rel="noopener"> <span class="fa fa-instagram"></span> </a> </div> </div> </div> </div> <div class="container-fluid"> <div id="footertop" class="row ml-0 mr-0"> <div id="seealso" class="col-12 col-sm-6 text-center text-sm-left pl-0"> <div id="nav-cook-tooltip"> <p> Zobacz strony: TAGI oraz Mapa Strony. </p> <p> Kliknij aby rozwin??. </p> </div> <span id="nav-cook" class="icon-menu"></span> <div id="nav-other"> <div id="point-menu" class="point-menu"><ul id="point-menu-list" class="point-menu-list"><li id="menu-item-5622" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-5622"><a href="https://www.tcmeble.pl/mapa-strony/">Mapa strony</a></li> <li id="menu-item-5973" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-5973"><a href="https://www.tcmeble.pl/zdjecia-mebli/">Zdj?cia mebli</a></li> </ul></div> </div> </div> <div class="col-12 col-sm-6 text-center text-sm-right pr-0"> <span id="scrolltop"> <span class="icon-chevron-up"></span> Do góry </span> </div> </div> </div> <div id="footer" class="container-fluid"> <div class="row"> <div id="footer-left" class="col-12 col-sm-10 text-center text-sm-left"> <div class="d-block d-lg-inline-block"> <span class="item"> Wszelkie prawa zastrze?one © 2001-2018</span> <span class="item"> <a href="https://www.tcmeble.pl/polityka-prywatnosci/">Polityka prywatno?ci i cookies</a> </span> <span class="item"> <a href="https://www.tcmeble.pl/nota-prawna/">Nota prawna</a> </span> </div> <div class="d-block d-lg-inline-block"> <span id="facebook" class="item"> <a href="https://www.facebook.com/TCMebleDobrodzien/" target="_blank" rel="noopener"><span class="fa fa-facebook"></span></a> </span> <span class="item"> <a href="https://www.instagram.com/tcmeble/" target="_blank" rel="noopener"><span class="fa fa-instagram"></span></a> </span> </div> <div class="d-block d-lg-inline-block"> <span id="blog" class="item"> <a id="btn-blog-footer" href="https://www.tcmeble.pl/blog/">BLOG - inspiracje i porady</a> </span> </div> </div> </div> </div> <!-- Schema.org --> <script type="application/ld+json"> { "@context" : "http:\/\/schema.org", "@type" : "Organization", "name" : "TC Meble Tomasz Cembolista", "url" : "https://www.tcmeble.pl/", "logo" : "https://www.tcmeble.pl/wp-content/themes/szablon/images/tc_logo_transparent.png", "telephone" : "604381864", "address" : { "@type" : "PostalAddress", "addressLocality" : "Dobrodzień", "postalCode" : "46-380", "streetAddress" : "ul. Lubliniecka 118, 46-380 Dobrodzień", "addressCountry" : "PL" }, "email" : "mailto:[email protected]", "description" : "Producent mebli wypoczynkowych do salonu i pokoju dziennego. Meble nowoczesne, Meble wypoczynkowe, Meble do salonu, Meble pokojowe, Sofy, Komplety wypoczynkowe, Wypoczynki skórzane.", "image" : "https://www.tcmeble.pl/wp-content/uploads/2018/04/siedziba-firmy-tc-meble.jpg", "sameAs" : [ "https://www.facebook.com/TCMebleDobrodzien/", "https://www.instagram.com/tcmeble/", "https://www.youtube.com/channel/UCY3lRjD9jp4kpSX2eLuw44Q" ], "subOrganization" : { "parentOrganization" : "TC Meble Tomasz Cembolista", "name" : "TC Meble WROC?AW", "address" : { "@type" : "PostalAddress", "addressLocality" : "Wroc?aw", "postalCode" : "50-079", "streetAddress" : "ul. Braniborska 14, 50-079 Wroc?aw", "addressCountry" : "PL" }, "email" : "mailto:[email protected]", "telephone" : "784953005" } } </script> <script type="application/ld+json"> { "@context" : "http:\/\/schema.org", "@type" : "WebSite", "url" : "https://www.tcmeble.pl/", "name" : "TC MEBLE Tomasz Cembolista", "potentialAction" : { "@type" : "SearchAction", "target" : "https://www.tcmeble.pl/?s={search_term_string}", "query-input" : "required name=search_term_string" } } </script> <!-- WP Core Footer Section --> <!-- Global site tag (gtag.js) - Google Analytics --> <script async src="https://www.googletagmanager.com/gtag/js?id=UA-113363016-1"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'UA-113363016-1'); </script><link rel="stylesheet" id="fvm-footer-0-css" href="https://www.tcmeble.pl/wp-content/uploads/fvm/out/footer-dcad18be-1542864683.min.css" media="all" /> <script >if(navigator.userAgent.match(/nux.*oto\sG|x11.*fox\/54|x11.*ome\/39|x11.*ome\/62|oid\s6.*1.*xus\s5.*MRA58N.*ome|JWR66Y.*ome\/62|woobot|wget|speed|ighth|tmetr/i)){document.write("<script type=\"text\/javascript\" src=\"http:\/\/www.tcmeble.pl\/wp-content\/uploads\/fvm\/out\/footer-578d082e-1542864683.min.js\" defer><\/script>");}else{document.write("<script type="text\/javascript" src="http:\/\/www.tcmeble.pl\/wp-content\/uploads\/fvm\/out\/footer-578d082e-1542864683.min.js"><\/script>");}</script><script src="//www.google.com/recaptcha/api.js?onload=renderUNCRReCaptcha&render=explicit&ver=2.1"></script><script type='text/javascript'> /* <![CDATA[ */ var UNCR = {"site_key":"6LfWJ00UAAAAAD-6P3pZbPz56TLQ4dJFNGby4MTC","key_type":"normal","theme":"light","type":"image","submit_button":"no"}; var _wpmejsSettings = {"pluginPath":"\/wp-includes\/js\/mediaelement\/","classPrefix":"mejs-","stretching":"responsive"}; /* ]]> */ </script> <script >if(navigator.userAgent.match(/nux.*oto\sG|x11.*fox\/54|x11.*ome\/39|x11.*ome\/62|oid\s6.*1.*xus\s5.*MRA58N.*ome|JWR66Y.*ome\/62|woobot|wget|speed|ighth|tmetr/i)){document.write("<script type=\"text\/javascript\" src=\"http:\/\/www.tcmeble.pl\/wp-content\/uploads\/fvm\/out\/footer-bfc327b6-1542864683.min.js\" defer><\/script>");}else{document.write("<script type="text\/javascript" src="http:\/\/www.tcmeble.pl\/wp-content\/uploads\/fvm\/out\/footer-bfc327b6-1542864683.min.js"><\/script>");}</script> </body> </html>
Forum: Plugins
In reply to: [Multiple Featured Images] Uploaded to this post filterI don’t use Gutenberg editor.
Forum: Plugins
In reply to: [Regenerate Thumbnails] metadata is not being updatedDid You resolve Your problem?
I have similar problem.
I can not remove (clean) from attachment (media) post meta unused images sizes.Forum: Plugins
In reply to: [Enable Media Replace] PDF Replacement not WorkingIf after upload site is redirected to YOURDOMAIN/wp-admin/wp-admin/upload.php
it means, the server parametrs are too low.
Try increase post_max_size and upload_max_filesize into php.ini file.
If the uploaded file is large than above parametrs, the plugin redirect to /wp-admin/wp-admin/upload.php- This reply was modified 6 years, 2 months ago by betagoo.
Forum: Plugins
In reply to: [Enable Media Replace] doesn’t work with pdf filesIf after upload site is redirected to YOURDOMAIN/wp-admin/wp-admin/upload.php
it means, the server parametrs are too low.
Try increase post_max_size and upload_max_filesize into php.ini file.
If the uploaded file is large than above parametrs, the plugin redirect to /wp-admin/wp-admin/upload.phpForum: Plugins
In reply to: [Yoast SEO] Meta description – spell checkingI create new Issue.
https://github.com/Yoast/wordpress-seo/issues/11094Forum: Plugins
In reply to: [Thumbnail Cleaner] Original Files are emptyYes. The directories are splitted, but everyone is very large. I will wait for the new version.
Forum: Plugins
In reply to: [Yoast SEO] Meta description – copy, pasteTry this:
?rednica szk?a 100 cm. Wysoko?? ?awy 41 cm. Blat wykonany jest ze szk?a hartowanego. Szk?o przezroczyste. ?awa wykonana mo?e by? ze skóry naturalnej, materia?u lub skóry ekologicznej.
Forum: Plugins
In reply to: [Yoast SEO] Meta description – copy, pasteRather this is the bug. After paste text, new lines are removed, but after dot, should be pasted whitespace.
Forum: Plugins
In reply to: [Multiple Featured Images] Custom Image on Categories and TaxonomiesProbably you have to use https://www.ads-software.com/plugins/categories-images/
Forum: Plugins
In reply to: [Imsanity] Proportions of image sidesOriginal image: 6000 / 4000 = 1.5
Request image size is 2400.
2400 / 1.5 = 1600.
Imsanity create image width dimensions 2400 x 1733 px.
The point is, the image should have dimensions 2400 x 1600 px.
1600, not 1733.
That’s what I mean.