Advertisement:

Author Topic: [Solved] Tatiana theme custom fields help  (Read 1258 times)

ZonaEu

  • Full Member
  • ***
  • Posts: 137
[Solved] Tatiana theme custom fields help
« on: September 18, 2014, 07:04:35 pm »
Hi
When you create custom fields in my admin fields appear at the bottom of the page, as show in Figure 1.
I want to change to appear under the Title option, as show in Figure 2.
where to change the code?

Thank you

« Last Edit: September 21, 2014, 01:04:53 am by ZonaEu »

fog

  • Hero Member
  • *****
  • Posts: 1062
Re: Tatiana theme custom fields help
« Reply #1 on: September 18, 2014, 09:52:46 pm »
You can only get it from the description below, or above the title (which makes no sense the latter). Unless there is someone here who put two new separate title and description functions without touching the core files (??). Everything can be possible, unless it is really impossible, I think.

Allows me to fix. After all it is possible yes. You can see this in Repurpose theme in functions.php.

Between tags you can call the custom fields.

You have to check your functions file of your current theme.  @frosticek can help you on Tatiana theme for solve this.  ;)

Greetings
« Last Edit: September 18, 2014, 10:13:31 pm by fog »

ZonaEu

  • Full Member
  • ***
  • Posts: 137
Re: Tatiana theme custom fields help
« Reply #2 on: September 18, 2014, 10:47:45 pm »
Thanks @frog!..
I then expected the help of @frosticek to do this!

fog

  • Hero Member
  • *****
  • Posts: 1062
Re: Tatiana theme custom fields help
« Reply #3 on: September 18, 2014, 10:57:36 pm »
@frog  ???  ;D

Welcome
Greetings
« Last Edit: September 18, 2014, 11:02:59 pm by fog »

ZonaEu

  • Full Member
  • ***
  • Posts: 137
Re: Tatiana theme custom fields help
« Reply #4 on: September 18, 2014, 11:16:58 pm »
I am sorry! a r in your nick! :-[ :-X
FOG

frosticek

  • Hero Member
  • *****
  • Posts: 3948
Re: Tatiana theme custom fields help
« Reply #5 on: September 19, 2014, 11:57:52 am »
@ZonaEu
I do not think you can do it properly.
Custom fields are called with:
Code: [Select]
<?php ItemForm::plugin_post_item(); ?>
But there are called also another plugins that should be shown on item-post page.
So, you can move it, but it will not be good  :-X

ZonaEu

  • Full Member
  • ***
  • Posts: 137
Re: Tatiana theme custom fields help
« Reply #6 on: September 19, 2014, 01:05:13 pm »
Hi @frosticek ,
And thank you for your response ...

Yes I had already seen this option!
But as I also use the plugin "All in One SEO" Plugin this plugin functions also appear soon after the custom fields and shall always appear in this place, getting a little confused to who posts!
-There is a solution to call independent custom fields?
-Or solution to continue to call the plugin "All in One SEO Plugin" at the bottom of the page?

Because this is the only plugin that use the page "item-post"

frosticek

  • Hero Member
  • *****
  • Posts: 3948
Re: Tatiana theme custom fields help
« Reply #7 on: September 19, 2014, 02:02:11 pm »
@ZonaEu
Both use same function.

Probably you could call SEO Plugin manuall.
- go to plugin's folder
- open index.php
- find osc_add_hook('item_form', 'seo_form'); and comment it (.. change to //osc_add_hook('item_form', 'seo_form');)
- go to item_post.php
- place wherever you want this code:
Code: [Select]
<?php seo_form(); ?>
Let me know if works ;)

ZonaEu

  • Full Member
  • ***
  • Posts: 137
Re: Tatiana theme custom fields help
« Reply #8 on: September 20, 2014, 12:38:29 pm »
Works great as well!

Thanks @frosticek

1st phase of updates done successfully!

Greetings

frosticek

  • Hero Member
  • *****
  • Posts: 3948
Re: Tatiana theme custom fields help
« Reply #9 on: September 20, 2014, 11:21:21 pm »
@ZonaEu
That is great ;)
You can add [Solved] to title of this thread :)