feiaweng
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Blask] remove google fonts in child theme functions.phpHello Jerry,
I had not used the plugin Local Google Fonts, if I heard about these plugins will not work with a lot of themes. I was also not sure, if I load this plugin in my child theme, it will overwrite the parent theme setting.
Therefore I have tried this, and it works.
If you have any doubts or ideas, please let me know.// The start of my Child Theme's functions.php function blask_remove_google_fonts() { wp_dequeue_style('blask-fonts'); wp_deregister_style('blask-fonts'); } add_action('wp_enqueue_scripts', 'blask_remove_google_fonts', 100);
with kind regards
feiawengForum: Themes and Templates
In reply to: [Sydney] change get_theme_mod home_url with different URLHello Kharis,
thanks for your fast answer.
Unfortunately it does not work. If I click on the logo in the header it is still the same behaviour.
Looks like, the javascript will not be loaded or something like that.
Are there any other options to try?thanks in advance
RalfForum: Plugins
In reply to: [Easy Video Player] poster image not shownHello Alam,
I have fixed this issue, but unfortunately the same. No poster image is shown.
Could you please have a look again?thanks in advance
RalfForum: Themes and Templates
In reply to: [Blask] resize site-titleHello sacredpath,
thanks for your support. Works now.
regards
RalfForum: Themes and Templates
In reply to: [Blask] resize site-titleHello bdbrown,
sorry for that. I had given no site and no logon. But I will have this in my mind.
thanks
RalfForum: Themes and Templates
In reply to: [Blask] hide scrollbar at navigation sideit is solved for me.
regards Ralf
Forum: Themes and Templates
In reply to: [Blask] hide scrollbar at navigation sideHello Kathryn,
thanks for your support. The menu is now shortener as before. Now all the nav items are shown on the page without the scrollbar.
I think it is better to use the standards with the browser to avoid problems. ??Thanks in advance.
regards Ralf
Forum: Themes and Templates
In reply to: [Blask] hide scrollbar at navigation sidewith the code
.site-header {
overflow:hidden;
}
I can hide the scrollbar, but also the possibility to scroll is away.regards
RalfForum: Themes and Templates
In reply to: [Blask] hide scrollbar at navigation sideHello Kathryn,
here is the link. https://www.lisa-kischlat.de. It is still under construction.
You can see the navigation menu on the left side, with a scrollbar, because the menu items are longer than the site.
If you view this site with Chrome, you don`t see a scrollbar, but you can scroll with the mouse.
Is ist possible to hide this ugly scrollbar?
Have tried it with
<code>
.site-header {
overflow-x: hidden;
overflow-y: hidden;
}.site-header::-webkit-scrollbar {
height: 0;
width: 0;
}
</code>But it doesn`t work es expected.
Thanks in advance
RalfForum: Themes and Templates
In reply to: [Blask] can the footer line be deleted?Hello Kathryn,
thanks for your answer. I have it removed ??
regards
Ralf