Logo Issues

Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #16458
    Charles
    Customer

      Reference URL: http://www.pvumc.net

      I am trying to use an Image for the Site logo. The client supplied the image and I upload the image via Appearance –> Header.

      The Site Title and Site Description still displayed, even though the image is in place. I had the uses these functions to hide the text title and description:

      //* Remove the site title
      remove_action( ‘genesis_site_title’, ‘genesis_seo_site_title’ );

      //* Remove the site description
      remove_action( ‘genesis_site_description’, ‘genesis_seo_site_description’ );

      The problem is the Image Logo is not linked with the site URL. It I re-enable the text title and description, the URL link works but only the text and not the image.

      I need help figuring out how to link the image with the site URL.

      #16472
      Wes
      Moderator

        I just looked at the source code and it looks like the entire hyperlink is removed. Which means it won’t be clickable since there’s no link in the code.

        Can you remove the code that you added in the functions file (to modify the header) so we can start fresh? It would be easier to work from the beginning and then add the adjustments that you need.

        #16494
        Charles
        Customer

          I have disabled the functions that hid the text site title and description.

          #16496
          Charles
          Customer

            Have you had a chance to review?

            #16498
            Wes
            Moderator

              Yes I see it….I’m currently looking at everything trying to figure out what you changed in the code that is affecting the way it’s showing up.

              I may need a login if I’m unable to figure out what the custom code is preventing the logo from showing up properly. I’ll let you know.

              #16499
              Wes
              Moderator

                Are you sure you haven’t made any other customizations anywhere else in this theme? Have you made any customizations to the CSS file? If you did let me know.

                For some reason it’s not cooperating like the default Theme/Demo when I check your site with the regular code. I think there may be a conflict somewhere in the customization, but I need to find out where it’s located (if it exists).

                #16501
                Charles
                Customer
                  This reply has been marked as private.
                  #16523
                  Wes
                  Moderator

                    Is there an option in your WP admin to remove the Title Text from showing? (assuming you uploaded your image using the default WordPress uploader). If so try unchecking that option and see if the text is removed on it’s own.

                    You may need to remove the site-title code you added on your functions file for now until we get the logo working.

                    It doesn’t appear you’re using the Manual method of uploading a logo directly, but if you are let me know.

                    If you want to create a Temporary login for me to check out the code/options just let me know. I could probably get it fixed much faster since I’ll be able to see exactly what’s going on.

                    #16524
                    Charles
                    Customer
                      This reply has been marked as private.
                      #16535
                      Wes
                      Moderator

                        Thanks, give me a sec I’m still going through your code tying to figure out what was changed that is causing the error.

                        #16537
                        Wes
                        Moderator

                          Ok, something is definitely wrong somewhere. I’ve never had this issue before…..but we should be able to fix this as long as I can find out what’s going on.

                          At this point I’m not sure if it’s a separate conflicting plugin error or something else. I will get some sleep and take another look at it first thing in the morning.

                          This type of issue is usually fixed the same day, but this is a unique one. I’ll keep you updated.

                          #16542
                          Wes
                          Moderator

                            Let me know once you test your site on your end. I made some changes earlier, it seems to be working on my end.

                            Also, please let me know how you added “Line Numbers” to your WordPress editor in your admin……I can see the line numbers when I look at your Style.CSS file. I’ve been telling customers which line they need to change in their theme, but they don’t use HTML/CSS/PHP Editors like I do which makes it harder for them to locate the code they need to change. Whatever plugin you’re using shows the line numbers directly in your WordPress admin, and that is the first time I’ve seen that ever available! Looks very good!!!

                            #16571
                            Charles
                            Customer

                              Thanks…

                              I too prefer code editors like Sublime 2 on Mac as my file editor. But for editors for the Admin, there are several plugins available that I have used. Right now this site uses Better File Editor, but I am partial to Advanced File Editor. All are available via the plug-in repository.

                              #16573
                              Wes
                              Moderator

                                Thanks, I appreciate that! I’ll recommend that to some of the other members here. This will definitely help make things much easier now 馃檪

                                Thanks again!

                                If you need anything else feel free to let any of us know.

                              Viewing 14 posts - 1 through 14 (of 14 total)
                              • You must be logged in to reply to this topic.