• 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

oh i was about to install the Custom Contact Forms and was looking for something that hide the admin bar from the wp frontend. It seems i shouldn't try both until there's a fix.
I think these are two pretty common WP Addons.
Add these to the first post until they get solved ?

Should we collect a list of Wordpress Addons:
- Confirmed it works with XenDynamic.
- Confirmed it doesn't work.
- Needs a work around.

I did notice this:
xendynamic.clan.in.exile.webp
 
I think these are two pretty common WP Addons.
Add these to the first post until they get solved ?

Should we collect a list of Wordpress Addons:
- Confirmed it works with XenDynamic.
- Confirmed it doesn't work.
- Needs a work around.

I did notice this:
View attachment 18964
The attachment has to do with their permalinks when they aren't set. Looking for a better way to clean that up, if you set your permalinks this won't happen. As for the others I added them to the first post and will see if there's a work around. The problem is the way a few addons use jquery they load a second version of it rather than respecting the one that comes with WordPress. I'm already controlling that from the XenForo aspect but I'm not sure if I can stop it from other plugins. I'll check on it though.
 
I found the issue with the other wordpress plugins and I'm working on a fix for it right now. I think also have the xf bridge/proxy issue under wraps I need to do some more testing first.
 
I have forums installed in webroot/forums, and wp in webroot/blog. I have set the path in wordpress to ../forums. However i keep getting a 500 config error - anyone any clues?
 
I have forums installed in webroot/forums, and wp in webroot/blog. I have set the path in wordpress to ../forums. However i keep getting a 500 config error - anyone any clues?
Change it to /../forums, that should make it work. That problem will be fixed with the next version but for now that should set the path correctly.
 
../forums vs. /../forums

I've always felt it shouldn't be hard to add a check that makes sure a slash is there (This problem seems to creep up in every internet software).
or at least check for it ... refuse to save things until the end user adds it !
How about a small warning: Please start your directory with a /

Maybe this could be a good use for a micro-notice.
Does the AdminCP have "Notices" ? I dont think it does.

"Dude: you forgot directory URLs start with a /"
 
../forums vs. /../forums

I've always felt it shouldn't be hard to add a check that makes sure a slash is there (This problem seems to creep up in every internet software).
or at least check for it ... refuse to save things until the end user adds it !
How about a small warning: Please start your directory with a /

Maybe this could be a good use for a micro-notice.
Does the AdminCP have "Notices" ? I dont think it does.

"Dude: you forgot directory URLs start with a /"
It does actually say it specifically in the Wordpress Theme Options right by where you set it. As I said in a previous post, I will be putting more checks for this in the new version.
 
Hi. How do I get rid of Front Page Category in Theme Options?

I am using nivo slider and special recent posts plugin and only want that stuff to show up for the first page.
 
Very nice work.

With XF Optimise installed with the option "Minify HTML output" checked, it messes up the style. Don't know if there is any way to avoid it but just letting you know if you didn't already. ;)
 
Just wanted to give a big shoutout to Bambua, he has spent a fair chunk of his time testing revisions of his version 2 of this style on my own site to get it working and fix a few problems ready for releacing his 3rd version. He got them all fixed for me and was very prompt and helpfull. Couldn't possibly ask for more!
 
Hi. How do I get rid of Front Page Category in Theme Options?

I am using nivo slider and special recent posts plugin and only want that stuff to show up for the first page.
In the theme folder look for a file named page.php.

Replace this line:
Code:
        get_template_part('content', 'frontpage');
With this:
Code:
//        get_template_part('content', 'frontpage');
 
Very nice work.

With XF Optimise installed with the option "Minify HTML output" checked, it messes up the style. Don't know if there is any way to avoid it but just letting you know if you didn't already. ;)
It's probably removing one of the tags that's used to find pieces in the code, can you send me a link to where you have this installed so I can take a look at it?
 
Back
Top Bottom