Albert
Albert
About
- Username
- Albert
- Joined
- Visits
- 10,876
- Last Active
- Roles
- Administrator
Comments
-
As we can see, you set this image as html background. There is 2 ways to display full size of this image then: 1) Choose transparent header type instead of the current one. 2) Use this image as header's background, not as html part. In reference t…
-
We do not have any option to disable Google fonts completely so if you want to remove them, you need to modify functions/theme-head.php file where we load those fonts. But why it's 0% uptime for you, we have no idea because first time we met with so…
-
Hi, to add space between those columns, you must set class name for the section (like: section-class-name) where those items are first and then, you need to use the following css:.section-class-name .one-third.mcb-wrap { margin: 0.5% !important…
-
Hi, CF7's colors you can change under Theme options > Colors > Forms section. Thanks!
-
You're welcome! :)
-
Breadcrumbs can be disabled under Theme options > Header & Subheader > Subheader section.
-
@amcoms Any link to page where date picker does not work?
-
Hi, please send us link to page first where you want to increase the logo size on mobile. Thanks!
-
Hi, everything has been explained in the documentation of course (section 4.4). And yes, documentation is clear enough. However, for the buttons is one more option included into panel under Theme options > Global > General section. There is a…
-
1) We are not server experts so we don't know which one should be checked exactly. However, we had similar situation once in the past and the problem was sorted by admin. There was something on server side but we did never get specific details of wh…
-
You are welcome! :)
-
Ok, thanks. So to center those images, you need to use the following css:.sliding_box .photo_wrapper { text-align: center !important; }
-
To add border around comment box and to move it to the left side, please use the following css:#comments .commentlist > li .comment-body { border: 1px solid #FFF !important; margin-left: 0 !important; }
-
You're welcome!
-
You can disable Responsive mode under Theme options > Responsive section.
-
Hi Pascal, this is how it works on mobile. There is only one thing you can do: remove section's backgrounds from mobile devices under Theme options > Responsive section. Thanks!
-
You're welcome! :)
-
Hey, we did never used this framework so we don't know if this would work or not unfortunately. Thanks!
-
Please send us private message with dashboard access to page where alt tag does not work then.
-
1. Posts are not pages and that's why it does not work the same on post pages. To set subheader background per individual posts, you need to use extra css:.postid-xxx #Subheader { background-image: url('PATH-TO-IMAGE') !important; } where xxx is po…
-
Thanks for the info!
-
Hi, thanks for your suggestion. However, so far we have only default WP gallery with few individual styles: fancy, flat and masonry. Thanks!
-
Hi, please take a look at http://forum.muffingroup.com/betheme/discussion/10/how-to-create-sidebar-and-set-up-for-page where we explained how to create sidebars and set up for pages. Thanks!
-
Hi, to display social icons, you need to activate Action Bar. You can do this under Theme options > Menu & Action Bar > Action Bar section. Thanks!
-
Hi, this is how VC is counting width of the screen and in reference to screen width, displays right background images. This behave can not be changed of course. Thanks!
-
Hi, all Google fonts are located under Theme options > Fonts section. If you don't want to use google fonts, you must upload custom fonts instead. Thanks!
-
To decrease that header type, you need to use extra css:#Top_bar:not(.is-sticky) { padding-top: 0 !important; } #Top_bar { top: 15px !important; } body:not(.template-slider) #Header { min-height: 70px !important; }
-
You are welcome ;)
-
Ok. So to style this comment box, please use:#comments .commentlist > li .comment-body { background: #000 !important; } #comments .commentlist > li .comment-author .fn a, #comments .commentlist > li .comment-author span.says { color: #FFF !…