Forum Replies Created
-
AuthorPosts
-
steffieMembersteffieMember
I have managed to work this out... there was some css coding missing that is in the demo but not in the actual theme.
S
steffieMemberThanks Dave,
This indeed worked... any idea as to how to make the logo area bigger? At the moment it is only 290 x 90px..
thanks
stephanie
steffieMemberllll
steffieMemberHi Kendra
I haven't been able to get mine to work yet, do you know which plugin was causing the issue?
thanks
Stephanie
steffieMemberHi Kendra,
I still haven't been able to get my header to work.. do you know which plugin was causing the issue?
thanks
Stephanie
steffieMemberddd
steffieMemberHi Kendra
Do you know which plugin was causing the problem? I still can't get mine to work and have not heard back from the vendor.
thanks
Stephanie
steffieMembertttttt
steffieMemberHi Kendra,
Do you know which plugin that was causing the issue.. I still can't get mine to work and have not heard back from the vendor.
thanks
stephanie
steffieMemberHi Kendra,
Do you know which plugin was causing the problem? I am still having an issue and the vendor has not gotten back to me.
cheers
Stephanie
steffieMemberI haven't been able to get mine to work and I have not heard back from the vendor...
Kendra do you know which plugin was causing the issue?
Stephanie
steffieMemberHi Kendra,
I too am having the same problem. The header works but not on the mobile.. I am about to log the issue with creator - you can do this via the theme setup - There is a contact form.
Good luck
Stephanie
steffieMemberSorry... I was also told to do the following by someone re getting the post meta under the post title:
If you remove all of this coding:
//* Remove the post info function
remove_action( 'genesis_entry_header', 'genesis_post_info', 12 );//* Customize the post meta function
add_filter( 'genesis_post_meta', 'sp_post_meta_filter' );
function sp_post_meta_filter($post_meta) {
if ( !is_page() ) {
$post_meta = '[post_date] [post_comments]';
return $post_meta;
}}If you go ahead and remove the section "Remove the post info function", that will allow your post info to be below your post title, and not at the bottom of the post.
Then, if you go ahead and remove the "Customize the Post Meta function", you can install the simple edits plugin, and make any changes you want to make.
Either that, or customize those sections of the functions.php file.
stephanie
steffieMemberHi
I was having exactly the same problem - was driving me completely insane.. But whilst writing a great big reply to you something just dawned on me..
By putting two and two together (and discovering that Simple Edits is a bit misleading..) I put the following short code in the Post info box:
[post_categories before="in "] I wanted to get rid of the filed under altogether. I also wanted it all on one line, and changed the following css code:
.entry-categories,
.entry-tags {
display: inline;
}
changed block to inline.Simple edits looks like you can only use the codes on the screen, but if you click the link to the comprehensive list.... you can use those as well.
I have spent weeks on this.... talk about a light bulb moment.
Now I just need to work out how to get my comments from under my "Read the full story" to sit next to it.
Hope this helps.
Stephanie
steffieMemberThanks nutsandbolts,
That worked like a charm... 🙂
Also I have been trying to move the post meta to sit under the post title but can't for the life of me work this one out either.
I have tried using simple edits but that is not working with my theme (saw all the posts that other people were having issues with this as well), so have disabled it. I have worked out how to change the author and date, but when I put in categories, it gives me another line with Filed under...I would like to have : By [post_author] on [post_date] in [post_categories]. I will also like [post_comments] to sit beside the " Read full story" line.
I am getting the hang of css but the above stuff is way above my head.
Again, any help would be appreciated.
cheers
Stephanie
steffieMemberHi Genwrock.
This sort of worked - worked for the primary sidebar, but then pushed the secondary back to its old size.. I have done something to get it work - whether or not it is right is another thing 😛
thanks
Stephanie
steffieMemberHi
Worked it out.. I was putting a character limit on it; even though I had it set for a lot, it was giving me what I said above. I have left it blank and it works...
thanks for your help.
Stephanie
-
AuthorPosts