Forum Replies Created
-
AuthorPosts
-
gucu
ParticipantThanks Brad. That worked perfectly.
Rich
gucu
ParticipantThat worked brilliantly. Thank you and thanks for the educational comments, they were hugely helpful and gave me the opportunity to tweak the box myself.
Rich
gucu
ParticipantThis reply has been marked as private.gucu
ParticipantHow do I report leysan as a spammer please?
gucu
ParticipantThis reply has been marked as private.gucu
ParticipantThanks for the reply. I have finally got around to doing this and it is working of sorts. I renamed the template archive.php. The title and meta are sitting behind the featured image rather than below. Can anybody help please?
Richgucu
ParticipantHi Anita
I have just been there and it seems to be working fine?
Thanks
Rich
gucu
ParticipantThanks.
I can see all sites are usable, is there anyone which allows you to see all sites on the network please?
Rich
gucu
ParticipantThanks for the answer. With that I could basically use any theme?
Rich
gucu
ParticipantJust fixed the double image problem but how do I get the sidebar to extend fully to the bottom please? See http://theme.gucu.org.uk/questions/cows/
Any tips on adding code so it becomes mobile friendly please?
Thanks
Rich
gucu
ParticipantHi Victor
Sorry for the long delay in replying - ended up in hospital for an operation.
As I understand your reply I need to create a home-page template to ensure I can add the Instagram feed. Is it a case of simply copying the code from another Genesis site please?
Thanks
Rich
gucu
ParticipantThis reply has been marked as private.gucu
ParticipantThanks Erika - you actually solved this problem for me.
It turns out to be a browser caching problem.
Rich
gucu
ParticipantOops I meant entry-title.
Thanks for spotting that.
Rich
gucu
ParticipantHi
I added the code:
http://makery.co.uk.gridhosted.co.uk/diy-test-page/Here is the code I have:
<?php //* Template Name: Grid //* Show page content above posts function be_archive_post_class( $classes ) { global $wp_query; if( ! $wp_query->is_main_query() ) return $classes; $classes[] = 'one-third'; if( 0 == $wp_query->current_post % 3 ) $classes[] = 'first'; return $classes; } add_filter( 'post_class', 'be_archive_post_class' );
Thanks for the help.
Rich
gucu
ParticipantHi
Thanks for the reply. I am using the content and sidebar layout.
I have had a look through those codes and am unsure of where to go. I tried yesterday and it didn't go well - just kept coming up with a blank page.
Thanks
Rich
gucu
ParticipantContent sidebar
Thanks
Rich
gucu
ParticipantThanks Victor. You're a star.
Rich
gucu
ParticipantThanks Victor. I have to be a member to view though. Very expensive.
Rich
gucu
ParticipantThanks Brad. I wish I could find a tutorial on how to build a theme from scratch.
For instance if somebody could tell me how to move the site-title from where it is to the space just above the post-header that would be a start!
Thanks for all the help.
Rich
-
AuthorPosts