Posts by Maicon • 279 points
16 posts
-
0
votes3
answers957
viewsQ: How to set default value in a form through javascript?
I would like to set a default value in a certain field of a form through javascript. Let’s assume that the id of the field is #code.
javascriptasked Maicon 279 -
0
votes1
answer846
viewsQ: Show popup on close tab
Hello. I would like to know a code to display a form as a popup when the user is closing the page. That is, that moment when it takes the cursor up the browser. Because the page was made by the RD…
-
1
votes0
answers378
viewsQ: Slider plugins do not load
I have installed several plugins for the home slider and none of them load. Or load and the configured images are below each other. What might be going on?
-
2
votes2
answers15217
viewsQ: How to find the file directory by "inspect element"
I would like to know in which file ( or directory ) is the file of the specific element of an inspected web page. Important: it would be a wordpress php file, not css.
-
3
votes1
answer992
viewsQ: How to make a pop-up to insert an email appear when clicking a button
What I want is something just like on this page. http://www.movingup.com.br/ By clicking "I Want to Watch" it opens a kind of pop-up asking for the email.…
-
0
votes3
answers2507
viewsA: Translate specific part of the Woocommerce template
I managed to find the file to edit these texts! Follow the path.. /wp-content/themes/seutema/includes/theme_woocommerce.php
-
6
votes3
answers8164
viewsA: Wordpress Error: "Without sufficient permission to access this page"
I managed to solve! Follow the solution found for my problem. Enter the phpMyadmin/, enter the used database. Find the table wp_usermeta and leave the following lines exactly with this code:…
-
3
votes3
answers8164
viewsQ: Wordpress Error: "Without sufficient permission to access this page"
My Wordpress site with Woocommerce shows the following message when informing login access: .. "Without sufficient permission to access this page". What I’ve tried, unsuccessfully: Delete that…
-
0
votes3
answers2507
viewsQ: Translate specific part of the Woocommerce template
Hello.. I can’t find the file to translate the text "Product successfully Added to your Cart." Along with the button "Continue Shopping". ps.: I’ve tried opening several language files in poedit but…
-
-1
votes2
answers5276
viewsQ: How to paste 'buy' button under the product in Woocommerce
I’m making an Ecommerce with Woocommerce for wordpress. I would like to know how and in which file put a "buy" button, where when clicking it it does not add to cart, but rather direct the product…
-
5
votes1
answer1083
viewsQ: Send email with signature using an image
Hello! I have a function in a file of a wordpress site that fires a confirmation email when a person fills in a form. However I would like to put an image as a signature of this email. but when I…
-
0
votes0
answers102
viewsQ: Send form to email confirmation with the person’s name
I would like to know how to send a confirmation email to the user who filled in a form with his name. For example.. Thank you 'so-and-so''. Since, the php file’s upload code line is this..…
-
0
votes1
answer890
viewsQ: By clicking Download PDF page
Hello.. is the following: I have a page with fields to be filled ( http://www.sustentare.net/cartoes/autoconhecimento/ ). By clicking on a button I would like him to download this page with the…
-
3
votes1
answer539
viewsQ: Function to when clicking on word hide div
When rolling down the scroll in this example (http://jsfiddle.net/wanderstone/6pv54/3/ ) you will notice that there is a box that stays fixed with the word "close". When you click on the word…
-
-1
votes3
answers16599
viewsA: Fixed div when scrolling down page
The solution that served me was a mixture of Dexxtz’s response with Wagner’s. So he got this scroll function with fadin and fadeout. For first I had implemented the dexxtz code, but when loading the…
-
2
votes3
answers16599
viewsQ: Fixed div when scrolling down page
I’d like to know how to leave one div fixed on the side when scrolling the page down. What I want to do is exactly like the side newsletter of that page.. . When rolling down you’ll understand…