Thanks! I send a reply
I send you the login to contact@tagdiv.com
With the cache plugins and custom css deactivated the problem is still there it looks like
Hey,
I am using this code on the mobile theme:
video {
width: 100% ;
height: auto;
}
Because otherwise some video’s don’t fit the screen
On this page the facebook video height is not corrext.
If I use this css code.
iframe[src*=”facebook.com”] {
height: 800px!important;
}
There comes alot of width space below the facebook video on this page with an image: https://www.revive.nl/mattheus-van-der-steen-spreekt-zegen-uit-over-koningin-maxima-in-maastricht/
I think the problem is the iframe inherited the style from the image on mobile.
I send it. Thanks!
I cleared all the cache
It still gives the problem: https://somup.com/c3fI2JOYHH
I used https://appetize.io/ to test in for iphone
I placed the retina logo
*It seemed like it didn’t work
I tried that yesterday. I added a retina version. But it seem like it worked. I will add the retina versiom again.
Hi Calin,
The problem is still there. Only on Iphone devices I think.
This are mobile theme logo settings: https://screencast-o-matic.com/i/c3fIjiVq8aZ
I am using a 140 x 48px logo now.
Yes logged in also gives the problem.
On desktop and android is the problem not visible it looks like
Hey,
or mobile logo is being stretched again. Mostly on Iphone devices
see:https://screencast-o-matic.com/watch/c3flXCVqMpe
How can we fix this?
We cleared all the cache already
There information. I was able to change the selector so I am using now the div.td-search-icon selector.
And this code to hide the search button:
.td-icon-search {
display: none;
}
It works fine
Thanks for help!
Thank you for your answer. Sadly I could not change the selector.
I found an other fix:
jQuery("#td-header-search-button a").click(function(e) {
e.stopPropagation();
});
This is the JQuery selector I am using to place the button there:
div.td-search-icon > a#td-header-search-button > i.td-icon-search
I use an other plugin called Advanced ads pro to place the button from inside the search form.
I am not editing the theme files
Or how can I stop the mobile search button script from running?
I am trying to remove the search button on the mobile theme plugin.
Do you have have some custom css / code for me to hide the button.
I tried to hide it with this css:
.td-icon-search {
color: #fff0 !important;;
height: 1px;
width: 1px;
;
}
But search menu still opens sometimes when you click on it.
I cant use display: none because then the other button I place there is also hidden.
See: https://somup.com/c3eiqMTvlD
I installed the Events calendar plugin. My event page is really small.
@Alehache Are you using shortcodes from the pro version?
My event page https://www.revive.nl/events/
I installed the Events calendar plugin. My event page is really small.
@mekgmail Are you using shortcodes from the pro version?
My event page https://www.revive.nl/events/
The height of the iframe is not being used by the mobile theme. It is overriding the height with something else what gives the problem.
This is the exact css I am using now: iframe[src*="facebook.com"] {
height: 800px!important;
}
But there must be a better solution