By Tamer on Mon, 02/15/2016 - 15:24
Forums:
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
Do you want to show Login | My Account | Logout links in header top region??
Yes.
I also have this error on Contact page:
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.
regarding contact page error:
Actually permissions are already correct and it doesnt help. Still getting the same error.
Try disabling sticky contact form.
Home >> Administration >> Appearance >> Settings >> zoor >> contact page >> Sticky Contact Form
Please follow below steps:
<?php
require_once drupal_get_path('module', 'contact') .'/contact.pages.inc';
print drupal_render(drupal_get_form('contact_site_form'));
?>
<?php
require_once drupal_get_path('module', 'contact') .'/contact.pages.inc';
$myform=drupal_get_form('contact_site_form');
print drupal_render($myform);
?>
Done!!
Well, it does render without error messages. But when i look at the logs i see too many php errors such as:
Is it possible to get a refund?
Pages