Albert
Albert
About
- Username
- Albert
- Joined
- Visits
- 10,935
- Last Active
- Roles
- Administrator
Comments
-
Hi, the screenshot of the back-end of that page would be the best an easiest explanation. So please take a look at http://pasteboard.co/4RVgVjvr9.png Thanks!
-
If you want to activate sticky header on tablets, you need to turn ON Sticky on Tablet option under Theme options > Responsive section.
-
Ok, thanks. So to remove this effect, please use the following css:.image_frame .image_wrapper img:not(.ls-l) { top: 0 !important; }
-
You're welcome! :)
-
Ok, so you can remove it with:.layout-boxed.nice-scroll { padding: 0 !important; }
-
Ok. So to remove both, please use:.image_frame .image_wrapper .image_links { display: none !important; }
-
This can be done similar to what we described on http://forum.muffingroup.com/betheme/discussion/206/add-google-to-the-share-box
-
Hi, the video you sent above, does not work because it's private. Would be great if you can send us link to page where you have an issue so we can check the site as well.
-
This is how transparency works. And we are sorry but it is not possible to move the logo and menu down unfortunately.
-
Hi, please switch to any default WP theme and check if you got the same behave when default theme is active.
-
Hi, we are very sorry but we do not have this kind of horizontal menu included into theme unfortunately. Thanks for understanding!
-
So it means that you are unable to save the content because of the limits on your server side. More details about that you can read in the following topic http://forum.muffingroup.com/betheme/discussion/7689/muffin-builder-items-or-page-options-can-…
-
Ok, so all is clear now. Wordpress, since version 4.5, requires minimum PHP 5.6. It means your current PHP version is older than 5.6 and doesn’t support necessary Wordpress functions. We recommend you to contact with your admin/hosting provider beca…
-
You're welcome! :)
-
So if this is what is happening, you should contact with your admin because the problem must be related with .htaccess if regular links are fine.
-
Yes, we are 10000% sure about that. This file is responsible for all shortcodes/items. The files under includes/ folder are responsible for individual pages.
-
Ok. So to remove header background from mobile and move the logo up, you need to use the following css:@media only screen and (max-width: 767px) { #Top_bar:not(.is-sticky) { padding: 0 !important; } body:not(.template-slider):not(.header-sim…
-
You are welcome! :)
-
Hi, please go to Settings > Permalinks section and click Save Changes button to refresh permalinks.
-
Ok, thanks. As we can see, there is not enough space in sticky header (huge logo and search) and that's why menu items are not in the same line. So or you will move some menu items under sub-menus or you need to decrease padding between menu items w…
-
Hi, 1. You can do this under Theme options > Fonts > Size & Style section. 2. You can decrease this space with the following css:#Top_bar .menu li ul { top: 70% !important; }
-
Ok, it works now. So to make it full screen the same way as on http://www.radleystudios.tv/ there is few steps you need to do: 1. Deactivate Action Bar under Theme options > Menu & Action Bar > Action Bar section. 2. The you need to sort…
-
Hi, to align text vertically, you need to use custom css. So first, you need to set class name for the column inside which you want to align text and then do it with css.
-
Hi, we are sorry but we do not have such effect included. Thanks!
-
Hi Marvin, for that you need to use layouts configurator where you can set up own header type (in this case, you need Fixed header type). Thanks!
-
Hi, Wordpress, since version 4.5, requires minimum PHP 5.6. It means your current PHP version is older than 5.6 and doesn’t support necessary Wordpress functions. We recommend you to contact with your admin/hosting provider because your PHP version…
-
Hi, as far as we know, there is few different ways to do this and everything depends on version you have. So please contact with wpml support team and they would explain what's the best way to do this in your case. Thanks!
-
Hey, please send us dashboard access privately thru contact form which is on the right side at http://themeforest.net/user/muffingroup#contact and we will check what might be the reason. Please don’t forget to attach link to current topic so we kno…
-
As we see, posts are aligned to the left side on smaller screens what you can see on http://pasteboard.co/4zANOLWWG.png and this behave is the only proper one. So basically, we do not see anything wrong here.
-
Hi, to remove this space, you need to use the following css:#Footer .widgets_wrapper { padding: 0 !important; } #Footer .widgets_wrapper .widget { padding: 0 !important; }