Posts by Angelo V. Merlo • 117 points
12 posts
-
1
votes1
answer73
viewsQ: Model Variable returns null and not the model class
I have the model below and when I do a search that has data, it works right, but when it does not have it returns null, it was not to return the class of the empty model, without filling in the…
laravelasked Angelo V. Merlo 117 -
2
votes1
answer118
viewsQ: wordpress add_rewrite_rule with custom field
How do I create a URL in Wordpress, using the add_rewrite_rule, same below but filtering posts by a custom field? function custom_rewrite_basic() { add_rewrite_rule('^leaf/([0-9]+)/?',…
-
0
votes1
answer776
viewsQ: Pagination in codeigniter 3
Guys I made the pagination in codeigniter and it works with the exception of a detail the link of page two is url/1, page three is url/2 and the first only url. What do I do to leave page two with/2…
-
1
votes1
answer331
viewsQ: "Particles" moving with the mouse in the background
I have little squares of four colors and would like to throw them in the background in a random way and give that effect to Parallax when you move your mouse. Does anyone know any plugin for this?…
-
-2
votes2
answers621
viewsQ: Group route does not work on Laravel 5
Good night guys, all right? I have a problem in Laravel 5 routes. I have a group of routes to the administrative panel of the site (routes with prefix panel) and within the group I want the first…
-
1
votes2
answers496
viewsQ: Problem with wordpress paging (returns 404)
I’m doing the index of a site and in it I do a search of the posts, alias several searches, and the last one has pagination that is the last posts registered. I’m doing the consultation as follows:…
wordpressasked Angelo V. Merlo 117 -
2
votes1
answer276
viewsQ: Custom Photos and Attachments in Wordpress
I need to put photo gallery and attachments files in posts and Wordpress pages, but with a custom style in the display within the post. How do I just upload the images and files in the edit, linked…
-
1
votes1
answer69
viewsQ: key from the same table
Talk about beauty? I’m doing an infinite category system, so the table has the code and code of the parent category. I wanted to relate these two fields for when I delete a category the child is…
mysqlasked Angelo V. Merlo 117 -
0
votes2
answers863
viewsA: Div to organize checkbox
I don’t know if it helps you much, but you can do this by example, but remembering that you have to be careful with size if it is responsive layout, but I believe it will give you a way.…
-
1
votes1
answer425
viewsQ: For sale in Themeforest
Fala galera, Has anyone from Brazil ever sold items on Themeforest? Does it pay? Are there other alternative platforms? I saw that need documentation of the item to sell on Themeforest, would anyone…
-
0
votes2
answers269
viewsA: Text appears behind the menu
I don’t know if it will help you, but if this menu is fixed width you can put a left margin in the text container. .classe-da-div-com-textos{ margin-left: 150px; //essa é a largura do menu } It’s…
-
2
votes2
answers15045
viewsQ: count how many days a date range has in another date range
Good morning, I’m doing a query (mysql) and I have four dates periodo1inicio, periodo1final, periodo2inicio and periodo2final. I need to count how many days of period 2 is contained in period 1. Can…