Forum Replies Created
-
AuthorPosts
-
January 6, 2024 at 11:49 am in reply to: Having Trouble Switching to Static Home Page on Magazine #507812rebeccaolkowskiParticipant
I fixed it. I forgot to delete the homepage widgets.
rebeccaolkowskiParticipantThank you! Sorry, for some reason I didn't get the notification and just saw this. It worked.
rebeccaolkowskiParticipantSorry, I thought I had responded but it didn't go through on my Gmail. It looks like it's the ads because it did the same things with the plugins deactivated. I'm looking into it. Thanks.
rebeccaolkowskiParticipantNever mind, I figured it out.
rebeccaolkowskiParticipantI replaced fixed with relative and took out the z-index. The links still aren't working. Dambuster is set to not remove footer or footer widgets. My custom CSS file is below.
`a {
color: #000000;
text-decoration: none;
}
p {
text-indent: 25px;
}
.site-title {
font-family: 'Muli', sans-serif;
font-size: 15px;
font-size: 1.6rem;
font-weight: 700;
line-height: 1.2;
margin-bottom: 0;
text-transform: none;
}.site-footer {
background-color: #000;
bottom: 0;
font-size: 13px;
font-size: 1.3rem;
line-height: 1;
padding-bottom: 40px;
padding-top: 40px;
position: relative;
text-align: center;
width: 100%;
}rebeccaolkowskiParticipantWhen I do that, the links work, but the footer goes back to floating rather than sitting at the bottom of the site.
I added it like you see below in the custom CSS
.site-footer {
position: relative;
}
.site-footer {
background-color: #000;
bottom: 0;
font-size: 13px;
font-size: 1.3rem;
line-height: 1;
padding-bottom: 40px;
padding-top: 40px;
position: fixed;
text-align: center;
width: 100%;
}rebeccaolkowskiParticipantGood to know.
rebeccaolkowskiParticipantThank you. That works.
rebeccaolkowskiParticipantThanks. I inserted the code into my functions but I'm still seeing the adds in the sponsored category. I will give it a little while and check back because it may take a little time for Google to recognize it. Here is a post. The only category checked is sponsored.
https://www.babyboomster.com/scriptpath-cvs-pharmacy/
Rebecca Olkowski
rebeccaolkowskiParticipantOk. I never disabled the theme editor and all my other sites are working so I don't think it was the host. I was wondering if it was something new in Genesis. Thanks, everyone.
March 22, 2016 at 12:06 am in reply to: Magazine Pro – Great in Chrome – Funky in Firefox and Edge #182003rebeccaolkowskiParticipantThanks for checking it out Victor. It must have been my laptop.
rebeccaolkowskiParticipantThank you so much! It looks good.
rebeccaolkowskiParticipantHi Christoph,
Right now I'm using the following code because my client wanted a whole bunch of rows. Row 7 and 8 are not aligned. I'm trying to figure out what I did wrong or how to find the featured page widget ID. Thanks.#featured-page-3, #featured-page-4, #featured-page-5, #featured-page-7, #featured-page-8, #featured-page-9, #featured-page-11, #featured-page-12, #featured-page-13, #featured-page-15, #featured-page-16, #featured-page-17, #featured-page-19, #featured-page-20, #featured-page-21, #featured-page-23, #featured-page-24, #featured-page-25, #featured-page-27, #featured-page-28, #featured-page-29, #featured-page-31, #featured-page-32, #featured-page-33, #featured-page-35, #featured-page-36, #featured-page-37, #featured-page-39, #featured-page-40, #featured-page-41 {
margin-top: 19px;
}rebeccaolkowskiParticipantThought I had an issue but figured it out.
rebeccaolkowskiParticipantThank you. That worked perfectly!
-
AuthorPosts