Avatar

Albert

Albert

About

Username
Albert
Joined
Visits
10,824
Last Active
Roles
Administrator

Comments

  • 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.
    in menu problems Comment by Albert May 2017
  • 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; }
  • My college did not explained it too clearly so i will try. Builder template is kind of template that display builder content only and nothing else. This is the whole sense of have such template. So, if you want to have comments, you need to use one…
  • I am not sure if my college understood your question, nor i didn't. So please do the screenshot with explanation of what you would like to achieve because if i understand well, what you ask for is not possible.
  • We are very sorry but we do not have any solution to make it possible unfortunately.
  • Ok, thanks. So this looks 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-o…
  • Hi Stefan, please send us link to page where you would like to change this color first so we can take a closer look.
  • No, you did not. Compare the css my college gave you above and the one you have on your site and you will see the difference. Your css is broken is it is not the same as above.
  • @swarupa You can try to add it as raw shortcode but we can not guarantee that it would work as we did never made such items to be compatible with sidebars.
  • Hi, WP adds sometimes p tags automatically and the only solution to remove them is to switch to Visual Editor and remove these html tags. However, if these tags would be back after removing them, then we do not have any other solution to remove the…