Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • #296848

    Hello current im using a trick. is a header background with the two logos one left one right, but is no adaptative to diferent screens.
    there is a way to do this?

    also i need to make the left sidebar thinner… i put one screenshot:
    screenshot

    #297161

    Hi ENPLATER!

    Thank you for using the theme.

    We need to see the actual website. Please post it here. Also, please add the actual code that you added to create the second logo. Add this on functions.php to decrease the width of the sidebar:

    function avia_decrease_sidebar_size() {
    	global $avia_config;
    	
    	$avia_config['layout']['fullsize'] 		= array('content' => 'twelve alpha', 'sidebar' => 'hidden', 	 'meta' => 'two alpha', 'entry' => 'eleven');
    	$avia_config['layout']['sidebar_left'] 	= array('content' => 'ten', 		 'sidebar' => 'two alpha' ,'meta' => 'one alpha', 'entry' => 'ten');
    	$avia_config['layout']['sidebar_right'] = array('content' => 'ten alpha',   'sidebar' => 'two alpha', 'meta' => 'one alpha', 'entry' => 'ten alpha');
    }
    add_action( 'init', 'avia_decrease_sidebar_size', 1);

    Best regards,
    Ismael

    #297185

    the site is offline. i cant post. there is no logos. i used a header background image. this is the problem. i dont know how to put 2 logos. one left one right.

    #297225

    also i need to increase the size of the whole site about 80 or 90% of the screen, reponsive of course. thank you very much.

    #297607

    anyone?

    #297671

    Hey!

    Please refer to my post here – https://kriesi.at/support/topic/header-logo/#post-280126

    Best regards,
    Yigit

    #297747

    not working for me. if i put the iframe page does not load. i only need a second logo in the right side. and the main logo on the left as usual.

    #297752

    Hi!

    Please paste the code you add in http://pastebin.com/ and share the link here. Without seeing your website and your code, we cannot help you

    Best regards,
    Yigit

    #297765

    only quick css:

    .header_color .header_bg {
    background: white url(http://193.127.209.166/wp-content/uploads/2014/07/Logos-capcalera-web.png) top center no-repeat;
    }

    this puts a background in the header of 1000px width with two logos but at diferent screen resolutions dont fit. i need a two logos adaptable to all resolutions like all the site.
    for image logo i added a transparent png because i cant left empty

    #297768

    Hey!

    Try adding following code to Quick CSS as well

    .header_color .header_bg { background-size: cover; }

    And what was the code have you added to helper-main-menu.php file?

    Cheers!
    Yigit

    #297770

    nothing. i tried the iframe you said but page dont load

    #297772

    Hey!

    If you follow the instructions that should not happen actually. Can you try copying the code from here – http://pastebin.com/xe7exa88
    If that too does not work, we are going to need to see your live website

    Best regards,
    Yigit

    #297773

    the backgroung are huge now. too big

    #297784

    done. i modified your parameter to:

    .header_color .header_bg { background-size:77%; }

    and now works thank you!!!!

    #297792

    Hey!

    Can you please post the link to your website when you launch it so we can look into it then? This is like a shot in the dark with a very little chance of hitting the target. If maintenance mode is active, you can post login details here privately
    Awesome! Glad it is working fine now! Let us know if you have any other questions or issues :)

    Cheers!
    Yigit

    • This reply was modified 9 years, 9 months ago by Yigit.
Viewing 15 posts - 1 through 15 (of 15 total)
  • The topic ‘Two Logos header.’ is closed to new replies.