jwhitesides
Forum Replies Created
-
I got this same notice. Hopefully there will be an update soon.
Forum: Plugins
In reply to: [Content Update Scheduler] Is it scheduling properly?Glad it led to a bug fix.
Forum: Plugins
In reply to: [Content Update Scheduler] Homepage Static Page SchedulingYes, it is.
However, I believe I didn’t express what I was hoping to do correctly. My desire is to create scheduled changes to the Settings > Reading static page choice. Meaning, that I’d like to schedule what page is getting listed or set as the home page. That’s why I figured it might be beyond the scope of the plugin. I’m wanting to change which page is showing as the home page, via a scheduled change.
Forum: Plugins
In reply to: [Content Update Scheduler] Homepage Static Page SchedulingThank you for jumping on adding this ability.
Not sure I’m figuring out how to make this happen. My site is set to static, but I choose the static page that is to be the homepage for the week. I do this from a drop-down that is on the Settings > Reading page. I don’t see a method to do this on that page.
I went to my custom pages of releases. I can see that they can be scheduled with the plugin, but that is no different from the WordPress scheduler I’m using now. Maybe I’m missing the method of how it was implemented to be able to choose a forth coming page to be selected in the Settings > Reading page.
Forum: Plugins
In reply to: [Content Update Scheduler] Is it scheduling properly?Thank you, for attempting to address this quickly.
I think I figured out the errors of my way on this. It would appear that I thought the edited version for the future post would be based on the WordPress version of posting the page. I just noticed that I have to scroll down and set the actual post time in the scheduler marked by the plugin name. My fault on that.
Forum: Themes and Templates
In reply to: [Twenty Twenty-Five] Need burger / mobile menu helpOddly, it is showing two burger menus on my iPhone, on a friend’s android, but not on my laptop or studio machine if I squeeze the browser window down. Which is bizarre, why would it show two burger menus only on phones?
Forum: Themes and Templates
In reply to: [Twenty Twenty-Five] Need burger / mobile menu helpCan someone explain how I can find the name of the left burger menu so I can target it?
Forum: Themes and Templates
In reply to: [Twenty Twenty-Five] Need burger / mobile menu help@media all and (min-width:320px) and (max-width: 599px) {
.wp-container-core-navigation-is-layout-1 {
display:none !important;
}
Is the code that I have in there that has stopped working. Not sure why it stopped.Forum: Themes and Templates
In reply to: [Twenty Twenty-Five] Need burger / mobile menu helpWhat would be an example of CSS that would do that?
Thank you. For some reason when I first attempted to install it, it refused to install saying it was restricted. But tried again today and it worked fine. Not sure why that happened.
Forum: Themes and Templates
In reply to: [Twenty Twenty-Five] Hover over links and buttons not workingOk, I’ve figured out the issue with the color of the button hover. I have 2 custom colors. For some reason if I make the hover color a custom color, it sets it to the main button color when live. No idea why. However, if I set the palette accent to the color I want for hover, and use that. It then works.
I’ve solved the text link issue as well. I tried creating a border-bottom for the hover, and that is working; whereas text-decoration was not.
Now if I could solve the justification thing it would be grand. I see that the block is saying the justification correctly, but it’s not displaying correctly.
- This reply was modified 1 year, 1 month ago by jwhitesides. Reason: Solved the text link issue with a workaround
Forum: Themes and Templates
In reply to: [Twenty Twenty-Five] Hover over links and buttons not workingI am using the Simple Taxonomy Filter Plugin. It’s got buttons. It shows the different states of the buttons and has hover capabilities. But this isn’t just a button problem. It seems that anywhere in the twenty-twenty five theme, in the main content area, hover does not work. My text links do not get an underline when hovered over. Same with text links, I’ve been using the block options so that things should be consistent.
With the buttons, the states have been set in the editor. While in edit mode, they work perfectly fine, they hover, and they are centered. But when viewed on the page I linked – they do not retain the hover value, nor do they retain their justification (which should be centered). The only additional CSS I’m using in the stylesheet is for the hamburger menu. Nothing extra.
I have no idea why the main content area isn’t allowing the hover (for buttons or text links) or button justification. It’s bizarre.
Forum: Plugins
In reply to: [Contact Form 7] CSS in 2025 Theme not working.I’d like for the CSS styling to actually work. I’ve tried multiple things for centering, width, font size, form wrap, button style, drop down style. Nothing I’ve tried is working. Yet it works on another site I’m dealing with, using the same theme from WordPress. Which is why I’m baffled that I’ve been unable to get any CSS of any kind to stick to the form.
Forum: Themes and Templates
In reply to: [Twenty Twenty-Five] Add a PHPlet me rephrase the question: How would I be able to use a php command in a twenty twenty-five block?
Please delete this, I have figure out a way to do this.