UI.X Classic Dark

UI.X Classic Dark [Paid] 2.3.4.0.0

No permission to buy ($35.00)
Hi,
I could use some help finding a setting. The thread post button on the forum view looks like this.
View attachment 299055
However on forum view it looks like this.
View attachment 299056
Any on hover it looks like this.

View attachment 299057

How do I change either the forum view to look like the green one or change the hover so the test can be read?

Thanks!

It'll depend on which button you're styling, but basically you'll just be setting the background to transparent on the hover version of the button.. Or setting it to something like rgba(255,255,255,.1) if you want it to have a subtle transparent white background on hover, for example.

This can all be changed under Appearance -> Style Properties -> Buttons; You'll see expandable sections for default, primary and CTA buttons there.
 
It'll depend on which button you're styling, but basically you'll just be setting the background to transparent on the hover version of the button.. Or setting it to something like rgba(255,255,255,.1) if you want it to have a subtle transparent white background on hover, for example.

This can all be changed under Appearance -> Style Properties -> Buttons; You'll see expandable sections for default, primary and CTA buttons there.
Hi Will,

Thanks for the response but no joy. I've tried changing all of the hover settings and it's always solid white. I really want that button green like the call to action button is. It's only the post thread and reply that are transparent like this.

Peter
 

Attachments

  • Screen Shot 2024-03-01 at 12.35.20 PM.webp
    Screen Shot 2024-03-01 at 12.35.20 PM.webp
    29.1 KB · Views: 2
Hi,

It seems like the profile / status post section is messed up in the theme. The bottom reply section is missing but there is a comment link. Can it be set the standard format?

Screen Shot 2024-07-17 at 6.09.55 PM.webp

Screen Shot 2024-07-17 at 6.09.28 PM.webp
 
Hi,

It seems like the profile / status post section is messed up in the theme. The bottom reply section is missing but there is a comment link. Can it be set the standard format?

View attachment 306328

View attachment 306327

We had it collapsed in 2.2 as well; looks to be functioning as it used to, just comparing XF 2.2 and 2.3 with UIX Classic on my local dev environment. You hit the comment link to load the editor.
 
We had it collapsed in 2.2 as well; looks to be functioning as it used to, just comparing XF 2.2 and 2.3 with UIX Classic on my local dev environment. You hit the comment link to load the editor.
Thanks Will.

How would I go about changing the comment link to showing the one line editor like the default theme?
 
Thanks Will.

How would I go about changing the comment link to showing the one line editor like the default theme?
It'd require updating the template profile_post_macros - Don't have time right now to give detailed instructions, but you should be able to see the differences between the UIX Classic style and the Master style using the "View Custom Changes" button on the template (just make sure you don't make your actual changes on the template in UIX Classic, and do it in a child style) :)
 
Getting server errors after update.


  • ErrorException: Template error: [E_USER_WARNING] Method isRocketLoaderDisabled is not callable on the given object (XF\Http\Request)
  • src/XF/Template/Templater.php:1278

  • Generated by: Seeker
  • Jul 31, 2024 at 2:26 PM


Stack trace​



#0 [internal function]: XF\Template\Templater->handleTemplateError(512, '[E_USER_WARNING...', '/var/www/sneake...', 1278)
#1 src/XF/Template/Templater.php(1278): trigger_error('Method isRocket...', 512)
#2 internal_data/code_cache/templates/l1/s35/public/helper_js_global.php(166): XF\Template\Templater->method(Object(XF\Http\Request), 'isRocketLoaderD...', Array)
#3 src/XF/Template/Templater.php(922): XF\Template\Templater->{closure}(Object(ThemeHouse\UIX\XF\Template\Templater), Array, NULL)
#4 internal_data/code_cache/templates/l1/s35/public/PAGE_CONTAINER.php(3677): XF\Template\Templater->callMacro('helper_js_globa...', 'body', Array, Array)
#5 src/XF/Template/Templater.php(1792): XF\Template\Templater->{closure}(Object(ThemeHouse\UIX\XF\Template\Templater), Array, NULL)
#6 src/XF/Pub/App.php(611): XF\Template\Templater->renderTemplate('PAGE_CONTAINER', Array)
#7 src/XF/App.php(2552): XF\Pub\App->renderPageHtml('


<div class=...', Array, Object(XF\Mvc\Reply\View), Object(XF\Mvc\Renderer\Html))
#8 src/XF/Mvc/Dispatcher.php(414): XF\App->renderPage('


<div class=...', Object(XF\Mvc\Reply\View), Object(XF\Mvc\Renderer\Html))
#9 src/XF/Mvc/Dispatcher.php(66): XF\Mvc\Dispatcher->render(Object(XF\Mvc\Reply\View), 'html')
#10 src/XF/App.php(2777): XF\Mvc\Dispatcher->run()
#11 src/XF.php(798): XF\App->run()
#12 index.php(23): XF::runApp('XF\\Pub\\App')
#13 {main}
 
That looks to be more of an issue with your forum, you may not have all the new files or maybe on the wrong XF version. You would need to be on 2.3.2 to use this version of the theme. The isRocketLoaderDisabled function should be callable on a Request object, that's not a theme-specific issue.
 
Getting server errors after update.


  • ErrorException: Template error: [E_USER_WARNING] Method isRocketLoaderDisabled is not callable on the given object (XF\Http\Request)
  • src/XF/Template/Templater.php:1278

  • Generated by: Seeker
  • Jul 31, 2024 at 2:26 PM


Stack trace​



#0 [internal function]: XF\Template\Templater->handleTemplateError(512, '[E_USER_WARNING...', '/var/www/sneake...', 1278)
#1 src/XF/Template/Templater.php(1278): trigger_error('Method isRocket...', 512)
#2 internal_data/code_cache/templates/l1/s35/public/helper_js_global.php(166): XF\Template\Templater->method(Object(XF\Http\Request), 'isRocketLoaderD...', Array)
#3 src/XF/Template/Templater.php(922): XF\Template\Templater->{closure}(Object(ThemeHouse\UIX\XF\Template\Templater), Array, NULL)
#4 internal_data/code_cache/templates/l1/s35/public/PAGE_CONTAINER.php(3677): XF\Template\Templater->callMacro('helper_js_globa...', 'body', Array, Array)
#5 src/XF/Template/Templater.php(1792): XF\Template\Templater->{closure}(Object(ThemeHouse\UIX\XF\Template\Templater), Array, NULL)
#6 src/XF/Pub/App.php(611): XF\Template\Templater->renderTemplate('PAGE_CONTAINER', Array)
#7 src/XF/App.php(2552): XF\Pub\App->renderPageHtml('


<div class=...', Array, Object(XF\Mvc\Reply\View), Object(XF\Mvc\Renderer\Html))
#8 src/XF/Mvc/Dispatcher.php(414): XF\App->renderPage('


<div class=...', Object(XF\Mvc\Reply\View), Object(XF\Mvc\Renderer\Html))
#9 src/XF/Mvc/Dispatcher.php(66): XF\Mvc\Dispatcher->render(Object(XF\Mvc\Reply\View), 'html')
#10 src/XF/App.php(2777): XF\Mvc\Dispatcher->run()
#11 src/XF.php(798): XF\App->run()
#12 index.php(23): XF::runApp('XF\\Pub\\App')
#13 {main}

Please try updating your xenforo to 2.3.1/2.3.2 , or else you will face the error.

or else simply downgrade your theme to v2.3.0.0.2 , it will be solved
 
ThemeHouse updated UI.X Classic Dark with a new update entry:

Version 2.3.3.0.1 Released

Changelog:
Resolved a Javascript error that could prevent AJAX content (such as notifications) loading in limited cases
Fix for occasional issue with conversation reply box not loading properly
Handful of minor bugfixes

Note: This release cannot be used on XenForo 2.2, it is exclusively for XenForo 2.3 only.
Note: This update does not require a UI.X add-on update to function properly.

Read the rest of this update entry...
 
Back
Top Bottom