Forum Replies Created
-
AuthorPosts
-
George Ilidis
MemberHello,
If I'm getting it correctly, you could put them in a <div> and "text-align: center;" them. Change alignleft to alignnone too.
A link would help for the best possible solution. For example you could use the "one-fourth" class to make them look even better.
George Ilidis
MemberWorks great! Thanks a lot Christoph!
George Ilidis
MemberFine. That's what I was planning to do but i thought that there should be an easier fix. Let's say that it's ok for an update every year!
Anyway, thanks for yout time and help man 🙂
George Ilidis
MemberThere are changes at the functions.php too, regarding accessibility for example. This may be the only one (?), but it's still a change.
Well, this is an option but obviously not the "correct" one. Any more official/professional way to keep the sample theme up to date? How often does the sample theme get updates?
George Ilidis
MemberActually, it was just a matter of placing the widgets again. Thanks Brad.
George Ilidis
MemberReally? No words to say. It took me 40 minutes searching and still can't believe it was this.
Thanks a lot Christoph!
George Ilidis
MemberHi Christoph,
I combined them into one and then search for errors, but couldn't find anything wrong. I've tried deleting all the media queries and still the problem is there.
(I left the website without the css lines for the media queries in case it helps)
Ha, thanks for the note 🙂
George Ilidis
MemberHey Brad,
I understand. That's ok... I am using the genesis sample theme. I've registered some widget areas myself but i can't figure out how to do what i described above. Anyway, thanks for your time!
George Ilidis
MemberThat's exactly what i wanted. Thanks for your time and help!
George Ilidis
MemberIt was set to no-repeat. Just found it by accident when moving the CSS to get it live. So, i added the text of the widget area in class="wrap" and it's ok now. Didn't change something at the CSS for the background.
I can't understand why this was a problem, but it's ok now! Thanks guys.
December 9, 2014 at 12:18 pm in reply to: Full-width background styling for a custom page template #134101George Ilidis
MemberTom, unfortunatelly the website is not live. But let me change the question a bit:
I could hook the widget areas for this template after the header so i could style them exactly as i want. But the problem is that they won't belong to the "mainContentOfPage".
Is there any way to make the after the header area belong to the "mainContentOfPage"? I try to use functions from the lib/markup but no result untill now.
George Ilidis
MemberI just realised that at the themes under appearance there is this message "Error: There is no template". But the page looks ok!
Could the fact that i used this:
add_action( 'genesis_before','remove_homepage_content' );
function remove_homepage_content() {
if (is_front_page() ) {
remove_action( 'genesis_loop', 'genesis_do_loop' );
}
}at the functions.php cause the problem?
George Ilidis
MemberAny opinions guys? I really can't find the reason why this happens. I have 3 sites using genesis-sample theme and only on one of them i can't choose between templates when i add a new page (under the page attributes). Why this happens?!
Can be something wrong with the functions.php file?
George Ilidis
MemberIt worked with a litle edit:
if ( ! is_front_page() ) { remove_action( 'genesis_loop', 'genesis_do_loop' ); }
Thanks man!
George Ilidis
MemberThat's fine, thanks! I think that the easiest way is to remove the loop for the home page created and checked through the reading settings. Can i remove the loop only for this page (with the conditional) using the functions file?
George Ilidis
MemberWell, i don't think i will make it this way. I can see that Executive Pro for example registers some widget areas in the functions file and then the front-page template calls these widget areas. Is there any guide to create a template (or even the code to call the widgets areas) that will call the widget areas i've already registered?
George Ilidis
MemberActually, i've just did it 🙂 http://wpdesigns.gr/
George Ilidis
MemberBrad, what if i tried to upload the website on a test domain for some hours? Will this be ok? Thanks!
George Ilidis
MemberUnfortunately the site in not live yet. Can i help at something you wanted to see?
October 8, 2014 at 2:22 pm in reply to: Sample theme: Wider archive thumbnails above the title #127153George Ilidis
MemberWell, i've changed the option to 1024x1024 through the genesis settings and my old thumbnails (some 150x150, some 350x350 etc) are much bigger, with different sizes and of course it looks broken. Any idea for this?
-
AuthorPosts