chrisesch
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: css for changing picture color and sizeThx for your fast reply @gappia
Because of your recommandation my css looks now like this:
.hover-color {
filter: grayscale(100%);
transition: all 0.1s ease-in-out;
}
.hover-color:hover {
transform: scale(1.1);
filter: grayscale(0%);
}Unfortunately it resizes the whole picture and not as intended the picture inside the picture frame.
Thats the blog post with the picture. Please note that this is just a trial and not a released site:
Forum: Themes and Templates
In reply to: [Twenty Twenty-Three] hovering settingsThank you so much for your reply in such details. I am very grateful for these comprehensive explanations.Its very helpfull for my understanding of the current editor functions and whats coming up with wp 6.2. thnx!!
chris
Forum: Themes and Templates
In reply to: [Twenty Twenty-Three] hovering settingsNo ideas?
interseting thing: I asked chat GPT and wow! I received answers which gave me a css solution for changing the button border color when hoverd.
But I guess there must be a solution for hovering status in Theme 2023. And also for the not wanted underlining of links …
Is customizing of CSS the only way ?
Forum: Themes and Templates
In reply to: [Twenty Twenty-Three] How to add another font to 2023 themethank you so much, thelmachido !! Thats exactly what I was looking for. Perfect!
Chris
Forum: Plugins
In reply to: [Advanced Custom Fields: Extended] How to link to a specific designMaybe thats the question in short:
How to link created custom fields to Gutenberg blocks in Blog post or page?No solution possible?
Forum: Plugins
In reply to: [SiteOrigin CSS] converting the [ character to an HTML entityThanks for your kind reply, Andrew
Everything works fine now. The fault was caused by MacOs Mail. I copied the piece of code from a MacOs Mail preview and not from the original support page. So SiteOrigin CSS was not the reason for breaking the code.
Thnx
ChrisHi @zoonini,
all works fine now:-)
The fault was caused by MacOs Mail. I copied the 2nd piece of code from mail preview and not from this support page. So SiteOrigin CSS was not the reason for breaking the code.
Thnx!
ChrisThats funny β¦ i will try to add the css directly to βcustomize.phpβ
Thnx again!
Unfortunately the “uncategorized” category keeps visible. Please note these screenshots:
https://snipboard.io/deuFqQ.jpg
Thank you so mutch for your kind support @zoonini !!
I add your piece of code via “SiteOrigin CSS” plugin to my site.
And it works half the way π If I preview my category list after inserting this customized css as an orderd list the “uncategorized” category is not listed anymore, great π But activated as a “drop down list” the uncategorized is still there …
So I guess the id is right but something else for the drop down menu is missing.
I made a screenshot of this phenomen, unfortunately I can’t add it to this message, or am I overlooking something?
Thank you @zoonini,
no sorry I can’t provide you with a url because the site is still not published it’s under construction.
I thought I found a solution with the “ulitimate category excluder” plugin. In its setting I can exclude the “uncategorized” category. But unfortunatly only the listed number of blog posts with this category disapear from the list and not the category name it self.
If there is a little bit of code which can exclude the name of the unwanted “uncategorized” category I would be happy if you can support me with it π
Chris
Forum: Plugins
In reply to: [Mailjet Email Marketing] mailjet widget causes fatal errorgood to know. Thnx!
Forum: Plugins
In reply to: [Mailjet Email Marketing] mailjet widget causes fatal error.. and also I wish that the next version will be well tested and released for wp 6.
Forum: Plugins
In reply to: [Mailjet Email Marketing] mailjet widget causes fatal errorStrange thing: After I installed the previous version, everything seems to work fine. No more error messages! I am now also able to connect the plugin to my Mailjet account and activate the widget.
But for security and performance reasons I usually don’t want to use older versions. I hope the problem will be fixed soon in the next plugin version. I really hope that it will come soon …
Forum: Plugins
In reply to: [Mailjet Email Marketing] mailjet widget causes fatal errorOn the wordpress plugin directory it is reported that mailjet has not been tested with the last three versions of wordpress. Thats a long time and sounds as if it is not well supported anymore :-((