flicker91
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Virtue] Home Page Slide ShowGot it. Thanks 🙂
Forum: Themes and Templates
In reply to: [Virtue] Virtue tutorials & Site Tagline below LogoAssuming that the logo is already uploaded on the site, you could right click and save as. Then use a colour picker in photoshop or gimp or use http://imagecolorpicker.com/ to find the hex code, and enter the hex code in the tagline color option.
I hope I understood your question correctly.Forum: Themes and Templates
In reply to: [Virtue] Home Page Slide ShowExact same questions, except that mine seems to be set to 2. And I couldn’t find a way to change it either.
Forum: Themes and Templates
In reply to: [Virtue] Pros & Cons for using sliders on home pageAs I understand it, Pros and Cons of a slider would depend on what you are making a website for. If you want to depict your work as in a portfolio, or if you are designing a website for an organization, where you want to depict their products/success stories, a slider could be a great idea. For a personal blog, a slider might not make as much sense. It is also a personal choice- I find the movement of images,while I am reading something below, distracting but you could see what works for you.
I needed a slider to display latest posts, I am quite happy with recent posts slider
Another one that I know has great reviews (but didn’t work for me) is carouFredSel. You can read about it here.Forum: Themes and Templates
In reply to: [Virtue] 2 columns on home pageThanks.
Forum: Themes and Templates
In reply to: [Virtue] Removing 'author','category' information.If it is an option in version 1.5.3, then use that. I think the developers of the theme know what they are doing better than I do.
As for the columns, I changed those as well, by adding a few lines in custom CSS. I am not a coder, but I have a general idea about how these things work, which is why I was willing to make a few changes of my own. Which also means that I am willing to take responsibility if the site breaks in between, because of my ignorance. I’d gladly share the changes I made, but maybe you could check out themes that give you an option to alter the column width (I assure you there are themes like those as well).
Edit: I saw your website, and your subhedding is not hidden (you can see this option by inspecting the element (right click on the post to see this)). Might be something to do with the child theme, but you don’t need a child theme to add lines in Custom CSS. I am not sure what you did right or wrong. Also this might sound silly but have you set a feaured image for the post? There is an option on the right side of the page? Just confirming.
Forum: Themes and Templates
In reply to: [Virtue] Removing 'author','category' information.Hi thanks for the new feature. I needed to implement it at the time that I posted on the forum. I added this in Custom CSS and it worked.
.subhead{
visibility:hidden;
}This is the link to the site in case you want to see it work:
http://wondrouscuriosity.net/Forum: Themes and Templates
In reply to: Virtue Removing 'author','category' information.Thanks, and apologies for posting incorrectly. Yes, I have created a child theme.