Albert
Albert
About
- Username
- Albert
- Joined
- Visits
- 10,885
- Last Active
- Roles
- Administrator
Comments
-
@Denasia If you want to get refund, please contact with Envato team because they are the seller. We are the author only and we can help you with theme only. Can you explain why it is the worst experience you ever had? As we see, you are new to WordP…
-
http://forum.muffingroup.com/betheme/discussion/206/add-google-to-the-share-box
-
If you refer to image on this page http://kreativekakez.in/home/, image is definitely too small (should be FULL HD 1920px width). Also we do not understand what you did because if you want to set image as section's background you must upload this im…
-
@KaijuThemes Because you did not wrote which version you use, we have no idea if it's because of slider version or what. But if you want to get recent version of revolution slider, please send us private request and we'll send it to you.
-
You're welcome ;)
-
Hi Sara, as far as we know, you can not do this. But to be sure, we recommend to contact with Envato in this case. Thanks!
-
Hi, please send us url to site where you uploaded background image for section and it's not full width because we must have a look on it. But unfortunately you can not add any layers upon the columns. Thanks!
-
Hi, yes, it is possible. As you can see on http://themes.muffingroup.com/be/digital/ it's "Header below slider" style where sticky header is also activated when you scroll down.
-
Hi, do you have any example of what you mean? Because we are not sure what exactly you want to achieve. Thanks!
-
Ok. We checked your site and looks like images were not imported. If you are sure that you checked "Attach media" before import, then it means your server is limited and because of that limits, images can not be imported. As you can see on…
-
Hi, we know about this very well but did you checked the following topic http://forum.muffingroup.com/betheme/discussion/7846/revolution-slider-invisible-after-update-to-slider-5-x-version-and-wordpress-4-3 before you created own? If you want to kn…
-
You're welcome ;)
-
You're welcome ;) We're sooo glad to hear that like like our support!
-
Yes, you can use them in functions.php file.
-
@KaijuThemes Did you read 1st point carefully? There is a notice (available till version 4.6.9. But all newer versions can be updated via FTP only). And because you got newer version for sure, you must update plugin to recent version via FTP only.
-
Hi, you can do this with wordpress gallery for example. In content section create gallery where you can present other images related with particular portfolio item. Thanks!
-
You're welcome ;)
-
To remove logo completely, please use below css:#Top_bar .logo { display: none !important; }
-
To center buttons and remove blank space of pricing, please use below css:.wpb_column > .wpb_wrapper > *:last-child { text-align: center !important; } .pricing-box .plan-inside { display: none !important; }
-
Hi, you did it wrong and that's why it does not work properly. To set borders properly for menu items, please use below css:#Top_bar .menu > li > a { border: 2px solid #000 !important; }
-
Yes, you can import fonts with css under Theme options > Custom CSS & JS > Custom CSS section. Import looks like below:@import url(http://fonts.googleapis.com/css?family=Roboto+Slab:400,100,300,700);
-
You're welcome ;)
-
Hi Brian, we recommend to deactivate plugins one by one because looks like the problem is between plugins. We see some errors in JS console due to this fact. Thanks!
-
Maybe it's due to the cache?
-
You're welcome ;)
-
Hi, this is background image for subheader and you can control this image under Theme options > Custom CSS & JS > Custom CSS section. Below css is responsible for that image:#Subheader::after { background: rgba(0, 0, 0, 0) url("h…
-
Hi, should be possible to use link in slogan field so please just try it. You can control these details under Theme options > Menu & Action Bar > Action bar section.
-
1. Yes, it is possible to move the search bar up. You can do this with below css:@media only screen and (max-width: 479px) { #Top_bar .search_wrapper { bottom: -69px !important; } } 2. We are talking about the authors who create posts. And yes…
-
You're welcome ;)
-
Hi, you can not keep original files in child theme of course. Child theme works only with 2 files: style.css and functions.php. More details about child theme you can read on https://codex.wordpress.org/Child_Themes Thanks!