• Hello,

    On my site, http://www.mijntenttrailer.nl, i have several bugs when updating to template version 3.2.2. It seems that the adjustments i made in a child-theme are beeing overruled by the new version.
    For example:
    – The menu is not displaying good. This was good and made this in the child-theme;
    – The search-box is not on the good place. This was good and made this in the child-theme;
    – The pages at http://foto.mijntenttrailer.nl are not displayed good. See for example http://foto.mijntenttrailer.nl/kariba/. I did not make any adjustment to that in the child-theme.

    At last i made photo-gallery’s on http://foto.mijntenttrailer.nl/. I made them with Fancy Gallery. After the update there are no photo gallery’s anymore. If i go back tot theme version 3.1.15 the photo gallery’s are back.

    What troubles me that the setting in the child-theme are overruled.
    Can please someone explane what is happening here?

    Thanks in advance.

Viewing 6 replies - 1 through 6 (of 6 total)
  • 1) Changes to the Header in 3.2.2 are significant. The .notresp selector has been removed, the sticky menu has been introduced, for example. Have you checked the new settings in Customize>Header>Design and layout?

    2) Your CT style.css IS being picked up. Search css:

    form {
      margin: 0 -80px 0 0;
    }

    is being executed, for example.

    3) Here’s css on kariba page:

    .page #main-wrapper {
      padding-top: 60px;
    }

    which is hiding your Title.

    4)Where did the Fancy Gallery appear?

    Thread Starter behmtt

    (@behmtt)

    Thanks for the reaction.
    I had to change the settings for the menu in the style.css of my Child theme like this:
    was

    .navbar .nav {
    margin: -10px 10px 20px 0;
    }

    changed to

    .navbar .nav {
    margin: 10px 10px 20px 0;

    and for the logo on the left:
    Was:

    .tc-header .brand a {
    text-decoration: none;
    margin: 20px 0 0 0;
    display: block;
    }

    changed to

    .tc-header .brand a {
    text-decoration: none;
    margin: 10px 0 0 0;
    display: block;
    }

    Now i have an issue with search in the navbar. When i click on search the navbar gets wider. That is not how it was.

    The Fancy Gallery should appear on the following sites:
    http://foto.mijntenttrailer.nl/kariba/
    http://foto.mijntenttrailer.nl/kavango/
    http://foto.mijntenttrailer.nl/combi-camp/
    http://foto.mijntenttrailer.nl/livingstone/
    http://foto.mijntenttrailer.nl/tent-trailer/
    http://foto.mijntenttrailer.nl/tundra/

    Thread Starter behmtt

    (@behmtt)

    Today i have deleted all albums of Fancy Gallery, deleted the plugin, reinstalled the plugin en made a gallery. Nothing happens.
    Somethins is blocking my gallery.

    When i look at the source code i see that the gallery is loaded on the page but is not made vissable.

    Flagged to Nic

    Theme Author presscustomizr

    (@nikeo)

    @behmtt => I don’t understand what’s going on and I must fix this. Please contact me with this form : http://themesandco.com/contact.
    Thanks

    Theme Author presscustomizr

    (@nikeo)

    Ok @behmtt, the bug is isolated and fixed, thanks for your help.
    The plugin radycal-fancy-gallery that you are using was in conflict with the theme built-in light box script.
    To fix the problem I just unchecked the option in Appearance > customize > Global settings > Enable/disable lightbox effect on images
    Now you galleries are back.
    Thanks

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

The topic ‘Several bugs with version 3.2.2’ is closed to new replies.