Pablo
Pablo
About
- Username
- Pablo
- Joined
- Visits
- 4,874
- Last Active
- Roles
- Moderator
Comments
-
Hi @andywattbulbThat's because of parallax option turned on in header.To make it fully responsive, you have to disable it.Thanks.
-
I'm glad to hear that.Is there anything else I can help you with?Thanks.
-
Hi,Please send me a link to your website.Also, disable all of the plugins, clear the cache and check again.Thanks
-
Hi,It's not possible at all.You have to create a section which is visible only for mobile. While editing a page, edit a section and change the Responsive Visibilityhttp://prntscr.com/l4c7oz Thanks.
-
Is your jQuery filtering option turned on?If yes, please disable it.http://prntscr.com/l4c6ho It's inside Theme Options > Blog, Portfolio & Shop > BlogThanks.
-
Hi, All possible settings of portfolio are in Theme Options > Blog, Portfolio & Shop > Portfolio. It's not possible to add additional paddings through CSS, because margin/padding is managed by javascript and it can make issues. To make it,…
-
Hi,You make a typo.Its [icon] not [ico] and it's not [fa], but [icon]https://themes.muffingroup.com/be/theme/shortcodes/typography/#icons Also, if this won't work for you, please use a <icon class="icon-name"></i> Thanks.
-
Hi, Muffin Builder is our editor, which we recommend to use. It has more items and works better with our theme. WPBakery is a plugin. We didn't make it. Many users prefer to use it, but it's a matter of habit. It's not possible to use a WPBakery a…
-
Hi,I have to take a look on your website.Please send a link to your website as soon as possible.Thanks.
-
Please disable all of the plugins and try to upload logo inTheme Options > Global > LogoThanks.
-
Hi,I see that you created another wrap for this buttons.Make these buttons 1/4.And for left and right, insert a 1/4 placeholder.I mean placeholder(1/4), button(1/4), button(1/4), placeholder(1/4) Something like this:http://prntscr.com/l4by20Also, ma…
-
Hi,Please paste this CSS code into Theme Options > Custom CSS & JS > CSS@media (max-width:767px){ #Intro{ max-height:400px !important; } h1.intro-title{ font-size:20px !important; font-weight:600 !important; } } Thanks
-
It is, but it require advanced CSS code.I see that you changed the header type, do you need this customization? Cheers
-
We didn't get any message from you yet. Please check your mail for our response, even in the spam folder. If you don't have any message from us, please send your login credentials again. Also, be sure that you sent all required information mentioned…
-
What is the "page report (administration)"I do not understand, please send me a link to screenshot of it.Thanks.
-
Hi, What you are referring to is the action button. Please go to theme options>header&subheader>extras and change the action button. See here: http://prntscr.com/fb1egt We sometimes also add the 'BUY NOW' button as the last menu item, be s…
-
Hi,We do not have such an option in BeTheme.Also, BeTheme do not have any third party cookies. Cheers.
-
Hi,Please paste this Custom CSS code into Theme Options > Custom CSS & JS > CSS.sub-menu li{ border:solid 0.5px orange !important; } Thanks
-
If you want to hide some information, you can use a <div> with style display:none.Or, in muffin builder, click the hide option(only for whole section)http://prntscr.com/l4coir Thanks
-
Please check with our tool, if your license key is not used somewhere else.Thanks.
-
Please send us WordPress dashboard access privately thru the contact form which is on the right side at http://themeforest.net/user/muffingroup#contact and we will check what might be the reason. Notice! Please attach a link to this forum discussi…
-
Hi,Why can't you put the new icon, is there any message?Please disable all of the plugins, clear the browser cache and check again.Thanks.
-
I updated the code above.It works now.Thanks.
-
In previous post I told you how to do it.You have to give an ID for section (#test) and make a button with href="#test". Cheers
-
Hi,I disabled all of the plugins and it looks like everything is ok.Do you agree? Thanks.
-
Please paste this CSS into Theme Options > Custom CSS & JS > CSS.section-post-header .single-photo-wrapper{ display: none !important; } Thanks.
-
Sorry, I misunderstood you. In Theme Options this is not possible. You can change it with CSS, but it can a little bit destroy a layout of the menu. I mean, the menu items won't be in middle, they will stay at the top. Cheers.
-
Hi,I'll copy for you instruction for anchor links.It will show you how to create menu for one page, but last sentence, tells how to do it with buttons. This is what you need to do: 1. Go to menus and create a new menu - http://prnt.sc/f2v9he 2. Na…
-
Please update the theme to the newest version. It can be the fault of Nice Scroll, a new version of theme eliminates this issue. Thanks.
-
Please use this CSS code to eliminate this@media (max-width:767px){ .section p{ margin:0px 10px 10px 0px !important; } .section blockquote{ margin:0px 10px 10px 0px !important; } } Paste it to Theme Options > Custom CSS & JS > …