ThemeZee
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Dynamic News Lite] NotoSans Georgian AlphabetHi there,
No, I’m sorry but this is not supported.
Cheers,
ThomasThanks so much for letting me know, I have fixed that with the latest updates last week.
Cheers,
ThomasForum: Themes and Templates
In reply to: [Dynamic News Lite] Social Media linksHi there,
Thanks so much for using Dynamic News.
You can find step by step instructions on how to set up the Social Icons menu in our documentation page on https://themezee.com/docs/social-icons/
Cheers,
ThomasForum: Themes and Templates
In reply to: [Dynamic News Lite] Preloading google fonts questionHi there,
The CSS stylesheet which loads the fonts with @font-face is enqueued in the functions.php of the theme:
/** * Enqueue custom fonts. */ function dynamicnews_custom_fonts() { wp_enqueue_style( 'dynamicnews-custom-fonts', get_template_directory_uri() . '/css/custom-fonts.css', array(), '20180413' ); } add_action( 'wp_enqueue_scripts', 'dynamicnews_custom_fonts', 1 ); add_action( 'enqueue_block_editor_assets', 'dynamicnews_custom_fonts', 1 );Cheers,
ThomasForum: Themes and Templates
In reply to: [Tortuga] icone in category / date / author in post blogHello Stephane,
Thanks so much for using Tortuga.
Please make sure to reset any caching and script minification plugins, so the new stylesheets of the theme are loaded. Too large icons means that the CSS styling is missing, which defines width and height of the icons. This is usually caused by the mentioned plugins, which still load some old cached or minified version of the stylesheet.
Please also see https://themezee.com/2021/06/all-theme-icons-updated/ about the update.
Cheers,
ThomasForum: Themes and Templates
In reply to: [Donovan] How do I change blog area color?Hi there,
I’m not sure what you mean with white colors. The text color of the navigation menu?
In general color options are part of our Donovan Pro add-on plugin: https://themezee.com/addons/donovan-pro/
We can also help out with custom color changes with CSS via premium support.
Cheers,
ThomasForum: Themes and Templates
In reply to: [Donovan] Is adding dark mode possible?Hi there,
Thanks so much for using Donovan.
Right now this is not possible and not planned, but I have added it to our Feature Request list. You can follow our blog or newsletter where we regularly announce new features.
Thanks so much for the suggestion.
Cheers,
ThomasForum: Themes and Templates
In reply to: [Gambit] Change Site Title ColorHi there,
Thanks so much for using Gambit.
You can use this short CSS snippet to change the color of the site title:
.site-title a:link, .site-title a:visited { color: #000; }For complete and comfortable color options in the Customizers you can also purchase our Gambit Pro add-on plugin: https://themezee.com/addons/gambit-pro/
Cheers,
ThomasForum: Themes and Templates
In reply to: [Glades] Change text in grid widgetHi there,
Thanks so much for using Glades.
You can translate the theme with the Loco Translate WordPress plugin: https://ww.wp.xz.cn/plugins/loco-translate/
Please also see our documentation page about theme translation on https://themezee.com/docs/theme-translation/
Cheers,
ThomasForum: Themes and Templates
In reply to: [Tortuga] Choose what show at the frontpageHi there,
Thanks so much for using Tortuga.
The theme does not have extra settings for that, I’m sorry. But there are plugins which can achieve that, for example: https://ww.wp.xz.cn/plugins/ultimate-category-excluder/
Hope that helps.
Cheers,
ThomasForum: Themes and Templates
In reply to: [Maxwell] Is Maxwell Pro compatible with php8?Hi there,
Yes, our themes and plugins work fine with PHP 8.
Cheers,
ThomasForum: Themes and Templates
In reply to: [Occasio] OccasioHi there,
I’m sorry but you have to write in English in order for me to understand.
Thank you,
ThomasForum: Themes and Templates
In reply to: [Occasio] Header OccasioHi there,
Thanks so much for using Occasio.
You can upload your logo image on Appearance > Customizer > Website Identity.
Other than that, the theme does not support a background image for the header area, if that was what you meant.
Cheers,
ThomasForum: Themes and Templates
In reply to: [Poseidon] Centred pictures become wider than textHi there,
Thanks so much for letting us know.
We have fixed that bug with the latest update version 2.3.4
Cheers,
ThomasForum: Themes and Templates
In reply to: [Tortuga] Hide Post DateHi there,
Thanks so much for using Tortuga.
The theme option in the Customizer should just work fine. But you can also use this CSS snippet:
.entry-meta .meta-date { display: none; }Cheers,
Thomas