Albert
Albert
About
- Username
- Albert
- Joined
- Visits
- 10,883
- Last Active
- Roles
- Administrator
Comments
-
Hi, you can't because we do not have such header type included. All available header types you can find under Theme options > Header & Subheader > Header section. Thanks!
-
If you import the demo which does not have any form, but you want to have, then obviously you need to create it. There is no simple or "1 click magic" method to get whatever you want from any place you need. Something like that is just not…
-
The plugin was the reason, right? Anyway, we are glad to hear that you sorted it out!
-
Yes, we did checked on mobile as well and it looks exactly the same as on desktop http://snag.gy/2I6TN.jpg
-
No, they are restricted by your server, not Wordpress. You need to contact with your admin.
-
Hi Gert, we do not have such device so we can not check what might be the reason exactly. Sorry!
-
Hi, can you show us what you mean? We did checked this item several times and we are sure that everything is fine what means you did something wrong on your side.
-
Hi, please take a look at http://forum.muffingroup.com/betheme/discussion/2783/important-learn-how-to-send-private-message where we explained how to send us pm.
-
We are not the seller, you bought theme from Envato so you need to contact with Envato as we have nothing to sales.
-
Hi, we suggest to start from plugins updates because you are using very old version of VC.
-
Hi, this is how Revolution Slider plugin works and there is nothing what you can do to change this behave unfortunately. Thanks for understanding!
-
Hi, yes, it is possible. You can do this with custom css, like:.page-id-xxx #Top_bar { display: none !important; } where xxx is PAGE ID.
-
Hi, we set it under Theme options > Custom CSS & JS > Custom CSS section with css:.image_frame .image_wrapper:after { content: ""; display: block; position: absolute; right: 0; top: 0; width: 0; height: 0; border-style: solid; b…
-
You are welcome! :)
-
To remove featured image from single portfolio pages, you need to use extra css:.single-portfolio .single-photo-wrapper.image .image_frame { display: none !important; }
-
Hi, we suggest to switch to default template and use the following css to hide the top navigation:.section.section-portfolio-header { display: none !important; }
-
Great!
-
You are welcome! :)
-
On our side, everything looks fine. The responsive menu looks exactly as supposed to look like.
-
Hi, you can translate it with built-in translator under Theme options > Translate section.
-
Ok. So to do something like this, you need to use the following shortcode:[popup title="Link Text" padding="0" button="0"][contact-form-shortcode-here][/popup]
-
It's simple text with some custom css:#Subheader .title { border-color: #fdd32b; border-style: solid; border-width: 10px 0; color: #fff; display: inline-block; float: none; font-size: 60px; line-height: 60px; marg…
-
Hi, yes, it is possible but you need to activate Description under Screen Options section which is in the right top corner of Menus section.
-
So this can be done with custom css only:.single-post .fixed-nav { display: none !important; }
-
Hi, it's WP's feature and all details about this option you can read on http://forum.muffingroup.com/betheme/discussion/1007/fixed-visual-editor-text-area-not-scrolling
-
You are welcome ;)
-
Hi, we set the slider under Page Options section and also set Header Below Slider under Theme options > Header & Subheader > Header section.
-
Hi Angela, this is header's background. If you don't need it, you need to set Minimalist header under Theme options > Header & Subheader > Header section.
-
You're welcome!
-
Hi, 1) Yes, this can be done with:.section-post-related .post-related a.button { display: none !important; } 2) To change it's background, use the following css:.section-post-related { background: #000 !important; }