Posts by Ismael Menezes • 101 points
7 posts
-
0
votes1
answer80
viewsQ: Attribute mutator generate Typeerror if it does not receive a number
I’m trying to make a phone error treatment where when it’s set some value other than a number it throws a TypeError. Can someone see if I’m doing it right or where I can adjust? from typing import…
pythonasked Ismael Menezes 101 -
0
votes1
answer106
viewsQ: How to put bootstrap slider 4 in wordpress
I’m having difficulty implementing the slider of bootstrap 4 inside wordpress, I created a custom post type called promotion where the highlighted image will stay on the slide. Follow my code. I’ve…
wordpressasked Ismael Menezes 101 -
1
votes1
answer97
viewsQ: My Mayor isn’t working and I’ve tried many ways and I can’t help myself
This is the code that I am trying to do the file only that the fadeOut effect is not working when I put Jquery, I have already verified that it is pulling the file only does not run the fadeOut to…
-
2
votes2
answers1172
viewsQ: I want to get the transparence out of the bootstrap arrows and I’m not
Hello, I have a difficulty here to take out this weak shade that is in the arrows, I have changed the color several times vezese does not stay with the strong dark blue only picks up when you pass…
bootstrapasked Ismael Menezes 101 -
1
votes1
answer1105
viewsQ: How to change the bootstrap slide default effect to Fade?
Hello, I managed to put the Bootstrap 3 Carousel normal equal shows in the documentation, but I’m having difficulty to put the Fade effect, someone has some solution to do? <div…
-
2
votes0
answers22
viewsQ: How to manage site upgrade payments?
Good morning, good afternoon or good evening, everyone I’m starting freelance on the web site development are and I’m still decided if I’m going to work with monthly charges for updating websites.…
asked Ismael Menezes 101 -
2
votes0
answers22
viewsQ: When should JSONP and AJAX be used?
I have this doubt because the two seem to me to be very similar. Someone can explain to me. When to use one or the other?