Albert
Albert
About
- Username
- Albert
- Joined
- Visits
- 10,935
- Last Active
- Roles
- Administrator
Comments
-
So we have vertical padding only and it is not possible to use a percentage, only pixels.
-
Sorry but we do not have such option included unfortunately. To make them larger, it is necessary to modify theme files.
-
Please send us dashboard access privately thru contact form which is on the right side at http://themeforest.net/user/muffingroup#contact and we will check what might be the reason. Please don’t forget to attach link to current topic so we know what…
-
Yes, in IE11 it is a plain button. But in all other browsers it works fine.
-
http://pasteboard.co/22VfNuQk.png - these are all sections. Where do you see section with mcommerce ID then?
-
http://forum.muffingroup.com/betheme/discussion/17711/this-page-didn-t-load-google-maps-correctly-google-maps-api-key
-
Hi, header type can be set under Theme options > Header & Subheader > Header section so we are not sure what exactly you ask for about. Thanks!
-
http://themes.muffingroup.com/betheme/documentation/#shortcode-generator ;)
-
Hi, a,b) Icons doesn't work properly because of the CORS library which hasn’t been installed on your server what you can see on http://pasteboard.co/22QIR6ai.png More details about the CORS you can read on http://enable-cors.org/server.html but we…
-
Yes, this is how it works exactly. We checked this on 4 different computers and it works just like that of course so like we wrote above, the problem must be somewhere on your end as it has nothing to theme.
-
We suggest to look into the content and you will see the difference. On one page you load the font directly in the content, but on the other you don't.
-
Hi, yes, it is possible to align menu items to the left side easily of course. To do this, please use the following css:#Header_creative #Top_bar .menu > li > a { text-align: left !important; }
-
You're welcome! :)
-
Ok. So to remove featured image on single post page, you need to use an extra css:.single-post .single-photo-wrapper.image { display: none !important; }
-
Hi, what exactly you want to change and where? We are sorry but we do not understand what exactly doesn't work for you.
-
Sorry but we don't see any size on above page. There is no product's size on this page.
-
Hi, we are sorry but we do not have an option to lock the part of the content. Thanks!
-
Hi, the page you sent above is not a Blog page. We suggest to look at http://themes.muffingroup.com/betheme/documentation/#blog where we explained how to create blog page properly. Thanks!
-
Sure, you can send us screenshots using any online tool like http://pasteboard.co/ because we didn't noticed anything like that.
-
Hi, the only thing you can do is remove this border completely. If you send us link to such page, we will tell you how to remove it. Thanks!
-
Hi, please send us link to page where you would like to change divider color then.
-
Hi, we tested included parallax effects in different browsers and translate3D works best in IE. If you want, you can change parallax effect under Theme options > Addons & Plugins > Addons section but please notice there is no other way to…
-
This is what you exactly supposed to do and it's the best way to update plugins.
-
Hi, if Muffin Options are empty after installation or does not save as should, it means your server is limited. In this case we recommend to deactivate all plugins first and after that click “Save changes” button under empty Muffin Options panel. B…
-
So we are sorry but it is not possible unfortunately. The only thing you can do is move the arrow under the heading on smaller devices. So if you want, you can do it with the following css:@media only screen and (max-width: 767px) { .helper .hel…
-
We do not offer customization but on the left side you have 2 banners with links to our colleges who offer such service for BeTheme users.
-
Hi, why you use such prehistoric code? The proper one should be:<span style="color: #000 !important;">text</span>
-
You're welcome! :)
-
Ok. So if you really want to display this hover effect constantly on mobile, please use the following css:@media only screen and (max-width: 767px) { .style-simple .zoom_box .desc { opacity: 1 !important; } }