Skip to main content

All Questions

Tagged with
0 votes
1 answer
57 views

foreach PHP something wrong

I have this code in PHP <?php foreach($this->group('filter') as $i => $fields): ?> <?php $newField = $this->field('name#'.$i)->value(); ?> <?php $finalvar = ...
Nick Zagkanas's user avatar
-1 votes
2 answers
79 views

How to explode or explode in PHP? [closed]

I have an issue and I am stack in this many days now. I am new in PHP so I cannot understand totally concerning variables. Here is my code <div class="<?php echo $this->class; ?> ...
Nick Zagkanas's user avatar
0 votes
0 answers
352 views

Set Cookie on Button [duplicate]

I made a fullscreen overlay with a popup. Now when I press the button I want a popup to be set. You can also click outside the window. Then the popup disappears. I want a cookie to be set there as ...
Patrick Dierig's user avatar
0 votes
1 answer
83 views

Binding FontAwesome to a ::before with unicode - displays crypdo-icon

I am trying to include FontAwesome to an ::before-element. The include to the website worked (I have other Icons in an i-element on the website) but the unicode-way won't work. I've trying to add an ...
Tobi Smith's user avatar
1 vote
1 answer
58 views

Foundation: small media query won't be displayed on smartphone

I'm currently working on the this page. Can someone explain to me why the site won't be rendered correctly on a smartphone? The medium Query is shown instead of the small. I integrated the foundation ...
Marvin Binnig's user avatar
1 vote
1 answer
2k views

Custom HTML Element or Module - Start tag seen without seeing a doctype first - rendered HTML issue

In Contao 3.5.4 I'm trying to to use the html5 <picture> element in a Custom HTML module. This is the code: <div class="logo col-xs-6"> <picture> <source srcset="...
svondervoort's user avatar
0 votes
0 answers
102 views

Page width wider than html

I have a little problem on my website, alexander-pastor.de. If you resize the window to a width below 1000px, the width of the page would be more than 1000px, which is wider than the html-tag. ...
Alex's user avatar
  • 751
-1 votes
1 answer
2k views

No refresh when clicking a button (dropdown)

Thank you Ganesh "onclick ="return false;" works :D So i made a onclick dropdown menu with this tutorial: clickable dropdown menu. The problem is that when i click the button to open the dropdown ...
user3052891's user avatar
0 votes
1 answer
887 views

Superfish second level ul very tiny

The problem is the superfish menu on my website: http://alexander-pastor.de/ When hovering the mouse over the li of the top-level's ul, the child ul has only a height of 16px. I can't fix it somehow. ...
Alex's user avatar
  • 751
0 votes
1 answer
503 views

Strange horizontal menu problem with firefox on Mac: Problem in english Content

I am still experiencing a strange menu problem (the last menu item of the top navigation wraps) using Firefox 3.6 on Mac OS X of a contao-based website (www.medivas.de) I've implemented last month. A ...
Andreas W. Wylach's user avatar