Albert
Albert
About
- Username
- Albert
- Joined
- Visits
- 10,861
- Last Active
- Roles
- Administrator
Comments
-
Hi, please send us WordPress dashboard access privately thru contact form which is on the right side at http://themeforest.net/user/muffingroup#contact and we will check if this is a BeTheme issue. Please don’t forget to let us know what for the ac…
-
We noticed you use lot's of 3rd party plugins so if you faced any issues with images scaling, we suggest to disable all 3rd party plugins and update theme to its latest version.
-
@rtsallagov Sorry but no. We have other features and fixes in queue that need to be done first.
-
@signmakers If you install betheme.zip file an and get the message like "Are you sure you want to do this?", it means that you can not install theme thru the WP default importer because of the limits on server side. It’s probably because o…
-
Hi, because you use on a local environment, we have no idea what might be the reason of such behave. If you will move your site online and it still won't work, then we would be able to have a look on it. Thanks for understanding!
-
Hi, please send us link to page where you would like to set transparency for wpml flags and we will check if it's possible. Thanks!
-
Hi, there is 3 possible reasons why Muffin Options might be empty on load (blank): - PHP version - Wordpress, since version 4.5, requires minimum PHP 5.6. So if your version is older than 5.6, you need to contact with your admin/hosting provider b…
-
What you ask for, requires files customization what in reference to Item Support Policy is not allowed. So if you want to modify files and don't know how, you should contact with your web developer. Or if you don’t have any, we recommend to try the …
-
You can create simple slider using one of our items/shortcodes. For more details about slider please visit http://themes.muffingroup.com/be/theme/shortcodes/content-blocks/#slider
-
Did you tried to use https://wordpress.org/plugins/wp-facebook-open-graph-protocol/ plugin? If not, please try and let us know about the results.
-
@iloop Thanks for the info!
-
Please send us link to page where you used above code then.
-
Hi, did you created blog page exactly the same as we described in the doc on http://themes.muffingroup.com/betheme/documentation/#blog ? Because it looks you set both: Blog page under Settings > Reading section and also use Blog item but as we e…
-
Hi, you can change them with http://forum.muffingroup.com/betheme/discussion/12/muffin-content-builder-migrate-tool-3-0-change-builder-paths-for-images-etc-while-site-migration tool.
-
Hi, 1,2. We suggest to disable all 3rd party plugins because this might be main reason of your issues. 3. What mess you get exactly? 4. This has actually nothing to the theme. You have zoomed your screenshot too much and that's why items on the lef…
-
Hi, what you can do is set class name for the column where text is and with custom css define for example left margin for the content inside section or wrap.
-
@rajsir What template you mean?
-
@privilege2006 For this demo we used BLANK template. And if you want to display default content like top bar or footer, you need to switch to DEFAULT template. Templates can be changed on the right hand side when you edit page. More details about pa…
-
Just as we asked above, please send us private message with dashboard access because we need to have a look on it closer.
-
Logo can be removed with the following css:#Top_bar .logo { display: none !important; }
-
Hi, you can set any font size you want for the sub-menu using the following css:#Top_bar .menu li ul li a span { font-size: 12px !important; }
-
Hi, we have no idea what you did in the backend and how but we have a quick css solution to center logo on mobile:.mobile-header-mini #Top_bar #logo { text-align: center !important; }
-
You are welcome! :)
-
Hi, yes, it is possible. To add similar backgrounds, you need to set set inline style for each td, like:<td style="background: #000 !important;">some text</td>
-
You are welcome! :)
-
Ok, thanks. So as we can see, sub-menu went down because of your large logo. However, you can move it up of course using the following css:#Top_bar .menu li ul { top: 60% !important; }
-
Hi, you can change those colors under Theme options > Colors > Forms section.
-
Hi, for this section we used Column item the following shortcodes inside:<h3>Our offer</h3> [list image="http://themes.muffingroup.com/be/finance/wp-content/uploads/2015/01/home_finance_offer_small1.png" title="Investmen…
-
Hi, it's an Action Button and you can remove it under Theme options > Header & Subheader > Extras section.
-
To make icons links and to increase their size, you need to use something as below:<a href="#" style="font-size: 20px !important;"><i class="ICON-NAME"></i></a>