Albert
Albert
About
- Username
- Albert
- Joined
- Visits
- 10,864
- Last Active
- Roles
- Administrator
Comments
-
Hi, medic2.zip file is included into package of course. We just checked it.
-
What exactly does not work? And where?
-
Hi, we are sorry but it is not possible to remove linking from from testimonials. Thanks!
-
Hi, we are sorry but Action Bar does not work with Creative header types. Thanks!
-
Hi, no, there is nothing else you need to do. Just overwrite current theme files via FTP with the newest one.
-
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…
-
Hi, all demos are included under Appearance > BeTheme Demo Data section. For more details about demos import, please watch instructional video.
-
Hi, we recommend to change Style under Theme options > Blog, Portfolio & Shop > Shop section and also please clear and disable cache which might be the reason of how single product page looks like.
-
@LoriWalderich From what we see, your navigation is fine the same as widgets. We didn't noticed anything wrong http://pasteboard.co/cqdzAwIdD.png
-
Hi, for above contact form, we used the following code:<div class="column one-third"><label>Name:</label>[text* your-name]</div> <div class="column one-third"><label>E-mail address:</label&…
-
Hi, please send us link to page where you would like to do this so we can have a look on it.
-
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…
-
But it's not a button. It was made with Gallery Shortcode in a column. On page we gave you above, is a link to gallery shortcode https://codex.wordpress.org/Gallery_Shortcode as well. All details about images sizes you can find on http://forum.muff…
-
Yes, this is a right place where it should be. But can you explain what problem with activation you got? If you uploaded files, you should be able to see the theme under Appearance > Themes section.
-
3. Which one is the opinion on this page? 4. Ok. So to remove those details from WooCommerce pages, please use:.woocommerce .image_frame .image_wrapper .image_links { display: none !important; }
-
Action Bar is showing now of course what we can see on our end. But it might do not look good enough because of your other customization. We recommend to remove all custom edits and re-install theme files to use original product instead of customize…
-
Hi, it is not possible to have Modern header under the slider. Thanks!
-
Hi, it would be possible but it requires files customization unfortunately. Thanks!
-
Please send us link to page where you got this icon so we can have a look on it first.
-
Hi, 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 do the update properly. Thanks!
-
With theme customization everything is possible but we do not offer such customization unfortunately. So or you need to contact with your web developer or if you don't have any, we can give you contact to our colleges who offer such modification for…
-
Hi, looks like your theme is incomplete. We recommend to remove all theme files from FTP and upload them all via FTP as well.
-
You're welcome!
-
Hi Karl, bootstrap you are using overlap body background and that's why it does not appear. You need to remove body background with custom css then:body { background: none !important; }
-
You're welcome ;)
-
Ok, got it. So to change this color for specific pages, you need to use the following css:.page-id-xxx .ui-tabs .ui-tabs-nav { background: #000 !important; } where xxx is page id.
-
You're welcome!
-
Hi, for example like what? Please explain what exactly you want to change in countdown and also, please provide us link to page where you would like to do this. Thanks!
-
Hi, to change font color per specific pages, you need to use an extra css, like:.page-id-xxx p { color: #000 !important; }
-
Ok, thanks. As we can see, it's subheader's background. So to replace this background on mobile with different background, you need to use the following css:@media only screen and (max-width: 959px) { #Subheader { background-image: url('PATH-TO-…