Skime5
Forum Replies Created
-
Thanks, that worked. I didn’t see that option. 🙂
If it will only display 6, is there a way to set it up so it shows older archived posts?
If you look at events, you will see the postx format. However, you will notice a post called resourcetest1 shows up and the category is resources, not events.
What I would like to do create another blog page called resources, use postx formating and only show resource category on it.
Thanks!!!
Forum: Plugins
In reply to: [WooCommerce] Woocommerce for stripe showing “grayed out” credit card fieldsAnd I will as well. Need to solve this soon.
Forum: Plugins
In reply to: [Master Slider - Responsive Touch Slider] Formating MS images in Zerif proActually, I may have figured this one out. I just added the following code to the slider and it looks good.
@media screen and (max-width:1023px) {
.home-header-slider {
padding-top:107px;
}
}
@media screen and (max-width:767px) {
.home-header-slider {
padding-top: 0px;
}
}
@media screen and (min-width:1024px) {
.home-header-slider {
padding-top: 74px;
}
}Forum: Plugins
In reply to: [Front End Users] Unable to add new userHaving the same issue. I can’t add a user via the dashboard. I input all of the info and then hit add user. Nothing is added and the info is cleared. Any idea what is causing this issue?
Forum: Themes and Templates
In reply to: [Zerif Lite] Zerif Lite Theme – Header space and logo sizeSolution? Well, yes I do.
Advanced CSS Editor works well with Zerif PRO
Code: .navbar-brand {
/*padding-bottom: 0 !important;*/
/*height: 76px;*/
height: 80px;
position: relative;
line-height: 60px;
padding: 7px 15px;
display: inline-block;
}Hope that helps.
Forum: Themes and Templates
In reply to: [Zerif Lite] Zerif Lite Theme – Header space and logo sizeI am having the same issue. I have installed the Custom CSS plugin, and have add this code:
}
.navbar-brand > img{
max-height: 100px !important;
}But my logo remains small. I have several sizes of logo but it doesn’t seem to matter. Any idea how to increase the logo size in Zerif Pro?
Forum: Fixing WordPress
In reply to: Image sizes for Our Focus Widget for Zerif ProOpps…..Thanks!