lisia
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Alara] Alara doesn’t work with php 8.0 and higherSorry for my wrong description. Alara doesn’t have any create_function, I think.
The problem was in my childtheme:
/*Loginversuche auszukommentieren*/
add_filter(‘login_errors’,create_function(‘$a’, “return null;”));
I removed this and now Alara works also with php 8.2.
Best regards, lisia
Forum: Themes and Templates
In reply to: [Alara] Remove Google FontsThanks a lot, it is working fine, the fonts are loaded from my server.
Best regards, lisia
Forum: Themes and Templates
In reply to: [Pria] Image and Content OffsetThank you.
First I could not see the field “additional css”. But then I found it with the url …/wp-admin/customize.php.
Then I added the code and even added !important.:
@media (max-width: 599px) { .wp-block-query.is-style-offset .is-style-offset-wrap { display: block !important; } }Now it works in the mobile view.
Thank you, best regards, lisia
- This reply was modified 3 years, 1 month ago by lisia.
Forum: Themes and Templates
In reply to: [Pria] Image and Content OffsetThank you for your response. Unfortunately it doesn’t work well on my site in mobile view, which is just at beginning.
https://hello.co.at/moderation/
Best regards, lisia
Forum: Plugins
In reply to: [Lightbox for Gallery & Image Block] Maximal amount of pictures in a galleryHello Johannes. Thank you for the explanation. Yes, maybe it’s only my problem, maybe it’s a wordpress issue. Thinking about it I guess, it is not ok to have a gallery with too many images anyway.
Thank you, best regards, lisiaForum: Plugins
In reply to: [Lightbox for Gallery & Image Block] Maximal amount of pictures in a galleryForum: Plugins
In reply to: [Lightbox for Gallery & Image Block] Maximal amount of pictures in a galleryThe problem is:
I can set the Link to media, but I cannot choose the size of the picture.
Best regards, lisiaForum: Plugins
In reply to: [Lightbox for Gallery & Image Block] Changing background colorI have found the problem in my additional css:
For d-flip i have used the code/* Make the highlight transparent - no color */ section.linkAnnotation a, a.linkAnnotation, a.customLinkAnnotation, .customHtmlAnnotation, .customVideoAnnotation{ opacity:0;I have deleted it now and everything is working.
A lot of thanks, best regards, lisiaForum: Plugins
In reply to: [Lightbox for Gallery & Image Block] Changing background colorHello Johannes, I did so, I even added an !important:
.customVideoAnnotation{ opacity:0 !important; #baguetteBox-overlay{background-color:rgba(10,125,132,.5) !important}No change.
Maybe the first code would work, when i deactivate autopimize?Best regards, lisia
Forum: Plugins
In reply to: [Lightbox for Gallery & Image Block] Changing background colorThanks you for your explanation.
Now I have added the code in additional css again:#baguetteBox-overlay { background-color: rgba(10, 125, 132, 0.5) !important; }Nevertheless it doesn’t work.
You will find the code in the source code now.
Best regards, lisia
Forum: Plugins
In reply to: [Lightbox for Gallery & Image Block] Changing background colorI also have deleted the cache from autopitimize!
Forum: Plugins
In reply to: [Lightbox for Gallery & Image Block] Changing background colorHello Johannes!
I have tried this already yesterday – without any success.
Now I have your code on my page:/*Kinast*/ #baguetteBox-overlay { background-color: rgba(0A,7D, 84, 0.5) !important; }see here please
Hmmm???
Best regards, lisiaOk, thank you for the information. Nevertheless a great plugin. Best regards, lisia
- This reply was modified 4 years, 2 months ago by lisia.
Hello!
My code in additional css is:
.df-container { background-color: rgba(217, 0, 48, 0.3) !important; } .df-lightbox-wrapper { background-color: rgba(217, 0, 48, 0.3) !important; } .df-lightbox-wrapper .df-container { background-color: rgba(217, 0, 48, 0.3) !important; }The site is: https://internettes.at/fotografie/
The problem is: in full view, there is no background opacity – neither in the embedded mode nor in the thumb mode
Maybe, there is a solution, but I like dearflip anywhy.
Best regards, lisiaOh sorry, the code
.df-lightbox-wrapper { background-color: rgba(84, 176, 186, 0.7); }isn’t working for full-sreen-view, only working in the embedded view.
Is there a solution?
Best regards, lisia