Albert
Albert
About
- Username
- Albert
- Joined
- Visits
- 10,860
- Last Active
- Roles
- Administrator
Comments
-
Sorry but like my college above said, it's not possible. Only FIXED header is the one which does not resize on scroll.
-
Hi, could you explain what exactly does not work?
-
Hi, it’s because of CORS library which hasn’t been installed on your server what you can see on http://prnt.sc/f5t7ev More details about the CORS you can read on http://enable-cors.org/server.html but we recommend to contact with your server admi…
-
Hi, the link for the first menu item - "Home" is #Header_wrapper and that's why it is active when you are in the top of page. One page active, shows you where you are on the page and this is what you exactly did by setting up that link.
-
Hi, please send us WordPress 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 let us know in a message, wha…
-
http://prnt.sc/f5t578 - this is a screenshot from Chrome and we are sure there is no bug related with the theme.
-
Hi, we are very sorry but it is not possible to set custom layout per different language and post. Thanks for understanding!
-
Hi, please send us link to page where you would like to change color. Also, please explain or show us on the screenshot, which color you want to change exactly.
-
Hi, which part of text you want to align to the bottom?
-
Hi, thanks for above css. We are happy to know that you found solution yourself.
-
The "person" icon you presented on above screenshot is an icon, not image. I am not sure what exactly you would like to do with this icon so please explain what you mean.
-
We are sorry but this is not possible unfortunately. Menu is one whole and couldn't be split.
-
If WordPress does not see the plugins, then maybe you installed betheme-no-plugins.zip file? In such case, we suggest to get the plugins from /plugins/ folder from main TF package and install them as any other plugins.
-
Please take a look at http://forum.muffingroup.com/betheme/discussion/28262/page-options-dissapeard where we explained what might be the reason.
-
Secondary menu is not responsive because in our opinion, there is not enough space in header to include secondary menu. So, if your site will be online, let us know the link and we will see if there is anything we can do to help you with custom css.
-
Hi, please send us WordPress 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 let us know in a message, wha…
-
Hi, please send us WordPress 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 let us know in a message, wha…
-
Hi, not sure what exactly is wrong with your subheader background because it seems to be fine on our side, but you mean mean cover size for the background, what could be done with the following custom css:#Subheader { background-size: cover !import…
-
Hi Andrea, we do not see any button on the slider. The only button we can see is Action Button which is in the Right Top Bar, just next to menu and flag. Is this the button you are talking about?
-
Yes, you probably need class or something but because you did not left any further explanation, nor any link to page with more details of what you would like to do, we don't know what we are talking about exactly.
-
@tiffinase53 Please send us link to page where you would like to do this first.
-
Hi, this sounds like you are unable to save the content only 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-op…
-
@maria513 My college meant that you have 96MB of memory limit right now. If it's not possible to increase this value to 256MB, then please increase to 128MB at least and it should be fine too. But if not, you need to disable all plugins because this…
-
Hi, if you want to translate pages, you should make a copy of current page and then translate it. All details about pages translation, you can find on https://wpml.org/documentation/translating-your-contents/creating-translations-manually/ Howeve…
-
Hi, yes, it is possible. To remove box shadow from the bottom of header, you need to use the following custom css:.header-fixed #Top_bar { box-shadow: 0 0 0 0 !important; }
-
Hi, to change the title of Info Box item, you need to use the following custom css:.infobox h3 { font-size: 30px !important; }
-
Hi, yes, it is possible but with custom css only:@media only screen and (max-width: 767px) { #Subheader { display: none !important; } }
-
Hi, to remove padding from table, you need to use the following custom css:table th, table td { padding: 0 !important; }
-
@DaniaBikes No, we do not have any solution to show slogan on phones. But, to remove action bar from mobile, please use:@media only screen and (max-width: 767px) { #Action_bar { display: none !important; } }
-
Hi, to increase logo in sticky header, please use:#Top_bar.is-sticky #logo img:not(.svg) { max-height: 75px !important; } #Top_bar.is-sticky #logo { padding-top: 0 !important; margin-top: -10px !important; }