-
AuthorSearch Results
-
March 5, 2014 at 9:58 pm #232964
Hi:
I suspect it has something to do with my child custom css here:
/*
Theme Name: Enfold Child
Description: A Child Theme for the Enfold WordPress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating wil be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://kriesi.at
Template: enfold
*//* CBC CSS Changes */
/* Center Title of Portfolio Item */
.main_color .grid-entry-title {text-align:center;}
.main_color .iconbox_icon, .main_color .iconbox_top_icon {
background-color: #a81010 !important;
color: #ffffff !important;
border-color: #a81010 !important;
}.iconbox_content_container {
font-size: 16px;
color: ;
}.container_wrap.main_color.light_bg_color {
border: none !important;
}.main_color .avia-icon-list .iconlist_icon {
background-color: #a81010;
}.alternate_color .avia-icon-list .iconlist_icon {
background-color: #a81010;
}li:hover .avia-menu-fx, .current-menu-item>a>.avia-menu-fx, li:hover .current_page_item>a>.avia-menu-fx {
opacity: 1;
visibility: hidden;
}/* Progress Bars */
.avia-progress-bar div.progress .bar {
background-image: none;
}/* Enfold Map Plugin */
#top #main #map.avia-section .template-page {
padding: 0;
}
#map .container {
width: 100%;
padding: 0;
margin: 0;
}
#avia_google_maps-3.widget {
padding-bottom: 0 !important;
}
.map {
width: 100%;
}
#map .avia-builder-widget-area {
margin-bottom: -30px !important;
}/*default header: main logo and main menu height. increase max value if you want to use a bigger logo*/
#header{
background-color: white;
}#header_main .container, .main_menu ul:first-child > li a{ height:134px; line-height: 134px; }
/* Menu Dropdown Width */
.main_menu .menu ul { width: 160px; }
#top .main_menu {
right: 132px;
border-right-style: dashed;
border-right-width: 1px;
padding-right: 25px;
}#header_main .social_bookmarks {
position: absolute;
top: 50%;
margin-top: -15px;
right: 0;
}.social_header .phone-info {
float: right;
padding-top: 40px;
}.hr span {
border-color: #BCBCBC;
}#top .social_bookmarks {
padding-top: 30px;
float: right;
}#header_meta {
margin-top: -30px;
}.fixed_header.social_header #main {
padding-top: 117px;
}/*Add your own styles here:*/
I cleared all out of quick css. Take note of the logo size if that makes a difference.
The last social #4 twitter is the only one that shows up.
Thanks
Chris
February 26, 2014 at 1:54 am #229315In reply to: Default to text, not visual editor
Thanks for the response, Yigit. I think I may not have been clear on what I meant.
What I mean is the two tabs at the top right of your linked image that say “Visual” and “Text”. Typically, when I work on a WordPress page, it remembers which editor I was using last (Visual or Text) and when I go to edit the page again, it opens that one.
As we all know, the Visual editor can often mess with our custom html code that we create in the Text editor. But this is only an issue sometimes, so I don’t want to disable the Visual editor completely by editing my User profile.
So when I edit text in, for example, an iconbox, I’d like is for it to do one of two things:
1. Remember whether I used Visual or Text for that particular iconbox the last time I saved it.
OR
2. Default to showing the Text editor and then I can click the Visual editor if I want it. That way, for the cases where I have custom code that WordPress might mess up, it’s not messed up simply by opening the iconbox box to edit it each time.Hopefully that’s more clear about what I’m trying to do.
Thanks.
February 25, 2014 at 8:47 pm #229183This reply has been marked as private.February 20, 2014 at 5:54 pm #226914Hey Jack!
Code is not being applied, please check Quick CSS and/or Custom.css file inside Enfold/Css folder and make sure that code is still there. If not, please add it once again. If code is there, try adding !important rule as following
.iconbox_top .iconbox_icon { left: 6%!important; font-size: 20px!important; padding: 15px!important; } .iconbox_top .iconbox_content { text-align: left!important; }Cheers!
YigitFebruary 20, 2014 at 3:08 pm #226790In reply to: Icon Box Transparent
Hi AdDesign!
You can add this on Quick CSS or custom.css:
.page-id-2449 .main_color.iconbox_top .iconbox_content { background: rgba(255,255,255,.8); }For further customization request, please visit Werkpress.
Best regards,
IsmaelFebruary 19, 2014 at 6:34 pm #226352In reply to: Button HTML code
Hi,
ISSUE resolved, just using the code:
<div class="avia-button-wrap avia-button-center avia-builder-el-0 avia-builder-el-no-sibling EMR4A"><a class="avia-button avia-icon_select-no avia-color-custom avia-size-small avia-position-center " style="background-color: #7bb0e7; color: #ffffff;" href="http://www.xxxx.com?iframe=true&width=100%&height=100%" rel="prettyPhoto[iframes]"><span class="avia_iconbox_title">75%</span></a></div>THANKS
February 19, 2014 at 5:51 pm #226324In reply to: Button HTML code
<div class="avia-button-wrap avia-button-center avia-builder-el-0 avia-builder-el-no-sibling EMR4A"><a class="avia-button avia-icon_select-no avia-color-custom avia-size-small avia-position-center <strong>avia-custom-bg=#c9c9c9</strong>" href="http://www.xxxx.com?iframe=true&width=100%&height=100%" rel="prettyPhoto[iframes]"><span class="avia_iconbox_title">95%</span></a></div>February 19, 2014 at 5:49 pm #226323Topic: Button HTML code
in forum EnfoldCloudChoice
ParticipantHi,
I am using a html code for a button:
<div class=”avia-button-wrap avia-button-center avia-builder-el-0 avia-builder-el-no-sibling EMR4A”>avia-custom-bg=#c9c9c9” href=”http://www.xxxx.com?iframe=true&width=100%&height=100%” rel=”prettyPhoto[iframes]”><span class=”avia_iconbox_title”>95%</span></div>
BUT I having problems to setup a custom background color for the same. How can I do that?
Thanks
February 14, 2014 at 5:58 am #223776In reply to: Site Search Options
This reply has been marked as private.February 12, 2014 at 10:30 am #222667In reply to: compatibility issue
Hi fdgmdg!
Please add this on Quick CSS or custom.css:
.iconbox_content_container a img, .iconbox_content_container img { width: auto; max-width: 100%; }Cheers!
IsmaelFebruary 3, 2014 at 1:44 pm #218770In reply to: Enfold Feature Requests
Recently someone asked in another thread about a shortcode for ‘basic’ boxes, and this is something I think would be really useful as a ‘general’ container type to support other content.
It seems to me the best solution would probably be to have some more options for the ‘promo box‘ shortcode as at present that is is quite plain. Here is a good example of the kind of styling I’d like to see supported:
Also, that same theme has some really nice variations on the Icon Box type too.
January 29, 2014 at 3:40 am #216217On this page
http://staging.actify.com/product-visualization/I have 2 pieces of code. The first one displays a white box “Request a Quote” that pops-up a form named #fancyboxID-2. This works great.
The second piece displays a blue box “Request a Quote” with an icon in it as well. The box is perfect but I am unable to get it to pop up the same form. I have tried many variations but cant it to work right.Could you tell me how to change the code in the second instance to pop up the same form as in the first piece of code?
Code that works well:
<div class=”avia-button-wrap avia-button-center avia-builder-el-16 el_after_av_hr “><span class=”avia_button_icon” aria-hidden=”true” data-av_icon=”” data-av_iconfont=”entypo-fontello” style=”font-size:18px;”></span><span class=”avia_iconbox_title”>Request a Quote</span></div>Code that wont pop the form correctly.
<div style=”float: left;”>[av_button label='Request a Quote' link='manually,#fancyboxID-2' link_target='' color='custom' custom_bg='#41c0e1' custom_font='#ffffff' size='large' position='center' icon_select='yes' icon='ue871' font='entypo-fontello']</div>January 27, 2014 at 11:02 am #215280In reply to: Change H-tags of iconlist-title
Hi!
This is currently not possible – I’m sorry. You would need to create a new shortcode based on the existing iconlist shortcode and then add some new options to your custom iconbox shortcode which helps you to change the headline type. You can suggest the feature here: https://kriesi.at/support/topic/enfold-feature-requests/ and if more users request it we’ll look into it. If you’re in a hurry please hire a freelancer wo can create the custom shortcode for you. I guess it can be done with 1 – 1,5 hours of work (including testing, custom css code, etc.).
Regards,
PeterJanuary 27, 2014 at 10:28 am #215253In reply to: Icon box truncated in boxed layout
Hi!
Add this on Quick CSS or custom.css:
.template-blog .post .entry-content-wrapper { overflow: visible; }Or you can use this:
#top .template-blog .post .entry-content-wrapper .iconbox_top { margin-left: 1px; }Regards,
IsmaelJanuary 22, 2014 at 10:44 pm #213567Topic: disable magnification in lightbox
in forum Enfoldsegalmedia
ParticipantI found this code in forum to help me to remove the enlarge or magnification in lightbox:
.image-overlay {display: none !important;}
It did not work for me. See my page:
http://hubholdings.com/profile/
Here is all of my custom coding for the site:
.iconbox .iconbox_content .iconbox_content_title { text-transform: none; }
.main_color .avia-icon-list .iconlist_icon { background-color: #ffffff; }
#av_section_1 { background-color: #f2f2f2; }
.team-member-name, .team-member-job-title { text-align: center; }
.image-overlay {display: none !important;}thanks for your help.
January 15, 2014 at 12:38 am #209779I don’t know of a way to center them together. At that point it would be easier to just use custom css and html or an image instead of the icons.
January 14, 2014 at 5:26 pm #209544Hi!
You can have them float site wide by adding the following to your Quick CSS in the themes Styling tab or custom.css file:
span.av_font_icon { float: left; line-height: 17px; }The change in line height is so they don’t take up 2 lines.
Regards,
DevinJanuary 5, 2014 at 7:41 am #205503In reply to: Icon box cursor
Hi!
I tested the links, I can see the mouse cursor change to pointer when I hover over the iconbox top icons. Add this on your custom.css or Quick CSS:
.iconbox_top .iconbox_icon { cursor: pointer !important; }Regards,
IsmaelJanuary 2, 2014 at 7:01 pm #204599In reply to: Icon boxes and other issues
Hey!
1) You should try the solution under “Fonts not loading in Firefox or IE9”
2) You are going to need to modify the custom CSS code depending on the tallest box in that case. CSS code can be applied only on certain screen sizes.If that is what you would like to achieve, you can use something like@media only screen and (min-width: 767px) and (max-width: 989px) { .iconbox_top .iconbox_content { min-height: 190px; } }so it will be applied on screens that are wider than 767px and smaller than 989px. You can adjust it as needed
3) Yes, you should add the code Josue posted there
4) Have you checked your website on another computer? If not, please try itRegards,
YigitDecember 20, 2013 at 11:52 pm #202741Topic: Colorsection and Iconbox
in forum Enfoldmensmaximus
ParticipantShouldn’t the background of an iconbox carry the alternate background color if you choose the alternate color scheme in a colorsection? It is not a big thing as i solved it with a custom css rule but I thought this should work out of the box. Because in a colorsection with the main color scheme the iconbox has the alternate background.
December 10, 2013 at 12:53 pm #198507In reply to: Custom Icon font size
Hey!
Please add following code to Quick CSS as well
.iconbox_left .iconbox_icon { margin-right: 20px; }Cheers!
YigitDecember 10, 2013 at 5:47 am #198419In reply to: Custom Icon font size
Hey markbener!
You can change the icon size using this:
.iconbox_top .iconbox_icon { font-size: 24px; line-height: 24px; }The color can be change with this:
.main_color.iconbox_top .iconbox_icon { color: red; }Cheers!
IsmaelDecember 7, 2013 at 2:12 am #197182In reply to: Linking the Iconbox
Hi!
Please edit js > avia.js, find this code on line 5:
$(document).ready(function() {Below, add Josue’s code with a few modifications:
jQuery(".home article.iconbox, .page-id-2378 article.iconbox").each(function(){ var theLink = jQuery(this).find("a").attr("href"); jQuery(this).on("click", function(){ window.location.href = theLink; }); });Add this on your custom.css or Quick CSS:
.page-id-2378 .iconbox_icon, .home .iconbox_icon { cursor: pointer; }Regards,
IsmaelDecember 2, 2013 at 9:44 am #195215In reply to: Displaying Tags in IconBox?
Hi!
The syntax of the code I posted above seems to be valid for me but try to remove the p tag – maybe it’s not supported by the “Insert php” plugin:
function custom_shortcode() { return get_the_tag_list('Tags: ',', ',''); } add_shortcode( 'my_custom_tags', 'custom_shortcode' );Best regards,
PeterDecember 2, 2013 at 4:29 am #195167Hi Ismael
Thanks for your early reply.
I did not set responsive layout.
The width of image looks correct, but the width of text does not correct.

[My custom CSS is below]
/*나눔고딕 웹폰트 적용*/
@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, tr.pricing-row td, #top .portfolio-title, .callout .content-area, .avia-big-box .avia-innerbox, #top select, #lang_sel, .gm-style div {
font-family: ‘Nanum Gothic’, Open Sans, ‘HelveticaNeue’, ‘Helvetica Neue’, Helvetica, Arial, sans-serif;
}/*archive 등등의 폰트*/
#top .input-text, #top input[type=”text”], #top input[type=”input”], #top input[type=”password”], #top input[type=”email”], #top input[type=”number”], #top input[type=”url”], #top input[type=”tel”], #top input[type=”search”], #top input[type=”file”],#top textarea {
font-family: ‘Nanum Gothic’, Open Sans, ‘HelveticaNeue’, ‘Helvetica Neue’, Helvetica, Arial, sans-serif;
font-size: 12px;
}#top input[type=”submit”] {
text-transform: uppercase;
}/*body background-color*/
#main, .html_stretched #wrap_all {
background-color: #ffffff;
}/*헤더 좌우 그림자 안보이게*/
.boxed#top {
overflow: hidden;
}/* 헤더메인로고 사이즈 및 위치 */
.logo img {
padding: 0px 0px;
display: block;
width: auto;
height: auto;
max-height: 74px;
hack: fixes ie8 logo;
}/* 뉴스보기화면 좌측상단 특성이미지크기*/
.single-post .single-small.with-slider .small-preview {
width: 80px;
height: 80px;}/* 헤더높이와 메뉴위치*/
#header_main .container, .main_menu ul:first-child > li > a {
height: 90px !important;
line-height: 90px !important;
}
html.fixed_header #main {
padding-top: 120px;
}
.main_menu {
margin-right:-13px;
}/*헤더디자인 ————————————–*/
#header {
margin-bottom: -10px;
}.header_color .header_bg {
background: transparent url(http://interpeople.co.kr/wp/wp-content/uploads/2013/11/shadow_below.png) bottom center no-repeat scroll;
}#header_main {
border-width:0px;
padding-top: 5px;
padding-bottom: 10px;
}#header_meta {
background-color: transparent !important;
padding-bottom: 3px;
padding-top: 8px;
}#top .social_bookmarks {
height: 30px;
z-index: 150;
-webkit-backface-visibility: hidden;
margin: 0 0 0 -9px;
/*background-color: white;*/
border-radius: 3px;
}/*——————————————-*/
/*풀다운 서브메뉴 바탕색*/
.header_color .main_menu .menu ul li a {
background-color:#ffffff;
}/* 메인메뉴폰트*/
.main_menu ul:first-child > li > a {
display: block;
text-decoration: none;
padding: 0 13px;
font-weight: 600;
font-size: 16px;
}/*메뉴하단 선택바 위치*/
.avia-menu-fx {
bottom: -1px;
}/*메뉴하단 선택바 화살표*/
.avia-menu-fx .avia-arrow-wrap {
display: block;
}/*토글탑메뉴색상*/
#advanced_menu_toggle, #advanced_menu_hide {
background-color: #FFFFFF;
color: #333333;
border-color: #B4B4B4;
}/*탑메뉴바 검색없애기*/
#top #menu-item-search {
z-index: 100;
display: none;
}/*최상단 소셜 서브메뉴 높이와 색상*/
#header_meta {
border-width: 0px;
box-shadow: inset 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
z-index: 400;
min-height: 32px;
background-color: #999999;
}
/*최상단 sub메뉴 우측공간*/
.sub_menu {
right: 0px;
}/*최상단 sub메뉴 폰트*/
.header_color .sub_menu>ul>li>a {
color: #333333;
font-size: 12px;
font-weight: normal;
}
.header_color .sub_menu ul:first-child > li.current-menu-item > a {
color: #333333;
font-weight: 800
}.mapp-layout {
margin: 0px;
padding: 0px;
}/*최상단 소셜 아이콘 안보이게*/
#top .social_bookmarks li a,
#top .social_bookmarks li {
display: none;
}
.responsive #header_meta .social_bookmarks li {
visibility: hidden;
}/*AJAX포트폴리오 제목 하단*/
.portfolio-preview-title {
margin-bottom: 30px;
}/*헤더 네비——————————-*/
/*헤더 네비 안보이게*/
#main .title_container {
display:none;
}/*헤더 네비 you are here 안보이게*/
.breadcrumb-title {
visibility: hidden;
}/*헤더 네비 Archive for category 안보이게*/
.title_container .main-title {
visibility: hidden;
}/*헤더 네비 높이*/
#top .title_container .container {
padding: 0px 0;
min-height: 36px;
}/*헤더 네비 위치*/
.title_container .breadcrumb {
top: 70%;
}
/*———————————————–*//*포스트 제목 밑의 카테고리와 작성자 안보이게*/
span.blog-author.minor-meta {
display: none;
}/*사용후기 제목*/
.main_color .first-quote {
color: #222222;
}
blockquote {
font-weight: 700;
}/*사용후기 페이지에서*/
.avia_button_icon {
color: #ffffff;
}
.avia_iconbox_title {
color: #ffffff;
}/*promobox margin*/
.av_promobox {
margin: 10px 0;
}/*레이어슬라이더 스톱버튼 위치*/
#top .ls-nav-start, #top .ls-nav-stop {
top: -50px;
}/*drop shadow—-text block—-폴리몰리메인———-*/
#pollimolli_submenu_1 .avia_textblock
{
position: relative;
width: 100%;
background: #fafafa;
-moz-border-radius: 0px;
border-radius: 0px;
padding: 1.3em;
color: rgba(0,0,0, .8);
text-shadow: 0 1px 0 #fff;
line-height: 1.3;
margin: 0px auto;
-webkit-perspective: 0;
box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
}#pollimolli_submenu_1 .avia_textblock:before, #pollimolli_submenu_1 .avia_textblock:after
{
z-index: -1;
position: absolute;
content: “”;
bottom: 15px;
left: 10px;
width: 46%;
top: 80%;
max-width:300px;
background: rgba(0, 0, 0, 0.7);
-webkit-box-shadow: 0 15px 15px rgba(0,0,0, 0.7);
-moz-box-shadow: 0 15px 15px rgba(0, 0, 0, 0.7);
box-shadow: 0 15px 15px rgba(0, 0, 0, 0.7);
-webkit-transform: rotate(-3deg);
-moz-transform: rotate(-3deg);
-o-transform: rotate(-3deg);
-ms-transform: rotate(-3deg);
transform: rotate(-3deg);
}#pollimolli_submenu_1 .avia_textblock:after
{
-webkit-transform: rotate(3deg);
-moz-transform: rotate(3deg);
-o-transform: rotate(3deg);
-ms-transform: rotate(3deg);
transform: rotate(3deg);
right: 10px;
left: auto;
}/*—————————————–*/
/*drop shadow——-portfolio grid————————–*/
.grid-image
{
position: relative;
width: 100%;
background: #ffffff;
-moz-border-radius: 0px;
border-radius: 0px;
padding: 0em;
color: rgba(0,0,0, .8);
/!–text-shadow: 0 1px 0 #fff;–/
line-height: 1.3;
margin: 0px auto;
-webkit-perspective: 0;
box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
}.grid-image:before, .grid-image:after
{
z-index: -1;
position: absolute;
content: “”;
bottom: 15px;
left: 10px;
width: 50%;
top: 80%;
max-width:300px;
background: rgba(0, 0, 0, 0.7);
-webkit-box-shadow: 0 15px 10px rgba(0,0,0, 0.5);
-moz-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.5);
box-shadow: 0 15px 10px rgba(0, 0, 0, 0.5);
-webkit-transform: rotate(-3deg);
-moz-transform: rotate(-3deg);
-o-transform: rotate(-3deg);
-ms-transform: rotate(-3deg);
transform: rotate(-3deg);
}.grid-image:after
{
-webkit-transform: rotate(3deg);
-moz-transform: rotate(3deg);
-o-transform: rotate(3deg);
-ms-transform: rotate(3deg);
transform: rotate(3deg);
right: 10px;
left: auto;
}
/*————————————————–*//*shadow——-why폴리몰리———-*/
.page-id-4558 .avia_image{
box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
}/* 포트폴리오 그리드 하단 에로우 및 배경*/
#av_section_1 .avia-arrow {
visibility: hidden;
}/* 포트폴리오 그리드 하단 제목 배경*/
.main_color .grid-content, .main_color .grid-entry-title, .grid-entry .main_color .avia-arrow {
background-color: transparent;
}/* 포트폴리오 타이틀 배경*/
.grid-entry .inner-entry {
background-color: transparent;
}/*————————————————————————————————–*/
/* 포트폴리오 그리드 하단 제목 폰트*/
.grid-entry-title .grid-entry-excerpt {
font-size: 12px;
margin: 0;
padding: 0;
font-weight: normal;
text-align: ;
}/* 포트폴리오 그리드 배열 및 그림자*/
.grid-entry .inner-entry {
margin-top: 10px;
margin-left: 10px;
margin-right: 10px;
margin-bottom: 10px;
box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.4);
position: relative;
}/* 포트폴리오 그리드 하단 패딩*/
.grid-content {
padding: 11px;
position: relative;
}/*카테고리 필터링————————————–*/
#js_sort_items a {
display: block;
float: left;
text-decoration: none;
background-color: #666666;
border-radius: 2px;
padding-left: 5px;
padding-right: 5px;
text-shadow: 0 0px 0 rgba(255, 255, 255, 0.1);}
/*카테고리 필터링 텍스트 색상*/
.alternate_color #js_sort_items a, .main_color #js_sort_items a {
color: #ffffff;
font-size: 12px;
font-weight: normal;
}/*카테고리 필터링 텍스트 색상_hover*/
.alternate_color #js_sort_items a:hover, .main_color #js_sort_items a:hover {
color: #e1e1e1;
}/*카테고리 필터링 텍스트 색상_active*/
.alternate_color #js_sort_items a.active_sort, .main_color #js_sort_items a.active_sort {
color: #ffffff;
background-color: #a81010;
}/*카테고리 필터링 슬러시 안보이게*/
#js_sort_items .text-sep {
padding: 0 1px;
visibility: hidden;
}
/*——————————————————–*//*pollimolli 페이지에서 글자가 사진 밑으로 안들어가게*/
.pollimolli_submenu_1 p {
overflow: hidden;
}/*pollimolli 페이지에서 */
#pollimolli_submenu_1 {
border-width:1px;
}/*pollimolli 메인페이지 서브메뉴—————————– */
#pollimolli_submenu_2 {
min-height: 50px;
text-align: center;
border-width:0px;
}#pollimolli_submenu_2 .entry-content a:hover {
opacity: 0.7;
}
/*——————————————————–*/.page-id-2554 .entry-content li {
margin-left: 0em;
padding: 30px 0;
}/*rss 위젯 이미지*/
.widget_rss .widgettitle img {
display: block;
float: left;
margin-right: 4px;
margin-top: 1px;
}
.rsswidget {
margin-top: 3px;
}
.rss-date, .widget_rss cite {
font-size: 10px;
}/*풋터 위젯 폰트*/
.footer_color .news-time {
color: #b3b3b3;
}
.footer_color .rss-date {
color: #b3b3b3;
}
.widgettitle {
letter-spacing: 0px;
}
#footer .widgettitle {
color: #ffffff;
}
.footer_color div .news-headline{
color: #dddddd;
font-weight: normal;
}
.footer_color .footer-social-name a{
color: #dddddd;
font-size:11px;
}/*
.footer_color {
background-color:#222222;
border-color:#444444;
}
.footer_color img{
border-color:#444444;
}
.socket_color {
background-color:#333333;
border-color:#444444;
}
*//*갤러리 메인이미지 패딩*/
#top div .avia-gallery .avia-gallery-big {
padding:0px
}
#top div .avia-gallery img {
padding:0.3em
}/*폴리몰리 제품 메뉴 슬라이더 텍스트*/
.ls-s-1 {
font-size: 12px;
font-weight: bold;
color: #222222;
}/*shareaholic page에서*/
.shareaholic-share-buttons-container ul.shareaholic-share-buttons {
overflow-x: visible !important;
overflow-y: visible !important;
}/*tab에서 스크롤 안보이게
.js_active .active_tab_content {
overflow:hidden;
}*//*폴리몰리 제품메뉴에서 hover효과*/
#layerslider_9 img:hover {
opacity:0.7;
}/*지플렉스 메인*/
.page-id-2565 td {
font-size:12px;
}
.page-id-2565 .avia-shadow {
box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.1);
}
#zflex_submenu_1 {
border:none;
}
#zflex_submenu_2{
min-height: 50px;
text-align: center;
border-width:0px;
}
#zflex_submenu_2 .entry-content a:hover {
opacity: 0.7;
}/*지플렉스 사용설명서*/
#flipbook-container-0 div.page-content.even div.container img.bg-img {
left: 0px !important;
}
#flipbook-container-0 div.page-content div.container img.bg-img {
margin-top: 0px !important;
}
#flipbook-container-0 div.page-content.last div.container img.bg-img {
left: 0px !important;
}
#flipbook-container-0 li{
vertical-align: bottom !important;
}
#flipbook-container-0 .container {
position: static;
}
#flipbook-container-0 .zoomed-shadow {
left: 45px !important;
top: 9px !important;
width: 820px !important;
height: 566px !important;
}/*mainmenu–KO———————————————————————————————*/
.main_menu ul:first-child > li > a {
display:block;
background:url(http://interpeople.co.kr/wp/wp-content/uploads/2013/09/logo_menu_bg_grey.png) no-repeat top;
}/*PolliMolli*/
#menu-item-6440 > a:hover,
#menu-item-6440.current-menu-item > a,
#menu-item-6440.current_page_item > a,
#menu-item-6440.active-parent-item > a,
#menu-item-6440.active-ancestor-item > a {
background:url(http://interpeople.co.kr/wp/wp-content/uploads/2013/09/logo_menu_pollimolli_blue.png) no-repeat top; display:block;
}/*zflex*/
#menu-item-6451 > a:hover,
#menu-item-6451.current-menu-item > a,
#menu-item-6451.current_page_item > a,
#menu-item-6451.active-parent-item > a,
#menu-item-6451.active-ancestor-item > a {
background:url(http://interpeople.co.kr/wp/wp-content/uploads/2013/10/logo_menu_zflex_black.png) no-repeat top; display:block;
}/*MINI*/
#menu-item-6455 > a:hover,
#menu-item-6455.current-menu-item > a,
#menu-item-6455.current_page_item > a,
#menu-item-6455.active-parent-item > a,
#menu-item-6455.active-ancestor-item > a {
background:url(http://interpeople.co.kr/wp/wp-content/uploads/2013/09/logo_menu_mini_color.png) no-repeat top; display:block;
}
/*————————————————————————————*//*mainmenu–EN———————————————————————————————*/
.main_menu ul:first-child > li > a {
display:block;
background:url(http://interpeople.co.kr/wp/wp-content/uploads/2013/09/logo_menu_bg_grey.png) no-repeat top;
}/*PolliMolli*/
#menu-item-5729 > a:hover,
#menu-item-5729.current-menu-item > a,
#menu-item-5729.current_page_item > a,
#menu-item-5729.active-parent-item > a,
#menu-item-5729.active-ancestor-item > a {
background:url(http://interpeople.co.kr/wp/wp-content/uploads/2013/09/logo_menu_pollimolli_blue.png) no-repeat top; display:block;
}/*zflex*/
#menu-item-5741 > a:hover,
#menu-item-5741.current-menu-item > a,
#menu-item-5741.current_page_item > a,
#menu-item-5741.active-parent-item > a,
#menu-item-5741.active-ancestor-item > a {
background:url(http://interpeople.co.kr/wp/wp-content/uploads/2013/10/logo_menu_zflex_black.png) no-repeat top; display:block;
}/*MINI*/
#menu-item-5745 > a:hover,
#menu-item-5745.current-menu-item > a,
#menu-item-5745.current_page_item > a,
#menu-item-5745.active-parent-item > a,
#menu-item-5745.active-ancestor-item > a {
background:url(http://interpeople.co.kr/wp/wp-content/uploads/2013/09/logo_menu_mini_color.png) no-repeat top; display:block;
}
/*————————————————————————————*//*메인메뉴의 드롭다운메뉴 폰트*/
.header_color .main_menu .menu ul li a {
color:#555555 ;
}/*메인메뉴의 폴리몰리 빈백컬렉션 sub-menu 안보이게_한국어*/
#menu-item-6461 .sub-menu {
display:none !important;
}/*메인메뉴의 폴리몰리 빈백컬렉션 sub-menu 안보이게_영어*/
#menu-item-6573 .sub-menu {
display:none !important;
}/*월별찾아보기*/
#top select {
font-size:11px !important;
line-height:15px !important;
}/*사이드보더*/
.content {
border-color: #e1e1e1;
}/*게시물페이지 메타이미지 안보이게*/
.template-single-blog .blog-meta {
display: none;
}
.big-preview.single-big {
display: none;
}/*사이드바 폭 조정*/
.inner_sidebar {
margin-left: 30px;
}
.content .entry-content-wrapper {
padding-right: 30px;
}#facebook-like-box-2 {
margin-left: -10px;
}
#facebook-like-box-2 .fb_iframe_widget span {
height: 627px !important;
width: 232px !important;
}
#facebook-like-box-2 .fb_iframe_widget iframe {
height: 627px !important;
width: 232px !important;
}
#facebook-like-box-3 {
margin-left: -10px;
}
#facebook-like-box-3 .fb_iframe_widget span {
height: 627px !important;
width: 232px !important;
}
#facebook-like-box-3 .fb_iframe_widget iframe {
height: 627px !important;
width: 232px !important;
}/*소식골라보기*/
#categories-2 {
font-size: 12px;
}/*회사소개*/
.page-id-1195 .av-special-heading {
margin-top:10px;
}
.page-id-1195 .togglecontainer {
margin-top:10px;
}/*회사소개 en*/
.page-id-5236 .av-special-heading {
margin-top:10px;
}
.page-id-5236 .togglecontainer {
margin-top:10px;
}
.page-id-5236 .togglecontainer pre {
padding:0px;
margin-bottom: 10px;
}/*shop메뉴 안보이게 할 때 메뉴바 우측의 장바구니위젯도 안보이게*/
.cart_dropdown {
display:none;
}/*Why폴리몰리 페이지 서브메뉴 제목*/
.page-id-4588 .template-page .entry-content-wrapper h2 {
text-transform: none;
letter-spacing: -1px;
}
/*빈백컬렉션 신장안내 문자*/
.iconbox .iconbox_content .iconbox_content_title {
letter-spacing: 0px;
text-transform: none;
}/*포트폴리오 신장안내*/
.template-page .entry-content-wrapper h1, .template-page .entry-content-wrapper h2 {
text-transform: none;
letter-spacing: -1px;
}/*iconlist title*/
.avia-icon-list .iconlist_title {
text-transform: none;
}/*contact en 입력란*/
.page-id-5247 #top .input-text, #top input[type=”text”], #top input[type=”input”], #top input[type=”password”], #top input[type=”email”], #top input[type=”number”], #top input[type=”url”], #top input[type=”tel”], #top input[type=”search”], #top textarea, #top select {
width:100%;
}
.page-id-5247 .av_two_third{
background-color: whitesmoke;
padding: 25px;
}/*contact ko 입력란*/
.page-id-2641 #top .input-text, #top input[type=”text”], #top input[type=”input”], #top input[type=”password”], #top input[type=”email”], #top input[type=”number”], #top input[type=”url”], #top input[type=”tel”], #top input[type=”search”], #top textarea, #top select {
width:100%;
}
.page-id-2641 .av_two_third{
background-color: whitesmoke;
padding: 25px;
}/*filling 페이지에서 비교테이블 편집페이지 디버그 코드에서 avia-heading-row 클래스를 epp와 eps로 수정후*/
.main_color .pricing-table li.epp {
background-color: #eb008b;
color: white;
font-weight: 800;
font-size: 13pt;
}
.main_color .pricing-table li.eps {
background-color: #999999;
color: white;
font-weight: 800;
font-size: 13pt;
}
.main_color .pricing-table li.epp-1 {
background-color: #eb008b;
color: white;
font-weight: normal;
font-size: 11pt;
}
.main_color .pricing-table li.eps-1 {
background-color: #999999;
color: white;
font-weight: normal;
font-size: 11pt;
}
/*——————————————————————————————-*/November 29, 2013 at 11:31 am #194698In reply to: Displaying Tags in IconBox?
Hey!
I think you just need to use another function – try following colde instead which uses the get_the_tag_list function: http://codex.wordpress.org/Function_Reference/get_the_tag_list
function custom_shortcode() { return get_the_tag_list('<p>Tags: ',', ','</p>'); } add_shortcode( 'my_custom_tags', 'custom_shortcode' );Cheers!
PeterNovember 29, 2013 at 3:58 am #194587In reply to: Displaying Tags in IconBox?
Hey!
The tags you want to retrieve are the ones of the current Post/Portfolio?, the code i provided is meant to be put in the functions.php file, after that you can use [my_custom_tags] to invoke it.
Best regards,
JosueNovember 28, 2013 at 11:04 pm #194520In reply to: Displaying Tags in IconBox?
Hey sgrobert!
What ‘tags’ do you want to show? you could create a custom shortcode to embed them, try adding this to the functions.php file:
function custom_shortcode() { return get_the_tags(); } add_shortcode( 'my_custom_tags', 'custom_shortcode' );Best regards,
JosueNovember 27, 2013 at 8:35 am #193746In reply to: Make Top Icon Linkable
There are serveral ways to achieve this depending on your php skills.
Easy, but not that good idea is to copy all related files to the child so your modified iconbox.php will be loaded. You need to traverse this back to the file, where the shortcode is executed. In case of Enfold (individual framework) I wouldn’t recommend that.
Easiest way is simply modifying the original files and track the changes (file, linenumber, etc.). So it’s quite fast to readd the changes in a new version of the theme.
If you’re familiar with oop, you can write your own code straight into functions.php. In this specific case you should extend the avia_sc_icon_box class overwriting/redefining the shortcode_handler function. Be aware of the ShortcodeHelper reference (removing the wpautop).
And finally, if you’re familiar with jQuery, go this way. :) Create your own custom.js, append it to the footer, read out the href of each iconbox element and wrap whatever you like to have a link on.
November 24, 2013 at 6:57 pm #192569Topic: just two buttons in line – impossible??
in forum EnfoldkaMai
BlockedOh holy holy something ….
just a simple thing like bringing two buttons in one line in an iconbox seems impossible with Avia “Layout Builder”.We tried almost every possible variation but none !!! works flawless without CSS customization.
Either it goes like this:
http://www.axellauer.de/gfx/enfold/margins.png
or it crashes the laout completey or it does some other nuts thingsso please !!! let us now how to achieve that simple task with your ALB.
even our interns know enough HTML /CSS to get that done manually in 5 minutes – with ALB …hours. D:<
-
AuthorSearch Results
-
Search Results
-
Topic: Button HTML code
Hi,
I am using a html code for a button:
<div class=”avia-button-wrap avia-button-center avia-builder-el-0 avia-builder-el-no-sibling EMR4A”>avia-custom-bg=#c9c9c9” href=”http://www.xxxx.com?iframe=true&width=100%&height=100%” rel=”prettyPhoto[iframes]”><span class=”avia_iconbox_title”>95%</span></div>
BUT I having problems to setup a custom background color for the same. How can I do that?
Thanks
I found this code in forum to help me to remove the enlarge or magnification in lightbox:
.image-overlay {display: none !important;}
It did not work for me. See my page:
http://hubholdings.com/profile/
Here is all of my custom coding for the site:
.iconbox .iconbox_content .iconbox_content_title { text-transform: none; }
.main_color .avia-icon-list .iconlist_icon { background-color: #ffffff; }
#av_section_1 { background-color: #f2f2f2; }
.team-member-name, .team-member-job-title { text-align: center; }
.image-overlay {display: none !important;}thanks for your help.
Topic: Colorsection and Iconbox
Shouldn’t the background of an iconbox carry the alternate background color if you choose the alternate color scheme in a colorsection? It is not a big thing as i solved it with a custom css rule but I thought this should work out of the box. Because in a colorsection with the main color scheme the iconbox has the alternate background.
Oh holy holy something ….
just a simple thing like bringing two buttons in one line in an iconbox seems impossible with Avia “Layout Builder”.We tried almost every possible variation but none !!! works flawless without CSS customization.
Either it goes like this:
http://www.axellauer.de/gfx/enfold/margins.png
or it crashes the laout completey or it does some other nuts thingsso please !!! let us now how to achieve that simple task with your ALB.
even our interns know enough HTML /CSS to get that done manually in 5 minutes – with ALB …hours. D:<
