Unfortunately, I have another question about css. I have an overlap in the error message. see photo.
Regards
Patrick
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.
Sorry, an error in my:
Sorry, an error in my:
Undefined index: quantity in md_thenews_views_mini_pager() von /sites/all/themes/md_thenews/inc/template.pager.inc
Standort/users/brave
Referrer/user/login
You can edit your template.php file (in md_thenews folder):
find: include_once './' . drupal_get_path('theme', 'md_thenews') . '/inc/template.pager.inc';
remove it
and find function: function md_thenews_theme() {...
remove it too. Clear site cache and check your site again
many thanks for the note. I've tried it, but the side navigation is pulled apart. I have been in the line 177 and 185 pager.inc commented out, and the error is gone. I hope it goes as well., Otherwise the layout looks like crap
Do you have a dev link? I will go & check it
oh I'm sorry, I'm working offline on my page which will be online soon. Then I can give them a dev link. I need to get it back again then.
Unfortunately, the error message is problem still there.
The error message with text overlaps icon or notice about md_thenews_views_mini_pager() ?
oh no, they are two different errors. One is the overlap of the error message. And the other is the error in the logfile md_thenews_views_mini_pager.
Sorry for my bad english
for the overlap of the error message:
Open md_thenews/css/style.css, go to line 2332
add (incase you dont want to show the icon):
background-image: none;
if you want to show the icon, add this (don't add background-image...):
padding-left: 24px !important;
I'll check views_mini_pager error.
it's wonderful it worked with the error message. many, many thanks