Posts by piters • 63 points
4 posts
-
0
votes2
answers4248
viewsA: How to adjust the height of the div according to the text?
To solve this I always make use of the property float:. For example: .minhaDiv { float:left; width:200px; } Every time your text gets close to the size of this div, she will "break" to the bass…
-
1
votes1
answer110
viewsA: The qTranslate plugin hides the Homepage menu
I believe this problem is happening because you are accessing some page where it is not being translated by qTranslate. In such cases qTranslate informs the user that the page has no translation.…
-
0
votes2
answers3169
viewsA: Wordpress plugin for uploading large files
You can use the Media tab of your Wordpress panel for file uploads. To increase this limit you can change php.ini the field max_upload_size to 350MB. :)
-
5
votes2
answers633
viewsQ: Mysql Query in PHP only works locally
The system I’m maintaining was using two types of query (don’t ask me why) and locally (localhost) works perfectly. When I uploaded the project to the server, the querys declared as such: <?php…