jasonDMSQD
Forum Replies Created
-
For anyone else that is having this problem double check your source code on the problematic page as jquery was being called into the page twice.
Hope this helps.
Hi Guys,
I seem to be having the same problem as athenaweb1 is having. I know that it is conflicting with the WP Anything Slider as when I turn this off the plugin works again.
The url for the page is http://wp7.dmsqd.com/fourth-post/ & the plugin which it is conflicting with can be found on the home page http://wp7.dmsqd.com .
Any help on this would be greatly appreciated.
Regards,
Jason
Hi fsoto.
I’m not sure if you’re still having this problem but I have a solution for this is you are still encountering it.
If you go into the contact form and then into the submit button section and tick the set style option. Once that is ticked give the field css class a name, something like submitButt will do.
Save that at the top of the page and then go into the appearance tab and then the stylesheet tab.
Once in there put the class name in that you named the submit button ( in the case above it would be
.submitButt {}).Make sure you put the full stop in front of it then between the {} copy all of your code that you have above into there and it should work fine.
As for adding space between items you could use
margin-top: 10px;orpadding-top:to give you some space between the items.Hope this helps you and anyone else who is running into this problem.