Albert
Albert
About
- Username
- Albert
- Joined
- Visits
- 10,935
- Last Active
- Roles
- Administrator
Comments
-
And if you look at http://pasteboard.co/bFBZtVMFu.png you see that icons are fine even in Chrome. We checked it in different browsers on different computers and we didn't noticed any problem with icons.
-
Hi, "Reset to Defaults" would remove all settings/options. Your settings would be just default. However, we are not sure what you mean when saying "restore the demo". What exactly you mean?
-
What's the site width on your screenshot? Maybe you are talking about larger size? Previously you asked about the screen size between 768px and 959px and this is what we have you. Maybe you need to increase those sizes in above css then?
-
Hi, please send us link to page where you would like to increase font size on mobile.
-
Hi, please send us link to page where you got this menu first.
-
Hi, this has nothing to theme and we have no idea what might happened on your site. Thanks!
-
Hi, you can do this with shortcodes only but we did never tested portfolio items in sidebar so we don't know if this would work. Thanks!
-
You are welcome ;)
-
Hi, to remove menu from page only, you need to use an extra css:#Top_bar .menu_wrapper { display: none !important; }
-
You're welcome! :)
-
1. Ok, so to remove header background from certain page, you need to use the following css:body.page-id-xxx #Header_wrapper { background-image: none !important; } where xxx is page id.
-
You are welcome :)
-
Hi, you can do this under Theme options > Fonts > Size & Style section.
-
Hi, because it's a plugin page, you can move it up with an extra css only:.single-event #Subheader { display: none !important; } body.single-event #Header { min-height: 0 !important; }
-
Hi, you set transparent header for mobile under Theme options > Responsive section and that's why the content goes behind it. But about Google Analytics, you used it wrong. You should put whole Analytics code, not just it's ID.
-
Hi, you have changed header's height on mobile with custom css and that's why responsive menu icon does not align properly. What you need to do is move it to the top with an extra css now:#Header a.responsive-menu-toggle { top: 10px !important; }
-
No problem :)
-
Hi, please use the following css to change it's design for smaller devices:@media only screen and (min-width: 768px) and (max-width: 959px){ .list_item .list_left {font-size: 30px; width: 30px;} .list_item .list_right {margin-left: 45px;} }
-
You're welcome! :)
-
The only place where you can increase the moment when menu switch to responsive is Responsive Menu Initial Width under Theme options > Responsive section.
-
You're welcome! :)
-
Hi, you are unable to save the content only because of the limits on your server side. More details about that you can read in the following topic http://forum.muffingroup.com/betheme/discussion/7689/muffin-builder-items-or-page-options-can-not-be-…
-
So if you want to remove this icon on certain pages, then you need to use the following css instead:.page-id-xxx a.button .button_icon { display: none !important; } where xxx is page id. But the texts, you can change under Theme options > Trans…
-
Hi, please take a look at http://themes.muffingroup.com/betheme/documentation/#menu where we explained how to set up one page menu links. Thanks!
-
http://forum.muffingroup.com/betheme/discussion/94/mega-menu-icons
-
@emanuela-bertoni You must set wrong lat/lang then.
-
If you will send us dashboard access privately thru contact form which is on the right side at http://themeforest.net/user/muffingroup#contact we will check what might be the reason. Please don’t forget to let us know what for this access is.
-
Hi, Looks like your server does not support wp_remote_get() function which is a default WP function btw. wp_remote_get() uses loopbacks and this could be the reason why you are unable to import complete pre-made layout. So or you will contact with …
-
Hi, please send us link to page where you got this item and would like to change it's text color.
-
Hi, we are sorry but it's not possible to stop video background loop unfortunately. Thanks!