Artan
Forum Replies Created
-
Hi,
ok, I was expecting an answer like this. But, no thanks, I′m not willing to spent to much time for this. And even if I will ask for it, I′m pretty sure this will not come shortly after. As I just finished my footer with the akkordeons, I now have to build it again, just because I can′t change animation speed. Should have checked before using this. I′m going with another plugin/widget, this will be faster then expecting support or change.
Thanks, but this is not resolved for me until the animation is easily changeable.
Bye
Forum: Plugins
In reply to: [Plugin for Google Reviews] Does this plugin install “Object Cache Pro (MU)”Ok, thanks.
I dig a bit deeper and I think it′s really a syntax problem on your site. I tested it the same way for the width of the container for mentioned media queries. Here it works. I thinks because the media queries in CSS are defined more precisely. The CSS output for the queries here is different and the browser takes then the changes for Mobile Landscape:
@media (max-width: 768px) and (min-width: 481px) .elementor-15598 .elementor-element.elementor-element-4f55113 { --width: 100%; } @media (max-width: 1024px) and (min-width: 481px) .elementor-15598 .elementor-element.elementor-element-4f55113 { --width: 13%; }
A range of min and max is defined here whereas in the mentioned problem, not. I think this makes it a bit more obvious.
Thanks again.
Ok, thanks for your reply!
Forum: Plugins
In reply to: [Contact Form 7] GDPR and recaptcha = big problem now in EUHi,
sorry for the late reply. It seems when u delete the keys in CF7 in the fields in WordPress, that reCAPTCHA is gone. Perhaps it was still showing up because of CDN or other caching tools.
Still thx for your help!
Regards
Forum: Plugins
In reply to: [Complianz - GDPR/CCPA Cookie Consent] Banner not showing up on every pageOk, weird. At the Moment it seems it works fine. Don′t know what caused that…
Still thx.
Forum: Themes and Templates
In reply to: [Primer] Disable Google Fonts external integration??
Thanks man! Seems to do the thing! So thankful!
Hope u have a wonderful evening! ??
Forum: Themes and Templates
In reply to: [Primer] Disable Google Fonts external integrationOk first step done. Primer fonts are gone but now child theme mins is throwing roboto to the site:
<link rel=’stylesheet’ id=’mins-fonts-css’ href=’https://fonts.googleapis.com/css?family=Roboto%3A300%2C400%2C700&subset=latin&ver=1.8.9′ type=’text/css’ media=’all’ />
function mins_fonts( $fonts ) { $fonts[] = 'Roboto'; return $fonts; } add_filter( 'primer_fonts', 'mins_fonts' ); /** * Set font types. * * @filter primer_font_types * @since 1.0.0 * * @param array $font_types * * @return array */ function mins_font_types( $font_types ) { $overrides = array( 'site_title_font' => array( 'default' => 'Roboto', ), 'navigation_font' => array( 'default' => 'Roboto', ), 'heading_font' => array( 'default' => 'Roboto', ), 'primary_font' => array( 'default' => 'Roboto', ), 'secondary_font' => array( 'default' => 'Roboto', ), ); return primer_array_replace_recursive( $font_types, $overrides ); } add_filter( 'primer_font_types', 'mins_font_types' );
You know how to stop that too?
Would be great!
Hi, forgot to write long time ago. The long transition seems to happen because of another CSS I think. The plugin works for me also with a SVG. I think I just had to set a width in CSS. So no trouble with that. The long transition doesn′t bother me really because u don′t resize your browser all the time.
Thanks for your help. This topic is resolved.
Hi,
thanks for your response.
The URL is: https://ba0gcxy.myraidbox.de/team/
I′m using a svg as an “image” to map. I work with elementor. In the backend of elementor when i resize the window with the elementor “responsive tools” there is no delay.
When I′m in the draw attention plugin itself to map it, the svg won′t scale at all but I don′t care if it doesn′t do it there.
The delay seems to occur only in front end.
I gave the svg a width of 750px in css because otherwise it only had 280px and I couldn′t find an option in the plugin to set a width.
Browser: Latest Firefox
Regards and thanks,
Artan
Forum: Plugins
In reply to: [WP24 Domain Check] Styling for another text messagePerfect! Thanks a lot! ??
Forum: Plugins
In reply to: [WP24 Domain Check] Option to add the dot to domain endingThanks very much! ??
Well, it seems there was a problem. But it got fixed with the latest update –> 5.6.1 (02 December 2020).
Thanks and regards
Forum: Plugins
In reply to: [Code Snippets] Snippet not loadingWell, thanks for the advice and the support!
Forum: Plugins
In reply to: [WP24 Domain Check] Adding labels to the drop down listWow, this is amazing! Thanks very much!