I cann't edit placeholders in my custom layout because of this issue.

CommentFileSizeAuthor
tab.jpg57.29 KBchanse
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

fubhy’s picture

Hmm.. I don't see how this is related to Delta?

fubhy’s picture

Does this only appear in the Theme settings for Delta templates?

himerus’s picture

So you are using the 3.x of Delta, and Omega 2.x??

I'll have to work a test on that (tmrw)

chanse’s picture

Yes, I am using Omega 2.1 HTML5 starter kit subtheme and Delta 3.0-alpha 2. Form settings tab appears only in general settings of subtheme.

fubhy’s picture

@chanse: Omega 2.1 uses a function named "omega_theme_get_setting()" across its files. The problem with this might be, that this function tries to implement the Delta module in a way thats just not necesarry anymore. I removed that stuff in the latest git push to d.org but as I can't really test this right now (because I don't have a 2.x version running) I am not 100% sure if this does the trick for you.

fubhy’s picture

Does this work for you now, chanse?

chanse’s picture

I have the latest dev version 2.x of Omega theme (apr-24) installed and there is no a form settings tab avaible on a custom layout configure page...

himerus’s picture

Make sure you are using the alpha1 version of Omega. The dev version is only updated every 12 hrs roughly. I will be doing clean tests today with the packaged versions to sift out for more issues.

Make sure you are using:

Omega 7.x-3.0-alpha1
Delta 7.x-3.0-beta1
Omega tools 7.x-3.0-beta1

chanse’s picture

I have Omega 7.x-3.0-alpha1, Delta 7.x-3.0-beta1, Omega tools 7.x-3.0-beta1 and Context 3.0 beta1 installed.

1)Omega general settings stack of tabs (including Optional CSS, Page Titles, Breadcrumb Settings, Form Settings, Menu Settings and Debugging) no longer avaible.
2) I saw an error "Fatal error: require_once() [function.require]: Failed opening required 'C:\Users\Oleg\Sites\acquia-drupal/sites/all/modules/delta/delta_blocks/delta_blocks.admin.inc' (include_path='.;C:\php5\pear') in C:\Users\Oleg\Sites\acquia-drupal\includes\menu.inc on line 499" when tried to go to admin/config/user-interface/delta-blocks
3) Look into a delta_blocks.admin.inc

<?php
/**
 * @file
 * Admin functions for the Delta blocks module.
 */

4) Menu panel (like in 2.x version of Omega) no longer avaible. A couple of links instead.

himerus’s picture

@chanse,

Some of this is expected.

The "General Settings" section is gone, and things like custom page titles, breadcrumbs, etc. are not currently (and might no longer be) implemented. (this is still not determined)

The optional stylesheets are now in the upper section (Toggle Styles) and includes many more features, including disabling core CSS junk.

Not positive on the Delta Blocks error. Will need to investigate, just starting my tests on clean versions of the latest tagged releases.

fubhy’s picture

@himerus, @chanse: The configuration page for the delta-block module does NOT exist yet. The use of that page is pretty low, anyhow... The only thing that this page will do is DISABLE the blocks so they dont show up as blocks anymore AT ALL. The blocks can be configured in the block configuration for every single block itself. I just didnt create the page that allows for completly disabling single blocks yet. That will follow tommorow (I hope). ... Stay tuned

fubhy’s picture

Status: Active » Fixed

Done

himerus’s picture

Title: Form settings tab has disappeared from cusom layout » Missing Omega Features in 3.x
Project: Delta » Omega
Version: 7.x-3.0-alpha2 » 7.x-3.x-dev
Category: bug » feature
Status: Fixed » Active

fubhy: think you missed the actual issue on this one.

This is "mostly" related to the custom functionality that was provided in 2.x Omega that currently isn't implemented in 3.x omega... For example, the custom HTML5 placeholder text for search fields, and login fields, breadcrumb, etc.

Changing the title of this to be more appropriate, and moving to Omega queue. These still missing items (in the theme) are on the list to re-implement soon (hopefully over the next few days) prior to next alpha release.

fubhy’s picture

I see. The fact that this was in the Delta queue might've mislead me.

fubhy’s picture

Assigned: chanse » Unassigned
Status: Active » Needs work

We should start thinking about how to port those extra-features quite soon as we are moving close and closer to the finish line!

professorbikeybike’s picture

Wondering if I'm missing how to customize placeholder text in 3.x, or if this feature still needs to be ported.

steinmb’s picture

Issue summary: View changes
Status: Needs work » Closed (fixed)

Do not think a lot of new functionality goes into 7.x-3.x these days. Closing.