Albert
Albert
About
- Username
- Albert
- Joined
- Visits
- 10,885
- Last Active
- Roles
- Administrator
Comments
-
You're welcome ;)
-
Hi, subheader background color can be changed under Theme options > Colors section. But because you use pre-defined skin, you can change subheader background with below css:#Subheader { background-color: #556b2f !important; } But also please tu…
-
You're welcome ;)
-
Hi Britte, those lines colors can be changed with below css:h3::after { background: #000 !important; } but to change arrows, you need to replace current image on FTP with your own. The path for those arrows is http://brittekoppel.nl/wp-content/upl…
-
Ok. So please update all theme, wordpress and plugins files via FTP. If this won't help, then please deactivate plugins. However, if none of them won't help, then please send us private message with access to your dashboard and we'll have a look on …
-
Something must be wrong with your browser then because on our side all is good. This is how under Chrome on OsX your site looks like http://pasteboard.co/yJObJtN.png but this is Safari http://pasteboard.co/yJTDpN9.png - to be sure we checked on few …
-
You can inspect errors in Firefox. All wrong parts are red color. Tools like you mentioned above, are useless and show as bugs elements that are not. That's why this tool is completely useless. Your bugs are related with tags which are not opened o…
-
You did not wrote anything that you are planning to change header. Above css was for the header which was activated previously. But if it's not enough, then use below css instead (this will increase logo size as well):#Top_bar { border: 0 !important…
-
Hi, this looks like you forgot to set full width no margin style for section item where slider is. Thanks!
-
Sorry but we can not confirm this. Our theme does not have any impact on this plugin at all. But plugin overwrite all theme files instead.
-
Hi, if you don't want to display header and footer on page, just set "Blank" template for page which is available on the right hand site while you create/edit page. Thanks!
-
Hi, does content in Muffin Builder save or not? It is very important for us if it saves in the muffin builder or not.
-
Ok but this is why you should understand that we can not be responsible for 3rd party plugins. You maybe ask why? It's simple. Behind every tool stands only people who may do mistakes and this is what happened few hours ago exactly. That's why even …
-
Sorry but we do not understand your behave at all and also please stop being so rude. As you see, so far (for nearly 2 years) everything was ok between Jetpack and theme. And it's not our fault that author of this plugin does not care about anyone e…
-
Hi, logo got default margin. You can remove it with below css:#Top_bar .logo { margin: 0 !important; }
-
Hi, 1. Images sizes can be changed under functions/theme-functions.php file where add_image_size() functions are. Please remember to use https://pl.wordpress.org/plugins/force-regenerate-thumbnails/ after any images sizes change. 2. You can increa…
-
Yes, really. Or if you are sure that this is because of theme, show us these failures on our demo http://themes.muffingroup.com/betheme/ - we checked them on our demo and all is good. Like we always inform, we are not responsible for sites where you…
-
So maybe it's due to the cache or other plugin?
-
Hi, menu can be set under Appearance > Menus section.
-
Hi, maybe you deactivated search bar under Theme options > Header & Subheader > Extras section?
-
There is nothing to be fixed because all is good. Deactivate your extra plugins and you see that all is fine. More details about this you can read on http://forum.muffingroup.com/betheme/discussion/comment/31753/#Comment_31753 You should sent this …
-
@imperialplumber Did you read 1st message we left above? As we wrote, ThemePunch change the way of plugin updates and now you can update plugin via FTP only.
-
@catchdesignstudio You can't do anything unfortunately because it's impossible to use this option when plugin is bundled into theme. When we bundle theme into plugin, we must follow the rules provided by plugin's author and this is how it exactly wo…
-
You're welcome :)
-
Hi Rob, to make submenu items wider, you can use below css:#Top_bar .menu li ul li { width: 250px !important; }
-
You're welcome :)
-
Hi, to move content of Action Bar to the right side, please use below css:#Action_bar .contact_details { float: right !important; } But how to change colors for Action Bar, we explained on http://forum.muffingroup.com/betheme/discussion/1021/how-t…
-
Ok. So to remove padding for logo, please use below css:.header-stack #Top_bar .logo { padding: 0 !important; } #Top_bar .column { margin: 0 !important; } But we do not see any blue think when we scroll down. Everything is fine while scrolling.
-
Ok. So to remove this line, please use below css:.header-stack #Top_bar .logo { border: 0 !important; }
-
You're welcome ;)