Albert
Albert
About
- Username
- Albert
- Joined
- Visits
- 10,885
- Last Active
- Roles
- Administrator
Comments
-
You're welcome and have a nice day as well :)
-
Hi, any url to page where this happen?
-
If you will do what we wrote above, you will see the errors. In Firefox under html mode all errors are red. You will see them for sure. These errors does not come with the theme. It's something what you did on your side.
-
Hi, did you tried other sliders? Try few different other sliders as well and let us know if you are able to import them or not. Also please tell us what Rev Slider version you use.
-
You're welcome :)
-
Hi, if some items are duplicated it means you did not imported demo once but several times. Please check under Appearance > Menus section how menu items looks like and sort them manually. You should notice also that 'Default Layout' is a large f…
-
It's also first time when we hear about something like that so it's for sure not because of theme. As we see on screenshots, headers are different because you use device with small screen. That's why it switches to responsive header/menu instead of …
-
Jetpack problem was described many times this week on this forum. You can read more about that for example on http://forum.muffingroup.com/betheme/discussion/8510/jetpack-3-7-incompatibility
-
Hi, if it works itself, it means something is wrong on your side. It's not for sure theme and we are 10000% sure about that. We can not open your site unfortunately because all we get is 404 error.
-
Hi, below we paste complete css we used for header on Be|Yoga demo:/* Header */ @media only screen and (min-width: 1240px) { #Top_bar #menu { background-color: transparent !important; } } #Header .top_bar_left, .header-fixed #Top_bar, #Top_bar #me…
-
Hi, this background image can be changed under Theme options > Custom CSS & JS > Custom CSS section. Below css is responsible for that background:.contact_form { background: rgba(0, 0, 0, 0) url("http://betheme.muffingroupsc.netd…
-
Hi, please send us url to site where you want to increase logo size and we'll help you. Thanks!
-
Hi, the url you sent above does not work unfortunately.
-
Ohh, ok. We understand. So this can be done in theme files only. We're glad to hear that you sorted it yourself.
-
Sorry but how your work may be lost? Whole content is stored in database so if you lost something, it means you cleared database or you reset all your settings yourself. There is no other way to reset theme.
-
Hi, this is how Revolution Slider works unfortunately and there is no way to make them bigger on mobile devices. This request should be sent to plugin's author because only they can think about such feature. Thanks for understanding!
-
Hi, looks like you got buggy version of rev slider. Please update your slider to latest version which is included into package (5.0.6).
-
It doesn't matter if it's long or not. Just give us the link to your site where file with necessary details is. This is all we ask for.
-
So what is your question then? Increase logo size and center menu items? If this is what you mean, then please provide url to site where you want to do this.
-
Hi, we have checked above sites on 4 different computers and we did not noticed any lags. Both works exactly the same so we have no idea why actually your client got lag there.
-
Hi, this is the place for all additional icons from the left side. If you will send us url to your site we can check if it is possible to move this icon up or not.
-
Hi, on smaller screens your site looks fine as well so we do not understand the question. Please show us what exactly is wrong because we do not see anything like that on our side.
-
Yes, we will leave them information about the problem and maybe they will be able to fix it while future updates.
-
We know what you ask for. In this case "how to" means that you must modify theme files. Without theme files modifications it just won't be possible. Such possibility is not included unfortunately.
-
Hi, you got sticky menu activate which can be used on t he left side only. If you want to have menu icon on the right, please deactivate sticky menu for mobile devices. Thanks!
-
What is not happening?
-
If queries are too slow in your opinion, you should send this request to WP developers and ask them why wp queries are so slow because theme does not have any impact on that queries.
-
Ok. So to align subheader to the left side, please use below css:#Subheader .title { text-align: left !important; } #Subheader .breadcrumbs { text-align: left !important; }
-
Hi, you don't need to modify any files. Banner can be easily changed under Theme options > Header & Subheader > Extras section.
-
For responsive version it won't be possible. So what you can do is set this css for desktop devices only. And this can be done with below css:@media only screen and (min-width: 1240px) { .page-id-54 #Content { margin-top: -160px !important; } } …