lisia
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [OneColumn] Changing Google FontHi Guido!
I am happy with my work today. I even got it, to include the googlefont locally without a plugin, but with a deregister-code in my childthemes function.php.My remark about readme.txt.
In your readme.txt you wrote:== Copyright ==
= Fonts =
* Font: Open Sans
* Source: https://fonts.google.com/specimen/Open+Sans
* Copyright author: Steve Matteson
* Apache License, version 2.0
* https://www.apache.org/licenses/LICENSE-2.0.htmlI guess, I have to change this for my used googlefont????
Best regards, Lisia
Forum: Themes and Templates
In reply to: [OneColumn] Changing Google FontUnfortunately it doesn’t work. Anything else to change?
Mistake of a beginner: I have to refresh the cache. Thank you – it is working!
One more remark: the readme.txt must be changed, too.Best regards, lisia
Forum: Plugins
In reply to: [Ultimate Blocks – 25+ Gutenberg Blocks for Block Editor] Call to actionHello!
Thank you very much. It is great, that you update your work regularly. Best regards, lisia
Forum: Plugins
In reply to: [Ultimate Blocks – 25+ Gutenberg Blocks for Block Editor] Enable FAQ SchemaHi Imtiaz!
ah, thanks for the information.
I knew your demo-site, but I didn’t check, that the other site comes from WordPress. Nevertheless you know now, what I would like.
The wished behavior I saw also on a typo3-site
Best regards, lisiaForum: Plugins
In reply to: [Ultimate Blocks – 25+ Gutenberg Blocks for Block Editor] Enable FAQ SchemaHi,
thank you very much for your quick response.
I checked your site https://wordpress.org/plugins/ultimate-blocks/#faq
FAQ: Installation Instructions and I Need Help with Gutenberg
Best regards, lisiaForum: Plugins
In reply to: [Ultimate Blocks – 25+ Gutenberg Blocks for Block Editor] Call to actionHello!
I was able to make a screenshot, how your button is looking at my smartphone:
Best regards, lisiaForum: Plugins
In reply to: [Ultimate Blocks – 25+ Gutenberg Blocks for Block Editor] Call to actionI think, it would be great, when .ub_call_to_action_headline IS a headline like h1, h2, h3 …
Best regards, lisiaThank you very much. It is working with “!important”. Great. Best regards, lisia
Hello, great work! It is fixed with the last update from 30.9.2019. Thank you very much. Best regards, lisia
Forum: Themes and Templates
In reply to: [Fukasawa] multilingual pluginHallo Elena – just for your information – my fukasawa-based website works very well with polylang.
Best regards, lisiaForum: Themes and Templates
In reply to: [Fukasawa] figure class=”aligncenter”Thanks for the update.
Nevertheless I had to add additional code in the customizer to fix my problem with aligncenter. I added margin: auto;
Best regards, lisiaimg.alignleft,
.alignleft img,
img.aligncenter,
.aligncenter img,
img.alignright,
.alignright img,
img.alignnone,
.alignnone img {
margin: auto;
}Forum: Themes and Templates
In reply to: [Fukasawa] mobile menu button not shown@media (max-width: 1000px) {
.nav-toggle:hover {
display: block !important;
}
}Hello, you have to add {….}
Best regards, lisiaForum: Themes and Templates
In reply to: [Fukasawa] How to get sidebar widgets to show in mobile menuHallo@pmmueller.
In Austria we also need Impressum (Imprint) and Datenschutz (Privacy) available with one click.
I took following way:
In customizer css I defined a new class daten (the same like credits).daten { font-size: 13px; }
.daten p {
color: #999;
line-height: 160%;
text-align: center;
}
.daten p a { color: #999; }
.daten p a:hover { color: #666; }In footer.php I added at the beginning the following code, of course wirh the correct a href:
<div class=”daten”>
<p>Datenschutzerklärung | Impressum
<p>© <?php echo date( ‘Y’ ); ?> “><?php bloginfo( ‘name’ ); ?>.</p>
</div>It works fine with desktop screen and in mobile version.
Best regards lisia
Forum: Plugins
In reply to: [Rizzi Guestbook] Showing date of entryHello!
Unfortunately I get “This Account Has Been Suspended” when I use your link.
Thank you.