justinvdv
Forum Replies Created
-
Forum: Plugins
In reply to: [Popups - WordPress Popup] Submit button not working?Thnx
A few days ago I wrote an jquery script that sends the mail and that fixed it for me!
Thnx!
Forum: Themes and Templates
In reply to: Jquery not working on my wordpress site on android browserJust found the problem.
I noticed that the id’s off divs and inputs where the same in both forms.
So I changed the id names in the mobile form en jquery script.
Now both forms are working fine!Thnx for all the help!
Forum: Themes and Templates
In reply to: Jquery not working on my wordpress site on android browserOke so this is what I need.
So I made an form for a personal training site
Where people can select there interest.
When they press personal training or group training or both
There comes a second selection of radio buttons. This is triggered by a jquery script.So I made the form in an table. But on mobile devices the table won’t fit so I thought I make a second from (no table) and hide the table on mobile devices. And hide the mobile form on screens larger then 736 px.
So the form for desktop is called form-id
And for mobile it is called bammobileSo now I have made the html code like this:
The form
And this 2 codes<script src=”trainingzuid.nl/wp-content/js/mailengels.js”></sript>
<script src=”trainingzuid.nl/wp-content/js/mailengels-mob.js”></sript>At the moment I did not hide any form yet just for testing.
But it seems the script mailengels-mob is not working now.When I delete the other form and script src line than it works fine.
So the problem seems to be that there are 2 scripts loading in the same html page.
Forum: Themes and Templates
In reply to: Jquery not working on my wordpress site on android browserWhen I press the radio button group training. There comes a new selection for a lot of training sections. This works on the upper form. The second from I want to use on mobile devices when I press a radio button over there nothing happens?
Forum: Themes and Templates
In reply to: Jquery not working on my wordpress site on android browserYes forgot to turn that off hehe.
Now you should be able to see the websiteForum: Themes and Templates
In reply to: Jquery not working on my wordpress site on android browserHuh that should work I think you see the maintenance screen?
Forum: Themes and Templates
In reply to: Jquery not working on my wordpress site on android browserif you go to
http://Www.trainingzuid.nlThen scroll down and press the button sign in for a free trial!
Then you will find 2 forms I did not hide them for resolutions jet.
Thnx!
Forum: Themes and Templates
In reply to: Jquery not working on my wordpress site on android browserI have another question.
I use this script on my desktop
on mobile view i duplicated the script and renamed the divon desktop the div and function called form-id
and on mobile bammobileThay can’t be the same cause i need to hide them for specific screen sizes.
so now I got 2 forms on a page
and 2 script sources:<script src=”http://trainingzuid.nl/wp-content/js/mail.js”></script
<script src=”http://trainingzuid.nl/wp-content/js/mailmobile.js”></script>But now the mobile script is not working?
when I remove the desktop script than it works?
How to fix this?
Forum: Themes and Templates
In reply to: Jquery not working on my wordpress site on android browserThnx alot man! Tried to figure this out for the last day.
It works just like I want to know!Yes I did check the console but there everything seems fine and was working correctly. But this was the fix.
THNX!
Forum: Themes and Templates
In reply to: Blend modes in CSS Editor not workingBackground blend mode is not supported if you use 2 different divs.
I see you want to use a hove that will blend in on the image that is not coded in the same div.
you can use blend mode like this:
.project .thumb { background-image: url(test.png); background-color: red; background-blend-mode: multiply; }thats the way to do it not in a hover.
If you would like a hover that will do the blend you need to do it this way.
So make a hover with the same image and a blend in color or image.
So the hover will overlay that iamge with the same image but than with a blended color.
.project .thumb:hover { background-image: url(test.png); background-color: red; background-blend-mode: multiply; }Forum: Plugins
In reply to: [BuddyPress Docs] Add Files button not working after WP 4.5Did you refresh and restart the browser?
Forum: Plugins
In reply to: [BuddyPress Docs] Add Files button not working after WP 4.5Hello guys
Easy fix for now
Just download jquery 1.11.3 from here
https://code.jquery.com/jquery/Safe The code in a text file and name it jquery.Js
In your ftp replace the file in this folder
Wp-includes/js/jquery/The refresh your browser cache and history settings and restart the browser should work.
You can revert it back the same way by downloading 1.12.3 or back it up
There you go!
Forum: Plugins
In reply to: [WooCommerce] Different downloads per sellHey,
I tried the plugin but thats not what I mean.
I sell xbox live codes.
So i have a product on the page that is named: Xbox live 12 months.
So ever card has a different code.
I would like something that my costumers can download or will receive an automatic mail with the code after the payment is done.So that means that every download needs to have a different file.
or that a buy request will trigger a mail system that sends en specific setup of a mail with the code?you know any solutions
Forum: Plugins
In reply to: [WooCommerce] Different downloads per sellYes I mean gift cards and codes
Forum: Plugins
In reply to: [Timely All-in-One Events Calendar] Can't load settings after update 2.3.9hmmm oke I am out off solutions hopefully the developers will come up with a fix