Albert
Albert
About
- Username
- Albert
- Joined
- Visits
- 10,864
- Last Active
- Roles
- Administrator
Comments
-
Hi, please send us link to page where you got these boxes so we can have a look on it.
-
Hi, could you point us to page on our demo where we used same video where voice and play buttons are?
-
No problem.
-
Hi, we are sorry but we do not have such option included. Thanks!
-
Hi, we are very sorry but it's not possible. Thanks!
-
@kia123 This is just an information about auto-updates and you should just ignore this.
-
Ok, got it. Please open your website in Firefox html mode (CTRL+U) and check html errors you got. Please fix them first and all should be fine. P.S. Anticipating your question, yes, those errors are not associated with theme and were made by you or…
-
Hi, at first, please turn off all extra plugins (including cache) and check because we think that one of them might be the reason. If not, then please update all theme files via FTP to latest one.
-
Sorry but to be honest, we don't know where the problem exactly is because we do not see anything related to theme. It means that the problem is out of the theme for sure.
-
@joseph79 The solution was following:@media only screen and (min-width: 768px) and (max-width: 959px) { #Top_bar .top_bar_left { width: 100% !important; background: #000 !important; } }
-
1. Sorry but it's not possible without files customization. 2. If it works fine for you, then you shouldn't worry about it. 3. To leave just photo and the title for PHOTO blog layout, you need to use the following css:.photo .post-desc .post-head …
-
To display header background below the menu, you need to select header type which is not transparent like Classic for example.
-
If you look at http://pasteboard.co/1a3yYJizR.png you see that you have empty column which should be removed because this is a reason why it does not work as should.
-
You should contact with person who did this installation for you because he need to be responsible for what he did. Or you can also watch instructional video where we explained how to import pre-made layouts what is very easy.
-
Hi, it's because of cache which is probably wrongly configured. Please clear cache and remove cache plugin and you will see the difference.
-
Please show us how and what exactly you want to do. Would be great if you can explain this on screenshot + send us link to page where you would like to do this.
-
Please don't do any changes and use original theme files and everything would be fine.
-
Sorry but it's not true and the following screenshot http://pasteboard.co/bCJfMaU0c.png is the best proof that it works in Safari on Mac as well.
-
Hi, it's section post header which you can remove with an extra css:.section.section-post-header { display: none !important; }
-
You can change this font with the following css:.story_box .desc_wrapper h3 { font-family: 'FONT-NAME' !important; }
-
You're welcome!
-
To get rid of this effect, you need to use the following css:.image_frame:not(.no_link) .image_wrapper img:not(.ls-l) { margin-bottom: 0 !important; } .image_frame .image_wrapper img:not(.ls-l) { top: 0 !important; }
-
You're welcome.
-
Hi, you forgot to set line-height under Theme options > Fonts > Size & Style section and that's why tags overlap each other.
-
Hi, to set up background color for the responsive menu, you need to use the following css:#Top_bar #menu { background: #FFF !important; } but about the logo, we didn't noticed anything wrong. It definitely does not stretch.
-
You are welcome! :)
-
Hi, to set up header background for individual portfolio items, you need to use Header Image option under Portfolio Item Options section.
-
So it does not change because you set responsive menu icon color under Theme options > Custom CSS & JS > Custom CSS section:#Top_bar a.responsive-menu-toggle { color: #fff; }
-
Hi, 1. Which color you want to change in "Muffin Recent Post" widget? 2. To change photo frame color, you need to use an extra css:.image_frame, .wp-caption { color: #000 !important; } 3. This could be done with custom css as well:.sing…
-
Ok. So to change it's font type and size, use:.wpb_posts_slider .flex-caption, .wpb_posts_slider .nivo-caption { font-family: 'FONT-TYPE' !important; font-size: 16px !important; } .wpb_gallery .wpb_flexslider .flex-caption h2 { font-family: 'FONT-TY…