.widget_item_style_2 { overflow: hidden; text-align: center; } .widget_item_style_2 .row-flex { position: relative; display: grid; grid-template-columns: var(--item-per-row); gap:10px; align-items: stretch; } .widget_item_style_2 .item { margin-bottom: 10px; position: relative; text-align: center; background-position: center; display: flex; align-items: center; background-color: var(--item-bg); border-radius: 10px; } .widget_item_style_2 .item:before, .widget_item_style_2 .item:after { content: ""; position: absolute; background-repeat: no-repeat; opacity: 0; transition: all .5s; -webkit-transform: scale(.1); transform: scale(.1); z-index: 0; } .widget_item_style_2 .item:before { background-image: url('views/theme-store/widget/item/image/item-before.png'); height: 150px; top: -30px; left: -100px; width: 100%; } .widget_item_style_2 .item:after { background-image: url('views/theme-store/widget/item/image/item-after.png'); height: 200px; bottom: -40px; right: 100px; width: 250px; } .widget_item_style_2 .item.active:after, .widget_item_style_2 .item.active:before, .widget_item_style_2 .item:hover:after, .widget_item_style_2 .item:hover:before { opacity: 1; -webkit-transform: scale(0.3); transform: scale(0.3); } .widget_item_style_2 .item .img { height: var(--item-height); width:var(--item-height); text-align: center; } .widget_item_style_2 .item .img img { width: auto; height: 100%; display: inline-block; border-radius: 5px;padding:5px; margin: 5px; } .widget_item_style_2 .item:hover .img img { -webkit-animation: toTopFromBottom .5s forwards; animation: toTopFromBottom .5s forwards; } .widget_item_style_2 .item:hover .img img { box-shadow: 0 0 10px 4px rgba(31,66,135,.1); } .widget_item_style_2 .item .title { text-align: left; padding: 10px; width: calc(100% - var(--item-height)); } .widget_item_style_2 .item .title p.heading { color: var(--item-title); font-size: 15px; font-weight: bold; margin: 0 0 10px 0; } .widget_item_style_2 .item .title p.heading a { color: var(--item-title); } .widget_item_style_2 .item .title p.description { color: var(--item-des); font-size: 14px; line-height: 20px; } .widget_item_style_2 .item .title p.description a { color: var(--item-des); } @media (max-width: 768px) { .widget_item_style_2 .row-flex { grid-template-columns: var(--item-per-row-tablet); } .widget_item_style_2 .item .img { height: 50px; } } @media (max-width: 600px) { .widget_item_style_2 .row-flex { grid-template-columns: var(--item-per-row-mobile); } } @media (max-width: 500px) { /* .widget_item_style_2 .item .img { height: auto; } */ }.widget_product_category_style_1 .item { background-color: var(--cate-bg-color, #F2FCE4); padding:10px; border-radius: 10px; } .widget_product_category_style_1 .item .img { height: 100px; text-align: center; border-radius: 10px; } .widget_product_category_style_1 .item .img img { width: auto; height: auto; max-height: 100%;border-radius: 10px; } .widget_product_category_style_1 .item .title .heading { font-size: 14px; text-align: center; margin: 20px 0 0 0; font-family: var(--font-header); font-weight: bold; } .widget_product_category_style_1 .item .title .heading a { color:#000; } .product-categories-wrapper { display: grid; gap:var(--bs-gutter-x); grid-template-columns: repeat(var(--item-number, 5), 1fr); } @media (max-width: 768px) { .product-categories-wrapper { grid-template-columns: repeat(var(--item-number-tablet, 3), 1fr); } .widget_product_category_style_1 .item { padding:10px 5px; } .widget_product_category_style_1 .item .img { height: 80px; } .widget_product_category_style_1 .item .title .heading { font-size: 14px; } } @media (max-width: 500px) { .product-categories-wrapper { grid-template-columns: repeat(var(--item-number-mobile, 3), 1fr); } .widget_product_category_style_1 .item .title .heading { font-size: 13px; } } .widget_product_style_1 { overflow: hidden; } .widget_product_style_1 .box-content { overflow: hidden; position: relative; } .product-slider-horizontal .item { background-color: #FFF; margin-bottom: var(--bs-gutter-x); }.widget_email_style_3 .email-box { overflow: hidden; display: flex; flex-wrap: wrap; } .widget_email_style_3 .email-box-form { width:60%;overflow: hidden; padding:50px; } .widget_email_style_3 .email-box-banner { width: 40%;background-size: contain; } .widget_email_style_3 .email-box-form .email-box-heading .heading span { font-size: 25px; font-family: var(--font-header); font-weight: bold; color: var(--email3-heading-color); } .widget_email_style_3 .email-box-form .description { margin: 30px 0 10px 0; color:#a4a4a4; } .widget_email_style_3 .email-box-form .form-group { overflow: hidden; } .widget_email_style_3 .email-box-form .form-group .input { float: left; width:calc(100% - 150px); padding-right: 10px; } .widget_email_style_3 .email-box-form .form-group .input .form-control { border:0; height: 50px; line-height: 50px; border-radius: 0px; margin-bottom: 0; float: left; width: 100%; padding: 0 20px; outline: none; color: #7c7c7c; font-size: 15px; background-color: #f3f3f3; box-shadow: none; } .widget_email_style_3 .email-box-form .form-group .button { float: left; width:150px; } .widget_email_style_3 .email-box-form .form-group .button button { width:100%; height: 50px; line-height: 50px; padding: 0 20px; } .widget_email_style_3 .email-box.img_text { flex-direction: row-reverse; } .widget_email_style_3 .email-box.img_text .email-box-heading { flex-direction: row-reverse; gap:10px; } .widget_email_style_3 .email-box.img_text .email-box-heading .heading { padding-left: 0px; text-align: right; } @media(max-width: 768px) { .widget_email_style_3 .box-content .box-left { width:100%; padding-right: 0; } .widget_email_style_3 .box-content .box-right { width:100%; margin-top: 10px; } .widget_email_style_3 .email-box-form { width: 100%; padding:10px; } .widget_email_style_3 .email-box-form .form-group .input { width:100%; } .widget_email_style_3 .form-group { margin-top: 0px; } } @media(max-width: 600px) { .widget_email_style_3 .form-group .input { width:100%; padding-right: 0; } .widget_email_style_3 .form-group .button { width:100%; margin-top: 10px; } }
Fatal error: Uncaught TypeError: Cannot access offset of type string on string in /home/tpodtren/public_html/application/helpers/common_helper.php:878 Stack trace: #0 /home/tpodtren/public_html/views/theme-store/theme-header/header-style/header-style-1.2/header.php(79): Option::get() #1 /home/tpodtren/public_html/system/libraries/Hook.php(307): ThemeHeaderStyle1_2::css() #2 /home/tpodtren/public_html/system/libraries/Hook.php(331): WP_Hook->apply_filters() #3 /home/tpodtren/public_html/system/plugin.php(453): WP_Hook->do_action() #4 /home/tpodtren/public_html/views/theme-store/theme-setting/theme-setting.php(21): do_action() #5 /home/tpodtren/public_html/views/theme-store/theme-setting/theme-setting.php(38): Theme_Style::renderCss() #6 /home/tpodtren/public_html/system/libraries/Hook.php(307): Theme_Style::renderCssMinify() #7 /home/tpodtren/public_html/system/libraries/Hook.php(331): WP_Hook->apply_filters() #8 /home/tpodtren/public_html/system/plugin.php(453): WP_Hook->do_action() #9 /home/tpodtren/public_html/views/theme-store/include/head.php(10): do_action() #10 /home/tpodtren/public_html/application/libraries/template.php(708): include('/home/tpodtren/...') #11 /home/tpodtren/public_html/views/theme-store/template-full-width.php(7): Template::partial() #12 /home/tpodtren/public_html/system/core/Loader.php(839): include('/home/tpodtren/...') #13 /home/tpodtren/public_html/system/core/Loader.php(420): CI_Loader->_ci_load() #14 /home/tpodtren/public_html/application/libraries/template.php(346): CI_Loader->view() #15 /home/tpodtren/public_html/application/controllers/frontend/products.php(13): Template->render() #16 /home/tpodtren/public_html/system/core/CodeIgniter.php(360): products->index() #17 /home/tpodtren/public_html/index.php(224): require_once('/home/tpodtren/...') #18 {main} thrown in /home/tpodtren/public_html/application/helpers/common_helper.php on line 878