Forum Replies Created
-
AuthorPosts
-
You are welcome, glad we could help :)
Regards,
JosueHey!
Add this code to the functions.php:
function avia_default_title_filter($current_post) { if(!empty($current_post['title'])) { $heading = is_singular() ? "h1" : "h2"; $output = ""; $output .= "<{$heading} class='post-title entry-title' ".avia_markup_helper(array('context' => 'entry_title','echo'=>false)).">"; $output .= is_singular() ? "" : " <a href='".get_permalink()."' rel='bookmark' title='". __('Permanent Link:','avia_framework')." ".$current_post['title']."'>"; $output .= $current_post['title']; $output .= " <span class='post-format-icon minor-meta'></span>"; $output .= is_singular() ? "": " </a>"; $output .= "</{$heading}>"; $current_post['title'] = $output; } return $current_post; }Best regards,
JosueHi Jason!
Have you tried increased the width of that LayerSlider so it fills the container?
Best regards,
JosueHey!
You have one plugin that’s creating some JS errors on your site, try disabling it:

Cheers!
JosueHey!
Try adding this code to the Quick CSS:
.search_not_found h3, .search_not_found .avia_combo_widget { display: none !important; }Cheers!
JosueHey Holger!
Yeah, try adding this code to your functions.php file:
function br_shortcode_func(){ return "<br>"; } add_shortcode( 'break', 'br_shortcode_func' );Regards,
JosueHi!
That’s kinda weird, it seems the image layer is off-set 1px from the right, this code will fix it though:
.avia-layerslider { border-color: #39342d !important; } .ls-wp-fullwidth-container { background: #182023 !important; }Regards,
JosueHi,
Please post a link to your website so we can provide the proper code.
Regards,
JosueFeel free to request it here:
https://kriesi.at/support/enfold-feature-requests/Best regards,
JosueHi!
This will do it:
.page-id-734 #main > div:first-child .content{ padding: 0 !important; }Best regards,
JosueHi Ziv!
We use this function, so if your WordPress installation is set to a RTL language the Enfold RTL stylesheet will be included automatically.
Best regards,
JosueHey!
Try adding this code to the Quick CSS:
#socket .copyright { float: none !important; display: block; text-align: center; } #socket .sub_menu_socket { float: none !important; text-align: center; } #socket .sub_menu_socket ul { margin-bottom: 0 !important; } #socket .sub_menu_socket li { display: inline-block !important; float: none !important }You’ll get something like this:

Cheers!
JosueHey!
Please change the settings as Ismael mentioned (Enfold > Header > Mobile Menu > Header Mobile Menu activation):

Cheers!
JosueHi!
You have some JS errors on your website, that seems to be conflicting with the function that creates the toggle:

Best regards,
JosueHey!
You can try using the new header settings introduced in 2.6.2:
Best regards,
JosueHey Ben!
I was able to create a new slider and include it in a Page without issues:
http://noblesville-attorney.com/adlerwp/?page_id=2996I did increased the memory limit in your wp-config.php file.
Cheers!
JosueHey Angie!
Did you added some CSS? the footer seems fine now:

Cheers!
JosueHi Nick,
Can you create an administrator account and post it here as a private reply?
Regards,
JosueJust edit the meta.php file.
array( 'title' =>__('Avia Layout Builder','avia_framework' ), 'id'=>'avia_builder', 'page'=>array('portfolio','page', 'post'), 'context'=>'normal', 'priority'=>'high', 'expandable'=>true ),Regards,
JosueApril 14, 2014 at 1:18 am in reply to: Blog Featured Image (Blog "product" page) Gets cut out #250828You are welcome, glad we could help :)
Regards,
JosueHi!
You can try with the iframe code YT provides, in a HTML layer as well.
Cheers!
JosueIt should look like this:

Regards,
JosueApril 14, 2014 at 12:52 am in reply to: Blog Featured Image (Blog "product" page) Gets cut out #250824Hey!
Try adding this code to the Quick CSS:
.big-preview.single-big { background: transparent !important; }Cheers!
JosueHey!
Try this to enable ALB in Posts
Best regards,
JosueHello Ben,
Please do so.
Regards,
JosueHey!
The problem is caused because some titles are occupying two lines in IE, so i though changing the font-size could work, try reducing it even more (just to see if it works):
div.av-masonry-entry-content.entry-content { font-size: 11px !important; }I’m currently on a Mac so i can’t check it out, but will do once i get into a PC.
Regards,
JosueHey!
Try adding this code to the Quick CSS:
#sidebar .menu *, #footer .menu * { background: transparent !important; box-shadow: none !important; font-weight: normal !important; }Cheers!
JosueApril 13, 2014 at 6:55 am in reply to: How to change the color of the animated circle that comes with the icon element? #250642Hey Simon!
Try adding this code to the Quick CSS:
.iconlist_icon { background: red !important; }Change as needed.
Cheers!
JosueHey!
You can try putting the button in a separate text block, that way you won’t have to open it again, therefore the HTML code won’t be erased.
Cheers!
Josue -
AuthorPosts
