Home User profile
tagDiv Member
This user did not write anything. So we are just showing here some random text to make the profile page look nice :)
Revive the Netherlands
tagDiv Member

Thanks! I send a reply

Revive the Netherlands
tagDiv Member

I send you the login to contact@tagdiv.com

Revive the Netherlands
tagDiv Member

With the cache plugins and custom css deactivated the problem is still there it looks like

Revive the Netherlands
tagDiv Member

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

Revive the Netherlands
tagDiv Member

https://www.revive.nl/video-veel-mensen-vrijgezet-van-demonen-bij-conferentie-met-kathryn-krick-in-ede/

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.

Revive the Netherlands
tagDiv Member

I send it. Thanks!

Revive the Netherlands
tagDiv Member

I cleared all the cache

Revive the Netherlands
tagDiv Member

It still gives the problem: https://somup.com/c3fI2JOYHH
I used https://appetize.io/ to test in for iphone

Revive the Netherlands
tagDiv Member

I placed the retina logo

Revive the Netherlands
tagDiv Member

*It seemed like it didn’t work

Revive the Netherlands
tagDiv Member

I tried that yesterday. I added a retina version. But it seem like it worked. I will add the retina versiom again.

Revive the Netherlands
tagDiv Member

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.

Revive the Netherlands
tagDiv Member

On desktop and android is the problem not visible it looks like

Revive the Netherlands
tagDiv Member

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

Revive the Netherlands
tagDiv Member

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!

Revive the Netherlands
tagDiv Member

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();
});

Revive the Netherlands
tagDiv Member

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

Revive the Netherlands
tagDiv Member

I use an other plugin called Advanced ads pro to place the button from inside the search form.

Revive the Netherlands
tagDiv Member

I am not editing the theme files

Revive the Netherlands
tagDiv Member

Or how can I stop the mobile search button script from running?

Revive the Netherlands
tagDiv Member

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

Revive the Netherlands
tagDiv Member

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/

Revive the Netherlands
tagDiv Member

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/

Revive the Netherlands
tagDiv Member

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.

Revive the Netherlands
tagDiv Member

This is the exact css I am using now: iframe[src*="facebook.com"] {
height: 800px!important;
}

But there must be a better solution

Viewing 25 posts - 1 through 25 (of 70 total)