Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #437886

    Hi there. I’ve just just run my first update in a long time and applied a child theme and have a couple of bugs.
    1) On this page the transparent rollovers on the image links towards the bottom of the page under the heading”Bhutan Cultural Tours – Suggested Itineraries” are randomly appearing above the image on rollover instead of within the image frame. Here is a link to the page.

    2) Is there a way to centre the logo vertically in the header?

    Thank you.

    #438126

    Hey davidrk!

    1- I could not reproduce the issue on my end. Can you please post a screenshot and show the issue you are seeing?
    2- Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .header-scrolled .logo img {
      padding-top: 0;
    }
    .logo img {
      padding-top: 15px;
    }

    Best regards,
    Yigit

    #438687

    Thanks a lot for the solution to the logo problem – perfect!

    Here is a screen shot of the problem I’m having. It is only on the one page which is odd. Also, often it only occurs the first time the image is rolled over. On subsequent rollovers the rollover image is framed correctly.

    Screen Shot

    Thank you!

    #439379

    Hi!

    Which browser are you using?

    Cheers!
    Yigit

    #439425

    Firefox 37.0.2 and Chrome 32.
    I cloned a copy of that page and it produced the same issue.

    Thanks
    David

    #439888

    Hi!

    Please try adding following code to Quick CSS in Enfold theme options under General Styling tab

    .image-overlay.overlay-type-extern {
      top: 0!important;
    }

    Cheers!
    Yigit

    #440064

    Thanks so much! Your support for this theme is fantastic and has been consistently since launching it. Really appreciate it.
    Cheers

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘A couple of bugs with child theme since updating to 3.1.5’ is closed to new replies.