Forum Replies Created

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • in reply to: Enfold Licensing Local Host #1082743
    This reply has been marked as private.
    in reply to: Enfold Licensing Local Host #1082018

    Victoria,

    So the API key should be ok when moving from local to live? I just was not sure if it would recognize it as a separate license, since the domains would be different names. It wouldn’t have the real domain until I push it to live.

    Thank you guys for all your help. I love this theme.

    in reply to: Enfold Licensing Local Host #1080823
    This reply has been marked as private.
    in reply to: Media Queries #1060662

    Thank you so much. On a different platform, that was not enfold or even a wordpress site, I had the code reversed and it worked out so I was a little puzzled why I could not get it to work on here.

    That last code you gave me worked perfectly as well.

    Thank you!

    in reply to: Media Queries #1060520

    Guenni007

    It worked! Originally, I did leave a 1px distance between my sections and it did not work. I think I had it reversed. I’m still learning!

    I appreciate all of your help! You’re the best!

    Thank you!!!

    in reply to: Media Queries #1059375

    Guenni007,

    Thank you so much for your help. That worked much better for me. Both sections 1 and 2 are now not briefly appearing at the same time anymore.

    However, now when I write it in for section 3, I experience section 2 and 3 both briefly appearing at the same time once again. It’s only briefly though that they appear together. I must be writing my code wrong. I am pretty new to using CSS so this may be incorrect. Here is what I have written now:

    @media only screen and (max-width: 1400px) {
    .page-id-1602 #av_section_1 { display: none !important; }
    }
    .page-id-1602 #av_section_2 { display: none; }
    @media screen and (min-width: 1280px) and (max-width: 1400px) {
    .page-id-1602 #av_section_2 { display: block !important; }
    }
    .page-id-1602 #av_section_3 { display: none; }
    @media screen and (min-width: 900px) and (max-width: 1280px) {
    .page-id-1602 #av_section_3 { display: block !important; }
    }
    

    Did I write in section 3 incorrect? 2 and 3 should not be briefly appearing together but they do.

    Thank you so much for your help. It is greatly appreciated!

Viewing 6 posts - 1 through 6 (of 6 total)