WebWeaver64
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: I hate what is happening to WP – ImagesYes, Is there any information on the additional size images being created & a way to register them for selection?
Is there anyway to select a size image in a post or page instead of having to resize one that already has the size you want created?
Forum: Reviews
In reply to: [Gutenberg] People Hate Change, But It Is For The BestIt’s not “change” in the how, it’s the change in the principle of design I have an issue with. No more clean code. Now we have stuff all over the place in the database, and it’s not just content. Now we have design elements mixed in with content. That is not best practice, best design principle. Fine change things but keep the principle of simple 1st. Content separate from design code. Might as well go back to table design.
@microcap, yes it does. So you can still do that in the new editor.
Forum: Plugins
In reply to: [WP Maintenance] Bug preview suite mise à jourI can confirm this bug ??
Forum: Themes and Templates
In reply to: [Pique] Jetpack Child Theme custom CSSNever mind… I don’t know why but I added an additional class, to increase specificity to the css and it’s now working from the Child Theme. So I did get it working. ??
Forum: Themes and Templates
In reply to: [Pique] Static Front with same banner as other pagesThanks so much for your help! For some reason I didn’t see the notification that this had been answered. I do appreciate it and will be putting this into action ??
Forum: Reviews
In reply to: [Comment Mail] Works a bit complicatedwell 1st off I’m seeing this: “Comment Mail is disabled. Please visit the settings and enable the plugin.” and I can’t figure out why. The link doesn’t take me anywhere.
Also all the drop down boxes feel overwhelming. It worked hence my 4 stars, however the one I ended up going with also worked and didn’t feel so overwhelming with what I had to fill out and make decisions on.
I needed something simple, and your’s may provide more options and for someone else be a 5 for me the opposite was true.
Forum: Reviews
In reply to: [raindrops] Somewhat easy to useThanks. My need was for something quick which is what I reviewed. Anything can be adjusted with code of course ??
Forum: Plugins
In reply to: [VS Contact Form] change color of fontTry applying this css:
#vscf label { color: white; }Forum: Plugins
In reply to: [Event List Calendar] Incorrect display of the days on the calendarI made this change in the php file in the plugin. I think there were 3 or may 4 places. It worked :o)
Thanks! Visor69
Forum: Fixing WordPress
In reply to: Moving the location of media uploads breaks the Media LibraryNever mind. I’ve just accepted that one folder is fine…
Forum: Fixing WordPress
In reply to: Moving the location of media uploads breaks the Media LibraryAnyone have any idea’s or suggestions of where to go with this?
I’ve used years as folders for images, as there are not a whole lot and putting them into individual months just makes too many folders. Now that this is happening I’m not sure what to do and again I’m not sure this is how it should be working. I don’t remember this happening before..Forum: Plugins
In reply to: [Regenerate Thumbnails] Created 5 additional sizesSorry I don’t think this was your plugin, it’s something else. Not sure what yet, but it’s not you ??
Forum: Plugins
In reply to: [WordPress-Amazon-Associate] What happened to WPAA?I was just looking for answers on this myself. Makes me a bit nervous to continue to use it with all those security issues around.
Forum: Fixing WordPress
In reply to: WP Admin Bar and Anchor LinksSorry for not closing I will now. I wanted to do some testing, and what I did find was that if I used a full link and not just the #gohere and removed the trailing / in the link it worked out and ended above the anchor. Without adding the code you gave, as I didn’t want the bar to be absolute. However that is something that would be useful on other sites, just not the one I was working with as the posts are extremely long, and having the bar move down is important, again due to going in an out of the admin/post.
e.g.: https://example.com/name-of-post/#gohere
Didn’t work but
https://example.com/name-of-post#gohere
worked.