as per title, the meta tags inputs are below the form submission buttons on tax terms.

CommentFileSizeAuthor
#8 nodewords-n324825-8.patch841 bytesdamienmckenna

Comments

avpaderno’s picture

Category: bug » support
Status: Active » Fixed

I am using Meta tags for my site, and I don't see the issue you are reporting. It could be a problem with the theme, or with another module.

Try using the latest development snapshot, or version 6.x-1.0.

avpaderno’s picture

Title: meta tags below submit / delete in tax terms » Meta tags field set is below the submit / delete buttons in the taxonomy terms page

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

summit’s picture

Version: 6.x-1.0-rc1 » 6.x-1.12-beta2
Status: Closed (fixed) » Active

Hi, Using tapestry theme or other core theme, I have exactly the same thing! So reopening
Greetings, Martijn

Anonymous’s picture

Status: Active » Fixed

As there have not been other reports about this, I am marking this report as fixed.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

undersound3’s picture

Status: Closed (fixed) » Active

Sorry to reopen this again but this is the place where people will look for this issue although it's more likely to be a theme related issue.

I'm experiencing this to with fusion theme and nodewords 6.x-1.13

Anyone has an idea where to start looking for this problem.

Thanks in advance for any help.

damienmckenna’s picture

Version: 6.x-1.12-beta2 » 6.x-1.13
Status: Active » Needs review
StatusFileSize
new841 bytes

The module currently updates the weight of the submit and delete buttons to the following:

    $form['submit']['#weight'] = 45;
    $form['delete']['#weight'] = 50;

It is possible that something else is affecting them, so this patch will bump them to much higher numbers, to help avoid this problem.

damienmckenna’s picture

Status: Needs review » Fixed

Committed.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.