Albert
Albert
About
- Username
- Albert
- Joined
- Visits
- 10,884
- Last Active
- Roles
- Administrator
Comments
-
Hi, please send us url to page where you have this gap and we'll try to help you. Thanks!
-
Thanks for this link. We did checked this and it's not a bug. This is how new wrapper works. Wrapper has been increased to be compatible with larger devices likes iPhone 6+, etc. Current images are too small and that's why how it looks like. In newe…
-
Hi, please look into Google, where you will find many details of how to set Featured products. This feature does not come with theme but it's included into WooCommerce plugin. Thanks :)
-
You're welcome :)
-
Hi Deean, under Theme options > Footer section, you can choose Stick to the bottom if the content is too short footer style. That's what for we did this option :)
-
Hi Frank, if you don't like Nice Scroll feature, simply turn it off under Theme options > Addons & Plugins > Addons section. P.S. We did checked what you mentioned above (on 10 different computers) and on each scroll works fine when we p…
-
Hi, it's because you are using standard menu. And because of that, you must use rev slider option to deduct menu height. Please just look at http://pasteboard.co/2xQIXmCg.png where we explained how to do this (this is an option where we set #Top_ba…
-
Hi, you have some JS errors which does not come with theme. You can see them on http://pasteboard.co/2xQyjsNo.png We suggest to start from plugins deactivation but if this won't help, you should update WP and theme files but thru FTP only. Thanks!
-
Hi, this meta comes with Revolution Slider plugin but we don't know where it is exactly in slider files. All meta tags that comes with theme are located under functions/theme-head.php file but above meta won't be inside this file for sure because i…
-
Please provide url to site.
-
If you mean whole page, you can use Status option which is on the right hand side while editing/creating page. Currently it's Published and you can switch to a Draft so page would be visible only for you.
-
Hi, above error is not related with theme. Error comes from WP files. We recommend to re-install WP thru FTP. Thanks!
-
1) Thanks. So to decrease testimonials font size, you need to use custom css as well:blockquote { font-size: 20px !important; } 2) You don't need to edit any files. Custom CSS's should be stored under Theme options > Custom CSS & JS > Cus…
-
Hi, please look at http://forum.muffingroup.com/betheme/discussion/10/how-to-create-sidebar-and-set-up-for-page where we explained how to set sidebars per pages properly. Thanks!
-
Hi, where can we click to activate link? All your menu items have # link and we are unable to activate any.
-
Hi Jack, looks like you mean BLANK page. While you create/edit pages, on the right hand side, you can choose BLANK template so only your own content would be visible. Thanks!
-
Hi, we do not have any "how to". If you want to add own features, you must code them yourself because files customization are not included.
-
Hi, yes, it is possible. Layout for posts you can set under Theme options > Blog, Portfolio & Shop > Blog section where Layout ID option is. Thanks!
-
All we see is Maintenance Mode.
-
But your sticky header is already semi-transparent so we do not understand what else you want to do.
-
Please look at http://forum.muffingroup.com/betheme/discussion/4075/single-menu-item-styling where we explained how to set custom classes for menu items.
-
Do you mean FAQ section? But it's not what you asked for. The item you refer to on our demo is called Accordion but it's something different.
-
You're welcome!
-
Thanks. So to make this header transparent, please use below css:.header-semi #Top_bar:not(.is-sticky) { background-color: transparent !important; }
-
In theme package, it's called betheme-child.zip
-
When you edit/create pages, under "Page options" section, you have Subheader | Hide option. With this option you can disable subheaders per pages.
-
Hi, did you made everything as we described it in the following topic http://forum.muffingroup.com/betheme/discussion/10/how-to-create-sidebar-and-set-up-for-page ? Thanks!
-
Please set class name for Order item first and let us know after so we can tell you how to do it.
-
You modified header files again. And because you used own code there, we don't know why this image on the right is vibrating. When our original files were activated previously, everything was fine. But now, because you modified theme files, it does …
-
Hi, looks like you did it with custom css. To remove italic style, you must use below css instead:.header-plain #Top_bar .menu > li > a span:not(.description) { font-style: normal !important; }