Forum Replies Created
-
AuthorPosts
-
I see, it’s because of this code you have in Quick CSS:
#main .container_wrap .container main, #main .container_wrap .container { max-width: 890px; }Cheers!
JosueHola José,
No es que no se puedan cliquear, es que no son enlaces en realidad (http://screencast.com/t/7eog23zMoT), es por este CSS que debes tener en el Quick CSS:
.post-title.entry-title { display: none; }Saludos,
JosueHey!
It is possible but only to content elements at the moment:
http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/Regards,
JosueHi Richard!
Kriesi decides that, i’ll tag him to this thread so you eventually get a proper answer :)
Best regards,
JosueHey!
The read-more tag should work when you use this setting:

Cheers!
JosueHey!
Are you using the same theme folder name in both installations? as an alternative you can use the options found in Enfold > Import/Export.
Cheers!
JosueHey!
The gallery on your site currently has 5 columns. Also, you can set the number of columns here – http://screencast.com/t/9JhLRC5A1
Best regards,
JosueHey Andrea!
Unfortunately it’s not as easy as adding a bit of code to the functions.php. However, i tried the plugin you mentioned and it does work with Enfold, you need to have the fixed widget as the only (or last) widget in the sidebar and perhaps setting a higher top offset.
Regards,
JosueHey!
Try adding this code to the Quick CSS:
footer.entry-footer { clear: both; }Cheers!
JosueHi!
Try using this shortcodes:
Green tick:
[av_font_icon icon='ue812' font='entypo-fontello' style='' caption='' link='' linktarget='' color='#81d742' size='40px' position='left' custom_class=''][/av_font_icon]
Red X:
[av_font_icon icon='ue813' font='entypo-fontello' style='' caption='' link='' linktarget='' color='#dd3333' size='40px' position='left' custom_class=''][/av_font_icon]
Regards,
JosueAugust 9, 2014 at 4:48 am in reply to: Can't remove page header (breadcrumb nav) on blog page #301901Hi!
Use this setting to remove the header from a specific Page:

Best regards,
JosueHey!
The first website is not using Enfold.
Regarding your site, i believe that disabling the Enfold form styling will do the trick, open css/base.css and remove from line 182-253:
/* #Forms ================================================== */ #top form { margin-bottom: 20px; } #top fieldset { margin-bottom: 20px; } #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 { -webkit-appearance: none; border: 1px solid #e1e1e1; padding: 8px 6px; outline: none; font: 13px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; color: #777; margin: 0; width: 210px; max-width: 100%; display: block; margin-bottom: 20px; background: #fff; border-radius: 0px; } #top input[type="text"]:focus, #top input[type="password"]:focus, #top input[type="email"]:focus, #top input[type="number"]:focus, #top input[type="url"]:focus, #top input[type="tel"]:focus, #top input[type="search"]:focus, #top textarea:focus { box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.2); color: #555; } #top textarea { min-height: 60px; line-height:1.5em;} #top label{ display: block; font-weight: bold; font-size: 12px; } #top legend { display: block; font-weight: normal; font-size: 15px; } #top select { width: 220px; } #top input[type="checkbox"] { display: inline; } #top label span, #top legend span { font-weight: normal; font-size: 13px; color: #444; } #top textarea{width:100%;} #top #wrap_all .valid .text_input, #top #wrap_all .valid .text_area, #top #wrap_all .valid .select{border:1px solid #9AA600;} /*#70A41B*/ #top #wrap_all .error .text_input, #top #wrap_all .error .text_area, #top #wrap_all .error .select{border:1px solid #DF653E;} #top #wrap_all .ajax_alert .text_input, #top #wrap_all .ajax_alert .text_area, #top #wrap_all .ajax_alert .select{border:1px solid #ffb628;} #top #wrap_all .valid .input_checkbox_label{color:#9AA600;} #top #wrap_all .error .input_checkbox_label{color:#DF653E;}Cheers!
JosueAugust 9, 2014 at 4:40 am in reply to: Documentation and examples if NOT using the ALB. Theme not easy to customize! #301897Hey!
If you want to see the code ALB generates you can activate this, a textarea will appear below the Layout Builder.
Regards,
JosueAugust 9, 2014 at 4:35 am in reply to: Problem with adding Gravity forms in textblock and adding media in an icon box #301894Hey!
1. We are aware of that issue, in the meantime you would need to create the shortcode in a different Page – https://kriesi.at/support/topic/best-way-to-insert-a-gravity-form/
2. I was able to add an image to the Icon Box content – http://screencast.com/t/5Q7DEKSK
Cheers!
JosueHey!
Try putting this lines in your wp-config.php file:
define( 'WP_MEMORY_LIMIT', '256M' ); define( 'CONCATENATE_SCRIPTS', false );Cheers!
JosueHi Tommy,
Open /config-templatebuilder/avia-shortcodes/portfolio.php and look for line 471:
$output .= !empty($excerpt) ? "<div class='grid-entry-excerpt entry-content' ".avia_markup_helper(array('context'=>'entry_content','echo'=>false, 'id'=>$the_id, 'custom_markup'=>$custom_markup)).">".$excerpt."</div>" : '';Replace it by this:
$output .= !empty($excerpt) ? "<div class='grid-entry-excerpt entry-content' ".avia_markup_helper(array('context'=>'entry_content','echo'=>false, 'id'=>$the_id, 'custom_markup'=>$custom_markup))."><a href='".$title_link."'>".$excerpt."</a></div>" : '';Regards,
JosueHey!
You forgot the link to your website.
Regards,
JosueAugust 9, 2014 at 4:07 am in reply to: Change font settings in CSS file or at Advanced Styling tab in admin area? #301889Hey Marc!
Advanced Styling should be the first option to go, but if you need a deeper customization you may need to rely on custom CSS.
Regards,
JosueHi Monsoon!
Does it only happen on Firefox? what do you get in the JavaScript console?
Best regards,
JosueAugust 9, 2014 at 4:04 am in reply to: Strange recursive div adding a simple text content in footer widget #301886Hello,
That’s definitely a weird issue, have you tried disabling all third-party plugins to see if it gets fixed?
Regards,
JosueHey!
Can you re-add the text box below so i can try to find a solution for that?
Regards,
JosueHey!
Try adding this code to the theme / child theme functions.php file:
function custom_func($message) { $message .= "<img src='LOGO_URL'><br>"; return $message; } add_filter('avf_form_autorespondermessage', 'custom_func', 10, 1);Best regards,
JosueHey Adrien!
Have you actually tried the “Nav Menu Roles” plugin with Enfold? the theme uses the normal WordPress menu functionality.
Cheers!
JosueHi,
Open /config-templatebuilder/avia-shortcodes/masonry_entries.php and look for line 793:
$this->loop[$key]['html_tags'] = array('a href="'.$this->loop[$key]['url'].'"','a'); //opening and closing tag for the masonry containerReplace it by this:
$this->loop[$key]['html_tags'] = array('a href="'.wp_get_attachment_url($this->loop[$key]['thumb_ID']).'"','a'); //opening and closing tag for the masonry containerRegards,
JosueHi!
Try using this plugin to minify the theme resources:
http://wordpress.org/plugins/bwp-minify/Also, i’d strongly recommend you to use optimized JPG images instead of PNGs:
http://progenki.wpengine.netdna-cdn.com/wp-content/uploads/2013/06/Deep-Jewels-4-update-1030×360.pngCheers!
JosueYou are welcome, always glad to help :)
Regards,
JosueHey!
Theme settings are not stored in the theme folder but in the database, in the wp_options table specifically.
Best regards,
JosueHey!
You have a typo in your Quick CSS code, the “[” should be “{“:
#main .av-parallax-section .avia_textblock [Regards,
JosueCan you post a screenshot of your view on iPhone?
As a temporary solution you can pass your custom CSS code to the css/custom.css file.
Best regards,
Josue -
AuthorPosts
