Albert
Albert
About
- Username
- Albert
- Joined
- Visits
- 10,884
- Last Active
- Roles
- Administrator
Comments
-
Hi, search style you can change under Theme options > Header & Subheader > Extras section but social icons can not be next to it. Social icons can be only in Action Bar section (right top corner) what you can see on our main demo. Howeve…
-
No problem :)
-
Hi, please send us url to page where you have images that you want to increase and we'll see if it is possible. As we know, images are already 100% width and we are not sure if this would be possible. Thanks!
-
@kikopiza If your website is not live yet, then you can try css from http://forum.muffingroup.com/betheme/discussion/10760/single-portfolio-some-modify but if this won't be helpful, then let us know when site will be online so we can have a look on …
-
Sorry but we do not understand. How exactly you get 0px of subheader height? Can you remove this custom css so we can check what is exactly happening with your subheader?
-
Here with online tools like http://pasteboard.co/ for example.
-
Individual posts does not have such option unfortunately. Like we wrote above, you can only set Layout style for single post pages under Theme options > Blog, Portfolio & Shop > Blog section but if this is not enough for your needs, there …
-
Sure, we'll try to do this with next theme update.
-
Like you can see under thousands of topics on this forum, our answers are helpful enough. You must also understand that we can not give "STEP BY STEP" instructions individually to all of you because we wouldn't be able to answer on 10% of …
-
You're welcome ;)
-
No problem ;)
-
You don't need to increase anything now. Wrapper is wider by default now so the image is also wider. But if that is not what you meant, then we do not understand what else you want to do. Please explain on screenshot what you want to do exactly so w…
-
Hi Leon, can you show us which files you mean? Because we don't get it.
-
Ok. We do not see anything wrong in the code so you must send us private message with dashboard access. To send us private message use form which is on the right side at http://themeforest.net/user/muffingroup and we'll check what may be wrong.
-
You can not set Revolution Slider in the Layouts section. Revolution Slider can be set under "Page options" section only while editing/creating pages.
-
What does it mean Full Menu on iPad? Because maybe we misunderstood. Any screenshot of what you mean?
-
Whole solution is under the link we gave you above. Please read it carefully because all information about smooth scroll has been explained in the link we already gave you. Just look on section with SMOOTH SCROLL and NEW METHOD under.
-
You said that :) We're glad to hear that all is clear now.
-
Hi, we did not updated Splash page since long time because splash page is just a showcase example and if you want to have all these 150+ layouts, you can upload pre-made layouts images yourself. The structure is always the same so all you need to d…
-
Hi, you can change this border color with below css:#Action_bar .social-menu li { border-color: #FFF !important; }
-
Ok, now the site works fine. So to remove all details you presented on screenshot, please use below css:.single-portfolio .post-meta { display: none !important; } .single-portfolio .single-photo-wrapper { display: none !important; } .single-portfoli…
-
Ok. So it would be possible to display menu items by default on mobile and this can be done with below css:@media only screen and (max-width: 767px) { #Header #menu { display: block !important; } } But if above css is not what you are looking f…
-
Url to site where you added this code please.
-
Ok, we see what you mean. So you want to increase wrapper width on mobile version what we did in version 10.6. So if you will update theme version, you would have wider wrapper on mobile devices.
-
Hi, no, you are not wrong. All 150 pre-made layouts are included and you can use any you want of course. All layouts are located under Appearance > BeTheme Demo Data > Demo section like you mentioned above. However, if you don't see this sect…
-
Hi, with VC plugin it is not possible because this plugin is just incompatible with our slider features. This item can be used with Muffin Builder or as raw shortcode under WP editor only. Thanks for understanding!
-
When you are in Layouts section and you hover over Edit button under the layout, you will see the link where ID is.
-
You're welcome ;)
-
You're welcome ;)
-
Hey, you can remove this badge with below css:.woocommerce ul.products li.product .onsale { display: none !important; }