jodword
Forum Replies Created
-
Just did a test on the Active state CSS by changing the color from blue to a bright green and still as above, only the Initial and Hover are working and the 2 that are working for Active are bold and underlined, but black, no matter what color I choose.
Forum: Fixing WordPress
In reply to: Swapping out Footerww.wp.xz.cn/support/topic/problems-with-footer-4
I went with his pattern he assembled and followed how it was laid out in the list view Stack>Columns with four columns. Once I saved it and replaced it with the new footer, the stack block and all the column blocks were gone.
Forum: Fixing WordPress
In reply to: Customizing Navigation LinksAlready asked but have not seen any responses in a week.
Forum: Fixing WordPress
In reply to: Swapping out FooterThanks,
Already asked but have not seen any response in a week.
Forum: Themes and Templates
In reply to: [Twenty Twenty-Five] Problems with FooterI was able to paste your example into Patterns. In your initial reply you mentioned using a Group Block to enclose the complete footer. I’m guessing that the “Footer with Columns”, which is part of theme, the “Footer” in the List View is the Group Block? I added a Row Block followed by a Column Block and made 4 columns.
COLUMN 1
Site Logo
Paragraph (street address, city, state, zip code)
Paragraph (Meeting time)
Social icons (Facebook, etc.)
COLUMN 2
Google Map (would like to align with top of Site Logo)
COLUMN 3
Added a Stack Block
[Footer Menu 1 (would like to align with top of Site Logo)]
Home
Officers
History
News
COLUMN 4
Added a Stack Block
[Footer Menu 2 (would like to align with top of Site Logo)]
Events
Gallery
ContactI saved it. When I went back into edit it, all of the Columns as well as the Stack Blocks were gone as if I didn’t do anything.
I looked at your example you put together, but didn’t see a Row Block before the columns as you mentioned; you just had a Stack Block.
I didn’t think that it would be this difficult to edit a footer. Thanks
Forum: Themes and Templates
In reply to: [Twenty Twenty-Five] Problems with FooterHi Nagesh, I have tried to copy and paste the pattern from my pc, but when I go to Editor and try to paste, I don’t get anything. I also tried adding a Page and paste and also nothing. Maybe I’m doing something wrong. Thanks
Thanks Nagesh, I changed the CSS and am still running into problems. Only 2 links on the header show the current state page as text bold, blue and underlined. The rest of the header links show only initial state and hover. None of the footer show current state page as text bold, blue and underlined.
Found the Global Color Palette, but the only color that is showing up in my navigation links is black #000000. I have entered the colors I wanted to use for the “Default” #000000 Black and “Hover” #E3E3E3 Gray state on links and added additional CSS with the active state color #0F0F63 Dark Blue. The additional CSS that was entered is as below:
/* Remove underlines from navigation links specifically */
.wp-block-navigation .wp-block-navigation-item_content {
text-decoration: none !important;
}
/* Add an active link style (e.g., bold or different color) */
.wp-block-navigation .current-menu-item > a,
.wp-block-navigation .current-menu-ancestor > a,
.wp-block-navigation .current_page_item > a {
font-weight: bold;
color: #0F0F63; /* Change to preferred hex code */
text-decoration: underline; /* Optional: keep underline ONLY for active page */Some of the header and footer links are showing the bold font in active state, but not all. Again, any help would be greatly appreciated.
Forum: Themes and Templates
In reply to: [Astra] Where is Standard Header? Can’t FindThanks, went through all steps you listed and the can’t tell if it fixed the header problem, but my Site Title and Site Logo image show as a solid colored rectangle instead of the logo and title wording. For someone just trying to build a very simple site this is becoming cumbersome. I have not gotten past the header to start working on the rest of the website. Definitely not Dreamweaver.