WP CSS Help... HELP!

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • 96ukssob
    So Fucking Banananananas
    • Mar 2003
    • 12991

    #1

    WP CSS Help... HELP!

    I have a site that keeps writing <h2> tags in an image and not regular text. I looked through the CSS file, but I have no clue why it's doing that. I tried to look online but can't find a solution.

    Anyone know how to fix/change this?
    Email: Clicky on Me
  • harvey
    Confirmed User
    • Jul 2001
    • 9266

    #2
    Originally posted by bossku69
    I have a site that keeps writing <h2> tags in an image and not regular text. I looked through the CSS file, but I have no clue why it's doing that. I tried to look online but can't find a solution.

    Anyone know how to fix/change this?
    since my crystal ball is broken, some sample code or the site itself would help bunches
    This post is endorsed by CIA, KGB, MI6, the Mafia, Illuminati, Kim Jong Il, Worldwide Ninjas Association, Klingon Empire and lolcats. Don't mess around with it, just accept it and embrace the truth

    Comment

    • Manfap
      Confirmed User
      • Jan 2013
      • 2626

      #3
      on everypage or only certain ones. like on index but not posts?

      Comment

      • 96ukssob
        So Fucking Banananananas
        • Mar 2003
        • 12991

        #4
        Originally posted by harvey
        since my crystal ball is broken, some sample code or the site itself would help bunches


        Here is a screen shot:


        In the CSS it appears as:


        What I want it to do is just post as "regular" text on the page where you can highlight and copy, like this:
        Email: Clicky on Me

        Comment

        • CurrentlySober
          Too lazy to wipe my ass
          • Aug 2002
          • 38941

          #5
          i just lick poo... sawwrryyy...


          👁️ 👍️ 💩

          Comment

          • 96ukssob
            So Fucking Banananananas
            • Mar 2003
            • 12991

            #6
            Originally posted by Manfap
            on everypage or only certain ones. like on index but not posts?
            its on every page with H tags 1-6
            Email: Clicky on Me

            Comment

            • harvey
              Confirmed User
              • Jul 2001
              • 9266

              #7
              well, if text is being converted to images, your theme is using Cufon of sIFR or whatever. Simply open your header.php file (could be elsewhere, but usually here), look for some reference to cufon or sifr or any other font replacement javascript and comment it. That will be all
              This post is endorsed by CIA, KGB, MI6, the Mafia, Illuminati, Kim Jong Il, Worldwide Ninjas Association, Klingon Empire and lolcats. Don't mess around with it, just accept it and embrace the truth

              Comment

              • Manfap
                Confirmed User
                • Jan 2013
                • 2626

                #8
                Originally posted by harvey
                well, if text is being converted to images, your theme is using Cufon of sIFR or whatever. Simply open your header.php file (could be elsewhere, but usually here), look for some reference to cufon or sifr or any other font replacement javascript and comment it. That will be all
                Yep what Harvey said you´re using a cufon font.

                Comment

                • Colmike9
                  (>^_^)b
                  • Dec 2011
                  • 7230

                  #9
                  Might be because that theme is using JS fonts. Maybe try removing this line from header.php:

                  Code:
                  <script type="text/javascript">
                      Cufon.replace('h1') ('h2') ('h3') ('h4') ('h5') ('h6') ('.navigation ul',{hover:true})('.slide-more') ('.heading1-slide') ('.heading2-slide') ('ul.navigation',{hover:true})('.more-button') ('.page-navigation',{hover:true}) ('.date') ('.month') ('.wp-pagenavi') ;
                  </script>
                  Join the BEST cam affiliate program on the internet!
                  I've referred over $1.7mil in spending this past year, you should join in.
                  I make a lot more money in the medical field in a lab now, fuck you guys. Don't ask me to come back, but do join Chaturbate in my sig, it still makes bank without me touching shit for years..

                  Comment

                  • Colmike9
                    (>^_^)b
                    • Dec 2011
                    • 7230

                    #10
                    Originally posted by harvey
                    well, if text is being converted to images, your theme is using Cufon of sIFR or whatever. Simply open your header.php file (could be elsewhere, but usually here), look for some reference to cufon or sifr or any other font replacement javascript and comment it. That will be all
                    Beat me to it
                    Join the BEST cam affiliate program on the internet!
                    I've referred over $1.7mil in spending this past year, you should join in.
                    I make a lot more money in the medical field in a lab now, fuck you guys. Don't ask me to come back, but do join Chaturbate in my sig, it still makes bank without me touching shit for years..

                    Comment

                    • 96ukssob
                      So Fucking Banananananas
                      • Mar 2003
                      • 12991

                      #11
                      Originally posted by harvey
                      well, if text is being converted to images, your theme is using Cufon of sIFR or whatever. Simply open your header.php file (could be elsewhere, but usually here), look for some reference to cufon or sifr or any other font replacement javascript and comment it. That will be all
                      Originally posted by Manfap
                      Yep what Harvey said you´re using a cufon font.
                      Originally posted by Colmike7
                      Might be because that theme is using JS fonts. Maybe try removing this line from header.php:

                      Code:
                      <script type="text/javascript">
                          Cufon.replace('h1') ('h2') ('h3') ('h4') ('h5') ('h6') ('.navigation ul',{hover:true})('.slide-more') ('.heading1-slide') ('.heading2-slide') ('ul.navigation',{hover:true})('.more-button') ('.page-navigation',{hover:true}) ('.date') ('.month') ('.wp-pagenavi') ;
                      </script>
                      i love you all...

                      Originally posted by CurrentlySober
                      i just lick poo... sawwrryyy...
                      and you too
                      Email: Clicky on Me

                      Comment

                      • harvey
                        Confirmed User
                        • Jul 2001
                        • 9266

                        #12
                        This post is endorsed by CIA, KGB, MI6, the Mafia, Illuminati, Kim Jong Il, Worldwide Ninjas Association, Klingon Empire and lolcats. Don't mess around with it, just accept it and embrace the truth

                        Comment

                        Working...