Closed (fixed)
Project:
Commerce Kickstart
Version:
7.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
22 Oct 2013 at 21:00 UTC
Updated:
11 Sep 2015 at 11:50 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
Poieo commentedTook me awhile to find this...
Commerce Kickstart Block module hides the page title on the front page and on taxonomy term pages with the following:
To get your titles back you must disable the module.
Comment #2
vaccinemedia commentedWell found! I solved the issue by disabling title across the board in the theme settings and using delta blocks to create a block for the page title and displaying it where I wanted to from there. Good to know how to treat the cause rather than the symptom though in future! However, now I'm getting used to Omega 4..... Shame there isn't a good commerce kickstart theme (for the full functionality / modules of kickstart) based on this ;)
Comment #3
lsolesen commentedSeems to be a duplicate of #1953738: $title variable is empty
Comment #4
mglamanMarking as a bug, because commerce_kickstart_taxonomy should be hiding the title from the page, not the block module to prevent unexpected issues like this.
Comment #5
mglamanComment #6
mglamanMoved logic from commerce_kickstart_block to commerce_kickstart_taxonomy, and logic performs more checks to only affect vocabulary provided by distribution.
Build: https://travis-ci.org/commerceguys/commerce_kickstart/builds/71785636.
If the actual issue is the ability to toggle this logic on or off, then it needs to be stated. Otherwise the change in this patch will be committed, and that functionality opened as a new issue.
Comment #7
mglamanUpdated with tests. Build: https://travis-ci.org/commerceguys/commerce_kickstart/builds/72018266
Comment #8
mglamanTurns out this was never working because the current_path for taxonomy was collection/% or product_category/% :) So it was just breaking all other taxonomy/term/% pages.
New patch, new build: https://travis-ci.org/commerceguys/commerce_kickstart/builds/72108925
Comment #10
mglamanComment #12
alexp999 commentedThis has caused me a bit of a headache this morning, new issue started:
https://www.drupal.org/node/2566869