Forum Replies Created

Viewing 30 posts - 7,921 through 7,950 (of 23,923 total)
  • Author
    Posts
  • in reply to: Mail error when using the checkboxes #403934

    Hi Peter,

    This seems to be a bug, i will report it to Kriesi.

    Regards,
    Josue

    in reply to: Child theme issue and other #403929

    Hey 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,
    Josue

    Hey Gabriela!

    Should work now, i increased the memory limit in wp-config.php.

    Regards,
    Josue

    in reply to: Contact Form #403924

    Hi!

    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,
    Josue

    in reply to: Current Menu Item in Full Width Sub Menu #403923

    Hey!

    Please update the theme to the latest version (3.0.8).

    Best regards,
    Josue

    in reply to: Portfolio – Add Image Preview (Ajax) #403919

    Hey 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,
    Josue

    in reply to: Tabs and ID …. #403917
    in reply to: videobackground on layerslider #403916

    Hey Guenter!

    Thanks for taking the time to write this :)

    Cheers!
    Josue

    in reply to: Apple Touch Icon #403912

    Hey 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!
    Josue

    in reply to: Image on mobile device #403910

    Hey 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! 
    Josue

    in reply to: scroll top link beneath 479px #403909

    Hi!

    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,
    Josue

    Hi Nana!

    In any case i suggest first updating RevSlider to its latest version (4.6), also try contacting ThemePunch support here.

    Regards,
    Josue

    in reply to: Logo in H1 tag Syntax #403904

    You are welcome, glad to help :)

    Regards,
    Josue

    in reply to: Logo in H1 tag Syntax #403896

    Hi!

    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,
    Josue

    in reply to: Message from Contact Form not show in email #403894

    Hey!

    Contact form is working, i made a test form here pointing to my address and here’s what i got. Try using a gmail or yahoo account in your forms to discard if the issue is related to your mail server.

    Cheers!
    Josue

    in reply to: Hotspots on images in Layer slider #403891

    Hi Dilbert,

    Can you post the link to your website please?

    Regards,
    Josue

    in reply to: Adding text to Header #403890

    Hey!

    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,
    Josue

    in reply to: Translation ready- Español #403888

    Hola,

    Instale el plugin que te comente y re-genere el archivo .mo del theme Enfold para que la traducción tome efecto.

    Saludos,
    Josue

    in reply to: Logo in H1 tag Syntax #403887

    Hi,

    Can you post the link to your website please?

    Regards,
    Josue

    in reply to: Solution to lack of multiple portfolios? #403879

    Hi!

    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!
    Josue

    in reply to: Advanced editor suddenly stop working #403750

    Bien, este si es. Voy a probar lo que te dije y te comento.

    in reply to: Arrow at bottom of section into footer #403749

    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!
    Josue

    in reply to: Translation ready- Español #403745

    Ya, chequealo ahora.

    in reply to: Arrow at bottom of section into footer #403741

    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

    in reply to: Advanced editor suddenly stop working #403738

    Estas seguro que son esos los mismos que tu estas usando? esto es lo que me sale mira – http://screencast.com/t/J766xNqa

    in reply to: Adding text to Header #403735

    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,
    Josue

    in reply to: Logo in H1 tag Syntax #403733

    Hi!

    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,
    Josue

    in reply to: Translation ready- Español #403727

    Bien, me puedes crear un usuario de administrador? puedes ponerlo aqui como resp. privada.

    Saludos,
    Josue

    in reply to: Arrow at bottom of section into footer #403723

    Try 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,
    Josue

    in reply to: Message from Contact Form not show in email #403720

    Hey!

    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

Viewing 30 posts - 7,921 through 7,950 (of 23,923 total)