Forum Replies Created
-
AuthorPosts
-
Solved! I hadn’t properly named the form, because I didn’t want any visible text. But of course php needs a form name!
I would very much like to be able to hide the name of the form for the visitors of the site.
Thanks Peter,
When I add a user from the dashboard, I do get an email from WP. Does that indicate the php mail function does work?
Thanks in advance!
There were _attempts_ at helping, for which I’m grateful.
Thanks Ismael!
For now, I’ll just keep it as it is (with the transparent PNG).
I do hope this issue will be solved structurally in a future update of the theme.
OK, I’ve now created a fully transparent version of wp-content/themes/enfold/js/mediaelement/skin-1/bigplay.png
That does the trick, but it’s quite a brute force hack, and not something I would expect to have to do in a paid theme.
Just added a new portfolio item, to make sure there are no caching issues:
http://www.wrks.nl/Rene/portfolio-item/karvan-cevitam/
It has the same double button problem. (For people just now tuning in: two partly overlaying semitransparent buttons, one from iOS, one from Enfold.)
It doesn’t work, neither in portrait mode nor in landscape mode. But if it did work, wouldn’t it be limited to portrait?
/* Note: Add new css to the media query below that you want to only effect the Mobile and Tablet Portrait view */
@media only screen and (max-width: 767px) {
etc
Thanks Ismael,
But sadly no succes.
There’s no caching enabled in WordPress, and I cleared the data cache (and, for good measure, the history cache) in Safari on the iPhone.
I bought this theme for my VIDEO company, so this is kind of a deal breaker…
Hi Devin,
I was a bit amazed as well, I would expect this to be pretty basic…
Has he (or anyone) even looked at the page I’ve -reluctantly- made available to this public forum?
I have made a screendump, but I have no idea how to send it to you.
The iPhone is a 4S, iOS 6.1.3
Not sure whether iPad had the problem to begin with, though.
I think what I’m seeing here is still the Enfold play button.
The double button issue is on IPhone.
/* Have fun adding your style here :) – PS: At all times this file should contain a comment or a rule, otherwise opera might act buggy :( */
/* General Custom CSS */
/*
Desktop Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the desktop view of your site */
@media only screen and (min-width: 768px) {
/* Add your Desktop Styles here */
}
/*
Mobile Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the Mobile and Tablet Portrait view */
@media only screen and (max-width: 767px) {
.image-overlay.overlay-type-video {
display: none !important;
}
Thanks Ismael,
I’ve added the ccs code you suggest to the custom.css file. It seems to have done the trick on iPad, but not on iPhone.
The page I’m viewing is http://www.wrks.nl/Rene/portfolio-item/officieren/
The whole website is (for now) located at http://www.wrks.nl/Rene/
-
AuthorPosts