Genesis - Open Source Style Framework

Genesis - Open Source Style Framework 1.0.0 Beta 1

No permission to download
It does messes up the whole text. The avatar appears on the forum, but nothing else after that. No Latest post by: or anything.

Do you mind helping me out with this?
 
It does messes up the whole text. The avatar appears on the forum, but nothing else after that. No Latest post by: or anything.

Do you mind helping me out with this?
Can you post a screenshot? What theme are you using?
 
I think I found a bug:
http://bit.ly/TX8Hs6

I have thread thumbnails set up and have custom thumbnails with the school logo... the user avatar to last post is using the same thread thumbnail instead of the last user avatar.
 
I am using resurgant, and here is the forum: http://www.GraphicHub.net I thought seeing it in person would help more than a picture so I re-enabled it.
Thanks. This is definitely an incompatibility with the theme. Unfortunately, it looks like the theme developer has ditched the XenForo community, so unless the theme designer wants to give Waindigo (or another designer who has not ditched us), then you will have to contact the theme designer directly for support in this.
 
Thanks. This is definitely an incompatibility with the theme. Unfortunately, it looks like the theme developer has ditched the XenForo community, so unless the theme designer wants to give Waindigo (or another designer who has not ditched us), then you will have to contact the theme designer directly for support in this.

It uses the same framework as XenFracture and XenFracture Light... I got them working on that one...
 
It uses the same framework as XenFracture and XenFracture Light... I got them working on that one...
I am sure it can be made to work. I see that the theme owner/designer has agreed to support his customers with valid licences, so I am sure he can figure it out.
 
Addon is great and love it, how and is it possible to move you copyright to the footer instead of on top of the bottom breadcrumb, it breaks the table around the forums.
 
I don't think the issue I have was ever addressed. Either there is a conflict with your other add on Thread Thumbnails or maybe I didn't configure this add on properly.
http://oldrow.net/forums/schools.32/

I want the overall thread thumbnail to be the school logo like I set it up as already. That is working. But I want the most recent user that posted to have their personal avatar shown on the left. Instead it is just repeating the image from thread thumbnails. Is there a quick fix for this?
 
Thanks. This is definitely an incompatibility with the theme. Unfortunately, it looks like the theme developer has ditched the XenForo community, so unless the theme designer wants to give Waindigo (or another designer who has not ditched us), then you will have to contact the theme designer directly for support in this.
I am using the theme but sad to say he told me that he don't support third party involving other ads on installation. This is really unfair for customers like us. He will just support his own code but in this case that we are using his theme he should provide us some support like having a problem with this adds on. Now i don't know what to do i want to use this avatar add ons but it messed up the forum. It won't show the thread title and so on only the avatar :-/

Anybody here can solve this issue please?
 
I am using the theme but sad to say he told me that he don't support third party involving other ads on installation. This is really unfair for customers like us. He will just support his own code but in this case that we are using his theme he should provide us some support like having a problem with this adds on. Now i don't know what to do i want to use this avatar add ons but it messed up the forum. It won't show the thread title and so on only the avatar :-/

Anybody here can solve this issue please?

screenshot20130224at923.png
Give me a link to a site its on and I should be able to give you the CSS to fix it.
 
Code:
.nodeLastPost a,
.nodeLastPost a:visited
{
    background:none !important;
    display:inline !important;
    width:inherit !important;
}
.nodeLastPost
{
    background:rgb(19, 46, 103) url('styles/resurgent/xenforo/lastpost.png') no-repeat 98% 25% !important;
}
.nodeLastPost:hover
{
    background-image: url('styles/resurgent/xenforo/lastpost_blue.png') !important;
}

Not entirely sure the :hover will work, as I didn't test it, and you might want to see if @imagePath will work, but this should fix how it displays the text a well as the placement of the arrow. Long titles will overlap the arrow however.
 
Code:
.nodeLastPost a,
.nodeLastPost a:visited
{
backgroudn:none !important  ;
display:blick !important  ;
width:inherit !important ;
}
.nodeLastPost
{
background:rgb(19, 46, 103) url('styles/resurgent/xenforo/lastpost.png') no-repeat 98% 25% !important;
}
.nodeLastPost:hover
{
background-image: url('styles/resurgent/xenforo/lastpost_blue.png')!important  ;
}

I added this please check if it's correct. After i updated the css nothing happened still the same.
 
Back
Top Bottom