-
Posted a reply to wpbakery hover over – front title showing in safari but fine in other browsers, on the site WordPress.org Forums:
@marloesvandergraaf I can see that the second hover box title "LIEFDEVIEREN BELEVENIS" is visible on… -
Posted a reply to wpbakery hover over – front title showing in safari but fine in other browsers, on the site WordPress.org Forums:
@comepaintworks .vc-hoverbox-block .vc-hoverbox-block-inner > * {backface-visibility: initial} -
Posted a reply to wpbakery hover over – front title showing in safari but fine in other browsers, on the site WordPress.org Forums:
@comepaintworkshops share the link to your webpage where the issue is present. -
Posted a reply to wpbakery hover over – front title showing in safari but fine in other browsers, on the site WordPress.org Forums:
@albert1978 the following should work: .vc-hoverbox-inner:hover .vc-hoverbox-block.vc-hoverbox-back {opacity: 1;transition: opacity .5s;}.vc-hoverbox-block.vc-hoverbox-back {opacity: 0;} -
Posted a reply to wpbakery hover over – front title showing in safari but fine in other browsers, on the site WordPress.org Forums:
@albert1978 You need to hide .vc-hoverbox-back by default and show it when the parent element… -
Posted a reply to Force timezone to be UTC+0, on the site WordPress.org Forums:
Yes.The PHP functions are for PHP.The WordPress functions are for WordPress.Depending on what's the full… -
Posted a reply to Force timezone to be UTC+0, on the site WordPress.org Forums:
In order to SET a timezone you can modify the object returned by wp_timezone() -
Posted a reply to Force timezone to be UTC+0, on the site WordPress.org Forums:
There are wp_timezone_string() and wp_ timezone()Alternatively you can use get_option('gmt_offset') - returns numerical value or… -
Posted a reply to wpbakery hover over – front title showing in safari but fine in other browsers, on the site WordPress.org Forums:
Adding this fixes it in case of Safari 17.2.1 without causing change in Chrome. body.home… -
Created a topic, Good new version of obsolete plugin, on the site WordPress.org Forums:
Thank you for updating the old plugin. This plugin has… -
Posted a reply to Updated version, on the site WordPress.org Forums:
Thanks for taking the time and making the updated version of this plugin! It was…