Zoor Questions

how to Show user menu on Header Top region as a list?

Why the home page jitters if the sticky header is turned on.

What is navigation block? Why main menü disappears if i put another menü on the navigation block?

How to make the color scheme work? (It seems it doesnt work)

I have only limited knowledge about drupal and zero knowledge about theming, so if these questions seems noobish please forgive. And please answer like you are telling to a 5 year old child.
Thank you.

Comments

user
Submitted by admin on Mon, 02/15/2016 - 17:58

how to Show user menu on Header Top region as a list?

Do you want to show Login | My Account | Logout links in header top region??

user
Submitted by Tamer on Mon, 02/15/2016 - 19:51

Yes.

user
Submitted by Tamer on Mon, 02/15/2016 - 20:59

I also have this error on Contact page:

Strict warning: Only variables should be passed by reference in include() (line 48 of D:\websites\toztas.com\www\sites\all\themes\zoor\includes\footer.php).

user
Submitted by Tamer on Tue, 02/16/2016 - 14:24

okay i solved the user menü thing with editing the header.php file.
Home page doesnt jitter anymore after adjusting the logo.
Navigation block seems to be used on mobile screens.
And color modüle is now working.

The only error left is the contact page error.

user
Submitted by admin on Tue, 02/16/2016 - 18:41

regarding contact page error:

  1. Enable contact module.
    example.com/admin/modules
    
  2. Allow all users to use site contact form on user permission page.
    example.com/admin/people/permissions
    
user
Submitted by Tamer on Tue, 02/23/2016 - 08:44

Actually permissions are already correct and it doesnt help. Still getting the same error.

user
Submitted by admin on Tue, 02/23/2016 - 12:35

Try disabling sticky contact form.
Home >> Administration >> Appearance >> Settings >> zoor >> contact page >> Sticky Contact Form

example.com/admin/appearance/settings/zoor
user
Submitted by admin on Tue, 02/23/2016 - 12:45

Please follow below steps:

  1. Open /includes/footer.php
  2. Find Following codes
    <?php
    require_once drupal_get_path('module', 'contact') .'/contact.pages.inc';
    print
    drupal_render(drupal_get_form('contact_site_form'));
    ?>
  3. Replace above codes by follwoing codes.
    <?php
    require_once drupal_get_path('module', 'contact') .'/contact.pages.inc';
    $myform=drupal_get_form('contact_site_form');
    print
    drupal_render($myform);
    ?>
  4. Save footer.php

Done!!

user
Submitted by Tamer on Tue, 02/23/2016 - 21:36

Well, it does render without error messages. But when i look at the logs i see too many php errors such as:

Notice: Undefined index: null in system_theme_settings() (line 404 of D:\websites\toztas.com\www\modules\system\system.admin.inc).
•Notice: Trying to get property of non-object in system_theme_settings() (line 404 of D:\websites\toztas.com\www\modules\system\system.admin.inc).
•Warning: in_array() expects parameter 2 to be array, null given in system_theme_settings() (line 442 of D:\websites\toztas.com\www\modules\system\system.admin.inc).
•Warning: in_array() expects parameter 2 to be array, null given in system_theme_settings() (line 442 of D:\websites\toztas.com\www\modules\system\system.admin.inc).
•Warning: in_array() expects parameter 2 to be array, null given in system_theme_settings() (line 442 of D:\websites\toztas.com\www\modules\system\system.admin.inc).
•Warning: in_array() expects parameter 2 to be array, null given in system_theme_settings() (line 442 of D:\websites\toztas.com\www\modules\system\system.admin.inc).
•Warning: in_array() expects parameter 2 to be array, null given in system_theme_settings() (line 442 of D:\websites\toztas.com\www\modules\system\system.admin.inc).
•Warning: in_array() expects parameter 2 to be array, null given in system_theme_settings() (line 442 of D:\websites\toztas.com\www\modules\system\system.admin.inc).
•Warning: in_array() expects parameter 2 to be array, null given in system_theme_settings() (line 442 of D:\websites\toztas.com\www\modules\system\system.admin.inc).
•Warning: in_array() expects parameter 2 to be array, null given in system_theme_settings() (line 442 of D:\websites\toztas.com\www\modules\system\system.admin.inc).
•Warning: in_array() expects parameter 2 to be array, null given in system_theme_settings() (line 442 of D:\websites\toztas.com\www\modules\system\system.admin.inc).
•Warning: in_array() expects parameter 2 to be array, null given in system_theme_settings() (line 458 of D:\websites\toztas.com\www\modules\system\system.admin.inc).
•Warning: in_array() expects parameter 2 to be array, null given in system_theme_settings() (line 495 of D:\websites\toztas.com\www\modules\system\system.admin.inc).
•Notice: Undefined index: null in system_theme_settings() (line 547 of D:\websites\toztas.com\www\modules\system\system.admin.inc).
•Notice: Trying to get property of non-object in system_theme_settings() (line 547 of D:\websites\toztas.com\www\modules\system\system.admin.inc).
•Notice: Undefined index: null in system_theme_settings() (line 575 of D:\websites\toztas.com\www\modules\system\system.admin.inc).
•Notice: Trying to get property of non-object in system_theme_settings() (line 575 of D:\websites\toztas.com\www\modules\system\system.admin.inc).

user
Submitted by Tamer on Tue, 02/23/2016 - 21:44

Is it possible to get a refund?

Pages