-
AuthorSearch Results
-
November 23, 2015 at 1:57 pm #540796
In reply to: Accordian on Mobile & Expanded on Desktop
Hi andre_clarke!
Please turn on custom CSS field for ALB elements – kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ and then add icon box elements to your page and give them a custom CSS class and then add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 768px) { .your-custom-class .iconbox_icon { display: none; }}Cheers!
YigitNovember 21, 2015 at 6:03 pm #540189Topic: Line Spacing footer widget "text" vs. "menu" not in sync
in forum Enfoldoestersund
ParticipantHI,
on my page below I´ve a footer with 3 columns showing menus via widget, the 4th w/ text widget. But this one has a slightly larger line spacing. Any idea what I can do?thx a lot!
FYI the custom CSS (the I came a footer line spacing spec, but this seems to affect all columns) reads as follows:
#top .main_menu a:hover {background: #14C819;color: #ffffff;}
.main_menu ul:first-child > li > a {font-weight: 400; font-size: 18px;}
#top .main_menu .menu li ul a { font-weight: 400;font-size: 12px; }
h1, h2, h3, h4 {text-transform: none !important; }
.iconbox_content_title {
text-transform: none !important;
}body { line-height: 100%; }
#footer {padding: 0; }
#footer {line-height: 110%;}
#footer {font-weight: 400 ;}
#footer { font-size: 15px; }
#footer .widget {text-align: left;}
#footer .widgettitle {
color: white !important;
}#top .tm-ctabox { padding: 15px; border: 2px solid #0E565C; line-height: 1.5; }
#top .tm-promobox2 { line-height: 1.5; border: 2px solid #16D322;}
.avia-icon-list .iconlist_icon:hover {
color: #E65A37;
}.avia-button.avia-size-large { font-size: 17px; } /* for large buttons */
.avia-button.avia-size-medium { font-size: 17px; } /* for medium buttons */
.avia-button.avia-size-small { font-size: 17px; } /* for small buttons */.avia_ajax_form .button { font-size: 17px; }
.main_color .av-masonry {
background-color: white;
}November 20, 2015 at 3:01 pm #539658Hi Yigit,
Thanks for your reply.
For question 1, I have added this code
* {font-family: "Microsoft YaHei" !important;}For question 2, I do it according your vedio but failed. It showed this hint: “Couldn’t add the font because the server didn’t respond. Please reload the page, then try again”.
I have tried many time with Enfold 3.4.2 and 4.3.1. But all showed the above hint. I checked someone have solved this problem by FTP way. But it marked as private. https://kriesi.at/support/topic/custom-icons-in-iconboxes/
For question 3, How to change the Social Icon and Blog Share Icon? You konw our Social media is Weibo, QQ, Wechat….. So I need to change it. It is very important to me.
Please help me solve it.
November 20, 2015 at 11:51 am #539443TAICO
ParticipantHi This is Bobo,
I have used the Enfold theme in our Chinese website and I don’t the code. So please make it clear to how to change it. Thanks a lot
(1) How to use “Microsoft Yahei” font for entire site. All the font in the site be showed with Microsoft Yahei. You know we can’t open Google in China.
I have searched the Topic: https://kriesi.at/support/topic/change-of-font-family/ . And I have try to update it. But I really don’t know how to do it?
(2) How to change the Social Icon and Blog Share Icon? You konw our Social media is Weibo, QQ, Wechat….. So I need to change it.
(3) How to Custom Icons in Iconboxes? I can’t upload the ” Fontello Font ZIP”. And checked the Topic https://kriesi.at/support/topic/custom-icons-in-iconboxes/ But there is no detailed answer how to do it. Can you make it clear?
Thanks a lot again
November 20, 2015 at 3:20 am #539331In reply to: Several Issues
Hey Hamdi!
1.Please insert the below css into your custom css section:
.iconbox .iconbox_content p { text-align: left !important; }2. Please insert the below css into your custom css section and adjust to your liking:
.page-id-18 #top h3 a{ font-size: 24px !important; } .page-id-18 .article .av-magazine-entry { font-weight: 700 !important; font-style: italic !important; }3. The formatting in the screenshot is too specific for css alone, you would need to enlist the aid of a freelancer to perform custom modifications to the theme.
Cheers!
DakeNovember 19, 2015 at 11:04 pm #539258In reply to: Enfold Icon Box Element, Type cut off on Ipad view
Hey!
Add this to your custom CSS.
@media screen and (max-width: 767px) and (min-width: 990px) { h3.iconbox_content_title { font-size: 13px !important; } }Best regards,
ElliottNovember 4, 2015 at 9:34 pm #530407In reply to: Social Share buttons HTML code
I have the shortcake but i can not use this shortcake one-on-one in my php code.
For example i made a button to use in php code with the following 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-left " style="background-color: #fec425; color: #000000;" href=" http://www.bdlease.nl/dealer-calculator-standalone/?accountmanager=wilbert-de-nijs&ref=bos-slegers" target="_blank"><span class="avia_iconbox_title">FINANCIEREN? Klik hier</span></a></div>Is there a code similar like above code to add the social share button shortcode?
THX FreekOctober 29, 2015 at 6:32 am #526529In reply to: Avia Button Font Color
Hi RobertPfeifer!
Please insert the following css into your custom css section:
.avia-button .avia_button_icon { color: #ffffff !important; } .avia_iconbox_title { color: #ffffff !important; }Best regards,
DakeOctober 20, 2015 at 6:52 pm #521966In reply to: Setting Custom Column Widths in the Footer
Hi Darryl!
you can try to turn on custom CSS field for all alb elements by following this tutorial: kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ and then you can define a unique CSS class for each icon box element. Then use something like this inside of Quick CSS field (which will be update proof):
.my-first-iconbox { width: 40%; } .my-second-iconbox { width: 20%; } .my-third-iconbox { width: 25%; }Best regards,
AndyOctober 8, 2015 at 10:43 am #515679In reply to: Whitespace causes borders to appear
Hey!
let’s stick to one topic here please and be aware that if you bump into your own thread it will push it behind in our queue, because automatically it gets marked as “answered”. Always open a new ticket for a different question/issue.
There is no easy option for what you wish. You could add a lightbox to an icon box element, but lightbox link won’t work for the icon itself, only for title and text. If this is still useful to you then activate debug mode at first. Then insert these shortcode as an example in the new created field under the ALB editor:
<a href="http://i.auto-bild.de/ir_img/1/0/5/8/0/9/1/Autos-mit-Goldlack-729x486-57dccf7b6568b18a.jpg" rel="prettyPhoto">[av_icon_box position='left' boxed='' icon='ue801' font='entypo-fontello' title='IconBox Title' link='' linktarget='' linkelement='both' font_color='' custom_title='' custom_content='' color='' custom_bg='' custom_font='' custom_border=''] Test [/av_icon_box]<a/>If you really need it you would need to hire a freelance developer for this job: http://kriesi.at/contact/customization
Feel free to make a feature request for Kriesi here: kriesi.at/support/enfold-feature-requests/
Regards,
Andy-
This reply was modified 10 years, 4 months ago by
Andy.
September 21, 2015 at 6:35 pm #506604In reply to: Text jumbled on iPad
Hey!
Try adding this to your custom CSS.
@media screen and (max-width: 900px) and (min-width: 767px) { h3.iconbox_content_title { font-size: 11px !important; } }You may need to play around with the max-width and min-width values depending on the screensize of your iPad.
Regards,
ElliottSeptember 20, 2015 at 3:53 pm #506035In reply to: Width of the border in iconbox
Hi frysjo!
The iconbox uses a drop shadow so you can add this to your custom CSS to increase it.
.iconbox_top .iconbox_content { box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3) !important; }The 10px is how far out it extends.
Cheers!
Elliott-
This reply was modified 10 years, 5 months ago by
Elliott.
August 21, 2015 at 8:54 pm #491600In reply to: Single post page and blog page content width
UPDATE: found this thread but the solution didn´t work for me.
There´s something weird happening. It appears that my site it´s not loading the css changes I´ve made recently. I moved my site from a shared hosting to my own cloud server, I don´t know if there could be a problem related to this. This is my style.css form the child theme:
/* Theme Name: Enfold Child Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> 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 */ /* Every screen resolution*/ .single-post #menu-item-517, .single-post #menu-item-520, .single-post #menu-item-521, .single-post #menu-item-622, .single-post #menu-item-519, .single-post #menu-item-680 { display: none!important; } .page-id-571 #menu-item-517, .page-id-571 #menu-item-520, .page-id-571 #menu-item-521, .page-id-571 #menu-item-622, .page-id-571 #menu-item-519 { display: none; } .post-entry .big-preview{ display: none !important; } li.avia-pricing-row small, .pricing-table li.avia-pricing-row { font-size: 40px; } .main_color .pricing-table.avia-highlight-col li.avia-heading-row, .main_color .pricing-table.avia-highlight-col li.avia-heading-row .pricing-extra { background-color: rgb(6, 93, 178); color: #ffffff; border-color: rgb(6, 93, 178); } .main_color .pricing-table.avia-highlight-col li.avia-pricing-row { background-color: rgb(0, 110, 255); color: #ffffff; border-color: rgb(0, 110, 255); } #menu-item-search { display:none; } /* END OF every screen resolution*/ /*Big screens*/ @media only screen and (min-width: 1341px) { div#mobilesld { display: none; } } /*END OF Big screens*/ /*Ipad y Tablets*/ @media only screen and (max-width: 1340px) and (min-width: 769px) { .single-post .sidebar, .page-id-571 .sidebar { width: 30% !important; } .single-post .content, .single-post #top .fullwidth .template-blog.content, .page-id-571 .content, .page-id-571 #top .fullwidth .template-blog.content { width: 70% !important; } div#websld { display: none; } .pricing-table>li { font-size: 12px; } .responsive #scroll-top-link { display: block!important; } .iconbox .iconbox_content .iconbox_content_title { font-size: 14px!important; overflow: visible!important; } #top .iconbox_left_content .iconbox_icon, #top .iconbox_right_content .iconbox_icon { height: 40px;width: 40px;line-height:40px; } #top .iconbox_content p{ font-size: 12px; } li.avia-pricing-row small, .pricing-table li.avia-pricing-row { font-size: 30px; } } /*END OF Ipad y Tablets*/ /*smartphones*/ @media only screen and (max-width: 768px) { .single-post .content, .single-post #top .fullwidth .template-blog.content, .page-id-571 .content, .page-id-571 #top .fullwidth .template-blog.content { width: 100% !important; } div#testimonials { display: none; } li.avia-pricing-row small, .pricing-table li.avia-pricing-row { font-size: 25px; } .iconbox .iconbox_content .iconbox_content_title { font-size: 11px!important; overflow: visible!important; } .blogface .image-overlay { background: #d82028!important } .blogface .image-overlay .image-overlay-inside { display: none!important } .blog-categories.minor-meta, .text-sep.text-sep-cat, .blog-author.minor-meta { display: none!important; } } /*END OF para smartphones*/-
This reply was modified 10 years, 6 months ago by
charliergarcia.
August 20, 2015 at 12:34 pm #490697In reply to: Slider and icon box
Hi!
You can upload your own SVG icons on http://www.fontello.com/ and then download them and upload new font icons in Enfold theme options > Import & Export tab.
If you would like to use image instead, please turn on custom CSS field for ALB elements – http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ and then give your element a custom CSS class and then add following code to Quick CSS in Enfold theme options under General Styling tab.your-custom-class a.iconbox_icon.heading-color { background-image: url(https://kriesi.at/wp-content/themes/kriesi/images/logo.png); background-size: contain; background-repeat: no-repeat; background-position: 50% 50%; } .your-custom-class a.iconbox_icon.heading-color:before { content: ''; }Cheers!
YigitAugust 17, 2015 at 11:30 am #488779In reply to: Image in a iconbox
Hi Guenter!
Please give your iconbox element a custom CSS class and then add following code to Quick CSS
.your-custom-class .iconbox_content img { top: -20px; max-width: 60%; }Cheers!
YigitAugust 12, 2015 at 3:57 pm #486641In reply to: Center Icon Box
Thanks for the very quick reply, Yigit.
One issue though: I have a lot of icon boxes throughout the site. I only want to apply the centering selectively to icon boxes that I have marked individually with the custom CSS “destination-iconbox”
Can you tell me how I modify the code above to do that?Thanks,
JenniferAugust 7, 2015 at 11:30 pm #484717In reply to: Anchor Link Issue – Title hidden under header
I have the same issue.
I am using the icon box in home page with 4 anchor links to another page where I am using Icon List (4 sets of texts). Each icon box link in home brings you to the page and scrolls to the specific title and associated text.I ended up adding padding to each of my anchors, it doesn’t change how my Icon List displays but moved the page down so my titles are just below the header now. It renders slightly differently depending on browser (in safari it’s a bit lower) but it did the trick until someone gives us a better solution.
My code in my custom css looks like this:
/* IconBox anchor margin top */ #consult { padding-top:100px; } #design { padding-top:100px; } #build { padding-top:100px; } #finishedproduct { padding-top:100px; }Hope this helps you until we have a better solution
Griffin
-
This reply was modified 10 years, 6 months ago by
Citrusconstructions.
July 29, 2015 at 2:30 pm #480241In reply to: Change corner radius of "Article Slider"
Hi Rikard !
Nothing has changed yet.
I still need to find a way to change the border radius of the content slider on the main page as written in the first post.
With Guennis help we already fixed part two – changing the border radius of the iconboxes.We also could change the border radius of the content slider directly in developer tools.
But the changes in the custom css box get ignored …So I still need to find a way to permanently change the border radius of the pictures in the content slider.
Above you see the complete content of my custom css box …Thanks & sorry for the German discussion …
TomJuly 29, 2015 at 1:14 pm #480177In reply to: Iconboxes within Fullwidth picture
Hey wuo!
Please add Color Section element under Layout Elements of Advanced Layout Builder and then edit it and set a custom background image. Then, add three 1/3 column elements inside it and add iconbox elements inside each column.
Regards,
YigitJuly 28, 2015 at 3:15 pm #479755In reply to: Change corner radius of "Article Slider"
Hi Guenni !
Nein ich habe es nicht verändert !
Wie gesagt – Ich konnte es genau wie Du direkt im Browser nachvollziehen – nur eben nicht wenn es über die Custom-CSS-Box eingegeben wird.Hier der Inhalt meiner custom css box:
@media only screen and (min-width: 1140px){ .avia-testimonial-wrapper{ width: 1030px; } } body div .avia-button { background-image: none; } .av_promobox { margin: 20px 0; } body div .avia-button:hover { background-color: #88BBC8!important; color:white!important; border-color: #88BBC8!important; } p.form-allowed-tags { display:none; } .grid-entry .inner-entry { box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.2); } $avia_config['font_icons'] = apply_filters('avf_default_icons', array( 'scrolltop' => array( 'font' =>'entypo-fontello', 'icon' => 'ue876'), )); .avia-content-slider .slide-image { border-radius: 20px !important } .iconbox_top .iconbox_content { border-radius: 20px }LG
TomJuly 27, 2015 at 4:23 pm #479143Hey cidcreative!
1. You can increase the body font size in Dashboard > Enfold > General Styling > Fonts.
2. I see the copyright area on your site. Do you mean your trying to get rid of the footer? You can do so in Dashboard > Enfold > Footer.
3. So your just trying to add a white border around the text correct? Add this to your custom CSS.
span.avia_iconbox_title { border: 2px solid white; padding: 5px; border-radius: 2px; }Regards,
ElliottJuly 26, 2015 at 5:36 pm #478756In reply to: Change corner radius of "Article Slider"
Hi Guenni!
Du hast natürlich absolut recht – das kann ich auch in Chrome nachvollziehen:
Er zeigt mir erst 3px border-radius an …
Wenn ich das manuell auf 20px ändere, sieht es perfekt aus !
Aber was nutzt mir das, wenn es nicht funktioniert, nachdem ich es in den Custom-CSS settings ( auch mit !important eintrage ?! :-)
Und da Du mir netterweise die Änderung bereits “mundgerecht” für copy/paste angegeben hast, kann es auch kein Fehler mehr von mir sein ;-)Die iconbox-settings zum border-radius werden super berücksichtigt – die für den content-slider leider nicht :-(
Mal so zwischendurch vielen Dank für Deine Hilfe !!! :-)
LG
Tom-
This reply was modified 10 years, 7 months ago by
ideenstart. Reason: Tippsfehler ;-)
July 22, 2015 at 8:30 pm #477316In reply to: Icon Box Text Size & Unbold
Hi!
Please edit your icon box and find custom CSS field – http://kriesi.at/documentation/enfold/wp-content/uploads/sites/2/2013/12/blur.jpg and give your element a custom class (i.e.: my-custom-class ) and then add following code to Quick CSS in Enfold theme options under General Styling tab
.my-custom-class h3.iconbox_content_title { font-weight: normal; font-size: 15px!important; }Regards,
YigitJuly 22, 2015 at 11:27 am #476976Topic: Align icon from iconbox
in forum Enfold82dt
ParticipantHi,
I placed this in functions.php:
function add_custom_text() { ?> <div class="iconbox_content2"> <header class="entry-content-header"> <div class="iconbox_icon heading-color" data-av_iconfont="entypo-fontello" data-av_icon="" aria-hidden="true"></div> <h3 class="iconbox_content_title" itemprop="headline">Strak bouw bvba</h3> </header> <div class="iconbox_content_container2 " itemprop="text"> <p>Tel: 0479 59 79 90</p> <p>Adres: Staatsbaan 89</p> <p>Plaats: 9991 Adegem</p> </div> </div> <?php } add_action('ava_after_main_menu', 'add_custom_text', 10, 0);this is my quick css:
#header_main .container, .main_menu ul:first-child > li a { line-height: 240px } div.iconbox_content2 { max-width: 915px; text-align: right; margin: 0 auto; left: 0; right: 20; position: relative; }As a result I have the header 3 align right, as I want it, but the icon keeps aligned left. Can the icon be aligned right so the icon is next to the header text?
Thank you
July 20, 2015 at 5:01 pm #475953Hi Drake,
I am trying to do the same thing. I would like to change the color of social icons on top right on a transparent menu on no scroll from gray to white. On mouse hover I do not want to change anything. see here: fritzimages.com
I have worked with enfold before and have some custom CSS :
.iconbox_top .iconbox_content { padding-top: 30px !important; }
#top .iconbox_top { margin-top: 0px!important; }.av_header_transparency .logo { opacity: .95; }
.logo { opacity: .95; }Can you tell me what css I should add additionally to my custom code ?
thanks
July 13, 2015 at 3:18 pm #472501In reply to: Icon Box Title
Hi!
Add this to your custom CSS.
.iconbox_content_title { min-height: 40px; }If that’s not what your trying to do then take a screenshot and highlight your intentions so we can get a better idea.
Cheers!
Elliott-
This reply was modified 10 years, 7 months ago by
Elliott.
July 6, 2015 at 2:32 pm #468938In reply to: Clickable area
Hi!
Please add following code to Enfold/functions.php file
function add_custom_div(){ ?> <script> jQuery(".iconbox_content").click(function(){ window.location = jQuery(this).find("a:first").attr("href"); return false; }); </script> <?php } add_action('wp_footer', 'add_custom_div');I wanted to add it in Appearance > Editor but file is not writable
Best regards,
YigitJune 30, 2015 at 2:36 pm #466455In reply to: Reduce space between widgets in sidebar
Hey Yigit.
Thanks a lot but neither of those two worked:.html_header_top #top .av_menu_left .main_menu {
left: 10%;
}.sidebar section {
padding: 5px 0;
}There might be something wrong with my Custom CSS because yesterday I made the iconbox titles on my front page smaller, so that it doesn’t cut off the text and it worked but today it’s back to the old same without having changed anything on the code itself. Strange.
June 23, 2015 at 1:38 pm #463345In reply to: Open lightbox from text url in text editor
Helo Rikard,
This is the code of button added as enfold element (drag & drop):
<span class=”avia_iconbox_title”>Watch Our Video Tour</span><span class=”avia_button_icon avia_button_icon_right” aria-hidden=”true” data-av_icon=”” data-av_iconfont=”entypo-fontello”></span>It’s open a link (movie on vimeo) in lightbox. That’s great.
I copy class names to my custom link added to text editor in post:
Watch Our Video TourAnd after I click this link, lightobx is not opening (page reload to the given link).
What em I do wrong?
BR
PeterJune 12, 2015 at 7:49 pm #458595ok i have to do so as if there was a link in the iconbox
.customclass .iconbox_content_container a { pointer-events: none !important; color: #666 !important }-
This reply was modified 10 years, 8 months ago by
Guenni007.
-
This reply was modified 10 years, 4 months ago by
-
AuthorSearch Results
-
Search Results
-
Hi This is Bobo,
I have used the Enfold theme in our Chinese website and I don’t the code. So please make it clear to how to change it. Thanks a lot
(1) How to use “Microsoft Yahei” font for entire site. All the font in the site be showed with Microsoft Yahei. You know we can’t open Google in China.
I have searched the Topic: https://kriesi.at/support/topic/change-of-font-family/ . And I have try to update it. But I really don’t know how to do it?
(2) How to change the Social Icon and Blog Share Icon? You konw our Social media is Weibo, QQ, Wechat….. So I need to change it.
(3) How to Custom Icons in Iconboxes? I can’t upload the ” Fontello Font ZIP”. And checked the Topic https://kriesi.at/support/topic/custom-icons-in-iconboxes/ But there is no detailed answer how to do it. Can you make it clear?
Thanks a lot again
Topic: Align icon from iconbox
Hi,
I placed this in functions.php:
function add_custom_text() { ?> <div class="iconbox_content2"> <header class="entry-content-header"> <div class="iconbox_icon heading-color" data-av_iconfont="entypo-fontello" data-av_icon="" aria-hidden="true"></div> <h3 class="iconbox_content_title" itemprop="headline">Strak bouw bvba</h3> </header> <div class="iconbox_content_container2 " itemprop="text"> <p>Tel: 0479 59 79 90</p> <p>Adres: Staatsbaan 89</p> <p>Plaats: 9991 Adegem</p> </div> </div> <?php } add_action('ava_after_main_menu', 'add_custom_text', 10, 0);this is my quick css:
#header_main .container, .main_menu ul:first-child > li a { line-height: 240px } div.iconbox_content2 { max-width: 915px; text-align: right; margin: 0 auto; left: 0; right: 20; position: relative; }As a result I have the header 3 align right, as I want it, but the icon keeps aligned left. Can the icon be aligned right so the icon is next to the header text?
Thank you
