Does your Yep mean i will i lose the existing setup of "New blog template" plugin? and what happens to my 833 product categories if i disable marketpress?
10635 pointsLike some sort of WPMU DEV GodMindblowingly helpful memberLifetime member
Sales & Support Lead
—
13th November 2011 (6 months ago)
#
Hiya erikjohansson,
I'm able to reproduce this on my install with any language activated besides English.
Choosing the 'Text' option and adding some custom text does seem to work, but both Custom Header and Site Title don't seem to show the radio button correctly. I'd note that for me it does actually work as far as what it displays on the front end, it's just the verification in the admin that's having issues.
4842 pointsLike some sort of WPMU DEV GodMindblowingly helpful memberLifetime member
Theme Designer
—
13th November 2011 (6 months ago)
#
The problem isn't a bug it's that the type of header used by name to then show each different output in the header file.
The recommendation has always been for you to change also the values in the header file for instance if you called it jambon, you'd have to change it to jambon in the file also.
I can see how this perhaps isn't ideal for multilingualism so let me go and take a look at an enhancement for this. Until then please change the variable yourself in the child theme. I can't estimate a patch I am just working on a theory with that.
4842 pointsLike some sort of WPMU DEV GodMindblowingly helpful memberLifetime member
Theme Designer
—
16th January 2012 (4 months ago)
#
I've been researching this a little and the best method is this for all.
1. Change the options-values.php files as you should be for instance:
$logo_options = array(
'Text' => array(
'value' => 'Text',
'label' => __( 'Text' )
),
'Header' => array(
'value' => 'Header',
'label' => __( 'Custom Header or Logo *we use the custom header to allow you control over logos' )
),
'Name' => array(
'value' => 'Name',
'label' => __( 'Site Title' )
)
);
This you can see in options calls a child file so you can put that file in your child theme to do this. I would suggest you use a child theme version of GridMarket or create a child if using FrameMarket itself.
From there you want to copy header.php into your theme or adjust your copy of header.php.
Responses (18)
Sales & Support Pro — 8th November 2011 (6 months ago) #
Hiya!
Something is obviously conflicting and stopping Grid Market from saving the options.
Can you disable all your plugins and see if you are then able to save the theme options please?
Thanks,
Phil
Member — 8th November 2011 (6 months ago) #
Hi Phil,
When i change the Site language: to English it works.
any ideas how i can fix this as i need the site to be in diffrent lang?
Sales & Support Pro — 8th November 2011 (6 months ago) #
Is that with no plugins activated?
Member — 8th November 2011 (6 months ago) #
i deactivated all of them ecept marketpress and New blog template and still problem persist.
if i dectivate "New blog template" plugin will i lose the existing setup? and same to marketpress?
Sales & Support Pro — 8th November 2011 (6 months ago) #
Yep, you need to deactivate ALL plugins. Until you do, we can't be sure where the cause is....
Member — 8th November 2011 (6 months ago) #
Hi,
Does your Yep mean i will i lose the existing setup of "New blog template" plugin? and what happens to my 833 product categories if i disable marketpress?
Sales & Support Pro — 9th November 2011 (6 months ago) #
No, the data won't be deleted by de-activating - it'll just return to it's previous state when you re-activate.
Phil
Member — 9th November 2011 (6 months ago) #
Hi Phil,
i deactivate all of the plugins and still the problem persist if i use greek lang.
if i change to english is no problems.
i downloaded these lang files:
el.mo WordPress 3.2
el.mo Twenty Eleven WordPress 3.2
el.mo Twenty Ten WordPress 3.2
el-ms.mo WordPress 3.2
from here: http://el.wordpress.org/
Member — 10th November 2011 (6 months ago) #
Phil followed your instructions whet is next? is still not working with greek lang installed.
Sales & Support Pro — 10th November 2011 (6 months ago) #
I'm struggling with figuring out what this might be - I've asked a couple of the guys to see if they have any ideas.
Member — 10th November 2011 (6 months ago) #
ok thx, it must be soemthing with gridmarket and greek lang.
Sales & Support Lead — 13th November 2011 (6 months ago) #
Hiya erikjohansson,
I'm able to reproduce this on my install with any language activated besides English.
Choosing the 'Text' option and adding some custom text does seem to work, but both Custom Header and Site Title don't seem to show the radio button correctly. I'd note that for me it does actually work as far as what it displays on the front end, it's just the verification in the admin that's having issues.
I'll ask the theme developer what can be done.
Thanks!
Theme Designer — 13th November 2011 (6 months ago) #
The problem isn't a bug it's that the type of header used by name to then show each different output in the header file.
The recommendation has always been for you to change also the values in the header file for instance if you called it jambon, you'd have to change it to jambon in the file also.
I can see how this perhaps isn't ideal for multilingualism so let me go and take a look at an enhancement for this. Until then please change the variable yourself in the child theme. I can't estimate a patch I am just working on a theory with that.
Member — 15th November 2011 (6 months ago) #
I had the same problem with the header! in spanish I couldn't select ANY type of header, it simple ignored me! I change to english and finally worked!
Member — 30th November 2011 (5 months ago) #
Hi guys, any followup on this? I'm experiencing this with the Spanish lang.
Theme Designer — 2nd December 2011 (5 months ago) #
We as said are considering an update on this along with other updates. We'll make a note in the release changelog when do make something such as this.
Theme Designer — 16th January 2012 (4 months ago) #
I've been researching this a little and the best method is this for all.
1. Change the options-values.php files as you should be for instance:
This you can see in options calls a child file so you can put that file in your child theme to do this. I would suggest you use a child theme version of GridMarket or create a child if using FrameMarket itself.
From there you want to copy header.php into your theme or adjust your copy of header.php.
See where it is checking $logotype? Each of those make sure you change to be your new name.
That should work for any languages and any combinations you want.
Now, we are also looking at a different way to do theme options but for now this work as the recommended method.
Member — 27th March 2012 (1 month ago) #
For me the first one didn't work, but the second fix did.
Thanks!
Become a member