Hello,
After upgrading to version 7.7, the header and fonts have changed. Before I used the header 7 and set menus and everything was displayed correctly, after updating, the menu is shown in two lines and it looks as if the logo had moved to the center. I had to use another header to display the web correctly.
As for the fonts, I used Open Sans Condensed, but it was not displayed … however the Open Sans version is shown. The same happens with other fonts configured in the rest of the page.
Do you know what it can be?
Regards
Hi,
You can find the list of changes in the last theme update here – https://themeforest.net/item/newspaper/5489609 @Mochal Probably your menu items do not fit in the available space in the header menu so they are being displayed in a second row, if you could provide a link to your website I can take a look and try to give you a solution if possible. Try modifying your fonts again in Theme panel->Theme fonts for the elements you want, and clear your cache after the changes.
@Incrosnatu Where exactly are the sidebars not showing? Try setting a sidebar again for your pages and posts or categories.
Thanks
Hi Simion,
It probably happens what you’re saying, but I have not been able to see the way it shows up again.
The website is planetmountainbike.com. Right now I had to put another header to display the web correctly. Previously I used the header number 7, which is the one that after the update, did not show as before.
As for the fonts, I had already done what you said, but the result was still the same.
Thanks for your answer.
Regards
Hi,
From what I can see the elements on your page have different fonts from the default ones – https://www.screencast.com/t/IhyKhvROEUF – https://www.screencast.com/t/CJWZBWSfo8y9 so if you want to change them again, you must do so for each of the elements you want – https://www.screencast.com/t/WSPFQEmyE
Thanks
Hi Simion,
As you can see, when i select the Open Sans Condensed font, which was the one you used before the update, it is not displayed. The one that appears is not Open Sans Condensed. When you now consult the web this Open Sans (without Condensed). https://www.screencast.com/t/k9y83DOh
This is a capture of the configuration of the sources of the previous capture. The selected font is not matched with the one you see. https://www.screencast.com/t/yJfZrm317LMg
And here is how the header is when I select the option I had before the update. It seems that the logo is somewhat shifted to the right and is what makes the menu is not displayed correctly (when before it did)
https://www.screencast.com/t/KrYNPOJ8
Thanks
Regards
Hi,
I have changed the menu on my end with the font settings you have in the screenshot and this is the result – https://www.screencast.com/t/kjtykuMy the font has the font family applied. Maybe you have modified the header menu using some custom code in theme panel, or theme files or you are using a child theme, that prevent the change from applying – https://www.screencast.com/t/Pd4H9ajAAKD Try disabling all your plugins except Visual composer, clear your cache (very important), purge cdn files if the case and disable any child theme if you are using one and make the changes once more to see if they apply. If you have done all this and the result is still the same you could try to change that font with css – https://www.screencast.com/t/9iLyiyfpMIN
.td-header-wrap ul.sf-menu > .td-menu-item > a {
font-family: "Open Sans Condensed"!important;
}
As for the header, that is what happens in header style 7 when there are too many menu items in the header menu, the logo shifts up – https://www.screencast.com/t/8RwzuTrd
Thanks
Hi Mochal and Simion,
I have the exact same problem with v7.8.1. with the new update (last version I had was from Feb) and this one did not have any issues. With version v7.8.1. Open Sans Condensed shows a weird font like Mochal had a screenshot of above. All the other fonts seem to be accurate..
I just did a fresh install and hardly have any plugins installed.. I haven’t modified the header menu, or using child theme. I do have a custom code but that is only to make the social media sharing buttons have white background.
Did you ever figure out of it?