Viewing 11 replies - 1 through 11 (of 11 total)
  • Plugin Author Jeffrey L. Smith

    (@seo-design-solutions)

    Is there anything such as hosting, new plugins added or anything like that which could have contributed to data loss?

    For example, updating to 3.5.2 perhaps? Just looking for more information since we can only fix what we can reproduce.

    Thread Starter Marie90

    (@marie90)

    Hello,
    The problem is that I don’t know when I’ve started to have problems, so I don’t know if it comes from plugin incompatibility.

    For the moment, I have the 3.5.1 WordPress version.

    It’s really strange because the meta description data for the articles works and is not removed.
    I suppose that I have a problem with the media page.

    Thread Starter Marie90

    (@marie90)

    Not any idea ? Did someone have the same problem or similar?

    Thread Starter Marie90

    (@marie90)

    The meta description only runs and is saved when I go to the Meta Description Editor and enter my text.

    Plugin Author Jeffrey L. Smith

    (@seo-design-solutions)

    Hi Marie:

    Not sure why that is occurring. You should be able to (1) save meta descriptions from the SEO Settings fields below the page or post or (2) from the Meta Descriptions Editor module (equally).

    I have not seen another thread with this specific inquiry. It is possible you have a theme which is using a similar hook.

    Your thoughts?

    Thread Starter Marie90

    (@marie90)

    Hi

    yes I know how it works and that I can save my descriptions through 2 areas. I have tried both.

    I try with another WordPress them, it gives the same result. I can’t save the meta, whereas all the modules are activated.

    Do you know in which tables, these meta are saved ? I have an access to Phpmy admin. I want to try to restore them.

    Hi,

    I also have the same problem with the media page.

    As i enter the meta detail and then update the post. The input field are empty. Can you anyone suggest me an appropriate solution.

    Hi,
    After a research on “Seo Ultimate” plugin I got the solution for this error. The solution for this error is to add this code on this file
    wp-content/plugin/seo-ultimate/plugin/class.seo-ultimate.php below line no. 227 as given here:
    add_action(‘edit_attachment’, array ( &$this, ‘save_postmeta_box’));

    Now you can save the meta detail for media.

    Plugin Author Jeffrey L. Smith

    (@seo-design-solutions)

    Thanks Ajay:

    We will apply patch in next update. Just wasn’t sure if it was code or conflict, now that we know its code, then we can patch.

    All the best.

    Jeffrey

    Thread Starter Marie90

    (@marie90)

    Thanks Ajay 1220 for the solution but can you tell me between which lines I need to put this code? I am not sure that line 227 corresponds to the same line on my code (notepad++ leaves line breaks), because in this line I find commentary lines (such as * @uses add_postmeta_box() Hooked into WordPress’s “admin_menu” action. …)

    Just to throw my two-cents in…I was having the same problem – title tag and meta descriptions were not being saved for media files.

    I followed Ajay’s suggestion and added the line of code to the class.seo-ultimate.php file, and it resolved the issue.

    WP ver. 3.6
    SEO ver. 7.6.1

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘meta descriptions can't be saved on media page’ is closed to new replies.