Posts by Bruno Monteiro • 57 points
6 posts
-
1
votes1
answer1786
viewsQ: Syntax error, Unexpected 'class' (T_CLASS), expecting Identifier (T_STRING) - Remote Server Only
I have a platform that I developed using Zend Framework 3.0. This platform works locally but when I migrate it to the server, it throws multiple errors with this syntax: Parse error: syntax error,…
-
0
votes1
answer1360
viewsQ: How to align a div with inline-block display?
I have a news feed that consists of two Divs inline-block. 1° - The first contains the headline and image of the news (left). 2° - The other the content of the news (right). I wish that even the…
-
0
votes2
answers46
viewsQ: Script via Link requires double click the first time it is requested
I’ve got three inline-block divs on an Row. These Divs contain 1 text paragraph with a link at the end to extend the div and print the remaining paragraphs. At the end of the extended div, there is…
-
2
votes0
answers34
viewsQ: Why are there inconsistencies on my responsive page on screens with the same resolution?
I’m developing a responsive Landing Page. The page behaves as follows: Larger than 1920px (Has the same root Styling, but center the page to the center); 1920px(root) Full Styled; 1800px Adjusted;…
-
1
votes0
answers66
viewsQ: Swap Contents of a div back to the original
I have a div that enlarges after the user clicks on a link (+). I’ll get the contents from a local file that contains printed paragraphs. In this paragraph consists of a link (-) that returns the…
javascriptasked Bruno Monteiro 57 -
0
votes1
answer26
viewsQ: How to remove news from a blog for my Platform?
I’m creating a platform for managing business proposals. On the index (no session), I would like to print the news of the company’s blog. I am using Zend Framework V.3, and I would like to know a…