Zarminsky
Forum Replies Created
-
I have the same problem with Master Slider Version 3.9.1 and WordPress 6.3, but only on one website, on the other websites it is just not possible to edit any slides.
Forum: Plugins
In reply to: [Ultimate Post List] Pages not showing in the listThank you, now everything works fine.
Kind regards
ArminForum: Plugins
In reply to: [Ultimate Post List] Pages not showing in the listHello,
I just updated to 5.2.7. and after that I only saw code printed instead of a list of articles, so I went back to version 5.2.6. and everything was o.k. again.
I had done this step by step and it worked after I had reinstalled the older version of class-Ultimate_Post_List_Public.php
Best regards
ArminForum: Themes and Templates
In reply to: [Baskerville] Where do I find Google Fonts OptionHej Anders,
thank you very much, with this code everything works fine.
Best regards
ArminForum: Themes and Templates
In reply to: [Baskerville] Where do I find Google Fonts OptionHej Anders,
Thank you: I’ll try again. My way to enque the styles is the following:
function my_theme_enqueue_styles() { $parent_style = 'baskerville_style'; wp_enqueue_style( $parent_style, get_template_directory_uri() . '/style.css' ); wp_enqueue_style( 'baskerville-claudia-style', get_stylesheet_directory_uri() . '/style.css', array( $parent_style ), wp_get_theme()->get('Version') ); } add_action( 'wp_enqueue_scripts', 'my_theme_enqueue_styles' );
But anyhow: Even when I activate the original theme baskerville, I cannot find the option concerning google fonts. Where do I have to look for it?
With best regards
ArminForum: Themes and Templates
In reply to: [Baskerville] Where do I find Google Fonts OptionHi Anders,
The following is one of the sites, where I use Baskerville (and a childtheme with some modifications):
https://simply-coaching.de/Best regards
Armin