Albert
Albert
About
- Username
- Albert
- Joined
- Visits
- 10,884
- Last Active
- Roles
- Administrator
Comments
-
@takemineman But where this empty space is? Because all we see is http://pasteboard.co/4TVbSfF.png But sidebar background can be changed with custom css only. You can get this css from http://forum.muffingroup.com/betheme/discussion/473/sidebar-bac…
-
Hi, please deactivate all extra plugins and then check. But if this won't help, please update VC files thru FTP only. It is very important because only thru FTP you can be sure if files were transferred properly or not. Thanks!
-
To be honest, we did never met with anything like that so far. It's first time. This must be something with plugins or maybe something wrong happened to your files? First, we suggest to deactivate all plugins for check. However, if this won't help, …
-
Maybe it's due to the bugs in html code? Just open your site in html mode in Firefox and you will see a bugs in red color.
-
You are welcome ;)
-
Like we wrote in the documentation, this can be changed on FTP where theme files are in functions.php file.
-
Hi, do you save the content after closing Muffin Builder items? Because maybe you save the content when items are open in the back-end and that's why the content is mixing.
-
So if this option does not work, the reasons could be 2: - you use one of pre-defined skins instead of Custom. - or you are using cache Anyway, in such case, you can use below css to change it's background color:#Action_bar { background-color: #FF…
-
No problem :)
-
You supposed to contact with your admin then because something is definitely wrong on server side.
-
No, this is not possible unfortunately.
-
Hi, this is default WP gallery. All details about this gallery you can find on https://codex.wordpress.org/The_WordPress_Gallery
-
Please do the screenshot of what is exactly wrong and please provide the url to page where the problem is. Only then, we would be able to have a look on it.
-
Please send us private message then with dashboard access so we can have a look on it closer.
-
Like we wrote above, our settings for W3 Total Cache may do not work on your site. It's because every server is different and if you don't know how to sort it out, you supposed to contact with your developer. We did never tested any other plugin bec…
-
You are welcome ;)
-
Hi, you can increase logo size with:#Top_bar .logo { height: 200px !important; }
-
You're welcome ;)
-
Sorry but in normal view, it won't be possible because you have 2 different sub-menus: for home and for kompetenzen menu items. Just try below css and you will see what is going to happen:#Top_bar .menu > li ul { display: block !important; }
-
Looks like you mean the button which is fixed in the right top corner. If that's what you mean, you can change it's color with:#popup_contact > a.button i { color: #000 !important; } #popup_contact > a.button { background: #FFF !important; }
-
You're welcome ;)
-
So what you can do is one header background for all single post pages. Nothing else won't be possible. So if you want to do this, you can with below css:.single-post #Header_wrapper { background-image: url('#') !important; }
-
Hi, this issue is not related with our theme at all. This is how Revolution Slider works unfortunately. The videos made with this slider, just does not work on mobile. Thanks!
-
Hi, you are unable to save options because of the limits on server side. More details about that you can read on http://forum.muffingroup.com/betheme/discussion/7689/muffin-builder-items-or-page-options-can-not-be-saved-max-input-vars Thanks!
-
Hi Anka, the background color of Action Bar can be changed under Theme options > Colors > Menu & Action Bar section. Thanks!
-
We thought that it was clear. That's why it was so confusing for us. Glad to know that was it :)
-
You are welcome :) We may consider this whole future updates.
-
You can remove featured image from single post pages with:.single-post .single-photo-wrapper { display: none !important; }
-
Hi, revolution sliders should be imported individually. More details about that you can find on http://forum.muffingroup.com/betheme/discussion/15/how-to-import-revolution-slider-into-be-theme Thanks!
-
@beesocialuk So to make it bigger and add border, please use below css:#Top_bar a.responsive-menu-toggle i { font-size: 35px !important; } #Top_bar a.responsive-menu-toggle { border: 1px solid #000 !important; width: 50px !important; }