Albert
Albert
About
- Username
- Albert
- Joined
- Visits
- 10,884
- Last Active
- Roles
- Administrator
Comments
-
You're welcome ;)
-
Hi, it's due to css fault. So or you will wrap those image shortcodes with another with where line height is 0 or you must use our Muffin Builder's Image item. If you prefer to wrap into another div, then it should look as below:<div class="…
-
We did checked both (Chrome and IE) as well and it works exactly the same as on above screenshot.
-
Ok. It's great info that you stumbled on a solution on your own.
-
Hi, this "at" part, can be removed under theme files only. But if you will send us url to page where you got this text, we'll see if it's possible to cheat by setting text color the same as background. Not sure if this would be possible b…
-
Hi Hannes, yes, it is easy. All you need to do is set ID's per sections and set one page menu. More details about this feature you can read on http://themes.muffingroup.com/betheme/documentation/#menu Thanks!
-
Hi, if Muffin Options are empty after installation, 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. But if this won’t help, then…
-
Hi, 1. ID's you can find under Media > Library section. Please hover on the image and in the bottom, you will see the link to image where ID is. More details about Gallery shortcode you can read on https://codex.wordpress.org/Gallery_Shortcode …
-
Hi, please send us private message with dashboard access to this site so we can have a look on it. Thanks!
-
Hi, if you want to have different footers for different pages, you supposed to use Muffin Builder tool and do not display default footer. That would be the best workaround because we do not have other possibility. This little arrow in the right to…
-
Yes, this should be possible. You can use columns as text shortcodes.
-
Hmm, we did checked those settings on our side and it works. Please send us private message with dashboard access and FTP so we can have a look on it.
-
Please make a screenshot of which settings you mean then.
-
Ok. So to set fixed height for testimonials slider, please use below css:.testimonials_slider { height: 200px !important; }
-
So you mean "Creative" header which is on the right side. To increase this header size, please use below css:#Header_creative { width: 300px !important; } But remember, that the content which is on the right side, won't move with this men…
-
So if the problem was with custom css section, then maybe you did mistakes in that section and that's why it can not be imported/exported properly? This is the most likely reason.
-
As we see, there is not enough space in header and that's why we do not display secondary menu by default. However, if you don't care about it, you can use below css to display this menu:.header-stack #Top_bar .secondary_menu_wrapper { display: bloc…
-
Hi Roy, unfortunately tables are not responsive. Tables html code is just not compatible with responsive. We saw the solution you left us in the past but we noticed that it does not work on some devices what makes this solution useless. At this mom…
-
Hi, any url to page where you want to do this?
-
Hey, 1) Sorry but we do not have anything like this. 2) You can change this background with below css:ul.clients .client_wrapper { background-color: #FFF !important; } 3) No, this is not possible. Drop down menus can be made in header only.
-
Hi Deean, it's because what you added is a table while the tables are styled by default. Take a look at http://forum.muffingroup.com/betheme/discussion/453/how-to-make-a-plain-table where we explained how to reset table styles. Thanks!
-
Hi, do you mean Accordion Settings > Design Options section?
-
Hi, please send us url to this page and we'll have a look on it.
-
As we see, you have images that are 75x75px. To increase their sizes, you must play with add_image_size() functions which are under functions/theme-functions.php file. After this change, do not forget to use Force Regenerate Thumbnails plugin.
-
Currently we have over 100 of features in queue so the reply won't be quick for sure. Like we wrote above, we would be able to have a look on it when we finish current "to do" list.
-
Thanks ;)
-
Hey, if you want to remove Header & Subheader for all pages, you can do this with below css:#Header, #Subheader { display: none !important; }
-
You're welcome ;)
-
Hey, the option you refer to on screenshot above, is for background which is behind the menu like Modern for example. We do not have an option to fill whole header where items are with image. For that, you need to use below css:#Header .top_bar_lef…
-
You're welcome ;)