Logo Placement

Thu, 12/24/2015 - 12:59
#1
Logo Placement

How to place logo above the Navigation Manin Menu?

http://resurgence.mdiapparel.com/

phuonght's picture
phuonght
Thu, 12/24/2015 - 22:30

1. About logo placement:

  • You could go to Theme settings > tab "Design" > "Header" and in "Choose header type", please select "Header one"

  • Then go to "Blocks", sort regions as below image:

Image title

2. Our refund policy:

Because it is product purchased from Envato. Please go back Envato to send request (https://help.market.envato.com/hc/en-us/requests/new). After Envato confirm with author Megadrupal and have our acceptance, you will receive the refund.

Fri, 12/25/2015 - 08:23

How to fix this warning please?

Error message

  • Warning: Invalid argument supplied for foreach() in element_children() (line 6540 of /var/www/vhosts/mdiapparel.com/staging/includes/common.inc).

  • Warning: Cannot use a scalar value as an array in drupal_render() (line 5997 of /var/www/vhosts/mdiapparel.com/staging/includes/common.inc).

  • Warning: Cannot use a scalar value as an array in drupal_render() (line 6052 of /var/www/vhosts/mdiapparel.com/staging/includes/common.inc).

  • Warning: Invalid argument supplied for foreach() in element_children() (line 6540 of /var/www/vhosts/mdiapparel.com/staging/includes/common.inc).

  • Warning: Cannot use a scalar value as an array in drupal_render() (line 5997 of /var/www/vhosts/mdiapparel.com/staging/includes/common.inc).

  • Warning: Cannot use a scalar value as an array in drupal_render() (line 6052 of /var/www/vhosts/mdiapparel.com/staging/includes/common.inc).

  • Warning: Invalid argument supplied for foreach() in element_children() (line 6540 of /var/www/vhosts/mdiapparel.com/staging/includes/common.inc).

  • Warning: Cannot use a scalar value as an array in drupal_render() (line 5997 of /var/www/vhosts/mdiapparel.com/staging/includes/common.inc).

  • Warning: Cannot use a scalar value as an array in drupal_render() (line 6052 of /var/www/vhosts/mdiapparel.com/staging/includes/common.inc).

  • Warning: Invalid argument supplied for foreach() in element_children() (line 6540 of /var/www/vhosts/mdiapparel.com/staging/includes/common.inc).

  • Warning: Cannot use a scalar value as an array in drupal_render() (line 5997 of /var/www/vhosts/mdiapparel.com/staging/includes/common.inc).

  • Warning: Cannot use a scalar value as an array in drupal_render() (line 6052 of /var/www/vhosts/mdiapparel.com/staging/includes/common.inc).

  • Warning: Invalid argument supplied for foreach() in element_children() (line 6540 of /var/www/vhosts/mdiapparel.com/staging/includes/common.inc).

  • Warning: Cannot use a scalar value as an array in drupal_render() (line 5997 of /var/www/vhosts/mdiapparel.com/staging/includes/common.inc).

  • Warning: Cannot use a scalar value as an array in drupal_render() (line 6052 of /var/www/vhosts/mdiapparel.com/staging/includes/common.inc).

  • Warning: Invalid argument supplied for foreach() in element_children() (line 6540 of /var/www/vhosts/mdiapparel.com/staging/includes/common.inc).

  • Warning: Cannot use a scalar value as an array in drupal_render() (line 5997 of /var/www/vhosts/mdiapparel.com/staging/includes/common.inc).

  • Warning: Cannot use a scalar value as an array in drupal_render() (line 6052 of /var/www/vhosts/mdiapparel.com/staging/includes/common.inc).

  • Warning: Invalid argument supplied for foreach() in element_children() (line 6540 of /var/www/vhosts/mdiapparel.com/staging/includes/common.inc).

  • Warning: Cannot use a scalar value as an array in drupal_render() (line 5997 of /var/www/vhosts/mdiapparel.com/staging/includes/common.inc).

  • Warning: Cannot use a scalar value as an array in drupal_render() (line 6052 of /var/www/vhosts/mdiapparel.com/staging/includes/common.inc).

  • Warning: Invalid argument supplied for foreach() in element_children() (line 6540 of /var/www/vhosts/mdiapparel.com/staging/includes/common.inc).

  • Warning: Cannot use a scalar value as an array in drupal_render() (line 5997 of /var/www/vhosts/mdiapparel.com/staging/includes/common.inc).

  • Warning: Cannot use a scalar value as an array in drupal_render() (line 6052 of /var/www/vhosts/mdiapparel.com/staging/includes/common.inc).

Fri, 12/25/2015 - 08:31

This option  or selection  is NOT av available in Apperarence Menu:

About logo placement:

  • You could go to Theme settings > tab "Design" > "Header" and in "Choose header type", please select "Header one"

cindy's picture
cindy
Fri, 12/25/2015 - 21:36

Please give us your admin account and FTP account to check and fix this problem

(check "Private message" under the comment box for security)

phuonght's picture
phuonght
Sun, 12/27/2015 - 22:27

We can see option header one in your site. Please check again.

Image title

and do not know how you installed theme, but there are some missing header styles. 

We also showed header for you at http://staging.mdiapparel.com/. You could take a look for example. Instruction is at comment #3 too. After setting header style and reorder block, please remember to enable logo. 

Image title

About theme loading: you could try to disable your preloader in site. 

phuonght's picture
phuonght
Tue, 12/29/2015 - 05:56

Please check permission of media in your site. You also could take a look at https://www.drupal.org/node/1798528.

About errors, please send us your FTP account.

Tue, 12/29/2015 - 13:15

SETTING ARE not saving - pERMISSION IS SET TO 775

WE HAVE WATED ONE WEEK ON THIS THEME - THIS IS NOT WORH OUR WASTED TIME.

phuonght's picture
phuonght
Tue, 12/29/2015 - 22:52

- Please set permission to 0666.

And in file page.preprocess.inc (sites/all/themes/md_hosoren/theme_setting/front/), replace code from line 63

//LOGO SETTINGS

to 

// Theme-Settings BLog Single

with

if (theme_get_setting('toggle_logo') == 1) {
if (theme_get_setting('default_logo') == 0) {
if (module_exists('media')) {
$file_upload = theme_get_setting('logo_normal');
if ($file_upload != 0) {
$file = file_load($file_upload);
$vars['logo'] = file_create_url($file->uri);
} else {
$vars['logo'] = $base_url . '/' . drupal_get_path("theme", "md_hosoren") . '/logo.png';
}
} else {
if ($logo_file = theme_get_setting('logo_normal_form_file')) {
$vars['logo'] = file_create_url(file_build_uri($logo_file));
}
}
}
}

About error warning, please check page if there is any section of awcontent that does not contain any object or block then delete it. 

Wed, 12/30/2015 - 12:40

My FTP requires you IP address to be registered. 

GOD DAM IT - I HAVE HAVE RECEIVED NOP REAL SUPPORT FROM  YOU FOLKS IN  OVER A WEEK! WHAT A WASTE OF OIUR TIME! - I WILL NEVER BUY YOUR DAMN THEME AGAIN. 

YOU HAVE WASTED SO MNAY HOIURS OF MY AND MY DEVELOPER'S TIME. THIS IS JUST NOT ACCEPTABLE. GIVE OUR MONEY BACK!

I RATE YOU ZERO STARS AND ABSOLUTE USELESS SUPPORT.

phuonght's picture
phuonght
Wed, 12/30/2015 - 22:23

Firstly, sorry for taking your time.

We were trying hard to solve problem but it is very difficult for us because we could not check your configuration when problem did not exit in our site. 

Here is our IP address: 117.5.87.240. If you would like, we will continue to support until it works perfectly.

Log in or register to post comments
Have More Idea?

We are here to build your website!

No Universal solution fits all special business requirements. Our experienced team is ready with ideas and state-of-the-art technical solutions to consult the best solution within your budget.