Olah Clarkvist
asked 9 years ago

Hello,
Great theme! I got a couple of questions I hope you can answer?
1. How to easy translate words like Authors, Tags, Related tags etc..?
2. How to change the top background (logo background) when looking at site with mobile phone?
3. When updating to WordPress 4.0 a couple of functions (The Customizer among other things) stopped working. When will you release an update of DW Focus that fully works with WP 4.0?
4. Is it possible that featured image will be cropped to a certain size in the news slider, category etc.?
Best regards,
Olah

1 Answers
DominicStaff
answered 9 years ago

Hi,
1. Please find here for the document guide on how to translate the theme: http://www.designwall.com/guide/how-to-translate-wordpress-theme/
2. To resolve this issue, you can add the following code to the style.css file:

.site-header #site-navigation.navbar .nav .current-menu-item, .site-header #site-navigation.navbar .nav .current-menu-parent {
    background-color: #fff !important;
}

.site-header #site-navigation.navbar .navbar-inner {
    background-color: #fff !important;
}
.site-header #site-navigation.navbar .nav > li a {
    color: #000 !important;
}
.site-header #site-navigation.navbar .nav li > a:hover {
    background-color: #111 !important;
    color: #fff !important;
}

3. It’s difficult to let you know exactly when we totally update our themes to be compatible with WordPress 4.0. Please stay tuned. We will check, fix bugs and update as soon as possible.
4. You can tell me the image size that you want to cropped and your site for further checking.
Hope this helps !

Olah Clarkvist
replied 9 years ago

Thanks!

4. I would like the images to be cropped just as in your demo. So even if my image is 400×300 px it should be:
– 520×415 px in News slider
– 230×130 px in Category 3 columns
– 110×110 px in Category Full widht
– 770×400 px in post page

Thanks in advance!
/Olah

Powered by DW Question & Answer Pro