• This forum has been archived. New threads and replies may not be made. All add-ons/resources that are active should be migrated to the Resource Manager. See this thread for more information.

XenDynamic - Wordpress Theme

Thanks doc but didn't work. Must have something to do with xfrocks's add-on. I'm also using XenPort with the index controller. Just to get it into record.
I'm going to delay the release slightly and set up xenporta with Xenforo in the root on my test site as it seems a way several people are using this. I'm going to get it worked out to work correctly with that. As soon as I have that ready I'll release.
 
Hello,

Really great Job I just have one question.

I've been trying with no success to add my call of duty background to my Flexile Dark Orange. I'm wondering how you got your background to become the header and part of the forums?
 
Hello,

I have two questions.

First, I've been trying with no success to add my call of duty background to my Flexile Dark Orange. I'm wondering how you got your background to become the header and part of the forums?

Second, I used your style a while back and I stop in order to use a different wordpress theme. Now when I reloaded your style it won't take up the style of flexile orange. I know you said you had to be sure that you want that style prior to implementing. But after i uninstalled it from wordpress and xenforo and reinstall it will only connect to the default xenforo theme though I"m able to change the theme using the footer it still own displays the default theme and not flexile orange?

If this makes sense to you how can I fix it? Thanks!!!

For the first I set the background of the html to black, background of the body to the picture, and then I cleared the background of the header and the content. It let's it show through. Are you logged in is it using the same style as your user has picked in the forums and on the front end?
 
Ok, thanks! I ended up deleting all my themes and only leaving the orange and it picked it up lol.

The image worked like you said!!! May I ask how u do it where it changes? I would love to put up a gears background too if you're willing to share.

Lastly my site is www.callmegamer.net

still a work in progress. everything looks fine except the home page if you notice....
the breadcrum HOME>
its transparent unlike yoursite, and if you notice the content on the home page have a border surrounding it. How to i fix these issues?

Thanks!
 
Ok, thanks! I ended up deleting all my themes and only leaving the orange and it picked it up lol.

The image worked like you said!!! May I ask how u do it where it changes? I would love to put up a gears background too if you're willing to share.

Lastly my site is www.callmegamer.net

still a work in progress. everything looks fine except the home page if you notice....
the breadcrum HOME>
its transparent unlike yoursite, and if you notice the content on the home page have a border surrounding it. How to i fix these issues?

Thanks!
I use a script called rotate.php you can get it and get some info for it at: http://www.alistapart.com/articles/randomizer/

All you do is make a folder I called it background and put it inside my style folder, then put in there the backgrounds you want to rotate and the rotate.php file. After that I set the body background in style properties to styles/backgrounds/rotate.php and set the position to center top. After that it takes care of itself :D

With flexile you need to make the flexile content background transparent as well, it has an extra layer in it. That should take care of it.
 
I just re-installed this really grat addon. Thanks!

The JS for the notices slider is not working at my WP. Do you have any idea?
 
I just re-installed this really grat addon. Thanks!

The JS for the notices slider is not working at my WP. Do you have any idea?
This is normally because of a plugin in wordpress that isn't loading jQuery correctly, what plugins are you running in Wordpress?
 
Sorry its me again......

Last time I'm sure, I added an image and what I'm referring to is circled in red.

Its to two borders surrounding the content posts on the wordpress homepage? Where exactly do I get rid of those so the content can utilizes the full page. i.e like you have on your site.

And I'm trying to add another top menu, that leads to my wordpress clan app page. I want it to be a top men i.e HOME FORUM MEDIA HELP etc?

Thanks!!!

Edit: I was able to remove one of the borders www.callmegamer.com still working on the other
P.S
Once again great job.... hope to see this evolve into something even more awesome!
 

Attachments

  • example.webp
    example.webp
    83.7 KB · Views: 19
Sorry its me again......

Last time I'm sure, I added an image and what I'm referring to is circled in red.

Its to two borders surrounding the content posts on the wordpress homepage? Where exactly do I get rid of those so the content can utilizes the full page. i.e like you have on your site.

And I'm trying to add another top menu, that leads to my wordpress clan app page. I want it to be a top men i.e HOME FORUM MEDIA HELP etc?

Thanks!!!

Edit: I was able to remove one of the borders www.callmegamer.com still working on the other
P.S
Once again great job.... hope to see this evolve into something even more awesome!
That's because of flexile, I'll look at the css in the morning and see if I canfigure out something for you to put in the css template.
 
Sorry its me again......

Last time I'm sure, I added an image and what I'm referring to is circled in red.

Its to two borders surrounding the content posts on the wordpress homepage? Where exactly do I get rid of those so the content can utilizes the full page. i.e like you have on your site.

And I'm trying to add another top menu, that leads to my wordpress clan app page. I want it to be a top men i.e HOME FORUM MEDIA HELP etc?

Thanks!!!

Edit: I was able to remove one of the borders www.callmegamer.com still working on the other
P.S
Once again great job.... hope to see this evolve into something even more awesome!
Add this to your XenDynamicEXTRA.css file for the flexile theme:
Code:
.XenDynamicMC .mainContent {
    border: none !important;
    box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -khtml-box-shadow: none !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
}
 
Back
Top Bottom