Albert
Albert
About
- Username
- Albert
- Joined
- Visits
- 10,877
- Last Active
- Roles
- Administrator
Comments
-
@Velmaperales Your provider didn't told you the truth because it may does not work if loopbacks are not supported on your server. This issue has nothing to theme and is related with limits on server side only.
-
@IhsanMohamad 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, you got this information because you did not updated theme files properly. Please take a look at http://forum.muffingroup.com/betheme/discussion/3469/update-from-older-woocommerce-versions-to-2-3-3-or-newer-important where we explained how to u…
-
Great, we are glad to hear that :)
-
Hi, the link you sent above, does not work unfortunately.
-
Hi, this 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!
-
All details about updates comes from Themeforest. To activate this option, you need to check Get notified by email if this item is updated option under Downloads section of your dashboard.
-
Hi, please send us example link to that page first so we can have a look on it.
-
Hi, please send us link to page where you would like to exactly same thing.
-
As you can see on http://pasteboard.co/gUpM8NB.png the background video is fine and works as should.
-
So you are saying that you updated to latest 12.7 version and you still does not have an option to increase logo size? If that's what you mean, please send us private message with dashboard access and we will do the screenshot to proof that this opt…
-
Hi, can you be more specific? Above code looks fine so we don't get what is your problem exactly.
-
Great!
-
Did you tried to use this code in Column item instead? If not, please do this and if this still won't work as should, please set the class name for the column where this code is and let us know so we can have a look on it once again.
-
Yep, we agree that css is good but "nearly anything" is possible. However, this one is not unfortunately and requires customization on theme files. Thanks for understanding!
-
Hi, all details about theme update you can read on http://themes.muffingroup.com/betheme/documentation/#installation - we suggest FTP update because it's the safest way to update theme files.
-
Visual Composer us up to date. All details about VC update you can find on http://forum.muffingroup.com/betheme/discussion/15314/how-to-update-visual-composer
-
We met with same behave once in the past and the problem was related with php version or it's addon. The problem was that php array didn't worked as supposed to work. As we remember the problem was sorted by admin because something was wrong on serv…
-
@elibrarian Really? Please send us link to your site where this happens then.
-
Yes, you can replace all theme files with the new one of course.
-
Hi Susanne, please send us dashboard access privately then and we will see what you did exactly.
-
Demo content import won't change anything. Can you explain what exactly does not work in your case then? You said that above video didn't helped you so we would like what exactly does not work in your case.
-
Hi, to change sub-menu font to be the same as main menu, please use the following css:#Top_bar .menu > li ul li a { font-family: "Patua One" !important; }
-
Hi, to make semi transparent header completely transparent, you need to use extra css:.header-semi #Top_bar:not(.is-sticky) { background-color: transparent !important; }
-
You're welcome ;)
-
Do you mean copyright or what? If you mean copyright, you can try the following css:#Footer .footer_copy .copyright { font-size: 30px !important; }
-
You're welcome!
-
Hi, you can move this icon to the left side with the following css:#Top_bar a.responsive-menu-toggle { right: 50px !important; }
-
Ok, thanks. So to decrease horizontal padding between menu items, please use the following css:#Top_bar .menu > li > a span:not(.description) { padding: 0 10px !important; }
-
Hi, to remove featured image from single portfolio pages, please use the following css:.single-photo-wrapper.image { display: none !important; }