Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hi, i try to include my extension but no effect. #9

Closed
Ferossgp opened this issue Apr 2, 2014 · 18 comments
Closed

Hi, i try to include my extension but no effect. #9

Ferossgp opened this issue Apr 2, 2014 · 18 comments

Comments

@Ferossgp
Copy link

Ferossgp commented Apr 2, 2014

Hierarchy:
config file: theme/lib/config.php no change only $redux_opt_name
loader file: theme/lib/loader.php no change
$redux_opt_name = "redux";

extension folder: theme/lib/extensions/

I have bought Metaboxes and Social Icons

@dovy
Copy link
Contributor

dovy commented Apr 2, 2014

Make sure you run it before you run your Redux config. ;)

@Ferossgp
Copy link
Author

Ferossgp commented Apr 3, 2014

if ( !class_exists( 'ReduxFramework' ) && file_exists( dirname( FILE ) . '/lib/core.redux/framework.php' ) ) {
require_once( dirname( FILE ) . '/lib/config.php');
require_once( dirname( FILE ) . '/lib/core.redux/framework.php' );
}

@Ferossgp
Copy link
Author

Ferossgp commented Apr 3, 2014

i use shoestrap

@dovy
Copy link
Contributor

dovy commented Apr 3, 2014

Send me your theme. http://wetransfer.com

dovy@reduxframework.com

@Ferossgp
Copy link
Author

Ferossgp commented Apr 7, 2014

Do you recive my theme?

@jmc1978
Copy link

jmc1978 commented Apr 7, 2014

Hi is anyone further forward on this, I'm having trouble adding custom fonts extension to shoestrap also, tried implementing via functions.php, also via redux plugin itself. Not too sure what I'm missing.

Also tried as above, to no avail, even queing the loader in front of the config.php

@dovy
Copy link
Contributor

dovy commented Apr 10, 2014

Sorry, I was working on the new release of Metaboxes. Can you read this article and ensure you're doing as it suggests?

http://docs.reduxframework.com/redux-framework/advanced/loading-extensions/

@Ferossgp
Copy link
Author

On Monday is my deadline. I end all options except Metaboxes.
I sent to you my base file of theme to see where is problem, do you looked in my theme?

@Ferossgp
Copy link
Author

hey if you need i can resend my files.

@jmc1978
Copy link

jmc1978 commented Apr 14, 2014

Hey,

Thanks for the further info Dovy, finally got around to implementing it today, now its showing up in my options panel, which is awesome, sadly though, nothing happening on the site when I do select the custom font.

Like I say, I can upload font file, it’ll seem to convert, when I select it in the Typography section of my options panel I can see it in the options list (not correct style though i.e. what the font should look like), select it and save it, nothing changes though.

Have I missed something?

Any pointers would be appreciated.

Thanks fella,

John

Pocapoc | Brand Spanking

john@pocapoc.co.uk
www.pocapoc.co.uk

t: 0141 221 1551
m: 07786026458

Pocapoc Creative
Skypark 3 Floor 4,
14 Elliot Place,
Glasgow
G3 8EP

BUILDING BRANDS | BUILDING BUSINESSES | BUILDING BELIEF

NOTE: This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed. If you have received this email in error please notify Pocapoc. Please note that any views or opinions presented in this email are solely those of the author and do not necessarily represent those of Pocapoc. Finally, the recipient should check this email and any attachments for the presence of viruses. Pocapoc accepts no liability for any damage caused by any virus transmitted by this email.

On 13 Apr 2014, at 20:24, Ferossgp notifications@github.com wrote:

hey if you need i can resend my files.


Reply to this email directly or view it on GitHub.

@jmc1978
Copy link

jmc1978 commented Apr 14, 2014

Hi Dovy,

Just looked into this a bit deeper, I can get the font to show if I add a space in the font name, for example, the font is rendered out in front end css as ‘basictitlefont’ which does nothing, however if I go into firebug and change the font name to ‘basic title font’ it works no problem.

How can I get this to work properly? Any help would be greatly appreciated.

I have a few pointers for ferrosgp if they need to get working esp if using shoestrap.

Cheers,

John

Pocapoc | Brand Spanking

john@pocapoc.co.uk
www.pocapoc.co.uk

t: 0141 221 1551
m: 07786026458

Pocapoc Creative
Skypark 3 Floor 4,
14 Elliot Place,
Glasgow
G3 8EP

BUILDING BRANDS | BUILDING BUSINESSES | BUILDING BELIEF

NOTE: This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed. If you have received this email in error please notify Pocapoc. Please note that any views or opinions presented in this email are solely those of the author and do not necessarily represent those of Pocapoc. Finally, the recipient should check this email and any attachments for the presence of viruses. Pocapoc accepts no liability for any damage caused by any virus transmitted by this email.

On 14 Apr 2014, at 16:35, john McKenzie john@pocapoc.co.uk wrote:

Hey,

Thanks for the further info Dovy, finally got around to implementing it today, now its showing up in my options panel, which is awesome, sadly though, nothing happening on the site when I do select the custom font.

Like I say, I can upload font file, it’ll seem to convert, when I select it in the Typography section of my options panel I can see it in the options list (not correct style though i.e. what the font should look like), select it and save it, nothing changes though.

Have I missed something?

Any pointers would be appreciated.

Thanks fella,

John

Pocapoc | Brand Spanking

john@pocapoc.co.uk
www.pocapoc.co.uk

<tw_mail.jpg><fb_mail.jpg>

t: 0141 221 1551
m: 07786026458

Pocapoc Creative
Skypark 3 Floor 4,
14 Elliot Place,
Glasgow
G3 8EP

BUILDING BRANDS | BUILDING BUSINESSES | BUILDING BELIEF

NOTE: This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed. If you have received this email in error please notify Pocapoc. Please note that any views or opinions presented in this email are solely those of the author and do not necessarily represent those of Pocapoc. Finally, the recipient should check this email and any attachments for the presence of viruses. Pocapoc accepts no liability for any damage caused by any virus transmitted by this email.

On 13 Apr 2014, at 20:24, Ferossgp notifications@github.com wrote:

hey if you need i can resend my files.


Reply to this email directly or view it on GitHub.

@dovy
Copy link
Contributor

dovy commented Apr 14, 2014

Woah. Weird. I'll get on it today.

@jmc1978
Copy link

jmc1978 commented Apr 14, 2014

Cool,

Thanks for that, let me know how you get on.

John

Pocapoc | Brand Spanking

john@pocapoc.co.uk
www.pocapoc.co.uk

t: 0141 221 1551
m: 07786026458

Pocapoc Creative
Skypark 3 Floor 4,
14 Elliot Place,
Glasgow
G3 8EP

BUILDING BRANDS | BUILDING BUSINESSES | BUILDING BELIEF

NOTE: This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed. If you have received this email in error please notify Pocapoc. Please note that any views or opinions presented in this email are solely those of the author and do not necessarily represent those of Pocapoc. Finally, the recipient should check this email and any attachments for the presence of viruses. Pocapoc accepts no liability for any damage caused by any virus transmitted by this email.

On 14 Apr 2014, at 20:08, Dovy Paukstys notifications@github.com wrote:

Woah. Weird. I'll get on it today.


Reply to this email directly or view it on GitHub.

@dovy
Copy link
Contributor

dovy commented Apr 17, 2014

Skype me: dovydigital

@dovy
Copy link
Contributor

dovy commented May 23, 2014

Is this still an issue?

@jmc1978
Copy link

jmc1978 commented May 27, 2014

Hey Dovy,

Yeah fraid so, still an issue, not using it at present because of the problem, sorry time constraints on a project so I had to go with another solution.

Hopefully I’ll have some time to revisit or use on another job in the future.

To summarise, I’d love to use it, but the studio here is incredibly busy and I have very little dev time available on projects ongoing.

Cheers for asking though, I’ll give you a heads up when I start to build into a new project and let you know how I get on with it.

Best,

John

Pocapoc | Brand Spanking

john@pocapoc.co.uk
www.pocapoc.co.uk

t: 0141 221 1551
m: 07786026458

Pocapoc Creative
Skypark 3 Floor 4,
14 Elliot Place,
Glasgow
G3 8EP

BUILDING BRANDS | BUILDING BUSINESSES | BUILDING BELIEF

NOTE: This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed. If you have received this email in error please notify Pocapoc. Please note that any views or opinions presented in this email are solely those of the author and do not necessarily represent those of Pocapoc. Finally, the recipient should check this email and any attachments for the presence of viruses. Pocapoc accepts no liability for any damage caused by any virus transmitted by this email.

On 23 May 2014, at 22:10, Dovy Paukstys notifications@github.com wrote:

Is this still an issue?


Reply to this email directly or view it on GitHub.

@dovy
Copy link
Contributor

dovy commented Jun 3, 2014

Hey, send me your theme if it's still an issue and I'll fix it up. :)

Also try the 1.2.0-beta just uploaded. ;)

@dovy dovy closed this as completed Jun 3, 2014
@jmc1978
Copy link

jmc1978 commented Jun 4, 2014

HI Dovy,

Thanks man, I’ll try the new uploaded file, last resort would be handing over the theme, although its built on bootstrap 3 :-0 so you should be fairly knowledgeable on that one!!!

Speak to you soon,

Best,

John

Pocapoc | Brand Spanking

john@pocapoc.co.uk
www.pocapoc.co.uk

t: 0141 221 1551
m: 07786026458

Pocapoc Creative
Skypark 3 Floor 4,
14 Elliot Place,
Glasgow
G3 8EP

BUILDING BRANDS | BUILDING BUSINESSES | BUILDING BELIEF

NOTE: This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed. If you have received this email in error please notify Pocapoc. Please note that any views or opinions presented in this email are solely those of the author and do not necessarily represent those of Pocapoc. Finally, the recipient should check this email and any attachments for the presence of viruses. Pocapoc accepts no liability for any damage caused by any virus transmitted by this email.

On 3 Jun 2014, at 17:43, Dovy Paukstys notifications@github.com wrote:

Hey, send me your theme if it's still an issue and I'll fix it up. :)

Also try the 1.2.0-beta just uploaded. ;)


Reply to this email directly or view it on GitHub.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants