Albert
Albert
About
- Username
- Albert
- Joined
- Visits
- 10,884
- Last Active
- Roles
- Administrator
Comments
-
Each custom CSS, should be pasted under Theme options > Custom CSS & JS > Custom CSS section. We tried above css's and both works fine. If you will paste them into this section and it won't work, send us links to pages where it does not wo…
-
This message just says that you forgot to import demo slider. All sliders are included into package and can be easily imported. All details about slider import you can read on http://forum.muffingroup.com/betheme/discussion/15/how-to-import-revoluti…
-
Hi, we did checked your site on few different computers and on each, everything works fine. Sliders appear just after the page is loaded.
-
You still did not attached any.
-
But where exactly you set these values?
-
So maybe you just did not saved this content and that's why it is visible for logged users only? Because like we wrote above, when we check page, we do not see any images in the content what means these images are not there.
-
If activating default theme won't show breadcrumbs too, it means theme is not the reason. You supposed to check other plugins first but if this won't help, we suggest to contact with plugin's author as the problem you refer to, is simply not related…
-
Hi, please send us link to page where you have this problem so we can have a look on it.
-
Hi, 1) We are sorry but it is unfortunately not possible to make this effect slowly. What you ask for, requires files customization. 2) So you want to remove those borders between menu items?
-
Hi, you can remove this line with extra css only:.trailer_box .desc .line { display: none !important; } Merry Christmas you too :)
-
You can move this hover line with the following css:#Top_bar .menu > li > a::after { top: 86px !important; }
-
Hi, you have too many menu items and that's why menu items may do not look good on some devices. What we may suggest is move some menu items into sub-menus or just use extra css to decrease padding between items:.header-plain #Top_bar .menu > li…
-
You are welcome and have a great Christmas :)
-
Hi, to remove header background on mobile devices, please use extra css:body:not(.template-slider):not(.header-simple) #Header { min-height: 0 !important; } But we do not understand how exactly you want to remove header on mobile as well? Do you m…
-
Please send us link to page where both are not in the same line and we'll help you. In reference to 2nd question, we do not understand what exactly you want to change. The background of muffin widget menu? Wish you great Christmas btw :)
-
If it does not work with default theme as well, it means that BeTheme is not the reason and you must look for a problem somewhere else. You may check extra plugins or maybe just files on your FTP are corrupted. Merry Christmas :)
-
Ok, got it now. However, with this is unfortunately not possible with our items. Thanks for understanding and wish you great Christmas time!
-
Hi, 1. Category page is closely related with blog page and that's why you must set blog page properly first. 2. It's also because you don't have blog page like we wrote in point 1. Merry Christmas :)
-
For us, this looks like you don't want default layout of posts at all. So what you can do is remove the whole header with extra css:.single-post .section-post-header { display: none !important; } and just use Muffin Builder instead to create post p…
-
If that's what you mean, you can change this color under Theme options > Colors > Header section where Header background option is. Merry Christmas!
-
Hi, what values you set exactly? Please explain what you mean exactly because we do not see anything wrong on your site.
-
Hi Eyal, 1. Many images that comes with demos are free or were made by us and these can be used of course without license. However, some images we bought on http://photodune.net/ and in accordance to license, these can not be used without license. …
-
Hi, this is quite difficult question and we can not clearly answer on it because everything depends on your and your skills. Basically, if one of the pre-made layouts nearly fit to your needs, maybe it would be better to start with the demo and re-…
-
Hi, please show us on screenshot what you want to do exactly and also please provide us link to page where this happens.
-
Video is unnecessary. We did checked the screenshots you gave us above, but like we wrote, those images does not exist in the code. So we completely do not understand what you mean exactly because everything looks as supposed to look like. There is …
-
Please send us link to page where you got that proof so we can have a look on it. But please also switch to default WP theme and check if the same thing happen with default theme.
-
You are welcome :)
-
You can do this with extra css only:@media only screen and (max-width: 767px) { #Subheader { display: none !important; } }
-
You are welcome and Merry Christmas too! :)
-
@akatma You can do this with:.image_frame .image_wrapper .mask::after { display: none !important; }