
Albert
Albert
About
- Username
- Albert
- Joined
- Visits
- 10,824
- Last Active
- Roles
- Administrator
Comments
-
Hi, for site migration, we always use 2 plugins and did never had any problems with content or settings migration. Those plugins are: WP Migrate DB and Mfn CB Migration Tool (this is the tool that you are exactly looking for). Thanks!
-
Hmm, that's really weird then but we are happy to know that plugins update helped and all works fine now :)
-
Hi, for any additional slides, please send us private request via contact form on the right at https://themeforest.net/user/muffingroup#contact Thanks!
-
Hi, to set up border around mega menu, you need to use custom css:#Top_bar .menu > li > ul.mfn-megamenu { border: 5px solid #000 !important; }
-
Hi, yes, it is possible but requires custom css so please send us link to page where you would like to change this font size first. Thanks!
-
Hi, it's Action Button and you can modify it under Theme options > Header & Subheader > Extras section.
-
We do not ask which version is available on TF but what version is installed on your site. If you don't know, send us link to page where you have theme installed.
-
You're welcome!
-
You are using different item than we thought and that's why it does not work on your side. In your case, you need to use below css instead:.post-footer .post-links i.icon-doc-text::before { content: "\e911" !important; }
-
You're welcome! :)
-
Hi, you can easily enable "Catalogue mode" under Theme options > Blog, Portfolio & Shop > Shop section. But to remove sidebar, just remove widgets from Plugin | WooCommerce sidebar.
-
Responsive menu icon color is the same as background and that's why you don't see it. To change its color, please use:#Top_bar a.responsive-menu-toggle { color: #FFF !important; } But the gap, is a header background and if you don't need to, you ca…
-
Please go to theme folder, create php file with phpinfo() function inside and send us link to that file so we can have a look on your server settings. The problem is probably related with those limits but to be sure which one is the reason, we need …
-
You're welcome!
-
You can put it anywhere you want. Even under main domain.
-
Ok, let us know when it would be online then.
-
Hi, please send us link to page where this happens so we can have a look on it.
-
Ok, thanks., The only buttons we can see on your site are navigation buttons of Slider Revolution and for these buttons, we do not have any solution to give them shadow unfortunately.
-
Hi, this is background section video. For more details about section, please visit http://themes.muffingroup.com/betheme/documentation/#section
-
Hi, the only image carousel we have, you can find on http://themes.muffingroup.com/be/theme/shortcodes/content-blocks/#slider - please notice that this is the only item we have and there is no other similar.
-
Hi, please send us WordPress dashboard and FTP 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 let us know what for …
-
We don't know what plugin may be the culprit and that's why you should disable all. And no, we did never met with anything similar in the past.
-
Ok, great!
-
Hi, if you don't see it, means you deactivated it under Theme options > Global > Advanced section.
-
You are welcome! :)
-
Hi, Because you faced with such a weird issue, which we believe has nothing to with the BeTheme itself (we found some JS errors in console as well), we recommend the following steps: 1. Please go to your FTP account where theme is, remove whole th…
-
You are welcome! :)
-
@jamosweb To remove bottom padding from sub-menu items, you need to use the following css:#Header #Top_bar .menu > li ul.sub-menu a span:not(.description) { padding-bottom: 0 !important; }
-
Hey, yes, it is possible. To do this, you need to use layout configurator feature. More details about it, you can find on http://forum.muffingroup.com/betheme/discussion/1031/header-footer-layouts-configurator
-
Ok, thanks. To remove those borders, you need to use below css instead:.with_aside.aside_both .sidebar-1 .widget-area { border: 0 !important; } .with_aside.aside_both .sidebar-2 .widget-area { border: 0 !important; }