Antiquark

Antiquark 1.5.22.0

No permission to download
@Mike Creuzer - I'm testing this on my local server with latest XF and Latest UI.X addon. Whenever I try to install the Antiquark theme using UIX Addon, I get following error:

Code:
ErrorException: Fatal Error: Maximum function nesting level of '100' reached, aborting! -library/Zend/Db/Adapter/Mysqli.php:280
Generated By: admin, A moment ago
Stack Trace
#0 [internal function]: XenForo_Application::handleFatalError()
#1 {main}
Request State
array (size=3)
  'url' => string 'http://localhost/xf/admin.php?tools/run-deferred' (length=48)
  '_GET' =>
    array (size=1)
      'tools/run-deferred' => string '' (length=0)
  '_POST' =>
    array (size=3)
      'redirect' => string 'http://localhost/xf/admin.php' (length=29)
      'execute' => string '1' (length=1)
      '_xfToken' => string '********' (length=8)
Also, the installation process halts abruptly while showing this URL in browser[http://localhost/xf/admin.php?tools/run-deferred] . Not sure if I should try this on my live server.
 
@Mike Creuzer - I'm testing this on my local server with latest XF and Latest UI.X addon. Whenever I try to install the Antiquark theme using UIX Addon, I get following error:

Code:
ErrorException: Fatal Error: Maximum function nesting level of '100' reached, aborting! -library/Zend/Db/Adapter/Mysqli.php:280
Generated By: admin, A moment ago
Stack Trace
#0 [internal function]: XenForo_Application::handleFatalError()
#1 {main}
Request State
array (size=3)
  'url' => string 'http://localhost/xf/admin.php?tools/run-deferred' (length=48)
  '_GET' =>
    array (size=1)
      'tools/run-deferred' => string '' (length=0)
  '_POST' =>
    array (size=3)
      'redirect' => string 'http://localhost/xf/admin.php' (length=29)
      'execute' => string '1' (length=1)
      '_xfToken' => string '********' (length=8)
Also, the installation process halts abruptly while showing this URL in browser[http://localhost/xf/admin.php?tools/run-deferred] . Not sure if I should try this on my live server.

This issue is caused by an xdebug setting. See Mike's post here: XF 1.3 - Fatal Error: Maximum function nesting level of '100' reached, aborting!

Anyone can confirm that the latest version works without any issues?
Yep, it's built for 1.5.0 :)
 
Thanks for the heads up, regarding the update.
The forum is this one.
Extra.css

Code:
/* easter BEGIN
#navigation .helper {
display: block;
height: 34px;
left: -5px;
padding: 0px 5px;
position: absolute;
top: -33px;
width: 100%;

/* IE8 */
background: url('@imagePath/shelley_easter_l.png') no-repeat;

/* Chrome & FF */
background: url('@imagePath/shelley_easter_l.png') no-repeat;

/* IE6, IE7 */
_background: url('@imagePath/shelley_easter_l.png') no-repeat;
}
easter END */

/* Christmas snow BEGIN */
#navigation .helper {
display: block;
height: 25px;
left: -5px;
padding: 0px 5px;
position: absolute;
top: -16px;
width: 100%;

/* IE8 */
background: url('@imagePath/shelley_snow_l.png') no-repeat;

/* Chrome & FF */
background: url('@imagePath/shelley_snow_l.png') no-repeat 0% 0%, url('@imagePath/shelley_snow_c.png') no-repeat 50% 0%, url('@imagePath/shelley_snow_r.png') no-repeat 100% 0%;

/* IE6, IE7 */
_background: url('@imagePath/shelley_snow_l.png') no-repeat;
}
/* Christmas snow END */


/* Font Awesome Total Online Now BEGIN */
.footnote .fa {
    font-size: 14px;
}
.footnote .fa.fa-user-plus, .footnote .fa.fa-user, .footnote .fa.fa-user-secret {
    padding-left: 1px;
    padding-right: 1px;
}
.footnote .fa.fa-users {
    padding-right: 1px;
}
/* Font Awesome Total Online Now END */
/* colored tags BEGIN */
.tagCloud .tagCloudTag2
{
    color: orange;
}

.tagCloud .tagCloudTag1
{
    color: red;
    font-weight: bold;
}
/* colored tags END */

and the png files are locate in /styles/antiquark/antiquark/

I tried trimming extra.css so it would contain only the code related to the "snow", but no joy.
 
@Mike Creuzer anything related to an update?
Is it safe to use to use the latest release with 1.5.3? and what about my Xmas issue from the post above, anyone able to look into it?
It feels like there are not so many forums using this theme, and we're left behind :(
 
@Mike Creuzer anything related to an update?
Is it safe to use to use the latest release with 1.5.3? and what about my Xmas issue from the post above, anyone able to look into it?
It feels like there are not so many forums using this theme, and we're left behind :(
There are quite a few people using it, at least a few hundred. Its a high priority on our list, we just are currently spread thin. But we just released the most stable UI.X release last night and all theme are getting that update.
 
Hi there guys,

@Mike Creuzer and all authors. I have a question about this theme. I've bought it long time ago, so I can't recall if I asked this question, but there it goes:

1) Is there a way that I can show the welcome block ONLY to GUESTS? I mean, I would like to have a fancy modal box like that to show up on every page for not registered people (so yes, guests).

Is this possible?

2) Why on earth can't I see the post progress bar? I have my navigation on sticky, I enabled post progress + I set it on the navigation bar, but I can't see it.

What could be the problem here?
 
Last edited:
Top Bottom