few questions about new update

Posted in: Newspaper
Post count: 36

Hi,

New update of the theme is great,I just have few few questions. This is my website http://aktuelno24.mk/

1. On the bottom of the site on left side there is a smileface icon, that is showing only on not logged users.
I don’t know what is it?

http://postimg.org/image/55txyc32x/

2. The logo on header style 5 isn’t changing and the some is happening on 3,4,12 header styles. When i change to other styles is showing new logo, but when i go back, its the old one.

3. Favicon is not showing very nice even is 20×20. this is how looks like?

http://postimg.org/image/z7hckb0wh/

4. The custom CSS at the beggining was working, but now its not. I don’t know why?

http://postimg.org/image/i0czw7djz/

5. Sometimes when website is open first the menu is black and then is changig to red. How i can fix that? Maybe something with stylesheet?

Please give me your feedback about my website, something to change, to make it better, faster? 😀

Thanks in advance.

Best Regards,
Aleks

Post count: 9544

1. – it’s from your Jetpack stats tracking.
2. – no idea…
3. – ideally you should create a set of favicons for your site in all the modern formats, like Apple pre-composed sizes and not put anything in theme and let browser auto discover the favicon files in your public root
4. – NP6 is new theme; you may have to change some CSS over-rides for new theme!
5. – for best results for speed; don’t use child theme which is CSS redirect; and change any “main colors” in your main style.css and not the theme panel custom CSS box.

Post count: 3343

Hi,

2. On some headers if you load a mobile logo will use that logo. http://screencast.com/t/IoLqexZQz remove the logo for mobile on that headers.

3. The normal size for a favicon is 16×16, no need to use a large image, in your browser is like that http://screencast.com/t/ku1lucx5vAb6

4. Tell me what you want to change via CSS

5. The CSS from Theme Panel overwrite the default css from style.css. If you want to make it better change the colors manually in style.css

Thanks for the message!

Post count: 36

Hi,

The logo is ok now, and favicon is still showing like this in the panel http://postimg.org/image/z7hckb0wh/, but its ok.

In custom CSS I want to change this>

.td-post-template-11 .td-related-title .td-cur-simple-item {
background-color: white;
padding: 5px;
}

.td-header-style-9 .td-logo-wrap-full {
min-height: 100px;
line-height: 100px;
}

.td-post-content p, .td-post-content {
text-align: justify;
}

.td-header-style-5 .td-header-sp-recs {
background: white;
}

.td-subcat-filter .td-subcat-list a {
color: black;
}

.td-excerpt {
color: black;
}

How to change color of the mobile menu?

Thanks

Post count: 36

Hi Chris,

This question is for you.

I have seen one code from you for better speed of the site, but I can’t find now. Can you tell me where to find it and is it compatible with this version of the theme?

Thanks

Post count: 9544

HI
it’s a “sticky” post at top of the forum(s); so you should be able to find it there as long as you’re on “page one” of each forum. It works fine with this version of theme as most of it’s related to WP optimization and not the “theme” itself, aside from hiding the visual composer code on posts, which I guess would be related to theme. One bit of the code for functions.php is to hide Yoast bar; another is for putting up a “quit it!” message for folks trying to guess your password (great to use with my suggested plugin ‘limit login attempts’); and of course the compression setting for WP from 90 to 50 should be mandatory (some folks like 60, but if you still get warnings about your images could be more compressed, try something like 45).

The htaccess optimzations are mostly intended for apache based servers (most common); and so that stuff is also included in the speed up guide from TagDiv in the docs, as that also applies to all WP installs – you need to have caching/TTL settings.

Anyway – hope that helped 🙂

Post count: 7909

Hi,

Please check this topic to change the mobile menu color – https://forum.tagdiv.com/topic/how-to-change-mobile-header-color/#post-54699
Also please provide more details about the above css code that you paste it in Custom Css section. It doesn’t work? As I have check some of your code and it works.

Thanks!

Viewing 7 posts - 1 through 7 (of 7 total)
The forum ‘Newspaper’ is closed to new topics and replies.