zena1939
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Good Minimal theme, won't display bog postsUmmm… I had the same problem with minimatica.
Try making a category called Blog and put your post under that category.
Go to Theme Options it should be under Appearances or Settings there you can decide which category or tags you want to be a blog format. If this doesn’t work let me know. I’ll try downloading the theme and play around with it a little.Forum: Themes and Templates
In reply to: [Minimatica] [Theme: Minimatica] Changing sidebar to the leftfound a better way.
In your css editor for the your site find
#siderbarthen write
#sidebar{
position:absolute;
}This should definitely work.
Forum: Plugins
In reply to: [Contact Form 7] Changing the color of contact formFinally figured it out. Just put this your your CSS editor. I’m using the one that comes with the Jetpack plugin.
span.wpcf7-list-item{
color:red;
}Also if you want to format the check boxes just put in this
span.wpcf7-list-item{
display:block;
}Forum: Themes and Templates
In reply to: How to add class for current page in the menu?.current-menu-item{ background-color: (colorname); }
Are there other css commands for the navigation menus as well?
Forum: Themes and Templates
In reply to: [Minimatica] Customizing Excerpt for Pages in MinimaticaGot it. Check out this old wordpress post
Forum: Themes and Templates
In reply to: different size in thumbnails and imagesYeah, I had that problem before too. I called my host provider to give me permissions to upload images larger than 2MB. I also had to call them to upload YouTube videos to my site.
Forum: Themes and Templates
In reply to: Good Minimal theme, won't display bog postsHave you tried downloading the theme again to rest everything. It might be an issue with your plugins if you have any. Try to deactivate them.
Forum: Themes and Templates
In reply to: different size in thumbnails and imagesThere are plenty of plugins for this purpose. AJAX Thumbnail Rebuild, Force Rebuild Thumbnails, Rebuild Thumbnails are all plugins that do this.
Forum: Themes and Templates
In reply to: [Minimatica] Customizing Excerpt for Pages in MinimaticaDo you a way to customize the sidebar?
I’m trying to make the list items a different color than light blue.Forum: Themes and Templates
In reply to: [Minimatica] Customizing Excerpt for Pages in MinimaticaThank You. I figured out another way. Just go on to appearance -> theme options and you decide what type of page view you want to see.
Forum: Themes and Templates
In reply to: [Minimatica] Customizing Excerpt for Pages in MinimaticaAnd also I think I might have accidentally deleted my blog page/category is there a way to get it back?
Thanks in advance
Forum: Themes and Templates
In reply to: [Minimatica] Customizing Excerpt for Pages in MinimaticaSo there is no way to read more button on a page?
Forum: Themes and Templates
In reply to: [Minimatica] [Theme: Minimatica] Changing sidebar to the leftIf that does not work there is a plugin called WP Sidebar. That might work for you was well.
Forum: Themes and Templates
In reply to: [Minimatica] [Theme: Minimatica] Changing sidebar to the leftHello,
I’m not sure if this will work. Go to Appearance-> Editor
You will see Templates on the right hand side and click on Styles-> Stylesheet search #siderbarYou should see code like
#sidebar{
float:right;
width:220px;
color:#333;
line-height:36px;
}replace float:right to float:left.
Theoretically this should work.
Forum: Themes and Templates
In reply to: [Minimatica] Cannot use Minimatica sidebarMaybe you should try deleting and re-installing the theme.