propronk
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Pinboard] Favicon image@ Paul, where exactly do I put the code you mentioned in the header.php?
And where do I upload the new favicon.ico file? What is the theme’s main folder?
Thx again!
Forum: Themes and Templates
In reply to: [Pinboard] 9 images in 3 columns 3 rows on 1 pageI found out that it’s essential to upload images from my computer to add them to the gallery.
I can not choose images that are already in the media-library.Forum: Themes and Templates
In reply to: [Pinboard] 9 images in 3 columns 3 rows on 1 pageI am using WordPress 3.4.2. Maybe that’s why it doesn’t work…
Do you know how I create a gallery with 3.4.2?Forum: Themes and Templates
In reply to: [Pinboard] 9 images in 3 columns 3 rows on 1 pageThanks for your reaction, Celeste. First I would like to try the WP Gallery and when this seems to be impossible, I’ll invest in a good plugin. I’ll remember your suggestion.
@ Paul, did I use the right code for WP? The only way I can add images to a page is when I add a single image. But I want a gallery…
Forum: Themes and Templates
In reply to: [Pinboard] 9 images in 3 columns 3 rows on 1 pageDoes anybody know how to show a gallery? What is the code to make it work?
Forum: Themes and Templates
In reply to: [Pinboard] Just change homepage templatePaul described a solution for a post (landing)page (not a static page).
1. This code removed the sidebar from the landingpage
<?php get_sidebar(); ?>2. To show 3 columns on a row on the landingpage I had to add this code in the CSS
.threefourthcol {
width: 100%;
}3. My default layout template is ‘Content/Sidebar’ with 3 content columns.
When I select ‘default template’ on a page, the widgets in the sidebar of a page show perfect next to the content.BUT: on the landingpage the 3 posts don’t appear in one row next to eachother. The 3rd post is pushed to the bottom of the page.
If I change the content columns to 4, the landingpage is okay. BUT the rest of the contentpages is not. Then the sidebar gets pushed under te content…My question:
Do I need to change this code, so the landingpage shows 3 columns?
.threefourthcol {
width: 100%;
}My next question:
Or is the only solutions: make a static homepage?
Where do I find “sample” page, so I can change the title in ‘Home’ (etcetera)?Forum: Themes and Templates
In reply to: [Pinboard] Just change homepage templateYes, that’s what I mean. White space on the right side and the widgets pushed down under.
Forum: Themes and Templates
In reply to: [Pinboard] Just change homepage templatePaul, because of the CSS change -meant for the homepage- it looks like the default template (content/sidebar) gets overruled by this code:
.threefourthcol {
width: 100%;
}The normal contentpages don’t show the default template when I place widgets in the sidebar. Those widgets appear under the left content column.
Do you know how to get the widgets next to the content with the template content/sidebar? Except for the homepage 🙂 That one is okay now!
Forum: Themes and Templates
In reply to: [Pinboard] Just change homepage templateYou are my hero 🙂
it works!
TnxForum: Themes and Templates
In reply to: [Pinboard] Just change homepage templateThanks Paul. I pasted the code there.
I guess we are almost there: but now the 2 posts appear on one entire (!) row. And the 3rd on the row below. I would like the 3 posts next to eachother 🙂
Should ‘twothirdcol’ be threethirdcol or something?
Forum: Themes and Templates
In reply to: [Pinboard] Just change homepage templateWhere do I need to add this little CSS code? Somewhere in the index.php?
Forum: Themes and Templates
In reply to: [Pinboard] Just change homepage templateHi Paul, *ahumm* my homepage is a postpage as well 😉
I deleted the code you mentioned and the sidebar-widgets doesn’t show.
But it looks like if the sidebar isn’t completely removed from the landingpage. The sidebar accounts for 1 column from the grid (even though the sidebar doesn’t appear).
With ‘full width’ the homepage shows 3 post on a horizontal row. After removing the ‘get_sidebar’-code the 3rd post jumps below the 2 other posts. If I change the grid layout dimensions to 4 content columns, there is still an empty white space on the right side (where the sidebar-widgets could appear).
Any suggestions for the 3 post I want to show on my homepage?
Forum: Themes and Templates
In reply to: [Pinboard] Just change homepage templateAnd mine is a static homepage too.
Forum: Themes and Templates
In reply to: [Pinboard] Just change homepage templateUnfortunately not. Anyone a clue?
Forum: Themes and Templates
In reply to: [Pinboard] Change font for pagetitelsThanks Paul, this worked out.