verysame
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Looking for a free, fullscreen responsive gallery themeI give up.
Forum: Themes and Templates
In reply to: Bakery Theme FooterIf it’s a free theme I’m not even sure you’re supposed to do that.
Forum: Themes and Templates
In reply to: Looking for a free, fullscreen responsive gallery themePlus,
I always felt quite confused about how the forums on WP work.
I just replied to this thread, but I don’t see it on the first page of the forum, it seems it’s got lost buried with other threads. Isn’t the forum supposed to show the latest posts?Forum: Themes and Templates
In reply to: Looking for a free, fullscreen responsive gallery themeAnyone?
Sometimes I feel this forum it’s kind of desolated..Forum: Themes and Templates
In reply to: How to get rid of the gap between content and footer?I’m not an expert,
but looking at the code it seems you have:
.main-content { padding: 70px 0; overflow: hidden; }with a child theme and a custom CSS you can add this:
.main-content { padding: 0; }If you do so, then the page will look like this:

- This reply was modified 9 years, 7 months ago by verysame.
Forum: Fixing WordPress
In reply to: Add link to Featured ImageShould I create an index.php even if the theme doesn’t come with one already?
If so, what should I add to the index.php?Forum: Fixing WordPress
In reply to: Add link to Featured ImageNeither, I’m starting with the main theme, I was expecting to find an index.php which I don’t see.
Forum: Fixing WordPress
In reply to: Add link to Featured ImageThanks Local Frame,
I’m kind of lost, I was going to add the code you posted but in the theme root I can’t find any page.php or index.php.
I only see this:
footer.php
functions.php
rtl.css
style.cssand these folders:
[languages]
[js]
[inc]Forum: Fixing WordPress
In reply to: Add link to Featured ImageI assume there’s no way to do this which sounds kind of strange to me.
I thought could have been a quite common case, how come WordPress doesn’t already come with an option like this?Forum: Fixing WordPress
In reply to: Add link to Featured ImageNo one?