Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #222943

    Hello – Me again sorry!

    I am having two issues –
    1 – the logo is appearing over the menu and I have no idea how to change where it is placed?

    Please see at: http://www.generatorservicing.com/new/
    2 – Despite me changing size etc of portfolio image it will not display correctly – it is the INTU icon in the third portfolio case study lower down the page – I have tried selecting choose size manually as well as the auto one and its not making any difference – any advise?

    Thank you!

    #223206

    Hi generatrorassociates!

    1.) Please create a menu on Appearance > Menu then set it as Enfold Main Menu on Theme Options.

    2.) Please edit functions.php, find this code on line 94:

    $avia_config['imgSize']['portfolio'] 		 	= array('width'=>495, 'height'=>400 );						// images for portfolio entries (2,3 column)
    

    Replace it with:

    $avia_config['imgSize']['portfolio'] 		 	= array('width'=>342, 'height'=>276 );						// images for portfolio entries (2,3 column)
    

    Regenerate the thumbnails using this plugin: http://wordpress.org/plugins/regenerate-thumbnails/

    If that doesn’t work, please use this plugin to manually resize the images: http://wordpress.org/plugins/simple-image-sizes/

    Cheers!
    Ismael

    #223993

    Thank you!

    I did the above but wouldn’t work still – uploaded at the exact dimensions and either that worked or it was a combination – thank you!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘logo appearing over menu!’ is closed to new replies.