IzMbit
Member
Posted 7 months ago #
Hi there i bought a theme that uses timthumb through a txt field in order to upload the profile image.but It doesnt work in multisite :/ i am looking for a way to add a feature where the user can have an upload button + the feature to crop his image. any help on this?
As this is a commercial theme, we cannot really help. You need to seek support from the theme vendors.
IzMbit
Member
Posted 7 months ago #
no luck so far cause the theme vendors dont reply to my mails :/ . But is it possible to change the default thumb with another script which can have a feature like croping? any tutorial?
thx in advance,
c
Possible, yes, but without access to your theme, we can't give you a tutorial. You'd have to edit the theme to do this.
IzMbit
Member
Posted 7 months ago #
the theme doesnt work in multisite :/ meaning that a new user register in my site he doesnt has that theme by default but another one.. can i make it work in multisite ?
Did you Network Activate the theme?
IzMbit
Member
Posted 7 months ago #
network admin - themes - activated my new theme :/
Oh, wait, by DEFAULT :D
http://wpmututorials.com/how-to/change-the-default-theme-for-sites-without-a-plugin/
Basically, something like this on your config file:
define('WP_DEFAULT_THEME', 'classic');
where 'classic' is replaced with the folder name of your theme.