Closed (fixed)
Project:
AT Commerce
Version:
7.x-3.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
14 Jun 2012 at 19:31 UTC
Updated:
30 Jun 2012 at 22:51 UTC
Jump to comment: Most recent file
Comments
Comment #1
Jeff Burnz commentedIs in the Extension settings, under "Markup overrides", enable that extension and the new settings will appear.
BTW, upgarde to DEV asap, RC2 is now out of date and will be removed for download today.
Comment #2
Chimos commentedI know, I have "markup overrides" enabled but it's not there. I attach image.
Thanks
Comment #3
Jeff Burnz commentedDid you upgrade? Please do so and tell me if the issue persists. Also you are using AT Admin theme for admin, did you save the theme settings for this theme at least once?
FYI, in the future when you make screenshots take the whole page, never try to cut down the image etc, often we (developers) want to see everything, it can make a difference.
Comment #4
Jeff Burnz commentedYes, I definitely would say this is bug in AT Commerce info file, or rather was, the latest code includes the following theme setting (which was probably missing from an slightly older version) and is required to fire the display of the login block settings:
settings[horizontal_login_block_enable] = 'on'I bet if you do a search inside at_commerce.info for your version it will be missing.
Marking as fixed because this is actually fixed in DEV. If you are wondering why such a setting exists - well, its quite simple, if you are building at theme for a client and you do NOT want these settings to show (because you don't want to write the CSS to style the block, or whatever) then you can set this in the info file to...
settings[horizontal_login_block_enable] = 'off'...and the client/end user will never know it even exists, and sometimes doing such things is good.
Comment #5
Chimos commentedYes, I upgraded AdaptiveTheme to 7.x-3.x-dev
but now Drupal is saying in admin that I have 7.x-3.0-rc2+30-dev version. Is this name difference normal? I only deleted the old "adaptivetheme" folder and pasted the new one, and cleaned cache.
I searched in the info file, and it has a little difference:
yours
settings[horizontal_login_block_enable] = 'on'mine
settings[horizontal_login_block] = ''Yes, I saved settings more than once, the web is almost done.
Yes, I'm using AT Admin as admin theme.
Thanks!
Comment #6
Chimos commentedI updated again to AdaptiveTheme 7.x.3.x-dev and now it appears in the themes list and in 'Avalaible updates' as 7.x-3.0-rc2+34-dev (2012-Jun-16).
Other hand, only in 'Avaliable updates' my subtheme appears as "AT Commerce", although I edited its name in info file name, inside info file, template.php and theme-settings.php. It shows its custom name in themes list.
Is this 'AT Commerce' name correct?
Comment #7
Jeff Burnz commentedI don't know how the Avaliable updates list gets the theme names, but its got to be coming from the database, so one assumes there is some data still there that has not been flushed or updated.
Comment #8
Chimos commentedCan you help me with post number #5?:
1. Is the core theme name normal? (7.x-3.0-rc2+34-dev)
2. What mean and how should I fix the settings differences ("enabled")? Maybe there are more things wrong?
Here is my info file (with an omitted name), maybe it helps.
Thanks
Comment #9
Jeff Burnz commentedThe download archive naming is normal, Drupal.org does that.
Your info file is really old, you need to upgrade AT Commerce.
Comment #10
Chimos commentedOk, I think this brings the end point. I'm really afraid to upgrade my subtheme, because I've customized to 95% (trying to play only the styles.base.css file only, but I edited some more).
When I started developing it, updated the sub and missed some changes. I'm not a programmer, actually I was not sure if I should upgrade it nevermore.
How should I proceed to upgrade CUSTOM AT Commerce? Locating and overwriting every edited file to the new upgraded folder?
I know how to do it with base theme, modules, ... And I will make a backup, etc... But I'm not familiar with subtheming and files system for upgrading.
thanks
Comment #11
Jeff Burnz commentedOK, just add this to the info file:
settings[horizontal_login_block_enable] = 'on'Sorry, I thought that was clear from #4, you need to clear the cache also.
Since you have done big modifications I would advise you to not upgrade, there is no real need to if things are working for you now, better we just fix the minor issues like this, and like you say, never upgrade.
Comment #12
Chimos commentedOk, I did it. The feature appears in theme settings, but when I activate it and save settings. Dupal shows some messages;
Any idea?
Comment #13
Chimos commentedSorry, they disappeared with refresh. It's working propperly. I imagine it needed some internal step.
All my doubts and issues are solved now. Thanks again for your great help, you helped alot.