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.
@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
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