Albert
Albert
About
- Username
- Albert
- Joined
- Visits
- 10,936
- Last Active
- Roles
- Administrator
Comments
-
Hi, if you use JS code under Theme option > Custom CSS & JS > Custom JS section, heading type like <script type="text/javascript"> is unnecessary. Thanks!
-
Class responsible for hiding it on desktop is for the column only, not for the whole row what you can see on http://pasteboard.co/2wWNepU5.png - if you send us dashboard access privately, we can have a look on it.
-
The maximum number of clients items per row is 4. To display more, you must use arrows like you mentioned above.
-
No, it is not possible. We do not have such possibility included yet but we will consider it while future updates.
-
What exactly you want to change in footer section per page basis?
-
As we can see, the css you left above, works fine. The problem is that you did errors in custom css section and that's why any css under the place where you did mistake, does not work. We suggest to move above css on 1st place to see the difference.…
-
What you ask for, 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, what is exactly happening? Any explanation of what error you got? Instead of asking for a refund, we suggest to read the doc http://themes.muffingroup.com/betheme/documentation/#installation where everything has been explained because we are pr…
-
Updates are lifetime and are not limited just like support. But the forum can not be open unfortunately.
-
Hi, we are sorry but we do not have anything like this included into theme unfortunately. Thanks for understanding!
-
No problem.
-
Hi Jack, please send us link to page where you got this gallery first so we can check why you have different hover effect. In reference to blurred images, we suggest to read the following css http://forum.muffingroup.com/betheme/discussion/938/prob…
-
Above css is for single portfolio pages only. If you want above css to work for other pages, just remove .single-portfolio part.
-
Hi, above errors has been sorted so we suggest to look for a problem in extra plugins or customization. Thanks!
-
Hi, we are sorry but we do not have such possibility included yet but we will consider it while future updates for sure. Thanks!
-
Hi Niki, did you checked Appearance > System Status if everything is fine on your server side? We suspect that your server is not compatible with wp_remote_get() function if settings does not import. In this case or you need to contact with your…
-
Hi, no, it is not possible. Thanks!
-
Hi, please send us link to page where you got it so we can have a look on it.
-
Hi, please send us link to page where you don't have responsive menu background first so we can check what might be the reason.
-
Hi, the images you tried to send above, does not work. Please send us working images and also please provide link to page where you a problem. Thanks!
-
Hi, we are sorry but we do not have anything like this included into theme. This feature is only for demo purposes. Thanks!
-
Hi, built-in SEO fields are very simply SEO stuff which is good enough for many users. However, if you expect more advanced options and possibilities, you should use external seo plugin like Yoast. Everything depends on your needs so you need to de…
-
Revisions does not work Muffin Builder tool and that's why you are probably not able to get any revisions. This feature works only with default WP editor.
-
Hi, you can install plugins anytime you want them. If you won't install plugins on start, nothing won't happen. You will not be able yo use them only.
-
Hi, please send us link to page where pagination does not work so we can check what is wrong exactly.
-
Ok. So if you want to start sidebar from desired place, you should use Sidebar Widget item instead per sections. Please notice that there is no other work around to display sidebars that way.
-
@fluxlabs Muffin builder is encoded with base64() and that's why it is not possible. This content must be encoded to be fully safe. For the Muffin Builder is responsible post_meta table.
-
Hi, this is how it works exactly and there is no way to change this behave. JS responsible for counting the space for the logo and banner loads at the end and that's why all css's must be loaded first and then js loads. In reference to slider on t…
-
@JosueAlfonso Yes, this is exactly what you should do. We are glad to see that you sorted it out!
-
Hi, to remove featured images from single portfolio pages, you need to use extra css:.single-portfolio .single-photo-wrapper.image { display: none !important; }