Forum Replies Created
list of topics you have created till now.
-
-
I did. It’s only one line that says:
“Create a new page. Select “Blog” template from the Page Attributes box. This page will show your posts.”
But when I do that and setup a couple of posts, all I get is this:
http://imgur.com/Naqe9RqAm I doing something incorrectly?
That looks really great Mehmet! I was just curious as how to implement the blog to look that way. Is there a new version of the theme beyond 3.5? The version I currently have only has the blog posts looking like a portfolio page with thumbnails for posts. How would one setup the blog to look like the demo site link?
Thanks!
Hi. I updated to the latest version and added a blog page. Just curious, is the blog page supposed to show posts similarly to how it is shown in the portfolio section? I’ve included a screenshot to show how my two example posts are showing up.
Thanks!
I’m familiar enough with coding to adjust it I think. Could you point me in the right direction though? Where would I begin to look for the definition of the “lightbox”?
Awesome thanks! Is there any way to adjust the size of the lightbox (or create another shortcode defining a different lightbox) so that it can be square?
I’d also be interested in adding a blog. When the theme is updated, where can I go to download the latest?
Thanks!
Here is an example vine that you can work with. Thanks!
https://vine.co/v/h3uQHOxxUdHAnd I figured out the CSS code myself. Just incase anyone else is curious:
To remove the space below videos posted on a portfolio page:
.portfolio-field img, .portfolio-field .fluid-width-video-wrapper, .portfolio-field video { margin-bottom:0px; }To style a caption below the video, I created a class for the
tag:p.portHeader { margin:-4px 0 0 0; border-width: 0 0 0 3px; border-left-style:solid; border-left-color: #65c77f; }also, I want to be able to add some text below each video I place, but when I type anything, the spacing is enormous. Is there anyway to style it so that I can caption the videos underneath each one?