Forum replies created
Can you please provide the site url.
The settings seems to work fine but since it can be overridden on per page/post basis, you may have it enabled on some of the posts/pages. I disabled it for http://zarabotaydengi.com/kak-sozdat-youtube-kanal/ and now it is not visible.
The translation strings for other sections will be available in a theme update soon.
wp-admin
Can you provide the login details at http://theme4press.com/contact/ so that I can have a look.
I had removed the inbuilt mobile menu code which was somehow not working on your site though couldn’t find out the reason for it. Instead of it I have installed a plugin which should create a menu in mobile mode.
Please send across the login details at http://theme4press.com/contact/ and I will have a look at it.
Need more details about the ACF issue to suggest a solution though just a gentle reminder that this forum is for the theme support only.
Are you getting any error message when turning off the Page Title Bar option.
As for ul/ol styles, you can use the following css to make them work though make sure to use proper classes/id so that it gets applied to the needed elements only.
ul {
list-style-type: disc;
list-style-position: inside;
}
ol {
list-style-type: decimal;
list-style-position: inside;
}
ul ul, ol ul {
list-style-type: circle;
list-style-position: inside;
margin-left: 15px;
}
ol ol, ul ol {
list-style-type: lower-latin;
list-style-position: inside;
margin-left: 15px;
}
Are you getting any errors?
If you provide the login details at http://theme4press.com/contact/ then I can have a look around and see what is going wrong.