Artan
Forum Replies Created
-
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!
Forum: Plugins
In reply to: [Code Snippets] Snippet not loadingHi Shea,
changing to
wp_footer
did the thing.Is there any difference in performance when not loaded in header? Or is there no difference. What is recommended? I use this for showing a mega menu when hovering over a menu button.
Thank u very much for your support!
Forum: Plugins
In reply to: [WP24 Domain Check] CSS selector for tooltip “please fill in”Greeeeeeeat! ??
Thanks very much for that! I appreciate that!
Perhaps with the next future updates you can manage to integrate the “add labels” feature to the dropdown list for the TLDs. Thanks for managing the changes so fast!
Keep it up! ??
Forum: Plugins
In reply to: [WP24 Domain Check] Missing TLDsTested it. Looks fine! ?? Thanks!
Forum: Plugins
In reply to: [WP24 Domain Check] Adding labels to the drop down listThat would be nice!
Forum: Plugins
In reply to: [WP24 Domain Check] CSS selector for tooltip “please fill in”Yes I meant that.
Oh, ok. Would have liked to style it a bit. Like move it to certain places with margin or padding. Because when u have clicked the button and the message appears, and when u then scroll down without “clicking it away again”, the message will have an absolute/fixed position on the screen and will not stay below the textbox while scrolling but in the middle of the screen.
But perhaps this feature comes in future… It′s not that important for me right now. Just would be a cool feature if you could style it yourself.
Regards!
Forum: Plugins
In reply to: [WP24 Domain Check] Missing TLDsThe error message for .ch is the simple error message. Just saying “error” as an output in the textbox after clicking “search” button. Output is then “example.ch error”.
Is it a problem on my site?
Thanks for answering all questions!