Albert
Albert
About
- Username
- Albert
- Joined
- Visits
- 10,885
- Last Active
- Roles
- Administrator
Comments
-
Yes, it is possible to hide background image on mobile. You can do this with below css:@media only screen and (max-width: 479px) { .header-stack #Top_bar .logo { background-image: none !important; } }
-
You're welcome :)
-
Ok, not it's fine and we can check what is wrong. We don't know how, but someone modified one of your files. But below css will do the trick and will display slogan on mobile devices.#Action_bar .contact_details li.slogan { display: block !important…
-
You're welcome!
-
1. Are you talking about single product page or what? Please show us on screenshot what you mean because we do not see anything like that. 2. To remove add to cart button from shop page, please use below css:.woocommerce-page .products.list .button…
-
Hi, did you activated menu the was as it was explained on http://themes.muffingroup.com/betheme/documentation/#menu ?
-
@kronomia Sure, we'll after the weekend.
-
Hi, please look at http://forum.muffingroup.com/betheme/discussion/1155/wp-bakery-visual-composer-with-be-theme-how-to-update-visual-composer-plugin where we explained how to update VC plugin. Thanks!
-
OK. So use below css in this case:.woocommerce.add_to_cart_inline { border: 0 none !important; } .woocommerce a.button, .woocommerce .quantity input.plus, .woocommerce .quantity input.minus { background-color: #FFF !important; color: #000 !impor…
-
You're welcome ;)
-
Ok. So to align those icons, please use below css:.list_item .list_left { float: right !important; } .list_item .list_right { margin-left: 0 !important; padding: 0 100px 0 0 !important } But links in the footer you can set instead of social icons o…
-
@akosanaucit But there is a sidebar on single product page http://www.airbi.sk/produkt/fresh/ but it's empty. Did you set widgets under Appearance > Menus section inside "Plugin | WooCommerce" sidebar? WooCommerce plugin got own, pre-de…
-
Yes, you can of course and it won't take too much take. It usually takes about 30 seconds.
-
Hey, we do not have such feature included unfortunately. For that you need to modify theme files only but that kind of customizations are not included. Thanks for understanding!
-
Hi, please take a look at http://forum.muffingroup.com/betheme/discussion/1007/fixed-visual-editor-text-area-not-scrolling where this was explained. You don't have scroll because you got WP feature activated.
-
Hi, sorry but where is the problem exactly? These formats were tested many times by users as well and as we know everything has been sorted already.
-
Ok. But as we see, this search is a part of VC plugin. Why don't you remove it from VC then? We thought that this section has been added automatically somehow but it's not. Looks like you created it with builder. Of course you can remove this form w…
-
Hi, this can be changed in theme files only. All widgets are under functions/ folder.
-
Ok, thanks. So for us this looks like your server is not compatible with wp_remote_get() function which uses loopbacks and this is the reason why settings are other stuff has not been imported. In this case we recommend to import those settings manu…
-
We are not blaming you at all. We just tell you the truth. Maybe instead of making a lot of images with settings it will be much easier to import all options for this demo manually if you want to get exactly the same colors and settings? Please look…
-
http://forum.muffingroup.com/betheme/discussion/3109/don-t-see-some-options-or-demos-please-update-theme#latest
-
Hi, please take a look at http://forum.muffingroup.com/betheme/discussion/102/remove-all-metadata-from-portfolio-item where we explained how to do this. Thanks!
-
Hi, we have checked your site and everything looks good. This is http://pasteboard.co/KtiCUGD.png how your site looks like on our side.
-
For body it is impossible because colors must be set per sections.
-
@jaibeellen Great :) We're glad that you sorted it yourself!
-
http://forum.muffingroup.com/betheme/discussion/1107/menu-behaving-strangely-after-update Except that option, everything else seems to be fine on our side.
-
Can you give us a link to site where we can have a look on it? Because the link you gave us previously, does not work and we can not tell you what to do. And of course if you updated previous files to original version, we'll be able to sort all thes…
-
Hi, if you want to clear current content, you can use Wordpress Reset plugin. But please remember that this plugin will remove whole stuff (settings, pages, posts, etc). And after that, you can import completely new demo. Thanks :)
-
Hi, did you activated Responsive mode under Theme options > Responsive section?
-
We do not understand why but your font is set to white. To change this font color, please use below css:#Top_bar a.button.action_button { color: #000 !important; }