Albert
Albert
About
- Username
- Albert
- Joined
- Visits
- 10,867
- Last Active
- Roles
- Administrator
Comments
-
It's http://muffingroup.com/plugins/mfn-migrate-cb.zip
-
We can not agree with you unfortunately but we accept your opinion of course and like we previously wrote, we will consider such option during future updates.
-
@teubl We may forward this question to plugin's author privately only. However, we know from experience that they do not answer on questions that we ask for clients. Please also notice, that it does not mean that we can ask them for a support only b…
-
Hey, you can set it up under Theme options > Header & Subheader > Extras section where Banner field is.
-
You're welcome!
-
Please set your header image first as on above page, there is no images in header currently.
-
Hi, in reference to TF license and agreements, once purchased license can be used for one site/domain only. If you want to use this theme for few sites, then you must buy as much licenses as many sites you want to build (via Themeforest of course a…
-
Ok, thanks. As we can see, you set Simple style under Theme options > Global > General section and that's why this item does not look the same as on our end.
-
We are sorry but it is not possible to display post's featured image as header background. For posts, you need to use Header Background option instead to display background in header.
-
Yes, it must be.
-
Hi, for header is responsible includes/header-top-area.php file and this is the only place where you can change social icons order. Thanks!
-
Yes, this is it. Just think. If you look at http://www.ultimaterentals.com.au/fleet/, post with Aston Martin is the newest one, but post with Audi R8 is older. And if you go to http://www.ultimaterentals.com.au/car/audi-q7-sline-2014/, the older pos…
-
It has a different color because as we can see, you switched to VC plugin. Everything was fine where you were using Muffin Builder. However, we do not have any impact on how VC works (this plugin does not belong to us) and there is nothing what we c…
-
If you look at http://pasteboard.co/1tCs1yvi.png you see that the columns you use got large bottom margin. What you need to do then is to set 0px of margin for the columns where buttons/headings are. To do this, you can set custom class name for tho…
-
Hi, the site you sent above, is under construction.
-
We are sorry but this one requires files customization and won't be possible to remove link with css.
-
Hi, please check Appearance > System Status section for server limits because this could be the reason why you are not able to save.
-
Hi, this requires files customization what in reference to Item Support Policy is not allowed. So if you want to modify files and don't know how, you should contact with your web developer. Thanks for understanding!
-
Hi, to remove Action Bar on mobile completely, you need to use the following css:@media only screen and (max-width: 767px) { #Action_bar { display: none !important; } }
-
Ok, thanks. So to make this icon bigger, please use the following css:#Top_bar .menu > li > a i { font-size: 24px !important; }
-
What you can do is move those arrows to the right side or just remove them. So just pick up one of below lines to do this:.menuo-arrows #Top_bar .menu > li.submenu > a > span:not(.description)::after { right: -5px !important; } /* this line…
-
You're welcome! :)
-
Hey, to remove date on hover, you need to use an extra css:.portfolio_group.exposure .portfolio-item .details-wrapper .column.date { display: none !important; } but to replace it another box, you need to modify theme files as we do not have such p…
-
Ok. So to set background color for TH, you need to use the following css:table th { background: 000 !important; }
-
You're welcome ;)
-
Hi, to center menu items, or you need to select Stack: Center header style instead or use the following css to increase menu's width so it could look as centered:.menuo-right #Top_bar .menu_wrapper { width: 77% !important; }