Forum Replies Created
-
AuthorPosts
-
January 6, 2024 at 11:49 am in reply to: Having Trouble Switching to Static Home Page on Magazine #507812
rebeccaolkowski
ParticipantI fixed it. I forgot to delete the homepage widgets.
rebeccaolkowski
ParticipantThank you! Sorry, for some reason I didn't get the notification and just saw this. It worked.
rebeccaolkowski
ParticipantSorry, 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.
rebeccaolkowski
ParticipantNever mind, I figured it out.
rebeccaolkowski
ParticipantI 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%;
}rebeccaolkowski
ParticipantWhen 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%;
}rebeccaolkowski
ParticipantGood to know.
rebeccaolkowski
ParticipantThank you. That works.
rebeccaolkowski
ParticipantThanks. 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
rebeccaolkowski
ParticipantOk. 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 #182003rebeccaolkowski
ParticipantThanks for checking it out Victor. It must have been my laptop.
rebeccaolkowski
ParticipantThank you so much! It looks good.
rebeccaolkowski
ParticipantHi 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;
}rebeccaolkowski
ParticipantThought I had an issue but figured it out.
rebeccaolkowski
ParticipantThank you. That worked perfectly!
-
AuthorPosts