Epik Theme and Flare Plugin

Homepage Community Forums Epik Theme Support Epik Theme and Flare Plugin

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #7232
    jennifergrayeb
    Customer

      Has anyone had experience using the Flare plugin with Epik? The plugin works, but when you hover over the icons (both vertical and horizontal) the alignment is all off. I’ve played around with a few things in the css but I’m stuck. Any ideas?

      #7249
      Eric
      Customer

        I haven’t used it myself, but if you want me to take a quick look at your link, I can. Hopefully it’s just something small in the css, and if it is then I’ll see if I can come up with a quick fix.


        I create awesome sites for awesome people! Contact me if interested – ericsanchez1585@gmail.com

        #7251
        jennifergrayeb
        Customer

          Sorry about that, I should have included that! http://jennifergrayeb.com

          #7287
          Eric
          Customer

            I’m sorry, which part is the flare plugin again? I looked in the code source but I can’t figure out what it is or what its supposed to do.


            I create awesome sites for awesome people! Contact me if interested – ericsanchez1585@gmail.com

            #7313
            jennifergrayeb
            Customer

              The flare plugin is the “shares” bar that appears to the left of one of my posts as you scroll down (on the single post, not on the homepage) and also at the bottom of the post.

              #7327
              Eric
              Customer

                Since the plugin has its own css that could be whats causing it to look weird, but it could also just be a conflict with the theme some kind of way. If I add more width to line 561 of the plugins css it adds more space –

                .flare-vertical {
                    border-radius: 4px 4px 4px 4px;
                    display: block;
                    opacity: 0;
                    overflow: visible;
                    padding: 10px;
                    position: fixed;
                    top: 40px;
                    width: 60px;
                    z-index: 100;
                }

                So try adding that to your style.css of the theme with “!important” and see if that works.


                I create awesome sites for awesome people! Contact me if interested – ericsanchez1585@gmail.com

                #7481
                jennifergrayeb
                Customer

                  Thank you so much Eric!

                  #7497
                  Eric
                  Customer

                    You’re Welcome 🙂


                    I create awesome sites for awesome people! Contact me if interested – ericsanchez1585@gmail.com

                  Viewing 8 posts - 1 through 8 (of 8 total)
                  • The topic ‘Epik Theme and Flare Plugin’ is closed to new replies.