Albert
Albert
About
- Username
- Albert
- Joined
- Visits
- 10,885
- Last Active
- Roles
- Administrator
Comments
-
This is section's background image.
-
This is free image so you don't need to buy it anywhere.
-
Ok, but please deactivate maintenance mode so we can have a look on it.
-
Ok, got it now. We see the difference of course in menu and in footer where widgets are. You know why? It's because you imported demo twice and this is the reason why menu items are duplicated now. What you need to do now, is sort menu items under A…
-
1. You use "Overlay" header style which is kind of transparent menu and this can not be done with css. We got only one trick in this case. Personally, we do not like it but it works and it's the only way to do this:@media only screen and (…
-
Like each css, you should pasted it under Theme options > Custom CSS & JS > Custom CSS section where all custom css's should be stored :)
-
Hi, please send us url to image you mean because we do not know what image you are talking about.
-
Please send us private message with access to your dashboard then and we'll have a look on it.
-
You're welcome ;)
-
Hi, to edit content, you must go to page edition section and under "Page options" section you have Muffin Builder tool where whole content stored is. Thanks!
-
Hi, please send us url to site where menu items are uppercase because to be honest we have no idea where you got it. There is nothing like that on our demo as we see.
-
Ok, great :) we got it now. We'll consider this feature while future updates of course.
-
We do not have any tutorial for that unfortunately because we thought that this is easy and clear enough. Every item, like client's carousel which contain logos or something like that inside, works the same way. In main dashboard, on the left side w…
-
@katalintamas Maybe you deactivated this section under Theme options > Global > Advanced section?
-
Hi, please use below css and this should help you with disappearing logo:#Top_bar #logo img.logo-main { display: block !important; }
-
You're welcome ;)
-
Hi, to remove featured image from single portfolio page, please use below css:.single-portfolio .single-photo-wrapper { display: none !important; }
-
On homepage you have a slider, but on subpages you got header background image which is not covered. And it's because header background is not wide enough. So or you will upload larger background or you will use below css to expand image width:#Head…
-
The logo is small on subpages, because you use Fixed header. There is not enough space in fixed header and that's why it's smaller. But of course you can increase logo size with below css:.header-fixed #Top_bar #logo img { max-height: 95px !importan…
-
Hey, unfortunately we do not have any option to display .pdf as images by default. You can only insert pdf as link so after the click, .pdf will open. You can use below link tag:<a href="LINK-TO-PDF-FILE">Open PDF file</a>
-
Hi, to create different header styles per different pages, you must use layouts configurator feature which is included into theme of course.
-
Hi, to increase any images sizes, you must play with add_image_size() functions under functions/theme-functions.php file. Please remember also that after size change, you must use https://pl.wordpress.org/plugins/force-regenerate-thumbnails/ plugin…
-
Hi, please take a look at http://forum.muffingroup.com/betheme/discussion/938/problem-with-image-size-in-shop-slider-media-images-settings-sizes where we explained why images are blurred. Thanks!
-
Hi Lucie, did you read the explanation in the documentation http://themes.muffingroup.com/betheme/documentation/#menu where we explained how to set "One page" site? If not, then please look on it because we described there how this exactl…
-
Hi, sure, it's easy :) Please take a look at http://forum.muffingroup.com/betheme/discussion/1021/how-to-change-betheme-action-bar-link-colour where we explained how to change these links colors.
-
You're welcome ;)
-
Did you sorted this already? Because as we see, everything looks the way you asked.
-
Hi, this file does not come with our theme for sure. We have no idea where you get this file from. This must be one of your plugins for sure.
-
Do you mean 6 gallery images that are next to "How to prepare for recording" text?
-
Hi, Looks like the code is fine. Please send us url to page where you got this problem and we'll have a look into the code because you probably did mistake in other place.