Forum Replies Created
-
AuthorPosts
-
Hi Peter,
This seems to be a bug, i will report it to Kriesi.
Regards,
JosueHey Eran!
2. That’s the Main – Primary Color color in General Styling – http://screencast.com/t/3PkQqpwrMV0w
3. I didn’t find that strip on your pages.
4. Go to Footer and put [nolink] as the Copyright value – http://screencast.com/t/xkhrzTb6l
5. Try adding this code to the Quick CSS:body{ font-size: 16px; }Regards,
JosueFebruary 28, 2015 at 10:50 pm in reply to: NextGen Gallery Plugin Causes Enfold Theme Options "Saving didnt work!" Error #403925Hey Gabriela!
Should work now, i increased the memory limit in wp-config.php.
Regards,
JosueHi!
Use this code instead:
.avia_ajax_form .form_element_fourth, fieldset > .form_element:last-child{width:19%; float:left; margin-left:1%; clear:none;} .avia_ajax_form .first_form{clear:both;margin-left:0;} .avia_ajax_form fieldset .form_element:last-child .button{ padding: 13px 10px 14px; min-width: 0; } .avia_ajax_form fieldset .form_element:last-child:before{ display:block; content: "Submit Form"; visibility: hidden;}Best regards,
JosueHey Mike,
Demo images in that page are actually being cropped (cropped version, full version). If you want the Portfolio element to use your images in full size you need to select this options – http://screencast.com/t/soJOAObh
Regards,
JosueHey Mario!
Try the following:
http://kriesi.at/documentation/enfold/custom-tab-and-toggle-ids-for-prettier-url-hashes/Best regards,
JosueHey Guenter!
Thanks for taking the time to write this :)
Cheers!
JosueHey Manuel!
Add this to your theme / child theme functions.php file:
// Create new setting in Theme Options add_filter('avf_option_page_data_init', 'custom_option_apple_icon', 10, 1); function custom_option_apple_icon($avia_elements){ $new_elements[] = array( "slug" => "avia", "name" => __("Apple Icon", 'avia_framework'), "desc" => __("Upload an Apple Icon to use", 'avia_framework'), "id" => "avia_appleicon", "type" => "upload", "label" => __("Use Image as Apple Icon", 'avia_framework')); $avia_elements = array_merge( $avia_elements, $new_elements ); return $avia_elements; } // Include apple touch icon in head add_action( 'wp_head', 'add_apple_icon_to_header', 10); function add_apple_icon_to_header() { ?> <link rel="apple-touch-icon" href="<?php echo avia_get_option('avia_appleicon'); ?>" type="image/png"> <?php }Cheers!
JosueHey Sara!
Try adding this code to the Quick CSS:
@media only screen and (max-width: 767px) { #av_section_1 { min-height: initial; } #av_section_1 .avia_image { width: 220px; } }Cheers!
JosueHi!
I understand what you’re referring to but have you checked if the arrow shows up on an actual mobile device? i just did it on my Android phone and the arrow it didn’t appear at all.
Best regards,
JosueFebruary 28, 2015 at 9:13 pm in reply to: bundled Revolution Slider plugin not formatting text correctly #403907Hi Nana!
In any case i suggest first updating RevSlider to its latest version (4.6), also try contacting ThemePunch support here.
Regards,
JosueYou are welcome, glad to help :)
Regards,
JosueHi!
Remove the previous codes i suggested and put the following in your child theme functions.php:
function avia_logo($use_image = "", $sub = "", $headline_type = "h1", $dimension = "") { $use_image = apply_filters('avf_logo', $use_image); //$headline_type = apply_filters('avf_logo_headline', $headline_type); $headline_type = "h1"; $sub = apply_filters('avf_logo_subtext', $sub); $alt = apply_filters('avf_logo_alt', get_bloginfo('name')); $link = apply_filters('avf_logo_link', home_url('/')); if($sub) $sub = "<span class='subtext'>$sub</span>"; if($dimension === true) $dimension = "height='100' width='300'"; //basically just for better page speed ranking :P if($logo = avia_get_option('logo')) { $logo = apply_filters('avf_logo', $logo); if(is_numeric($logo)){ $logo = wp_get_attachment_image_src($logo, 'full'); $logo = $logo[0]; } $logo = "<img {$dimension} src='{$logo}' alt='{$alt}' />"; $logo = "<$headline_type class='logo'><a href='".$link."' rel='home'>".$logo."$sub</a></$headline_type>"; } else { $logo = get_bloginfo('name'); if($use_image) $logo = "<img {$dimension} src='{$use_image}' alt='{$alt}' title='{$logo}'/>"; $logo = "<$headline_type class='logo bg-logo'><a href='".$link."' rel='home'>".$logo."$sub</a></$headline_type>"; } $logo = apply_filters('avf_logo_final_output', $logo, $use_image, $headline_type, $sub, $alt, $link); return $logo; }Best regards,
JosueHi Dilbert,
Can you post the link to your website please?
Regards,
JosueHey!
Here you go:
function add_aditional_content_to_header($logo, $use_image, $headline_type, $sub, $alt, $link){ $logo .= "<div class='custom_content'>"; $logo .= '<span class="av_font_icon avia_animate_when_visible av-icon-style- av-no-color avia-icon-pos-left avia_start_animation avia_start_delayed_animation" style=""><span class="av-icon-char" style="font-size:16px;line-height:16px;" aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello"></span></span>'; $logo .= "9232 6778 / 8127 0254 <br> $logo .= '<span class="av_font_icon avia_animate_when_visible av-icon-style- av-no-color avia-icon-pos-left avia_start_animation avia_start_delayed_animation" style=""><span class="av-icon-char" style="font-size:16px;line-height:16px;" aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello"></span></span>'; $logo .= "Email: (Email address hidden if logged out) "; $logo .= "</div>"; return $logo; } add_filter('avf_logo_final_output', 'add_aditional_content_to_header', 100, 6);Regards,
JosueHola,
Instale el plugin que te comente y re-genere el archivo .mo del theme Enfold para que la traducción tome efecto.
Saludos,
JosueHi,
Can you post the link to your website please?
Regards,
JosueHi!
Yes, just remove ‘posts’ from ‘page’=>array(…) in the three boxes:
add_filter('avf_builder_boxes','enable_boxes_on_posts'); function enable_boxes_on_posts($boxes) { $boxes[] = array( 'title' =>__('Avia Layout Builder','avia_framework' ), 'id'=>'avia_builder', 'page'=>array('portfolio', 'page', 'post','_CPT_SLUG_HERE_'), 'context'=>'normal', 'expandable'=>true ); $boxes[] = array( 'title' =>__('Layout','avia_framework' ), 'id'=>'layout', 'page'=>array('portfolio', 'page', 'post', '_CPT_SLUG_HERE_'), 'context'=>'side', 'priority'=>'low'); $boxes[] = array( 'title' =>__('Additional Portfolio Settings','avia_framework' ), 'id'=>'preview', 'page'=>array('portfolio', 'page', 'post', '_CPT_SLUG_HERE_'), 'context'=>'normal', 'priority'=>'high' ); return $boxes; }Cheers!
JosueBien, este si es. Voy a probar lo que te dije y te comento.
Adjust the height/width/top values:
.single-post #footer:before { content: ""; position: absolute; height: 35px; width: 35px; display: block; background: white; left: 50%; top: -22px; -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); transform: rotate(45deg); }Cheers!
JosueYa, chequealo ahora.
I see, in that case change the code to only affect blog posts:
.single-post #footer:before { content: ""; position: absolute; height: 50px; width: 50px; display: block; background: white; left: 50%; top: -25px; -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); transform: rotate(45deg); }Regarding the Practice title, there is a extra unnecessary “}” before the code – http://screencast.com/t/RY6JfxZg9
Estas seguro que son esos los mismos que tu estas usando? esto es lo que me sale mira – http://screencast.com/t/J766xNqa
Hey!
Try with this:
function add_aditional_content_to_header($logo, $use_image, $headline_type, $sub, $alt, $link){ $logo .= "<div class='custom_content'>"; $logo .= '<span class="av_font_icon avia_animate_when_visible av-icon-style- av-no-color avia-icon-pos-left avia_start_animation avia_start_delayed_animation" style=""><span class="av-icon-char" style="font-size:16px;line-height:16px;" aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello"></span></span>'; $logo .= "Some content <br> break line"; $logo .= "</div>"; return $logo; } add_filter('avf_logo_final_output', 'add_aditional_content_to_header', 100, 6);That will put a phone icon before the text.
Best regards,
JosueHi!
Use this code instead:
add_filter( 'avf_logo_final_output', 'change_logo', 10, 6); function change_logo($logo, $use_image, $headline_type, $sub, $alt, $link) { $logo = "<h1 class='logo'><a href='".$link."' rel='home'>".$logo."$sub</a></h1>"; return $logo; }Best regards,
JosueBien, me puedes crear un usuario de administrador? puedes ponerlo aqui como resp. privada.
Saludos,
JosueTry with this:
@media only screen and (max-width: 767px) { #av_section_1 .av-special-heading-tag { font-size: 24px !important; } }The code i provided will put a white arrow on every page, isn’t that what you want?
Regards,
JosueHey!
What’s the URL to login to your site? i tried /wp-admin and /wp-login.php with no success, also could you please set-up a test form with this plugin just to discard if the issue is coming from the theme or not?
Best regards,
Josue -
AuthorPosts
