-
AuthorSearch Results
-
July 12, 2013 at 2:05 am #126108
In reply to: Form unfillable?
Hi,
Please increase the wordpress php memory limit to 128M or higher. I hope it’ll fix the issues. You might need to redo the icon boxes then update the page.
http://www.dailyblogging.org/wordpress/increase-wordpress-memory-limit/
Please add this on your custom.css or Quick CSS
.iconbox_content h3 {
z-index: 10 !important;
}Regards,
Ismael
July 10, 2013 at 7:11 pm #128791In reply to: Icon Box without Icons
I may correct this, but you need some work-around with CSS/HTML. If you enable the debug-feature of Enfold, you’ll get a simple textarea below the builder. So you may add an own wrapper around your iconbox-element having a unique id (or class). This way, you are able to address only the iconboxes in context and give it a simple display:none. A global overwrite will look like this:
.main_color.iconbox_top .iconbox_icon {display:none;}If you wrap some iconboxes with a specific div like .my-boxes, it should look like
.my-boxes .iconbox_icon {display:none;}In case you like to keep the small square box on top, this gets a lil bit nifty. You have to overwrite the selected icon using jQuery. Otherwise you may set the color of the icon to the background itself… ;)
I’ll have to create a work-around a bit further than that – my customer want’s some own icons (graphical)…. :(
PS: Adding an empty icon the the typo-listing is also an option – but I’ll leave this to the support team.
July 2, 2013 at 6:08 am #25635Topic: Custom CSS for your pleasure
in forum Enfoldformateins
ParticipantHi,
I just like to post some of my CSS hacks so others may use it with their own colors and formats. Have a look at the comments and try it for yourself.
/* This is some style specific stuff you may not need to include */
h1, h2, h3, h4, h5, h6, .widgettitle {font-weight:500; text-shadow: rgba(0,0,0,0.4) 1px 1px 2px; font-family:"Oswald",Helvetica,Arial,sans;}
.title_container .main-title {text-transform:uppercase; font-size:24px; font-family:"Oswald",Helvetica,Arial,sans;}
title, #top .alternate_color.title_container .main-title a {text-shadow: rgba(0,0,0,0.2) 1px 1px 2px;}
#footer h3.widgettitle {color:#e1e1e1;}
.avia_textblock h1 { margin-bottom:0px; text-shadow: 3px 3px 3px #000;}
/*#footer {background: none transparent}*/
#top .widget ul.children {margin-left:15px;}
.main_menu {font-family: Oswald, Helvetica, Arial;}
.main_menu ul:first-child > li > a {font-weight:400;}
.sort_by_cat a {border:#ad137f 1px solid; color:#fff; padding:0px 5px 0px 5px;}
.breadcrumb-title {display:none !important;}
.main_menu ul:first-child > li.current-menu-item > a, .main_menu ul:first-child > li.current_page_item > a {font-weight: 400;}
.header_color .main_menu ul:first-child > li.current-menu-item > a, .header_color .main_menu ul:first-child > li.current_page_item > a {color: #ad137f;}
.main_color .sidebar .current_page_item>a {color:#ad137f; font-weight:bold;}
.current_page_item>a {font-weight:400;}
/* Remove tranparency from header */
#header {background-color:#fff;}
/* HR Fullwidth remove margins */
.hr-full, .hr-big {margin: 20px 0;}
/* Making images more fancy (box and slight shadow) - CSS class 'framed' must be added manually to IMAGE */
img.framed {background: #f5f5f5; border: 1px solid #fff; outline: 1px solid #eaeaea; box-shadow: 0px 2px 2px rgba(0,0,0,0.6);}
body .alignleft, .entry-content a:link .alignleft, body .alignright, .entry-content a:link .alignright {padding: 4px !important;}
/* Displaying the line below main nav element when current page is level 3+ */
.current-page-ancestor a > .avia-menu-fx {visibility: visible;opacity: 1;}
.current-page-ancestor a > .avia-menu-fx .avia-arrow-wrap {overflow: hidden;display: block;}
/* Bold should be CI color */
.main_color .toggle_content strong, .main_color .toggle_content strong a, .main_color .tab_content strong, .main_color .tab_content strong a, .main_color .asc_count, .main_color .avia-testimonial-content strong {color:#ad137f;}
/* Center Title of Portfolio Item */
.main_color .grid-entry-title {text-align:center;}
/* Rework the menu shading (just a quite bit) */
#header .avia_mega_div {-moz-box-shadow: 0 10px 10px rgba(0,0,0,0.3); -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.3); box-shadow: 0 10px 10px rgba(0, 0, 0, 0.3);}
.main_menu .menu ul {-moz-box-shadow: 0 6px 10px rgba(0,0,0,0.2); -webkit-box-shadow: 0 6px 10px rgba(0, 0, 0, 0.2); box-shadow: 0 6px 10px rgba(0, 0, 0, 0.2);}
.responsive #top.boxed .stretch_full {background:#f3f3f3;}
/* Fixing border radius of rounded images */
.avia-post-nav .entry-image img {border-radius: 4px;}
/* Modifiying Post-Nav background color (those nifty flyout-arrows left and right on news and portfolio) */
#top .avia-post-nav:hover {background: #ad137f; background: rgba(160,1,126,0.8);}
#top .avia-post-nav {background: #aaa; background: rgba(160,1,126,0.4);}
/* Remove rounded stuff (in case you prefer some qubic stuff) */
.avia-icon-list .iconlist_icon, .avia-testimonial-image, .avia-testimonial-image img, .iconbox_top .iconbox_icon {border-radius:4px;}
/* Removing the breadcrumb (no one need a breadcrumb on this) */
.title_container .breadcrumb {display:none;}
/* Menu Mods */
.header_color .main_menu ul:first-child > li.active-parent-item > a {color:#ad137f;}
/* Megamenu Mods */
#top #header .mega_menu_title a {font-size:15px; border-bottom: #ccc 1px dotted;}
#top #header .mega_menu_title a:hover {text-decoration:none;}
#header .avia_mega_div .units {border:none;}
/* Tagcloud Links */
.tagcloud a {background:rgba(250,250,250,0.4);}
.tagcloud a:hover {background:rgba(250,250,250,0.8); text-decoration:none;}
/* Tagcloud widget (I'm a lousy guy writing tags lowercase) */
.widget_most_popular_tags {text-transform: capitalize;}
/* Tabs (bold, font size, better to read) */
.js_active .tab {font-size:12px !important;}
.main_color .tabcontainer .tab_titles .tab {font-weight:bold;}
.main_color .sidebar_tab, .main_color .tabcontainer .tab:hover {color: #ad137f;}
/* Tables (what a mess) */
.main_color table caption, .main_color tr:nth-child(even), .main_color .pricing-table>li:nth-child(even) {color: #666;}
.main_color tr:nth-child(odd), .main_color .pricing-table>li:nth-child(odd), .main_color .pricing-extra {color: #666;}
.main_color tr:hover {background:#ad137f; color:#fff;}
/* Form Elements (stretching to 100%, responsible) */
#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%;}
/* Ajax Contact Form (I'll leave this - plugin specific. Don't use it anymore) */
button.ajax-submit {margin:0;border: #ad137f 1px solid; background: #ad137f; color: #fff; padding: 10px; font-weight: bold;}
button.ajax-submit:hover {cursor:pointer;}
form.iwacontact span.ajax-feedback.error, form.iwacontact span.ajax-result.error {color:#ad137f;}
/* Sortable links (links are fine, but I prefer more of a button style) */
.main_color #js_sort_items a.active_sort, .main_color #js_sort_items a {color:#666;}
.main_color #js_sort_items a.active_sort {background:#ad137f; color:#fff; border:#ad137f 1px solid;}
.main_color #js_sort_items a:hover {background:#ad137f; color:#fff;}
.sort_by_cat a {border: #ccc 1px solid; padding: 3px 10px 3px 10px; background: #e8e8e8; border-radius:2px; margin-right:10px;}
#js_sort_items .text-sep {display:none;}
/* Widget News remove date/time (don't do this if you care about SEO) */
.news-time {display:none;}
.news-headline {margin-top:4px;}
/* Ajax Search results (didn't like the excerpt stuff and some other slight optimizations) */
.header_color .ajax_search_title {color: #666; line-height: 1.4em; height: 20px; margin-top: 3px; font-size: 14px; }
.ajax_search_response h4:first-child, .ajax_search_response h4 {font-size: 18px; text-transform:uppercase;}
.header_color .ajax_search_excerpt {display:none;}
#top div .ajax_search_entry_view_all {font-weight: normal; text-transform: uppercase;}
.ajax_search_image {border-radius:2px;}
/* Search results (doh!) */
.main_color .search-result-counter {background:#ad137f;}
.search-result-counter {box-shadow:none; border-radius:2px; color:#fff; font-weight:bold;}
.post-meta-infos {display:none;}
.template-search .entry-content .post-title {font-size:18px; margin:0; padding-top:10px;}
.responsive .boxed#top {-moz-box-shadow: 0 0 25px #000; -webkit-box-shadow: 0 0 25px #000; box-shadow: 0 0 25px #000;}
/* Remove dashed line from post overviews (News, Archives - should be fixed by Kriesi) */
.multi-big .post_author_timeline, .single-small .post_author_timeline {border-right-width: 0px;}
/* Adding a slight shadow to the small preview pics used in post overviews (still need x-browser stuff) */
.small-preview {box-shadow: 0 0 6px rgba(0,0,0,0.4);}
/* Form Elements (Contact Form 7) */
span.wpcf7-list-item {margin-left: 0; margin-right:10px;}
#top .footer_color input[type='email'] {border-color: #666; background-color: #333; color: #aaa;}
span.wpcf7-not-valid-tip {top: -52px; left: 1px; background: #ad137f; border: 1px solid #ad137f; padding: 4px; color: #fff;}
div.wpcf7-validation-errors {border: 1px solid #ad137f !important; background: #ad137f; color: #fff; text-align: center; font-weight: 600; padding: 4px;}
div.wpcf7-response-output {margin: 2em 0em 1em;}
/* Iconbox mouseover effect and changing the link behaviour (this is needed if you like to have the whole iconbox linked) */
.main_color.iconbox_top .iconbox_content:hover {background: #efefef;}
#top .iconbox_top a {text-decoration: none;color: inherit;}
/* Changing image overlays from circle to rounded square (there ya go) */
.image-overlay .image-overlay-inside::before {border-radius: 4px;}
/* 3D tag cloud with mug (in case you use this canvas-plugin try the coffee version) */
#myCanvasContainer {background: transparent url('https://media.pcamobile.de/mug.jpg') no-repeat top left;}
June 29, 2013 at 4:51 am #127185In reply to: Short codes options don't show up in text blocks..?
Hi,
1.) Set your Advance Layout Editor to debug mode. Edit functions.php, go to line 16. Below, add this code.
//set builder mode to debug
add_action('avia_builder_mode', "builder_set_debug");
function builder_set_debug()
{
return "debug";
}The code above will render the actual shortcode below the Advance Layout Editor.
You need to edit the shortcodes manually. Something like this:
[av_textblock ]
Click here to add your own text
[av_icon_box icon='1' position='left' title='IconBox Title' link='' linktarget='no']
Click here to add your own text
[/av_icon_box]
[av_button label='Click me' link='' link_target='' color='theme-color' custom_bg='#444444' custom_font='#ffffff' size='small' position='center' icon_select='yes' icon='25']
[/av_textblock]2.) Referring to the code above, it is a combination of icon box and button inside a text block. You can do the same with buttons inside an icon box.
Regards,
Ismael
June 27, 2013 at 2:58 am #126586In reply to: Responsive Layout problems with iPad/Tablets
Hi,
1.) Please add this on your custom.css or Quick CSS
@media only screen and (max-width: 900px) {
.responsive .title_container .breadcrumb {
position: relative;
right: auto;
top: -6px;
margin: 0;
left: -2px;
}
}2.) Use this
@media only screen and (max-width: 900px) {
.js_active .top_tab .tab {
border-bottom: none;
padding: 9px 5px 9px 5px;
font-size: 10px;
}
}3.) Please use this
@media only screen and (max-width: 900px) {
.iconbox .iconbox_content .iconbox_content_title {
letter-spacing: 0;
font-size: 12px;
}
}Seems like all of the issues above can be fix with media queries. You can combine all of the solution above.
Regards,
Ismael
June 25, 2013 at 4:44 am #126292In reply to: button in menu
Hi,
What type of header do you have?
I tested this on using header with bottom navigation. Edit header.php, find this code
<?php do_action('ava_main_header'); ?>
<div class='container'>Add the avia_button code below, something like this
<a href="http://www.google.com" class="menu-button-header avia-button avia-icon_select-yes avia-color-theme-color avia-size-small" target="_blank"><span class="avia_button_icon avia-font-entypo-fontello"></span><span class="avia_iconbox_title">Click me</span></a>Add this on your custom.css or Quick CSS
.menu-button-header {
position: absolute;
left: 300px;
top: 62px;
}Adjust the left and top position, depends on the number of menu.
Regards,
Ismael
June 23, 2013 at 1:53 am #125680In reply to: Few Questions
Hi,
Here are the font color, background color, and border color for the left icon box. You can take out the things you dont care about, and ofcourse change the colors.
/*---background color, font color, border color of the icon---*/
.iconbox_left .avia-font-entypo-fontello {
background-color: #00F;
color: #FFC0CB;
border-color: #FFF;
border-style: solid;
border-width: 1px;
}
/*background color, font color, border color of the icon box*/
.iconbox_left .iconbox_content {
background-color: #3F0;
color: #000;
border-color: #383731;
border-style: solid;
border-width: 1px;
}
/*title font color in icon box*/
.iconbox_left .iconbox_content_title {
color: #FFF;
}2. Please provide a url to your website in order to remove that space. An image will not help. Need to see code. If it exists on the demo please provide url kriesi.at/themes/enfold the page url where this takes palce.
3. Please watch video https://vimeo.com/64927356 on how to update. If you customized your templates, you should use http://www.winmerge.org to compare the update to your current modified theme on a line by line basis to see the differences and update the parts you want. then use ftp .
Thanks,
Nick
June 19, 2013 at 8:28 am #125184In reply to: icons for iconbox
Hi,
Next update will have the capability to add a custom icon. :)
Thanks @agustin-suarez. :)
Regards,
Ismael
June 15, 2013 at 7:05 am #124571Hi,
You can change them manually on your custom.css or Quick CSS.
For the icon background
.iconbox_icon.heading-color.avia-font-entypo-fontello {
background-color: red;
}For the iconbox title
.main_color .iconbox_content_title {
color: red;
}alternate:
.alternate_color .iconbox_content_title {
color: blue;
}For the iconbox content
.main_color .iconbox_content p {
color: red;
}alternate:
.alternate_color .iconbox_content p {
color: blue;
}Regards,
Ismael
June 14, 2013 at 10:23 pm #124942In reply to: Changing Icon-Box height instead of auto.
add to custom-css:
.iconbox_content {min-height: 300px;}
adapt 300px to your needs
June 13, 2013 at 11:05 am #124453In reply to: Icon Box (Left) v1.6
Hi,
Please add this on your custom.css or Quick CSS
.iconbox .iconbox_content .iconbox_content_title {
overflow: visible;
}Did you modify anything on the css?
Regards,
Ismael
June 13, 2013 at 10:56 am #124022In reply to: Footer widgets iPad portrait mode; text is cut off
Hi,
Please add this on your custom.css or Quick CSS
/*
Mobile Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the Mobile and Tablet Portrait view */
@media only screen and (max-width: 1024px) {
/* Add your Mobile Styles here */
.iconbox .iconbox_content .iconbox_content_title {
margin: 0 0 10px 0;
letter-spacing: 0;
font-size: 13px;
}
.iconbox_content p {
font-size: 10px;
}
}Cheers,
Ismael
June 11, 2013 at 11:52 pm #123529In reply to: Custom icon for IconBox
I’ve figured it out –
1. add your new icon to this folder: wp-content/themes/eunoia/images/icons/iconbox/
2. when referencing the new icon – just add your new icon filname eg: [iconbox_top title=”View Our Portfolio” icon=”Heart.png”]
…I had to make a few css changes because we wanted no colour background, border radius, and we changed the icon pixelsize..but if you are just doing the same sized icon you should be fine.
June 11, 2013 at 8:34 am #24626Topic: Enfold Theme – Header/Body Alignment on Mobile Phones
in forum EnfoldHeather
ParticipantHello,
ISSUE #1
Top navigation bar (logo, social icons, menu) aligns top left on mobile screen, while the body content aligns to the far right, and off the screen on Blackberry Bold, Sony Xperia X10. Displays just fine on Nokia N8. Looks great in Chrome, IE9, FireFox. Advice would be greatly appreciated!
ISSUE #2
I can’t seem to get the menu items to vertically align onload, they shift each time you click to load a page.
THE SPECS
– WordPress Version 3.5.1
– Enfold Version 1.6
– Using Boxed Blue, Responsive Layout Default, Fixed Header with Social Icons and additional Navigation
– Custom CSS
/* MAKE MENU FONT VERTICALLY ALIGN*/
.responsive #header_main {
padding-top: 10px;
padding-bottom: 0;
height: 50px;
line-height: 60px;
vertical-align: middle;
}
.fixed_header #header_main .container {
height: 65px;
vertical-align: middle;
line-height: 60px;
}
/* REVERSE TELEPHONE TEXT AND SOCIAL BOOKMARKS HORIZONTALLY*/
.sub_menu {
position: absolute;
left: 0;
}
#top .social_bookmarks {
right: 0;
position: absolute;
}
/* CONSTRAIN LOGO SIZE – FOR IE*/
.logo img {
display: block;
height: auto;
max-width: 250px;
padding: 0;
width: auto;
}
/* ICON BOX SHADOW FIREFOX*/
.iconbox_top .iconbox_content {
border-radius: 3px 3px 3px 3px;
box-shadow: 0 0 0 0 rgba(0,0,0,0.3);
}
June 9, 2013 at 3:16 pm #122883In reply to: Logo huge in IE8
Hi,
Add this on your custom.css
.avia-button. {
background: #A6CE399;
}
.avia_iconbox_title {
color: #3339;
}IE 8 below doesn’t support background-color and rgba colors.
Regards,
Ismael
June 9, 2013 at 9:00 am #123568In reply to: Custom (generic font) list item icons
There’s currently no easy way to add new icons or to use custom icons with the iconbox/iconlist but you can try the “dropcap” shortcode instead. It can be used with any characters. Just click on the “Magic Wand” icon and select “Dropcap 1” or “Dropcap 2”.
June 7, 2013 at 5:25 am #123528In reply to: Custom icon for IconBox
Hi!
No, it’s not possible at the moment. We’ll maybe add such a feature to the theme framework in the future but for now only the bundled icons can be used.
Best regards,
Peter
June 7, 2013 at 5:15 am #24458Topic: Custom icon for IconBox
in forum EnfoldJudeAAZ
ParticipantIs there a way to add our icon for IconBox or IconList ? Even with small dev.
Thanks.
June 4, 2013 at 1:51 pm #122845In reply to: Custom icon for IconBox
Hey!
I’m sorry to here this. I hope Avada will fulfill your requirements.
Best regards,
Peter
June 4, 2013 at 1:20 pm #122844In reply to: Custom icon for IconBox
I’m afraid that I’ve to buy an other theme (Avada) !
June 4, 2013 at 6:49 am #122843In reply to: Custom icon for IconBox
1) That’s currently not possible. You can only use the icons which are bundled with the theme.
2) We’ll add this feature in the next update. For now download http://www.mediafire.com/?66koyk7s6u9z3ol and http://www.mediafire.com/?zr84b75q6y80k7u and place them into the wp-contentthemesenfoldconfig-templatebuilderavia-shortcodes folder.
June 4, 2013 at 4:43 am #122842In reply to: Custom icon for IconBox
No response ?
June 3, 2013 at 8:42 am #24233Topic: Custom icon for IconBox
in forum EnfoldJudeAAZ
ParticipantHow to set a custom icon for IconBox or IconList ?
And how to make an iconbox title clickable to another page on the site ?
May 30, 2013 at 4:32 pm #121691In reply to: Lettering cut off
Hi tocal,
Try adding the following CSS to your Quick CSS (located under the Styling Tab in the theme options) or the custom.css file in the css folder of your theme files:
#top .iconbox_content_title {
line-height: 24px;
}That will increase the line height for those and should fix it on your end.
Regards,
Devin
May 15, 2013 at 11:40 pm #118892In reply to: Icon box woth secondary color
Hi,
It is not humanly possible to memorize every customization on every page of all 25+ themes created by Kriesi. Our expertise allows us to hear your issue and based on experience to find a solution.
There is a setting when you add icon boxes to chose between the two types. On the page you showed one setting is the top box, and another setting is for the bottom box. http://www.clipular.com/c?5984183=nP5u95YY68zTnjdZQ7M-p3K48II&f=.png
”Icons” is a deceptive word for what those objects are, and I think the word ‘glyphs’ better describes them. They are actually letters in a font, so normally they use the background color of the surface they are displayed on. You can see this for yourself by selecting a glyph/icon from the url you included, and then pasting it into a text editor.There is a finite number of these glyphs, but more are created by font designers.
So your question “How do we create those icon boxes with secondary background color?”
Go to Enfold > Styling … These settings http://www.clipular.com/c?5979214=wbrivr4adQ4g86CNba80vyKmb0c&f=.png produce this look http://www.clipular.com/c?5981208=QQxKvMUsOUltUkXuW9UQEHceyWs&f=544f41686b75de40fc3a238eeae84636
So you can match the colors to see what causes what. Obviously if you leave the color completely out of the setting, the glyph will take a background color of anything below it including an image.
—
If you want the direct css to be able to change the colors, here it is ( http://www.clipular.com/c?5983163=jwLi-AjivmSQAOy2kDhl86kB-TA&f=.png ) <– css blocks explained in image
Icon Position Setting : Left (on the above link to image, it is CSS BLOCK 1)
/*---background,color,border color of the settings:left glyph---*/
#top .iconbox_icon.heading-color.avia-font-entypo-fontello {
background-color:rgb(174,255,181);
color:rgb(205,6,255);
border-color:rgb(41,11,255);
border-width:1px;
border-style: solid;
}—
Icon Position Setting : Top (on the above link to image, it is CSS BLOCK 2)
/*---background color of the box itself (orange)---*/
/*---shadow around the box itself (raspberry)---*/
#top .iconbox_top .iconbox_content {
background:rgb(233,122,37);
box-shadow: 2px 2px 3px 2px rgb(160,49,49);
}
/*---background,color,border color of the circle and of the glyph---*/
#top .main_color.iconbox_top .iconbox_icon {
background-color:rgb(174,255,181);
color:rgb(205,6,255);
border-color:rgb(41,11,255);
border-width:1px;
border-style: solid;
}*If you want to make every icon box on a page to have its own colors, you will need to use CSS with firebug or Chrome Developer Tools to look at the code ***after*** creating the boxes to get their individual ID numbers and add those to the above css. To learn more about CSS, a highly recomended resource is CSS Beginner Tutorial or 5 Baby Steps to Become a CSS Sorcerer
I hope this answers your question :)
Thanks,
Nick
May 15, 2013 at 6:52 am #118890In reply to: Icon box woth secondary color
So your demo page has customizations you dont even know about? http://kriesi.at/themes/enfold/shortcodes/iconbox/?skin=Vine
Is avia-builder-el-5 the icon box with top icon?
May 14, 2013 at 8:21 am #118887In reply to: Icon box woth secondary color
Hi,
This produces the background color, please add it to Quick CSS or to /css/custom.css file
#top .iconbox {
background: rgba(110, 128, 128, 0.49) !important;
}You can play around with the colors and transparency levels here to find what you like best.
Thanks,
Nick
April 26, 2013 at 6:01 am #115949In reply to: Button in Header
Sure, insert your button code above following line:
echo "<div class='main_menu' data-selectname='".__('Select a page','avia_framework')."'>";I.e. use following code:
echo '<div class="avia-button-wrap"><a href="http://kriesi.at/themes/enfold/features/" class="avia-button "><span class="avia_iconbox_title">Learn more...</span></a></div>';
echo "<div class='main_menu' data-selectname='".__('Select a page','avia_framework')."'>";and replace the link and the text “Learn more..” with your custom values.
April 18, 2013 at 1:25 pm #114539In reply to: Enfold Feature Requests
REQUESTS ORGANIZED FROM BELOW ( A star is 1 person asking, a number is the number of people asking for feature)
Those of you who were asking for ability to use Layout Editor with Custom Post Types or Posts, please view this video tutorial which shows how to do just that -> https://vimeo.com/channels/aviathemes/64996057
*) Layout Builder Element – an element that is 100% wide, so that text media entered into it will be 100% wide from side to side.
*) Layout Builder Element – Special Heading Element – ability align right or center through a dropdown
*) Layout Builder Element – Option for Iconbox and Iconlist to chose whether you want Title , Icon and/or Entire Box to be the link
*) Layout Builder Element – Custom color for “Special Heading” element. Atm only “Default Color” and “Meta Color” are supported.
*) Layout Builder Element – Allow excerpt/pre-set number of characters to be added from a post or page via layout builder with a ”read more” link., instead of only being able to add the content of an entire page (inside a column for example)
*) Layout Builder Element – Ajax Search – Provide as a page builder element or/and as a widget to use in sidebar
*) Layout Builder Element – Lightbox-option for the image media-element would be perfect :-)
3) Post/Page Layout – integrate a javascript timeline component, such as the one from VeriteCo.
3) Post/Page Layout – Masonry Blog/Portfolio Layout – more layout options for Blog, possibly masonry/magazine type layout, etc.
*) Post/Page Layout – Ability to add Author Box to Every Post even when not multi-author blog format. (multi-author format has the page too narrow compared to single author format)
*) Post/Page Layout – wishlist functionality – some eight months before xmas ;-)
*) Post/Page Layout – easily add a button in the header (important for companies with 1 product / service http://www.getfanba.se)
*) Post/Page Layout – Ability to choose either pagination or infinite load on same page
3) Portfolio – Ajax Portfolio functionality
2) Portfolio – Masonry Layout option (free floating with different image sizes)
*) Portfolio – customize the Archive slug for portfolio items so if single slug set to “lesson”, the archives would be “lessons” (instead of portfolio-items/)?
*) Portfolio – Ability to set custom url when featured portfolio item is clicked in the portfolio grid to open a different page than the portfolio item page.
*) Portfolio – Add Portfolio grid as a widget.
*) Portfolio – Choices Theme style hover effect, where the hover overlay follows the cursor movement
2) Sidebar – Option for custom horizontal separator lines between widgets in sidebar etc. like the one as on gennis
*) Sidebar – Colored Section that works with side bar not just full width.
3) Widgets – Google Maps – ability to adjust height + more control / flexibility with aditional fields
*) Widgets – More title options for widgets
*) Widget – Social Media Widget for footer
4) Layout Builder – Add layout builder to Posts
4) Layout Builder – CPT Support – For Avia framework to recognize custom post types so that can use Pagebuilder on those pages, change sidebars at will, etc.
2) Text Editor – Option to have a link for both quick view and detail view. Some users may want the option to go directly to the detailed view.
*) Text Editor – Support for javascript in the text editor: https://kriesi.at/support/topic/script-code-in-avia-layout-builder
*) Shortcodes – for icons: https://kriesi.at/support/topic/icon-in-special-heading-section-or-icon-shortcodes
*) Shortcode – Breadcrumbs – as a short-code where it can be placed at top of the page above title. Difficult to find breadcrumbs when aligned to the far right.
*) Contact Form – additional field types to contact form (e.g. date picker, pick-list, drop-downs, etc.).
*) Contact Form – Have the contact form auto scroll to the top of the page or go to #top after submit
*) Images – Wide featured images in blog posts that are scaled to the entire available width, rather than pushed to the left of the text.
*) Images – Fullscreen background images / galleries with optional captions and/or minimal content boxes
*) Icons – Add YouTube to the social icon list
*) Icons – Option to have different hover icons and hover styles.
*) Menu – Control over main menu fonts/size/colour without using CSS
*) Menu – Ability to use Entypo icons within menu items
3) Headers – Small fixed header with social icons and menu. With the option to have just the header (logo + menu) part fixed and shrinking.
2) Sliders – Portfolio/Blog Slider Navigation Arrows only show up during hover so user may not know there is more unless they hover first. (arrows below slider)
*) Export Ability – ability to export Enfold “Styling” options. Too easy to click on one of the presets, and all of the custom changes you made are gone…
*) Newsletter – integration with newsletter (mail chimp) and integration with contact form + newsletter sign-up panels + login area.
*) Links – Ability to select if link should be opened in a new window or in same window for (example: social etc.)
*) CSS – Make sure that custom.css is the last css file in head
*) Audio Support – Like incarnation http://kriesi.at/themes/incarnation/event/sunday-prayers-2
*) Events Calendar – Like Incarnation http://kriesi.at/themes/incarnation/events
*) Bug – validation to work for additional fields (only seems to work if you use the default form fields)
*) Bug – Image alignment dropdown option to work in 1/3 column layout (doesn’t move the image at all, whichever alignment I choose; image is smaller than column width, so there is room to align)
up to Peter’s post on 4/28
April 18, 2013 at 12:33 pm #22197Topic: Enfold Feature Requests
in forum EnfoldKriesi
KeymasterUPDATE: Since this thread is growing too big to keep track of all the requests I have decided to try to use our feedback box again. You can submit new ideas and vote on existing ones here now: https://kriesi.at/support/enfold-feature-requests/
———————-
Hey guys! We are getting quite a few feature requests for the theme already and since I want to make the theme as complete as possible I will accept requests here and update the initial post on what is planned next.
So far requested and accepted:
- Magazine-like Elements for the Template Builder listing Posts from various categories
- Accordion Slider
- Newsletter Integration Element (probably Mailchimp or Campaign Monitor)
- One Column Portfolio Option
- Sortable rows in Table Builder
Considering:
- Chart Element
Already added:
- Collapsible Menu in Mobile Mode
- Improved/Refined Header Options
- Theme Setting Import + Export
- Print CSS
- RTL Language Support
- Fullscreen Google Maps Element
- Better Video Support for Slideshows
- Improved Parallax options
- Make the template builder play nice with previews
- Masonry Element for Blog, Portfolio, Images, Products
- Better Font Icon Management
- Method of adding custom icon fonts to the template builder (which allows you to add custom icons like youtube, xing etc)
- Improved Default Iconfont with more social Icons
- One Click Updates from Backend
- Content Slider Element
- Client/Partner Element
- Offset for Blog Grid Element, so users can build creative Magazine Pages
- Google Maps widget Improvements (height settings)
- Datepicker for Form Generator
- Woocommerce Compatibility
- Theme now supports boxed and stretched version
- Section and other fullwidth elements now get a unique id so you can build one page portfolios
- Option to remove footer widgets
- Scroll to top button
- addition of new mobile dropdown menu
- addition of extra large responsive width
- Copyright can be edited with a form filed in your backend
- Added a sticky social header option
- Added option to add phone number to header
- Option to edit footer text in the backend
- Lightbox for Image element
- SEO updates like microformats for breadcrumbs, team elements, better heading structure etc
- Portfolio with Ajax Preview
- Add options for Portfolio overview to link to any target url
- Fullscreen Parallax Slideshow
- Add option to add a link for Titles of Elemens like Iconbox and Iconlist
There is no ETA for any of these but they will definitely come :)
Upcoming:
Version 2.7 – Magazine Elements-
This topic was modified 11 years, 10 months ago by
Kriesi.
-
AuthorSearch Results
-
Search Results
-
Topic: Custom CSS for your pleasure
Hello,
ISSUE #1
Top navigation bar (logo, social icons, menu) aligns top left on mobile screen, while the body content aligns to the far right, and off the screen on Blackberry Bold, Sony Xperia X10. Displays just fine on Nokia N8. Looks great in Chrome, IE9, FireFox. Advice would be greatly appreciated!
ISSUE #2
I can’t seem to get the menu items to vertically align onload, they shift each time you click to load a page.
THE SPECS
– WordPress Version 3.5.1
– Enfold Version 1.6
– Using Boxed Blue, Responsive Layout Default, Fixed Header with Social Icons and additional Navigation
– Custom CSS
/* MAKE MENU FONT VERTICALLY ALIGN*/
.responsive #header_main {
padding-top: 10px;
padding-bottom: 0;
height: 50px;
line-height: 60px;
vertical-align: middle;
}
.fixed_header #header_main .container {
height: 65px;
vertical-align: middle;
line-height: 60px;
}
/* REVERSE TELEPHONE TEXT AND SOCIAL BOOKMARKS HORIZONTALLY*/
.sub_menu {
position: absolute;
left: 0;
}
#top .social_bookmarks {
right: 0;
position: absolute;
}
/* CONSTRAIN LOGO SIZE – FOR IE*/
.logo img {
display: block;
height: auto;
max-width: 250px;
padding: 0;
width: auto;
}
/* ICON BOX SHADOW FIREFOX*/
.iconbox_top .iconbox_content {
border-radius: 3px 3px 3px 3px;
box-shadow: 0 0 0 0 rgba(0,0,0,0.3);
}
Topic: Custom icon for IconBox
Is there a way to add our icon for IconBox or IconList ? Even with small dev.
Thanks.
Topic: Custom icon for IconBox
Topic: Enfold Feature Requests
