Albert
Albert
About
- Username
- Albert
- Joined
- Visits
- 10,935
- Last Active
- Roles
- Administrator
Comments
-
@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 !…
-
Ok. So to increase subheader size and top padding, you need to use the following css:#Subheader .title { font-size: 70px !important; line-height: 70px !important; } #Subheader { padding-top: 100px !important; }
-
Great!
-
Hi, to move the search icon to the left side, you can try the following css:#Top_bar a#search_button { margin-right: 50px !important; }
-
Hi, this grey background under the logo is right top bar which can be disabled under Theme options > Header & Subheader > Extras section.
-
Hi, to activate sticky menu on mobile, you need to go to Theme options > Responsive section where that option is. Thanks!
-
Hi, for that, you can use Equal Height of Items in wrap | equal-height style for section. Thanks!