Albert
Albert
About
- Username
- Albert
- Joined
- Visits
- 10,866
- Last Active
- Roles
- Administrator
Comments
-
Hi, this is just how this feature works. But if you want to display full image, please use the following css:.image_frame:not(.no_link) .image_wrapper img:not(.ls-l) { margin-bottom: 0 !important; } .image_frame .image_wrapper img:not(.ls-l) { top:…
-
Glad to hear that ;)
-
Your css is wrong. Product pages are tagged as postid not page-id. The right css would be:.postid-2882 #Subheader { background-image: url('http://2016.preparadorfisico.net/wp-content/uploads/2016/05/header_02-2.jpg'); }
-
You're welcome!
-
Hi, to set the background color for menu on mobile when header is sticky, please use:#Top_bar.is-sticky #menu > ul { background: #000 !important; }
-
Hi, this is right top bar which can be disabled under Theme options > Header & Subheader > Extras section.
-
Hi, to do this, please use:.header-fixed #Top_bar .logo { margin-left: 50px !important; } #Top_bar .menu_wrapper { margin-right: 50px !important; }
-
Hi, please send us link to page where you got this table first.
-
Hi, 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-options-can-not-be-…
-
Hi Pablo, css backgrounds are not responsive and never won't be. It's technically impossible. Thanks!
-
http://forum.muffingroup.com/betheme/discussion/1080/search-results-don-t-take-care-of-shortcode-content-builder-seo/p1
-
Hi, Image item have Link attribute where you can set up external link.
-
Hi, Looks like your server does not support wp_remote_get() function which is a default WP function btw. wp_remote_get() uses loopbacks and this could be the reason why you are unable to import complete pre-made layout. So or you will contact with …
-
Social icons means that the links for those social icons can be changed. To be honest, you are the first for over 40.000 who told us that it's confusing. But thanks for your suggestion anyway.
-
No, there is no quick fix. There is a lot of things to be changed but don't worry because the update will be ready before the weekend.
-
From what we see, you hidden Right Top Bar section under Theme options > Header & Subheader > Extras section.
-
If you want to upload theme via FTP, you can not upload betheme.zip file. You need to unpack this first and upload unpacked /betheme/ folder.
-
No, we mean link to page where this image is.
-
Already did it once again.
-
Great! Glad to know that you found it.
-
Hey, please send us link to page where you would like to do those changes.
-
Hi, if Muffin Options are empty after installation or does not save as should, it means your server is limited. In this case we recommend to deactivate all plugins first and after that click “Save changes” button under empty Muffin Options panel. B…
-
The item for Slider item you can add under Slides section on the left side in main dashboard. But shop slider item displays the items from the right WooCommerce category so to use this item, you must have WooCommerce plugin installed.
-
Hi, as you can see on http://pasteboard.co/blKXug4gY.png it works in Chrome exactly the same as in any other browser.
-
Hi, Looks like your server does not support wp_remote_get() function which is a default WP function btw. wp_remote_get() uses loopbacks and this could be the reason why you are unable to import complete pre-made layout. So or you will contact with …
-
Ok, we see what you mean. However, what you ask for, is not possible unfortunately.
-
You're welcome! ;)
-
Hi, to remove border from sub-menu items, please use the following css:#Top_bar .menu li ul li a { border: 0 !important; } #Top_bar .menu li > ul { box-shadow: 0 0 0 0 !important; }
-
You're welcome! ;)
-
Ok. So to do what you explained on screenshots, please use the following css:.woocommerce ul.products li.product .desc { padding: 0 !important; } .woocommerce .product .hover_box_product { width: 100% !important; }