
Albert
Albert
About
- Username
- Albert
- Joined
- Visits
- 10,824
- Last Active
- Roles
- Administrator
Comments
-
Hi, we checked your site but it looks like this blank space appears on mobile devices only and it's because of your custom css. But how to remove it, we have no idea because this space does not appear on desktop in mobile mode. Thanks!
-
Hi, yes, we know what's the reason of course. It's because your logo is huge - 1063 x 827px size and need to be definitely smaller.
-
Hi, which tab you mean is missing? VC version included into package is exactly the same version as provided by plugin's author (except PREMIUM stuff that are included for those who purchased plugin separately) so please send us which tab you mean t…
-
No, you can't. This item works with icons only. For more details about Content Link shortcode, please visit http://themes.muffingroup.com/be/theme/shortcodes/typography/#contentlink
-
Hi, this sounds like you are unable to save the content only because of the limits on your server side. More details about that you can read in the following topic http://forum.muffingroup.com/betheme/discussion/7689/muffin-builder-items-or-page-op…
-
Please send us link to page where you have a problem with sticky header using above. But please increase this logo size so we can check what might be wrong.
-
Sorry, we didn't knew its background. Anyway, please switch to any default WP theme and check if those VC borders works fine with default theme. If not, it means this has nothing to with the theme itself and to add such borders, it is necessary to u…
-
Hi, 1. To add search box, all you need to do is activate search under Theme options > Header & Subheader > Extras section. 2. You need to changer number of posts per page for blog page because search always display same number of results…
-
Any link to page where you would like do this?
-
Hi, please send us link to page where you would like to remove this border first.
-
Sorry but we do not understand. Why we should do a "recovery payment"? Refund policy was clearly explained on https://themeforest.net/page/customer_refund_policy and only in these cases, we can provide refund. Also, you've been using this…
-
Any link to page where you don't have menu icon?
-
1) You can use or the Gallery Shortcode or media button included into WP default editor. 2) All details about media ID, you can find on http://forum.muffingroup.com/betheme/discussion/21502/gallery-file-ids-media-id 3) Because WP does not allow to u…
-
You're welcome! :)
-
So because you use multisite, you need to change Table Prefix under Theme options > Global > Advanced section.
-
So in such case, you need to use below css:.page-id-xxx #Footer { display: none !important; } where xxx is page ID.
-
You are welcome ;)
-
@Xavier362 To align menu vertically, you need to use custom css:#Top_bar.is-sticky .menu_wrapper { margin-top: 10px !important; }
-
Hi, to move the highlight line to the bottom, you need to use custom cs:.menu-line-below #Top_bar.is-sticky .menu > li > a::after { bottom: -15px !important; }
-
You are welcome! :)
-
The link still does not work and you can see this yourself on http://pasteboard.co/yVDKFJ5Xf.png But to change heading size, you need to use the following css:.masonry.tiles .post-item .post-desc-wrapper .post-desc .post-title h2 a { font-size: 20p…
-
Yes, you can enable header transparency under Theme options > Global > General section. But to move it to the middle, you need to use custom css:.header-split #Header .top_bar_left .menu_left { text-align: right !important; } .header-split #He…
-
To remove this effect, use:.icon_box:hover .icon_wrapper { transform: none !important; }
-
Hi, to remove those dates, you need to use the following css:.blog_slider.flat .blog_slider_ul li .item_wrapper .date_label { display: none !important; } .section-post-related .post-related .date_label { display: none !important; }
-
Hi, this is because of WordPress itself and they promised to fix it in upcoming 4.7.3 version. More details about it, you can read on http://forum.muffingroup.com/betheme/discussion/24439/favicon-ico-file-type-not-allowed-to-upload-after-updated-to…
-
Hi, you got this Javascript error because you forgot to set Google Maps API key under Theme options > Global > Advanced section which is required by Google. More details about setting up this key, you can find on http://forum.muffingroup.com/…
-
It's simple. Builder has lot's of blocks and options for better control and each options/value has own place in array while saving to database. And the more elements you create, the higher limits you need. The same happens with menu items. If you wi…
-
Hi, please update theme to latest version and everything would be ok. Thanks!
-
Ok, great! :)
-
Hi, please set z-index: 9999 !important; for the wrap element where you set margin-top of -150px and it would look the way you want.