Core - PixelExit.com [Deleted]

Ok my apologies, I'm an idiot somehow.

Revert this template on xenbase:

login_bar_form

and it will fix it.
Nevermind :)
I need to learn how to read. I was modifying another template. Thanks a lot!
It works now :3
 
What I mean is... is this question about the submit button saying Login, instead of Signup now...

When you check the box to signup, the button text changes.

Screen Shot 2014-07-23 at 10.36.04 am.webp

Screen Shot 2014-07-23 at 10.36.14 am.webp
 
Oh... by the way Russ... the latest update rocks. This framework just keeps getting better and better. Users are seriously happy with the outcome.
 
Russ... an off-beat question here... but I'm using *******s pre-defined reply add-on which adds an icon to redactor. Now having your font awesome setting enabled, how do I use font awesome for that icon, exactly?

You can see it returns an empty space for me... clickable nonetheless, but empty...

Screen Shot 2014-07-23 at 7.52.30 pm.webp
 
Russ... an off-beat question here... but I'm using *******s pre-defined reply add-on which adds an icon to redactor. Now having your font awesome setting enabled, how do I use font awesome for that icon, exactly?

You can see it returns an empty space for me... clickable nonetheless, but empty...

View attachment 78532

You'll need to define an icon for it, using the inspect tool you need to grab the class of the link class:

Screenshot_4.webp


In this case it's redactor_btn_undo

Then add a css snippet for it:

Code:
html .redactor_toolbar li a.redactor_btn_undo:before {
content: "\f0f7";
}

Of course replacing: redactor_btn_undo with the add-on class.


You can find the codes here: http://fontawesome.io/cheatsheet/
 
Great theme but the only thing that I see that doesn't really match are these white buttons:

aa.webp
2.webp
3.webp

They just don't really blend with the rest of the theme. Just a suggestion but a button setup like you have on your flat awesome style would blend more:

4.webp
 
Great theme but the only thing that I see that doesn't really match are these white buttons:

View attachment 78813
View attachment 78814
View attachment 78816

They just don't really blend with the rest of the theme. Just a suggestion but a button setup like you have on your flat awesome style would blend more:

View attachment 78817

They haven't changed really since I launched it to be honest, but I agree the flatter looks better.

My plan next between the 1.4 release is to go back and really improve the styles themselves instead of primarily focusing on the framework(which is nice too of course :) ).

To change those just in case
Style Properties -> Buttons -> Call to Action button and Button
 
Hey @Russ just wondering if is it possible to transfer my Core license to someone else since I wont be able to mantain the website anymore :(
 
Russ updated Core - pixelExit.com with a new update entry:

1.4.0 Beta 1 Fixes

Primarily a XenBase update which brings all of the out of date templates up to date.

Existing customers can find it in the "My Downloads" link on pixelexit.com.

To upgrade simply first make backups of your styles by exporting them.
Next import XenBase 1.4.0 Beta 1 overwriting your current XenBase, then import the style you've purchased and overwrite it. All updates should trickle down to your child style.

Last note:
This is possibly the last release we'll do for the 1.4 Beta series,...

Read the rest of this update entry...
 
Just got a slight issue with 1.4 on mobile.
Discussions, messages, latest scrolls off the page.
 

Attachments

  • Screenshots_2014-09-26-21-02-57.webp
    Screenshots_2014-09-26-21-02-57.webp
    59.5 KB · Views: 10
Russ updated Core - pixelExit.com with a new update entry:

1.4.1 Update

The style has been updated to our 1.4.1 version of the Framework. The update was pushed out on site this past week so some of you may already have the download. It brings new functionality, bug fixes and optimization. All customers can download the update in our new store. We recently upgraded our site and store so if you have any trouble at all please don't hesitate to start a support ticket with us. You can read about our upgrade and the new store...

Read the rest of this update entry...
 
Just got a slight issue with 1.4 on mobile.
Discussions, messages, latest scrolls off the page.

Go to Style Properties -> Forum / Node List -> Node Stats, remove the overflow: visible
from the misc box, it was a mistake we put that in there.
 
Back
Top Bottom