Albert
Albert
About
- Username
- Albert
- Joined
- Visits
- 10,885
- Last Active
- Roles
- Administrator
Comments
-
Hi, which fonts are not rendering properly exactly? http://pasteboard.co/1dslGRBJ.png - this is the screenshot from our site and as you see, everything looks great.
-
So you mean to move responsive menu icon below the logo on mobile devices. You can move this icon with below css but it won't work properly because menu will open directly on the icon. And this can not be changed with css but needs changes in theme …
-
Yes, could be as well. But it could be also cache of WP side.
-
Some background images just does not work on mobile devices and this is proper behave. There is unfortunately nothing what you can do because css backgrounds and responsive technology are just incompatible together.
-
Good to see that you know coding. Because if you know how to change it in files, then there should be no limits for you.
-
Not sure if this is possible. Please send us url to page where you got these posts and we'll have a look on it.
-
So this one is unfortunately impossible. Sidebars width can be set only when sidebar is set per whole page.
-
@PeterB82 Great :) We're glad to hear that you found it.
-
You're welcome ;)
-
Hi, any url to site where you want to center this text?
-
Hi, this problem is not related with theme. It is something on your server side. Please take a look at https://www.google.com/search?q=Sorry,+there+has+been+an+error.+This+does+not+appear+to+be+a+WXR+file,+missing/invalid+WXR+version+number&ie=…
-
Yes, it's true. This option works only when sidebar is activated. What is the sense of this option when you got site without sidebar? Because we really don't get it.
-
When we did it on our side, we did not lost anything. But it's beta version because we are testing it. So before this update, we recommend to back-up your current files just in case.
-
Hi, which button you mean exactly? Any url to site where this icon does not work?
-
You're welcome! :)
-
Hi, 1) It's probably because you got old theme version installed. Which border you mean? 2) You can change tooltip background color with below css:.tooltip-img .tooltip-content, .tooltip::after { color: #000 !important; }
-
Ok. So to remove those bullets, please use below css:.widget_archive ul, .widget_nav_menu ul { list-style-type: none !important; } On our side, logo looks fine. It's not blurred. However, if you want, you can upload bigger logo size and it will be …
-
It messes the menu up because you used a lot of own css's and also you modified some theme files. Some of the css's we gave you above, you may got already in your css section so you must compare them, and if you got the same css, you should replace …
-
Ok. So like we wrote before, we'll forward this message to plugin's author but we can't guarantee that they will be able to fix it asap. P.S. Please switch to default WP theme as well and check if on default theme you got the same problem. If you g…
-
You're welcome ;)
-
Hi, yes, it is possible. You can do this with below css:body:not(.home) #Action_bar { display: none !important; }
-
You're welcome ;)
-
So please use below css if you want to set this background for mobile devices only:@media only screen and (max-width: 767px) { #Top_bar, #Action_bar { background-color: #000 !important; } }
-
To do what you want, please use below css and this should help:.menuo-right #Top_bar:not(.is-sticky) .menu_wrapper { margin-top: 0; } .header-fixed #Top_bar .menu_wrapper .menu > li > a { padding: 30px 0; } .header-fixed #Top_bar .men…
-
Hi, if you have a problem with scrolling, please deactivate "Nice scroll" feature under Theme options > Addons & Plugins > Addons section. Thanks!
-
You're welcome ;)
-
Hi Kim, maybe you inserted links without http:// protocol?
-
All details about centering menu you can find on http://forum.muffingroup.com/betheme/discussion/170/any-suggestion-how-to-center-menu-using-stack-center
-
@creativemindsdesigners Which texts are not scaling down on mobile devices? Because we checked your site and looks like everything looks good.
-
Hi Terry, what is the url to page where sidebar does not work?