Albert
Albert
About
- Username
- Albert
- Joined
- Visits
- 10,885
- Last Active
- Roles
- Administrator
Comments
-
Great :) We're glad to hear that you sorted our the problem.
-
Hi, this is the padding for content. If you want to remove content padding, you can do this under Theme options > Global > Advanced section where "Content | Remove Padding" option is. Thanks!
-
Hi, as far as we know, VC plugin does not support retina images. Retina is supported by our Muffin Builder tool only. Thanks!
-
Hi, sticky header can not be 100% width because this a logo in the same line as well. That's why, for sticky header you must decrease width or remove it at all. You can decrease it's width with below css:#Top_bar.is-sticky .menu_wrapper { width: 80…
-
Yes, the top menu is the main menu. This menu can be removed/edited under the section we mentioned above (Appearance > Menus).
-
You're welcome!
-
Looks like you did not imported the slider because it does not exist. All details about rev slider import you can read on http://forum.muffingroup.com/betheme/discussion/15/how-to-import-revolution-slider-into-be-theme Before that, make sure that y…
-
Hi, if you want to center the menu, please take a look at http://forum.muffingroup.com/betheme/discussion/170/any-suggestion-how-to-center-menu-using-stack-center where we described how to do this. In accordance to options, they may do not import …
-
You're welcome ;)
-
Hi, yes, it is possible. You can remove header on that page with below css:.page-id-1597 #Header_wrapper { display: none !important; } where 1597 is page ID. P.S. We're glad to hear that you found own way to hide header so now you can choose whic…
-
Hi, menu can be centered only if you use "Stack: center" header style and there is no other items except menu. So if you remove elements like flags on the right side of menu, you can take a look at http://forum.muffingroup.com/betheme/dis…
-
Probably it was temporary problem with cache or something similar. We're glad to hear that all works fine now :)
-
This is what for this option exactly is. And except this option, there is no other way to hide the content.
-
It is unfortunately impossible. Any next demo, will override settings of previous demos. That's why we recommend to have another wordpress instance just for tests where you can import demos and check how things were made. This is the best and easies…
-
Make sure that you don't have any custom css code which may remove the hover effect on tables. This hover effect is default table effect and if you did not removed it with css, hover should work.
-
If above css does not work, then we do not have any other suggestion. This is the only solution we have.
-
You're welcome ;)
-
Hi, to shrink fonts on mobile devices, please use below css:@media only screen and (max-width: 479px) { h1 { font-size: 20px !important; } h2 { font-size: 16px !important; } }
-
You're welcome ;)
-
@HyperBrow Any url to site where this happen?
-
You're welcome ;)
-
If you want WYSIWYG editor then please use Visual Editor item instead.
-
Great :)
-
So please send us private message then.
-
Hi, Which hover you mean?
-
@gamespipe Please take a look at http://themes.muffingroup.com/betheme/documentation/#muffin-builder where shortcodes were described. This is the only place where you can check information about shortcodes included into theme.
-
Hey, what you ask for is impossible with this theme. We do not have such an option unfortunately and what you need, requires a lot of changes in theme files. Please notice that we do not offer such files modifications so you need to contact with yo…
-
Do you mean to modify and sell it on Themeforest marketplace or what? How you want to sell it exactly?
-
Sorry but this unfortunately won't be possible. As we see, all menus items got "current-menu-item" class and the css we would like to give you, will change the color of all sidebar menu items.
-
Hi, 1) We have "Column" item where you can use html code. But the js can be used under Theme options > Custom CSS & JS > Custom JS section only. 2) Our demos were made with Muffin Builder tool because this is what our customers…