Issues for Fusion http://drupal.org/project/issues/fusion?text=&status=Open&priorities=All&categories=All&version=All&component=All en Missing contextual link gear http://drupal.org/node/1992188 <p>I installed and configured Drupal 7.22 so the gear appears, then installed Fusion Core 7.x-2.0-beta2 and Fusion Starter 7.x-2.0-beta2 and the gear is missing. I deactivate and delete Fusion but gear is still missing.</p> <p>Contextual links module is on and have permissions.</p> <p>I did the same steps in other sites and worked fine.</p> <p>Any help would be appreciated. Regards</p> http://drupal.org/node/1992188#comments Fri, 10 May 2013 20:04:27 +0000 scuis 1992188 at http://drupal.org Problem with Context Condition when using node_top/bottom region http://drupal.org/node/1991082 <h3 id="summary-problem-motivation">Problem/Motivation</h3> <p>Some blocks do not appear in the sidebar regions when using "context condition" and the node_top / node_bottom regions. This bug only is present in subthemes that are based on fusion_core as well. Does not affect d7 version of modules/theme.</p> <p>Potentially related to this issue: <span class="project-issue-status-1 project-issue-status-info"><a href="/node/865782" title="Status: active">#865782: Context 3 problems on node pages</a></span></p> <h3>Steps to Reproduce</h3> <p>Fresh install of drupal 6 + modules</p> <ul><li>Drupal 6.28</li> <li>Ctools 1.10</li> <li>Context 3.1</li> <li>Fusion 1.13</li> </ul><ol><li>Create 3 blocks for testing with simple title &amp; body: test block 1, 2 and 3</li> <li>Enable context, context_ui, ctools</li> <li>Set fusion_core as default theme</li> <li>Create a node (node/1)</li> <li>Create the below 3 contexts</li> </ol><ul><li>Name: path-condition <ol><li>Condition: Path - Value: node/1</li> <li>Reaction: Blocks - Value: test block 1 in Sidebar First</li> <li>Reaction: Debug</li> </ol></li> <li>Name: context-condition <ol><li>Condition: Context - Value: path-condition</li> <li>Reaction: Blocks - Value: test block 2 in Sidebar First</li> <li>Reaction: Debug</li> </ol></li> <li>Name: node-region <ol><li>Condition: Path - Value: node/1</li> <li>Reaction: Blocks - Value: test block 3 in Node Top</li> <li>Reaction: Debug</li> </ol></li> </ul><p>Then visit /node/1. You'll see that the Debug reaction believes that all of these contexts are active, but Test Block 2 will not appear in the sidebar (see screenshot 1).</p> <p>The problem might be related to the fusion_core_block_list() function. If I alter it to not include the check for contexts, all of my blocks appear correctly. </p> <p></p><div class="codeblock"><code><span style="color: #000000"><span style="color: #0000BB">&lt;?php<br /></span><span style="color: #007700">function </span><span style="color: #0000BB">fusion_core_block_list</span><span style="color: #007700">(</span><span style="color: #0000BB">$region</span><span style="color: #007700">) {<br />  </span><span style="color: #0000BB">$drupal_list </span><span style="color: #007700">= </span><span style="color: #0000BB">block_list</span><span style="color: #007700">(</span><span style="color: #0000BB">$region</span><span style="color: #007700">);<br /></span><span style="color: #FF8000">/*  if (module_exists('context') &amp;&amp; $context = context_get_plugin('reaction', 'block')) {<br />    $context_list = $context-&gt;block_list($region);<br />    $drupal_list = array_merge($context_list, $drupal_list);<br />  } */<br />  </span><span style="color: #007700">return </span><span style="color: #0000BB">$drupal_list</span><span style="color: #007700">;<br />}<br /></span><span style="color: #0000BB">?&gt;</span></span></code></div> <p>Additionally, the problem may be related to how contexts handles building the block list. In context_reaction_block.inc, it looks to make sure the $context_blocks variable has not been set before building the list of blocks. If the code on line 293 is altered to ensure that the number of blocks in $block_queue == ($context_blocks + $empty blocks), it will build the region correctly.</p> <p></p><div class="codeblock"><code><span style="color: #000000"><span style="color: #0000BB">&lt;?php<br />    </span><span style="color: #FF8000">// Context blocks.<br />    //if (!isset($context_blocks[$region])) {<br />    </span><span style="color: #0000BB">$count_block_diff </span><span style="color: #007700">= ((</span><span style="color: #0000BB">count</span><span style="color: #007700">(</span><span style="color: #0000BB">$context_blocks</span><span style="color: #007700">[</span><span style="color: #0000BB">$region</span><span style="color: #007700">]) + </span><span style="color: #0000BB">count</span><span style="color: #007700">(</span><span style="color: #0000BB">$empty_blocks</span><span style="color: #007700">[</span><span style="color: #0000BB">$region</span><span style="color: #007700">])) != </span><span style="color: #0000BB">count</span><span style="color: #007700">(</span><span style="color: #0000BB">$build_queue</span><span style="color: #007700">[</span><span style="color: #0000BB">$region</span><span style="color: #007700">])) ? </span><span style="color: #0000BB">TRUE </span><span style="color: #007700">: </span><span style="color: #0000BB">FALSE</span><span style="color: #007700">;<br />    if (!isset(</span><span style="color: #0000BB">$context_blocks</span><span style="color: #007700">[</span><span style="color: #0000BB">$region</span><span style="color: #007700">]) || </span><span style="color: #0000BB">$count_block_diff</span><span style="color: #007700">) {<br /></span><span style="color: #0000BB">?&gt;</span></span></code></div> <p>The problem might have to do with fusion_core_block_list calling context_get_plugin('reaction', 'block'), and causing the context module to fail recursive building of the $context_block variable, but honestly I have no idea. I just know that either of these stopgap fixes work in my case.</p> <p>Is this more of a context issue than a fusion issue? Any help is much appreciated. Thank you.</p> <div id="pift-results-1991082"><table class="sticky-enabled"> <thead><tr><th>Attachment</th><th>Size</th><th>Status</th><th>Test result</th><th>Operations</th> </tr></thead> <tbody> <tr class=" odd"><td><a href="http://drupal.org/files/screenshot1_16.png">screenshot1.png</a></td><td>45.44 KB</td><td><em>Ignored: Check issue status.</td><td><em>None</em></td><td><em>None</em></td> </tr> </tbody> </table> </div> http://drupal.org/node/1991082#comments Thu, 09 May 2013 15:31:41 +0000 daggerhart 1991082 at http://drupal.org Support pluggable CSS frameworks http://drupal.org/node/1883086 <p>One of the things that the web is moving towards is the use of CSS Frameworks/Preprocessors. There are many out there but the three that continue to pop up are:</p> <ul><li>Sass/Compass</li> <li>Bootstrap</li> <li>Less</li> </ul><p>It would be interesting to see Fusion take a slightly different tact than a theme such as Zen (which settles on Sass/Compass as its optional framework) and, instead, support a pluggable architecture for whichever framework a developer chooses to use. Out of the box, it probably makes sense for us to support one of them natively by way of example. (e.g. a Fusion Starter Sass sub-theme).</p> <p>Potential caveats here:</p> <ul><li>We probably would not be able to include the libraries by default as they are not GPL (although they all are open-source) so we'd want some "easy" way for developers, possibly through drush, to bring in those libraries. That already exists in drush by way of Libraries so I think we're talking about examples rather than hard implementation.</li> <li>To use LESS, it's a Javascript include. To use Sass/Compass it requires a ruby gem installed either locally or on the server.</li> <li>A Bootstrap theme exists currently so we'd not want to duplicate function but instead provide an easy way to pull Bootstrap into a Fusion based theme.</li> <li>And...</li> </ul><p>How or if we implement it is left for discussion but I wanted to start some blue-sky thinking on the topic.</p> http://drupal.org/node/1883086#comments Tue, 08 Jan 2013 12:28:16 +0000 webkenny 1883086 at http://drupal.org admin_menu in $page_bottom http://drupal.org/node/1859356 <p>The first time that an administrator user loggin the admin_menu appears at the bottom.<br /> the admin_menu div is in the $page_bottom variable, and this does not allow that menu module "Administration menu" is accessible from the top.</p> http://drupal.org/node/1859356#comments Wed, 05 Dec 2012 18:12:22 +0000 vacho 1859356 at http://drupal.org skinr Not Working For User 1 http://drupal.org/node/1855414 <p>Hello i was thinking that this was a problem with skinr module but after seeing no one else reporting this problem i can only deduce that it is a problem with Fusion theme. I originally posted on the end of this post-<br /><a href="http://drupal.org/node/932750" title="http://drupal.org/node/932750" rel="nofollow">http://drupal.org/node/932750</a></p> <p>I did originally post on Mix and Match but the problem was happening with Fusion too. I will paste in what i posted if you dont mind.</p> <blockquote><p>Hi i am having the same problems with the Mix and Match theme. I am not using panels or any theme changing modules. I posted this over on the mix and match queue but i think i should be posting it here<br /><a href="http://drupal.org/node/1854222" title="http://drupal.org/node/1854222" rel="nofollow">http://drupal.org/node/1854222</a></p> <p>The css is fine for non admin and anon users. The classes are being applied. Admin (user 1) the classes are not being applied. I have turned off amin menu and cleared my cache but to no avail.</p> <p>Let me go turn off all my modules..... no still not working.</p> <p>I have updated to the Dev version (for D6) and the problem persists. My website can be viewed here if it helps anyone0<br /><a href="http://onlinebanter.com" title="http://onlinebanter.com" rel="nofollow">http://onlinebanter.com</a></p> <p>I only have Fusion Core and Mix and Match themes enabled.</p> <p>Thanks</p></blockquote> <p>and</p> <blockquote><p>Ive tried it with another theme and the problem persists. I have all modules on my site now turned off. Only the core (req) and skinr but still not happening for me. bah and blast i was on a css warpath there to get my site finished.</p></blockquote> <p>Has anyone else experienced a problem like mine?</p> <p>thanks</p> http://drupal.org/node/1855414#comments Fri, 30 Nov 2012 20:39:36 +0000 fadgadget 1855414 at http://drupal.org Logo not resizing in Fusion subtheme http://drupal.org/node/1841742 <p>Hi there,</p> <p>I'm really enjoying the responsive elements of Fusion as a theme but have run into a problem whereby the logo used in the sub theme doesn't resize like the rest of the site when minimizing the browser screen. I am using a new logo, added in the theme Apperance section. Is there something that needs to be added somewhere to force the image to resize. I'm using Adaptive Images on other parts of the site but there isn't a way that I know of to apply an image style to the site logo.</p> <p>Any help would be appreciated.</p> <p>Regards,</p> <p>Dave</p> http://drupal.org/node/1841742#comments Thu, 15 Nov 2012 16:33:39 +0000 droddis 1841742 at http://drupal.org Block controlled by context disappearing on commerce checkout page http://drupal.org/node/1806568 <p>Hi,</p> <p>I have a site with a "winter" and "summer" section. I have two contexts:</p> <p>"winter": to be active on pages with /winter &amp; /winter/* paths</p> <p>"summer" to be active when winter is not active, or on the page or on /summer &amp; /summer/*</p> <p>The contexts activate a menu into the main menu block and also set the body class "summer" or "winter".</p> <p>This works for every page except the commerce checkout page with the path "/checkout". It works for the page "/cart". So on my checkout page, I don't have a menu.</p> <p>On the checkout page, no menu appears BUT the body class "summer" is set. If I add /checkout &amp; /checkout/* to the summer context there is no improvement</p> <p>I am using:<br /> context: 7.x-3.0-beta4<br /> commerce: 7.x-1.3<br /> Fusion: Fusion Core 7.x-2.0-beta2<br /> Mix &amp; Match: Mix and Match 7.x-1.0</p> <p>If I switch to Bartik and put the menu's into the sidebar, the summer menu appears (correctly) on the checkout page. If I use mix &amp; match and have the block in the sidebar (exactly like with Bartik), the menu doesn't appear on the checkout page.</p> <p>cheers<br /> Rich</p> http://drupal.org/node/1806568#comments Mon, 08 Oct 2012 15:32:30 +0000 richH 1806568 at http://drupal.org Sample sites using Fusion responsive features http://drupal.org/node/1798050 <p>I can see Fusion 7.x-2.0 supports responsive features.</p> <p>Before digging in too deeply implementing it, I'm hoping to see a couple of sites that have implemented the responsive features.</p> <p>Can anyone share a URL or two to show Fusion 7.x-2.0 being responsive???</p> <p>Thanks in advance.</p> http://drupal.org/node/1798050#comments Fri, 28 Sep 2012 15:55:32 +0000 greggmarshall 1798050 at http://drupal.org Panels "Disable Drupal blocks/regions" - doesn't work correctly http://drupal.org/node/1780322 <p>When using Panels, disabling blocks via "Disable Drupal blocks/regions" checkbox on a variant's "General" settings, doesn't hide blocks and they appear in the middle column on a page.</p> <p>This is how the problem occurs.</p> <p>Block hiding is performed by CTools. In <code>ctools_block_list_alter()</code> it checks <em>ctools_set_no_blocks</em> drupal static variable, and if its TRUE, it removes "bad" blocks from block list. This variable is initialized in <code>ctools_context_handler_render_handler()</code> <strong>after</strong> calling a renderer:</p> <p></p><div class="codeblock"><code><span style="color: #000000"><span style="color: #0000BB">&lt;?php<br /><br /></span><span style="color: #007700">function </span><span style="color: #0000BB">ctools_context_handler_render_handler</span><span style="color: #007700">(...) {<br />  </span><span style="color: #0000BB">$function </span><span style="color: #007700">= </span><span style="color: #0000BB">page_manager_get_renderer</span><span style="color: #007700">(</span><span style="color: #0000BB">$handler</span><span style="color: #007700">);<br />  ...<br />  </span><span style="color: #0000BB">$info </span><span style="color: #007700">= </span><span style="color: #0000BB">$function</span><span style="color: #007700">(</span><span style="color: #0000BB">$handler</span><span style="color: #007700">, </span><span style="color: #0000BB">$contexts</span><span style="color: #007700">, </span><span style="color: #0000BB">$args</span><span style="color: #007700">);<br />  ...<br />  </span><span style="color: #FF8000">// Only directly output if $page was set to true.<br />  </span><span style="color: #007700">if (!empty(</span><span style="color: #0000BB">$info</span><span style="color: #007700">[</span><span style="color: #DD0000">'no_blocks'</span><span style="color: #007700">])) {<br />    </span><span style="color: #0000BB">ctools_set_no_blocks</span><span style="color: #007700">(</span><span style="color: #0000BB">FALSE</span><span style="color: #007700">);<br />  }<br /></span><span style="color: #0000BB">?&gt;</span></span></code></div> <p>So if a renderer would call <code>block_list()</code>, "bad" blocks won't be removed (since <em>ctools_set_no_blocks</em> is not initialized). And that is exactly what happens in Fusion. </p> <p>It calls <code>block_list()</code> from <code>fusion_core_block_list()</code> which is called for the first time from:</p> <ul><li><code>fusion_core_preprocess_node()</code> - to fill up node_regions with blocks,</li> </ul><p>if there are nodes on a page.<br /> Another time <code>fusion_core_block_list()</code> is called by Fusion from:</p> <ul><li><code>fusion_core_preprocess_page()</code> - to get appearance info for $grid's sidebars.</li> </ul><p>but this time, "bad" blocks are removed from the block list.</p> <p>There are two ways to fix this problem:</p> <ul><li>In CTools by moving <em>ctools_set_no_blocks</em> initialization <strong>before</strong> calling a renderer,</li> <li>In Fusion by not calling block_list() at all. I don't know however how node regions would work then.</li> </ul><p>Giving this a "bug" status, since initializing block_list from node preprocess looks strange.</p> http://drupal.org/node/1780322#comments Mon, 10 Sep 2012 16:22:21 +0000 OnkelTem 1780322 at http://drupal.org region namees http://drupal.org/node/1779672 <p>Hi<br /> I am using starter_lite as asub theme and it seems to print the region name for every region with content by default.</p> <p>Any ideas how to stop this?</p> <p>Thanks in adavance for your help</p> http://drupal.org/node/1779672#comments Sun, 09 Sep 2012 23:09:36 +0000 t14 1779672 at http://drupal.org Fusion prints empty regions for no reason http://drupal.org/node/1772370 <p>Fusion core's <code>region.tpl.php</code> outputs HTML even if a region is empty.</p> http://drupal.org/node/1772370#comments Mon, 03 Sep 2012 15:19:15 +0000 OnkelTem 1772370 at http://drupal.org Undefined index: sidebar_tablet_landscape_enabled and similar when using Fusion Accelerator http://drupal.org/node/1772324 <p>I see bunches of PHP Notices when rebuilding funsion-based theme cache:</p> <h2 class="element-invisible">Error message</h2> <ul><li><em class="placeholder">Notice</em>: Undefined index: sidebar_tablet_landscape_enabled in <em class="placeholder">_fusion_accelerator_save_grid()</em> (line <em class="placeholder">465</em> of <em class="placeholder">/var/www/sites/windbrothers/www/sites/all/modules/fusion_accelerator/fusion_accelerator.module</em>).</li> <li><em class="placeholder">Notice</em>: Undefined index: sidebar_tablet_portrait_enabled in <em class="placeholder">_fusion_accelerator_save_grid()</em> (line <em class="placeholder">465</em> of <em class="placeholder">/var/www/sites/windbrothers/www/sites/all/modules/fusion_accelerator/fusion_accelerator.module</em>).</li> <li><em class="placeholder">Notice</em>: Undefined index: sidebar_phone_landscape_enabled in <em class="placeholder">_fusion_accelerator_save_grid()</em> (line <em class="placeholder">465</em> of <em class="placeholder">/var/www/sites/windbrothers/www/sites/all/modules/fusion_accelerator/fusion_accelerator.module</em>).</li> </ul><p>Patch is on the way</p> http://drupal.org/node/1772324#comments Mon, 03 Sep 2012 14:44:46 +0000 OnkelTem 1772324 at http://drupal.org Default custom media queries for tablet should be fixed to work on desktop http://drupal.org/node/1760082 <p> <br /> Hi!</p> <p>I've noticed a nasty but easily fixed bug in Fusion default configuration. It happens on my multi-monitor setup.<br />  <br />  </p> <h2>Steps to reproduce the bug:</h2> <ol><li>Enable the responsive mode of your Fusion subtheme.</li> <li> Browse the website using a computer that has a screen less than 1200px wide: <ul><li>Find an old 1024px-wide monitor and attach it to your computer as a secondary monitor.</li> <li>Configure a widescreen monitor to rotate 90° so that it's horizontal width is less than 1200px.</li> <li>Use a cheap netbook.</li> </ul></li> </ol><p> <br />  </p> <h2>What should happen</h2> <p>The website should scale correctly. It should not go to mobile mode (with all regions stacked vertically) unless browser window is less than 768px wide.<br />  <br />  </p> <h2>What actually happens</h2> <p>The website goes to mobile mode unless browser's width is greater than 1200px (actually, 1232px... scrollbar and window borders maybe?).</p> <p>The 768px and 960px modes are completely unavailable!</p> <p>See the attached proofpic.<br />  <br />  </p> <h2>Suggested fix</h2> <p>I've examined the portrait media queries and discovered, that removing the <code>and (min-device-width: 1100px)</code> portion resolves the issue. Now my website scales to 768px and 960px fine even when i've got a narrow monitor attached.<br />  <br />  </p> <div id="pift-results-1760082"><table class="sticky-enabled"> <thead><tr><th>Attachment</th><th>Size</th><th>Status</th><th>Test result</th><th>Operations</th> </tr></thead> <tbody> <tr class=" odd"><td><a href="http://drupal.org/files/fusion_responsive_bug.png">fusion_responsive_bug.png</a></td><td>157.14 KB</td><td><em>Ignored: Check issue status.</td><td><em>None</em></td><td><em>None</em></td> </tr> </tbody> </table> </div> http://drupal.org/node/1760082#comments media queries responsive Tue, 28 Aug 2012 09:14:30 +0000 lolmaus 1760082 at http://drupal.org "Invalid argument supplied for foreach() in .../skinr/skinr.module on line 348." caused by poor documentation and bad example http://drupal.org/node/1737000 <p>So these are the lines in the fusion_starter.info file:<br /></p><div class="codeblock"><code>; Disable 12 column grid block widths inherited from fusion_core<br />skinr[grid12-width] =</code></div><br /> Which causes the error <code>Invalid argument supplied for foreach() in .../skinr/skinr.module on line 348.</code> to show for every file that has an instance of this or similar settings. <p>I went and used devel to print out the array that is return by <code>skinr_process_info_files();</code> and found that whenever you set the above setting then when the info file is parsed that parser continues down until the next available character. So in most instances this would be the equivalent of putting the following in your info file:<br /></p><div class="codeblock"><code>skinr[grid12-width] = ';'</code></div><br /> This is since the code looks like this by default:<br /><div class="codeblock"><code>; Disable 12 column grid block widths inherited from fusion_core<br />skinr[grid12-width] =<br /><br />; Sample Skinr style (uncomment to use, see Skinr section in CSS)</code></div><br /> I ended up changing my info file to look like:<br /><div class="codeblock"><code>skinr[grid12-width] = ''</code></div><br /> and the errors went away. However, I had to correct that line in every info fusion-based info file on my site. This includes fusion_starter.info as an offender.<br /><code></code><br /> Please update documentation and change the fusion_starter.info to reflect this. http://drupal.org/node/1737000#comments Fri, 17 Aug 2012 18:35:32 +0000 nicholas.alipaz 1737000 at http://drupal.org Does core fusion layout changes suppose to affect the sub theme? http://drupal.org/node/1704804 <p>Does core fusion layout changes suppose to affect the sub theme? I've made layout changes in the fusion core theme but their not appear in my starter theme.</p> http://drupal.org/node/1704804#comments Sun, 29 Jul 2012 22:53:19 +0000 sp09 1704804 at http://drupal.org Update conditional stylesheets http://drupal.org/node/1674268 <p>The conditional stylesheets in html.tpl.php are out dated. <a href="http://paulirish.com/2008/conditional-stylesheets-vs-css-hacks-answer-neither/" title="http://paulirish.com/2008/conditional-stylesheets-vs-css-hacks-answer-neither/" rel="nofollow">http://paulirish.com/2008/conditional-stylesheets-vs-css-hacks-answer-ne...</a> includes a newer, shorter version:<br /></p><div class="codeblock"><code>&lt;!--[if lt IE 7]&gt; &lt;html class="lt-ie9 lt-ie8 lt-ie7"&gt; &lt;![endif]--&gt;<br />&lt;!--[if IE 7]&gt;    &lt;html class="lt-ie9 lt-ie8"&gt; &lt;![endif]--&gt;<br />&lt;!--[if IE 8]&gt;    &lt;html class="lt-ie9"&gt; &lt;![endif]--&gt;<br />&lt;!--[if gt IE 8]&gt;&lt;!--&gt; &lt;html class=""&gt; &lt;!--&lt;![endif]--&gt;</code></div> http://drupal.org/node/1674268#comments Sat, 07 Jul 2012 04:29:43 +0000 scor 1674268 at http://drupal.org Adapt html.tpl.php output to RDFa 1.1 / HTML5 (backport from Drupal 8) http://drupal.org/node/1674260 <p><a href="http://www.w3.org/TR/rdfa-core/" rel="nofollow">RDFa 1.1</a> was published last month and requires namespaces to be serialized in a <code>prefix</code> attribute. This effectively backports the RDFa changes which happened in Drupal 8 at <span class="project-issue-status-7 project-issue-status-info"><a href="/node/1077566" title="Status: closed (fixed), Assigned to: scor">#1077566: Convert html.tpl.php to HTML5</a></span>.</p> http://drupal.org/node/1674260#comments Sat, 07 Jul 2012 04:23:50 +0000 scor 1674260 at http://drupal.org Nested region's width does not adjust correctly when a context hides a region (sidebar_first and sidebar_second) http://drupal.org/node/1673064 <p>I am using OpenChurch Theme Starter which is a subtheme of OpenChurch Theme which is in itself of subtheme of Fusion. I am trying to use contexts to hide the sidebars when viewing galleries and calendars, but the widths of the main_group and the content_group are not adjusting correctly to the hidden sidebars. </p> <p>The nested region main_group still prints the width as (grid_width - sidebar_first)</p> <p>The nested region content_group still prints the width as (grid_width - sibebar_first - sidebar_second)</p> <p>When the context hides the sidebar_first and sidebar_second regions those widths should be printed as the full grid_width.</p> <p>I can't seem to figure out where these variables are being set. Can someone please help?</p> http://drupal.org/node/1673064#comments Thu, 05 Jul 2012 21:30:00 +0000 knsheely 1673064 at http://drupal.org Notice: Undefined variable: skinr in include() (line 36 of /home2/aspkcomt/public_html/sites/all/themes/fusion/fusion_core/views http://drupal.org/node/1666266 <p>I got the below message after adding catalog (from ubercart) link to my main menu and added two term under catalog. Please let me know what this means and what should I do. I am using Drupal 7 Aquia Marina theme power by Fusion<br /> Notice: Undefined variable: skinr in include() (line 36 of /home2/aspkcomt/public_html/sites/all/themes/fusion/fusion_core/views-view--page.tpl.php).</p> http://drupal.org/node/1666266#comments Sat, 30 Jun 2012 10:02:48 +0000 aspk 1666266 at http://drupal.org Unable to load a node in Superfish? http://drupal.org/node/1663118 <p>Hello, </p> <p>I would like to make one of the menu link items load a node upon rollover. In other words I have a page with multiple menu blocks on them, when someone rolls over that link, the expanded piece is actually the node_load instead of just a list of links.</p> <p>I can get this to work on non-superfish menus, so was curious as to how or where superfish is overriding this ability.</p> http://drupal.org/node/1663118#comments Wed, 27 Jun 2012 18:03:59 +0000 TravisJohnston 1663118 at http://drupal.org Responsive CSS and IE 8 http://drupal.org/node/1626992 <p>For some reason all of the styling for IE 8 and below is completely rendering incorrectly. From what I can tell, it's not rendering the classes associated with the 960 grid system. The selectors are showing up in the source code but when I inspect the rendered CSS those styles do not show up. Does anyone else have this issue or are we alone? See the first attached file for a pure rendering using IE Tester and check the second image attached for the rendered CSS for IE 8 using My Debug Bar.</p> <div id="pift-results-1626992"><table class="sticky-enabled"> <thead><tr><th>Attachment</th><th>Size</th><th>Status</th><th>Test result</th><th>Operations</th> </tr></thead> <tbody> <tr class=" odd"><td><a href="http://drupal.org/files/screenshot.62.png">screenshot.62.png</a></td><td>108.28 KB</td><td><em>Ignored: Check issue status.</td><td><em>None</em></td><td><em>None</em></td> </tr> <tr class=" even"><td><a href="http://drupal.org/files/screenshot.64.png">screenshot.64.png</a></td><td>139.7 KB</td><td><em>Ignored: Check issue status.</td><td><em>None</em></td><td><em>None</em></td> </tr> </tbody> </table> </div> http://drupal.org/node/1626992#comments Mon, 11 Jun 2012 08:55:43 +0000 atomicpages 1626992 at http://drupal.org Can't make a clean update http://drupal.org/node/1595604 <p>Hi.<br /> We're using fusion on a D6 here : bu.univ-angers.fr</p> <p>I have some problem during the update of fusion, either using classic FTP or Drush, trying to update from Fusion 6.x-1.0 to 6.x-1.13 : everything goes well (for example, Drush tells me that 6.x-1.13 is installed) but in the backoffice of Drupal, I've still a message telling me that I need top update (see snapshot)</p> <p>Any idea ?<br /> Help welcome<br /> D</p> <div id="pift-results-1595604"><table class="sticky-enabled"> <thead><tr><th>Attachment</th><th>Size</th><th>Status</th><th>Test result</th><th>Operations</th> </tr></thead> <tbody> <tr class=" odd"><td><a href="http://drupal.org/files/Sélection_026.png">Sélection_026.png</a></td><td>17.26 KB</td><td><em>Ignored: Check issue status.</td><td><em>None</em></td><td><em>None</em></td> </tr> </tbody> </table> </div> http://drupal.org/node/1595604#comments Wed, 23 May 2012 06:56:49 +0000 dbourrion 1595604 at http://drupal.org Sub-theme template files not recognized http://drupal.org/node/1594454 <p>Hi,</p> <p>So I'm working on a site with someone else's prebuilt Fusion sub-theme. Within, there are custom page and node tpl's, as well as the usual files. But since migrating the site over to my local, and having to start over with that theme and a new Drupal 6 install (the original was built for 6 as well), no changes I make to those tpl files will take. The info file looks ok, and I've also tried re-copying the original fusion one over and making the appropriate changes. I can make edits to the sub-theme's local.css, and those pass fine, but nothing from any of the template files: changes in page and the creation of a new region (in the info as well as a template.php function). None of it shows, and I can't for the life of me think why. Caching is off, and registry rebuilding is set to go for every page. Below is the info file:</p> <p></p><div class="codeblock"><code>name = [subtheme]<br />description = Fusion Starter sub-theme. Requires Fusion Core and the Skinr module to enable easy point-and-click theming.<br />base theme = fusion_core<br />core = 6.x<br />engine = phptemplate<br /><br />stylesheets[all][] = css/[subtheme]-style.css<br /><br />regions[sidebar_first] = sidebar first<br />regions[sidebar_last] = sidebar last<br />regions[header_top] = header top<br />regions[header] = header<br />regions[preface_top] = preface top<br />regions[preface_bottom] = preface bottom<br />regions[content_top] = content top<br />regions[abovecontent] = above content &lt;-- new region<br />regions[content] = content<br />regions[content_bottom] = content bottom<br />regions[postscript_top] = postscript top<br />regions[postscript_bottom] = postscript bottom<br />regions[footer] = footer<br />regions[node_top] = node top<br />regions[node_bottom] = node bottom<br /><br />features[] = logo<br />features[] = name<br />features[] = slogan<br />features[] = node_user_picture<br />features[] = comment_user_picture<br />features[] = search<br />features[] = favicon<br />features[] = primary_links<br />features[] = secondary_links<br /><br />; Default theme settings<br />settings[theme_grid] = grid16-960<br />settings[theme_grid_options][] = grid16-960<br />settings[theme_grid_options][] = grid16-fluid<br />settings[fluid_grid_width] = fluid-100<br />settings[theme_font_size] = font-size-12<br />settings[sidebar_layout] = sidebars-split<br />settings[sidebar_first_width] = 3<br />settings[sidebar_last_width] = 3<br /><br />; Inherit Skinr styles from Fusion Core<br />skinr[options][inherit_skins] = true<br /><br />; Disable 12 column grid block widths inherited from fusion_core<br />skinr[grid12-width] = ''<br /><br />; Sample Skinr style (uncomment to use, see Skinr section in CSS)<br />;skinr[fusion-example-styles][title] = Sample Skinr block styles<br />;skinr[fusion-example-styles][type] = checkboxes<br />;skinr[fusion-example-styles][features][] = block<br />;skinr[fusion-example-styles][options][1][label] = My sample Skinr style<br />;skinr[fusion-example-styles][options][1][class] = fusion-example-stylename<br />; Information added by drupal.org packaging script on 2012-03-28<br />version = "6.x-1.13"<br />core = "6.x"<br />project = "fusion"<br />datestamp = "1332949846"</code></div> http://drupal.org/node/1594454#comments Fusion sub-theme template Tue, 22 May 2012 12:10:04 +0000 garbageman14 1594454 at http://drupal.org fusion IE 7-8 problem http://drupal.org/node/1552336 <p>Hi!<br /> thanks for this awesome template framework..<br /> but unfortunately even in fresh install of drupal 7 and fusion starter, in ie 7-8 all region are broke and all appear bottom of each other but in IE9 working fine...as you know even in the win 7 default IE are IE8 and most of internet user using IE...</p> http://drupal.org/node/1552336#comments Sat, 28 Apr 2012 20:40:36 +0000 roter 1552336 at http://drupal.org Pull default grid settings from Fusion core when sub theme's .info does not define them. http://drupal.org/node/1421938 <p>The sub-theme settings inheritance bug in Drupal core <span class="project-issue-status-7 project-issue-status-info"><a href="/node/761608" title="Status: closed (fixed)">#761608: Missing theme settings values because list_themes() has inconsistent theme object data</a></span> is going to be fixed soon and when testing the patch, I realized that some undefined index errors were occurring when removing default settings from a sub-theme's .info file. This was due to Fusion utilizing $theme_data[$theme_name]-&gt;info['settings'] to generate a set of grid options. The attached patch causes Fusion to iterate through all settings in $theme_data['fusion_core']-&gt;info['settings'] and replace any missing variables in $theme_data[$theme_name]-&gt;info['settings'] with the value from Fusion core.</p> <div id="pift-results-1421938"><table class="sticky-enabled"> <thead><tr><th>Attachment</th><th>Size</th><th>Status</th><th>Test result</th><th>Operations</th> </tr></thead> <tbody> <tr class="pift-pass odd"><td><a href="http://drupal.org/files/fusion_core-grid-settings-defaults.patch">fusion_core-grid-settings-defaults.patch</a></td><td>932 bytes</td><td>Idle</td><td>PASSED: [[SimpleTest]]: [MySQL] 0 pass(es).</td><td><a href="http://qa.drupal.org/pifr/test/220553">View details</a> | <a href="/pift/retest/220553">Re-test</a></td> </tr> </tbody> </table> </div> http://drupal.org/node/1421938#comments Mon, 30 Jan 2012 22:24:01 +0000 sheena_d 1421938 at http://drupal.org Add an skin setting for Horizontal Language icons http://drupal.org/node/1404126 <p>The attached patch displays language icons horizontaly in their block.</p> <p>It selectable from the Box options using fusion accelerator, just under the horizontal login block.</p> <p>Of course this needs the languageicons module to work. If applied to some other block it will not have the desired effect.</p> <div id="pift-results-1404126"><table class="sticky-enabled"> <thead><tr><th>Attachment</th><th>Size</th><th>Status</th><th>Test result</th><th>Operations</th> </tr></thead> <tbody> <tr class="pift-pass odd"><td><a href="http://drupal.org/files/Added-horizontal-language-icons-skin-v1.patch">Added-horizontal-language-icons-skin-v1.patch</a></td><td>1.56 KB</td><td>Idle</td><td>PASSED: [[SimpleTest]]: [MySQL] 0 pass(es).</td><td><a href="http://qa.drupal.org/pifr/test/213868">View details</a> | <a href="/pift/retest/213868">Re-test</a></td> </tr> </tbody> </table> </div> http://drupal.org/node/1404126#comments Fri, 13 Jan 2012 15:29:15 +0000 bserem 1404126 at http://drupal.org Sidebar first above main content for Mobile responsive layout http://drupal.org/node/1380614 <p>The sidebar first region appears above main content on mobile devices when responsive layouts are enabled. I'm not sure if this is a code issue (sidebar first region should drop below main content) or it is a documentation issue (this is intended, but the description on the mobile layout settings page would need to be corrected).</p> <p>Thanks!</p> http://drupal.org/node/1380614#comments 7.x-3.x Thu, 22 Dec 2011 19:09:17 +0000 sheena_d 1380614 at http://drupal.org Styles gone after clearing the caches http://drupal.org/node/1360162 <p>Hi,</p> <p>I have a long-standing problem with Fusion-based sub-themes, including unmodified packages like 'Acquia Slate' and own sub-themes, but I don't know to what degree Fusion is actually involved since I don't have any similar complex themes to compare; however, with an unmodified 'Garland' I don't encounter this issue; also, with other base themes like 'Zen' or 'Adaptivetheme' I never experienced this, but I havn't used them so intensively like 'Fusion'. Probably other JS-heavy modules (like Panels) or even Drupal core might be involved; and this has definitely something to do with caching and JS aggregation. I suspect Fusion because Fusion does some CSS related preprocessing in template.php (<code>./sites/all/themes/fusion/fusion_core/template.php</code>) I don't fully understand.</p> <p>The problem: After clearing the Drupal caches (e.g. via 'admin_menu' or 'drush cc'), I get an unstyled display of the website (pretty much like this: <a href="http://drupal.org/node/1071086" rel="nofollow">example from advagg</a>). The affected page has a reference to the CSS stylesheet and JS file, e.g.:</p> <p></p><div class="codeblock"><code>&lt;link type="text/css" rel="stylesheet" media="all" href="/sites/default/files/css/css_b38e1e19abb231a3c8740b56fd4db339.css" /&gt;</code></div> <p>If I inspect this in Firebug/Dragonfly, the referenced files like <code>./sites/default/files/css/css_b38e1e19abb231a3c8740b56fd4db339.css</code> or <code>./sites/default/files/js/js_3e70254cea4393260c64191e6f37606e.jsmin.js</code> does not exist; probably they were purged by clearing the caches, and for whatever reason the aggregated files seem not to be regenerated, or the references are not being refreshed. The ugly thing with this is that I have no idea to fix this since clearing the caches <em>causes</em> the problem. I believe the issue disappears after a while, but I don't know when and how. I watched an affected site for a couple of hours, and the broken references to the CSS and JS files were still there. On sites where I use boost, it helps to completely wipe the static 'boost' cache. Obviously this is not a really viable option, and the issue also occurs on sites without boost.</p> <p>The behaviour affects anonymous user, but not user #1 or other logged-in users. What makes this a real pain in the a** is that the issue is <em>not</em> 100% reproducable. E.g. I had this for months on a site with 'Acquia Slate', but for some reason it suddenly disappeared when I just checked. It usually occurs on the frontpage and not on sub-pages; my front pages are usually made with Panels, but other Panels pages are not necessarily affected (in the Panels queue is a long-standing and obscure issue with panels pages as Drupal frontpages). Or it simply only the first page loaded after clearing the caches is affected, I'm not sure. However, in most cases I can reproduce the problem on the front page.</p> <p>Except for Drupal core's caching mechanisms, other modules that might be involved include panels, jQuery Update, jQuery UI, css_gzip, javascript_aggregator, boost, and probably even more.</p> <p>I'm posting this as a support request to find out if this is a known issue, or if this only affects a special type of setup I'm using on all my sites. When digging in the issue queues of the mentioned modules, I stumbled over a whole hornet's nest of somehow related issues that are vastely beyond my understanding.</p> <p>For example there is <span class="project-issue-status-7 project-issue-status-info"><a href="/node/1150150" title="Status: closed (fixed)">#1150150: AdvAgg - Fusion Core theme - Lost local.css?</a></span> and <span class="project-issue-status-1 project-issue-status-info"><a href="/node/1154732" title="Status: active">#1154732: AdvAgg Integration </a></span> with a Fusion-related issue that affects the 'Advanced CSS/JS Aggregation' module; most bizarrely, this module claims to <em>solve</em> issues with broken references to CSS/JS files that come with CSS/JS aggregation: "...getting a 404 for a CSS or JS file is now almost impossible".</p> <p>Anyway, I'd love to get any pointers how to resolve this. Please feel free to change the issue queue if you know a more appropriate one.</p> <p>Thank you!</p> http://drupal.org/node/1360162#comments Sat, 03 Dec 2011 16:41:42 +0000 asb 1360162 at http://drupal.org Move grid overlay to Accelerator? http://drupal.org/node/1340486 <p>I think the grid overlay would make for a good module in the Accelerator package.</p> <p>Pros:</p> <ul><li><strong>Expandability</strong>: additional grid tools, such as labels for regions (à la omega), would be a good fit for accelerator. It'd be more consistant to have these tools in one place.</li> <li><strong>Reduces fusion_core footprint</strong>: production sites could disable the grid overlay from the modules page and its corresponding CSS/JS would never be loaded.</li> </ul><p>Cons:</p> <ul><li>Instead of going to theme settings to turn on/off the grid overlay tool, user would presumably visit admin/appearance/fusion. Alternatively, perhaps accelerator could hook_form_alter() the theme settings from the module.</li> <li>The module would have an implicit rather than explicit requirement for a Fusion theme. It's possible that some users might enable the grid tool for a non-fusion theme and not understand why things aren't working.</li> </ul> http://drupal.org/node/1340486#comments Mon, 14 Nov 2011 00:07:59 +0000 aquariumtap 1340486 at http://drupal.org Drush make issue... http://drupal.org/node/1323404 <p>As of today my Drush makefile has stopped working and cannot download fusion.<br /></p><div class="codeblock"><code>projects[fusion][type] = "theme"</code></div> <p>I'm getting the following error in my console<br /></p><div class="codeblock"><code>Project information for fusion retrieved.                                                                                     [ok]<br />Invalid version  for fusion.                                                                                                  [error]<br />Non-existent project type  on project drupal                                                                                  [error]</code></div> <p>I have tried explicitly specifying the version number and subdir folder to no avail.</p> <p>However<br /></p><div class="codeblock"><code>drush dl fusion</code></div> <p>Does work.</p> <p>Could this be similar to this issue <a href="http://drupal.org/node/984204" title="http://drupal.org/node/984204" rel="nofollow">http://drupal.org/node/984204</a> ?</p> http://drupal.org/node/1323404#comments Thu, 27 Oct 2011 12:05:26 +0000 hixster 1323404 at http://drupal.org Add Granada to list of Fusion themes http://drupal.org/node/1321246 <p><a href="http://drupal.org/project/granada" rel="nofollow">Granada</a> is a Fusion-based theme for D7. Please consider adding to the list on the <a href="http://drupal.org/project/fusion" rel="nofollow">Fusion project page.</a>. Thanks!</p> http://drupal.org/node/1321246#comments Tue, 25 Oct 2011 17:53:09 +0000 nedjo 1321246 at http://drupal.org _fusion_skins_grid_options() does not make correct classes for custom grids with less than 10 columns http://drupal.org/node/1320418 <p>_fusion_skins_grid_options() does not properly account for custom grids with less than 10 columns.</p> <p>Currently in Fusion, the naming convention requires that all grids are based on a two-digit number. If you wish to create a custom grid with less than 10 columns, the grid name must be prefaced with a 0. Thus, a 9-column grid must be named grid09-960, rather than grid9-960.</p> <p>The auto-width assignments that Fusion renders for blocks within a region uses the zero-preface naming convention, and the Fusion documentation instructs users to setup their grid CSS files using the zero-preface naming convention. </p> <p>However, the function used in Fusion Core's Skin definitions file (skins/core/core.inc) does not account for this zero-preface naming convention (it will create classes such as grid9-6 instead of grid09-6.) and thus creates a set of skins that deviate from Fusion's auto-width classes and the classes within a properly created grid CSS file.</p> <p>I don't think that _fusion_skins_grid_options() is intended to be used in customized contexts (I get an undefined function error if I do not copy into my sub-theme and rename the function), so this is not a bug, but it would be helpful to have a universally-available function of this type to help in rendering custom grids.</p> <p>Ideally, grid definitions would be completely de-coupled from the Fusion theme and handled by the Fusion Accelerator module. However, if it would be helpful to have a stopgap solution for users who wish to create Skins for a custom grid (without having to manually code Skin options for each grid width option).</p> <p>This issue originally reported here: <a href="http://fusiondrupalthemes.com/forum/using-fusion/setting-width-regions-info-file#comment-6438" title="http://fusiondrupalthemes.com/forum/using-fusion/setting-width-regions-info-file#comment-6438" rel="nofollow">http://fusiondrupalthemes.com/forum/using-fusion/setting-width-regions-i...</a></p> http://drupal.org/node/1320418#comments Tue, 25 Oct 2011 02:15:46 +0000 sheena_d 1320418 at http://drupal.org Block list should also consider the context region disabled reaction http://drupal.org/node/1298916 <p>When Fusion is calculating grid widths on regions, it loads the blocks in each region from core block placement and blocks placed with the context module.</p> <p>The context module has a region reaction which disables a region by removing blocks from the page array. Since Fusion counts the blocks by directly accessing them from core and context the region disable reaction doesn't notify Fusion that it is disabled. A solution for this is to alter the fusion_core_block_list() function to also check the region reaction.</p> <p>I have included a patch needs testing.</p> <div id="pift-results-1298916"><table class="sticky-enabled"> <thead><tr><th>Attachment</th><th>Size</th><th>Status</th><th>Test result</th><th>Operations</th> </tr></thead> <tbody> <tr class="pift-pass odd"><td><a href="http://drupal.org/files/fusion_block_list_region_reaction.patch">fusion_block_list_region_reaction.patch</a></td><td>875 bytes</td><td>Idle</td><td>PASSED: [[SimpleTest]]: [MySQL] 0 pass(es).</td><td><a href="http://qa.drupal.org/pifr/test/278083">View details</a> | <a href="/pift/retest/278083">Re-test</a></td> </tr> </tbody> </table> </div> http://drupal.org/node/1298916#comments Tue, 04 Oct 2011 10:03:56 +0000 jamiecuthill 1298916 at http://drupal.org Breadcrumbs has no gutter. http://drupal.org/node/1291384 <p>The "gutter" class is not added to the breadcrumbs div causing it overflow out of the main content area.</p> http://drupal.org/node/1291384#comments Mon, 26 Sep 2011 18:49:01 +0000 Pratheep 1291384 at http://drupal.org ie9-fixes http://drupal.org/node/1273788 <p>what about ie9-fixes.css ie9-fixes-rtl.css there is compatibility?<br /> the design doesn't looks good on ie9 and in ie8 &amp; ie7 u had a files css so i edit them but in ie9 there r no file and i can't edit </p> <p>plz explain me how do i do that </p> <p>10x</p> http://drupal.org/node/1273788#comments Fri, 09 Sep 2011 01:34:11 +0000 moran 1273788 at http://drupal.org Display Taxonomy Inline http://drupal.org/node/1265708 <p>This feature request is to implement the fulfilled feature request in core:</p> <p><a href="http://drupal.org/node/784792" title="http://drupal.org/node/784792" rel="nofollow">http://drupal.org/node/784792</a></p> <p>Basically it handles a list of taxonomy items as divs so the list appears in a column. It would be great to have the option to handle the list inline.</p> http://drupal.org/node/1265708#comments Wed, 31 Aug 2011 17:15:18 +0000 marko42 1265708 at http://drupal.org Division by zero in fusion_core_grid_info() http://drupal.org/node/1246916 <p>I only want 2 columns on the page, so I have assigned all blocks to sidebar one &amp; two (16 column fixed grid [960px] - Theme Default) and assigned 8 columns for each one of them.</p> <p>I get the this error:</p> <p>Warning: Division by zero in fusion_core_grid_info() (line 392 of /usr/home/xyz/www/sites/all/themes/fusion/fusion_core/template.php).</p> http://drupal.org/node/1246916#comments Thu, 11 Aug 2011 22:37:12 +0000 pancrilio 1246916 at http://drupal.org "Demonstrate block regions" page in admin does not properly assign units to sidebar_second http://drupal.org/node/1229232 <p>The region demonstration adds css borders to each region to show the general layout of a page, without loading any blocks. Fusion returns a unit count of 0 if no blocks are loaded into the sidebar_second, so the block demonstration layout is inaccurate; the sidebar second will drop to the bottom.</p> <p>A link to "demonstrate block regions" can be found at admin/structure/block.</p> http://drupal.org/node/1229232#comments Mon, 25 Jul 2011 20:50:12 +0000 aquariumtap 1229232 at http://drupal.org Make sidebar_first and sidebar_second optional regions http://drupal.org/node/1228466 <p>Hi guys,</p> <p>I am not sure if this is the correct place to post this so please forgive me if this is an issue that needs to be fixed by Fusion Mobile.</p> <p>When using Fusion Mobile I am seeing 7 notices appear in the logs for each page view. Below are the 3 unique errors</p> <p></p><div class="codeblock"><code>Notice: Undefined index: sidebar_first in fusion_core_grid_info() (line 392 of sites/all/themes/fusion/fusion_core/template.php).<br />Notice: Undefined index: sidebar_second in fusion_core_grid_info() (line 392 of /sites/all/themes/fusion/fusion_core/template.php).<br />Notice: Undefined index: sidebar_second in fusion_core_grid_info() (line 394 of /sites/all/themes/fusion/fusion_core/template.php).<br />Notice: Undefined index: sidebar_first in fusion_core_preprocess_page() (line 100 of /sites/all/themes/fusion/fusion_core/template.php).<br />Notice: Undefined index: sidebar_second in fusion_core_preprocess_page() (line 100 of /sites/all/themes/fusion/fusion_core/template.php).</code></div> <p>Obviously these functions are referring to regions that don't exist in Fusion Mobile. </p> <p>Is this a problem with how Fusion Mobile is letting Fusion Core know what regions it has, or is this an issue with Fusion Core assuming that all sub-themes will have these regions?</p> http://drupal.org/node/1228466#comments Mon, 25 Jul 2011 04:10:54 +0000 akoepke 1228466 at http://drupal.org overlapping css classes on superfish initialization http://drupal.org/node/1218710 <p>I didn't understand why my changes on the primary-menu superfish initializiation was not being applied and I noticed that the classes are overlapping:</p> <p></p><div class="codeblock"><code><span style="color: #000000"><span style="color: #0000BB">&lt;?php<br />Drupal</span><span style="color: #007700">.</span><span style="color: #0000BB">behaviors</span><span style="color: #007700">.</span><span style="color: #0000BB">fusionSuperfish </span><span style="color: #007700">= function (</span><span style="color: #0000BB">context</span><span style="color: #007700">) {<br />  $(</span><span style="color: #DD0000">"#primary-menu ul.sf-menu"</span><span style="color: #007700">).</span><span style="color: #0000BB">superfish</span><span style="color: #007700">({<br />    </span><span style="color: #0000BB">hoverClass</span><span style="color: #007700">:  </span><span style="color: #DD0000">'sfHover'</span><span style="color: #007700">,<br />    </span><span style="color: #0000BB">delay</span><span style="color: #007700">:       </span><span style="color: #0000BB">250</span><span style="color: #007700">,<br />    </span><span style="color: #0000BB">animation</span><span style="color: #007700">:   {</span><span style="color: #0000BB">opacity</span><span style="color: #007700">:</span><span style="color: #DD0000">'show'</span><span style="color: #007700">,</span><span style="color: #0000BB">height</span><span style="color: #007700">:</span><span style="color: #DD0000">'show'</span><span style="color: #007700">},<br />    </span><span style="color: #0000BB">speed</span><span style="color: #007700">:       </span><span style="color: #DD0000">'fast'</span><span style="color: #007700">,<br />    </span><span style="color: #0000BB">autoArrows</span><span style="color: #007700">:  </span><span style="color: #0000BB">false</span><span style="color: #007700">,<br />    </span><span style="color: #0000BB">dropShadows</span><span style="color: #007700">: </span><span style="color: #0000BB">false</span><span style="color: #007700">,<br />    </span><span style="color: #0000BB">disableHI</span><span style="color: #007700">:   </span><span style="color: #0000BB">true<br />  </span><span style="color: #007700">}).</span><span style="color: #0000BB">supposition</span><span style="color: #007700">();<br />};<br /><br /></span><span style="color: #0000BB">Drupal</span><span style="color: #007700">.</span><span style="color: #0000BB">behaviors</span><span style="color: #007700">.</span><span style="color: #0000BB">fusionSuperfishBlocks </span><span style="color: #007700">= function (</span><span style="color: #0000BB">context</span><span style="color: #007700">) {<br />  $(</span><span style="color: #DD0000">"div.block ul.sf-menu"</span><span style="color: #007700">).</span><span style="color: #0000BB">superfish</span><span style="color: #007700">({<br />    </span><span style="color: #0000BB">hoverClass</span><span style="color: #007700">:  </span><span style="color: #DD0000">'sfHover'</span><span style="color: #007700">,<br />    </span><span style="color: #0000BB">delay</span><span style="color: #007700">:       </span><span style="color: #0000BB">250</span><span style="color: #007700">,<br />    </span><span style="color: #0000BB">animation</span><span style="color: #007700">:   {</span><span style="color: #0000BB">opacity</span><span style="color: #007700">:</span><span style="color: #DD0000">'show'</span><span style="color: #007700">,</span><span style="color: #0000BB">height</span><span style="color: #007700">:</span><span style="color: #DD0000">'show'</span><span style="color: #007700">},<br />    </span><span style="color: #0000BB">speed</span><span style="color: #007700">:       </span><span style="color: #DD0000">'fast'</span><span style="color: #007700">,<br />    </span><span style="color: #0000BB">autoArrows</span><span style="color: #007700">:  </span><span style="color: #0000BB">false</span><span style="color: #007700">,<br />    </span><span style="color: #0000BB">dropShadows</span><span style="color: #007700">: </span><span style="color: #0000BB">false</span><span style="color: #007700">,<br />    </span><span style="color: #0000BB">disableHI</span><span style="color: #007700">:   </span><span style="color: #0000BB">true<br />  </span><span style="color: #007700">}).</span><span style="color: #0000BB">supposition</span><span style="color: #007700">();<br />};<br /></span><span style="color: #0000BB">?&gt;</span></span></code></div> <p>Because primary-menu is also a div.block, and the second behavior is executed after the previous one, in reality the #primary-menu init is overridden. I know you could do any change you want on your theme, but it makes sense to have it properly on the core of this theme.</p> <p>A proper fix would be to do something more specific to the second one, or to remove div.block from the primary-menu, but on my code, I did the following:</p> <p></p><div class="codeblock"><code><span style="color: #000000"><span style="color: #0000BB">&lt;?php<br />  </span><span style="color: #007700">$(</span><span style="color: #DD0000">"div.block ul.sf-menu"</span><span style="color: #007700">).</span><span style="color: #0000BB">not</span><span style="color: #007700">(</span><span style="color: #DD0000">'#primary-menu ul.sf-menu'</span><span style="color: #007700">).</span><span style="color: #0000BB">superfish</span><span style="color: #007700">({<br /></span><span style="color: #0000BB">?&gt;</span></span></code></div> <p>To the second bit.</p> <p>Sorry not to have submitted a patch, no mind doing it although not sure the approach of fixing you'd like to do.</p> http://drupal.org/node/1218710#comments Thu, 14 Jul 2011 13:00:44 +0000 hanoii 1218710 at http://drupal.org Do not change default ol list style http://drupal.org/node/1212160 <p>The default list style type of ol tag has been changed in the style.css of fusion_core. Since css is case-insensitive, it makes impossible to restore the default list styles of upper-case types in a sub-theme.</p> http://drupal.org/node/1212160#comments Thu, 07 Jul 2011 18:45:29 +0000 massud 1212160 at http://drupal.org Max sidebar width only 8 units http://drupal.org/node/1208532 <p>I'm trying to build a new website, where the content on the front page is only 3 units wide on the right hand side, as it will be used as a news column.</p> <p>I have setup both sidebars first. And my first sidebar block is 4 units, as it contains a menu.</p> <p>The problem is that I need sidebar two to be 9 block units. I know the CSS is in place to do this, but I am not able to set the fusion layout settings to more than 8 units per sidebar.</p> <p>Is there a way round this? Im using the fusion based Acquia Prosper by the way.</p> <p>Thanks.</p> http://drupal.org/node/1208532#comments Mon, 04 Jul 2011 10:11:51 +0000 alexp999 1208532 at http://drupal.org Grid is solid - has no spaces http://drupal.org/node/1200664 <p>This is on our internal commerce test site; if you click the grid button, the screen layout grid turns the entire screen solid light blue. I can't replicate this on my own personal site with d7 and fusion alpha, so it's not a general problem. I'm just not sure what's special about that site.</p> http://drupal.org/node/1200664#comments Sun, 26 Jun 2011 21:06:44 +0000 esmerel 1200664 at http://drupal.org Adding space between main content and last sidebar http://drupal.org/node/1189188 <p>Hello</p> <p>I am using a custom fusion subtheme and unfortunately I am not succeeding even though I am adding some margin-right space to main-content area. After quite a lot of hours checking carefully the css (at least as carefully as a non-expert can do) I am afraid it may have something to to with the sintructions provided very nicely by sheena_d to make some custom layout to my theme here: <a href="http://drupal.org/node/1105092#comment-4475074" title="http://drupal.org/node/1105092#comment-4475074" rel="nofollow">http://drupal.org/node/1105092#comment-4475074</a>.</p> <p>I succeeded applying some margins to content-inner region but the problem comes when I want to place some blocks on content-top or content-bottom region or when warning messages appear, since they tend to fill all the space, and thus, going under the second sidebar (see attached image).</p> <p>Can anyone help me, please? I've been run out of ideas :(</p> http://drupal.org/node/1189188#comments Wed, 15 Jun 2011 12:23:10 +0000 c-c-m 1189188 at http://drupal.org Extra argument to grid_block to generate grid class. http://drupal.org/node/1184192 <p>I'm just using fusion theme for the first time and I noticed a theme function called grid_block. I figured out what it did and I was thinking that it would be cool if you could add another argument that would give the outputted html a grid class. For example this snippet would give the markup a class of grid16-4:<br /><code><span style="color: #000000"><span style="color: #0000BB">&lt;?php </span><span style="color: #007700">print </span><span style="color: #0000BB">theme</span><span style="color: #007700">(</span><span style="color: #DD0000">'grid_block'</span><span style="color: #007700">, </span><span style="color: #0000BB">$search_box</span><span style="color: #007700">, </span><span style="color: #DD0000">'search-box'</span><span style="color: #007700">, </span><span style="color: #0000BB">4</span><span style="color: #007700">); </span><span style="color: #0000BB">?&gt;</span></span></code></p> <p>Just an idea. I added a basic patch.</p> <div id="pift-results-1184192"><table class="sticky-enabled"> <thead><tr><th>Attachment</th><th>Size</th><th>Status</th><th>Test result</th><th>Operations</th> </tr></thead> <tbody> <tr class=" odd"><td><a href="http://drupal.org/files/issues/template_11.patch">template.patch</a></td><td>1.48 KB</td><td><em>Ignored: Check issue status.</td><td><em>None</em></td><td><em>None</em></td> </tr> </tbody> </table> </div> http://drupal.org/node/1184192#comments Fri, 10 Jun 2011 00:32:08 +0000 Danny_Joris 1184192 at http://drupal.org Fusion themes render blocks twice http://drupal.org/node/1172280 <p>I installed GMap on a site using a Fusion theme and GMap complained that it was being asked to create duplicate maps. It seems the Fusion call to block_list in fusion_core_grid_info() in template.php was causing all active blocks to be rerendered if not cached. Not sure if this is as intended but seems a waste of processing just to get a block count.</p> http://drupal.org/node/1172280#comments Sun, 29 May 2011 11:01:46 +0000 Dippers 1172280 at http://drupal.org Drupal Commerce integration http://drupal.org/node/1170288 <p>I read something about possible Drupal Commerce integration at:<br /><a href="http://drupal.org/node/576420#comment-2797118" title="http://drupal.org/node/576420#comment-2797118" rel="nofollow">http://drupal.org/node/576420#comment-2797118</a><br /> Since Drupal Commerce rocks the socks off of Ubercart I am wondering if Fusion would get Drupal Commerce support.<br /> I'm not sure at all how that would work, but I'm hoping others do.</p> <p>I'm looking to pretty-up our Drupal Commerce store, and have a lot of Drupal love for Fusion + Skinr, so just checking what the (future) possibilities are.</p> http://drupal.org/node/1170288#comments Fri, 27 May 2011 00:36:34 +0000 s1l 1170288 at http://drupal.org Add documentation to default templates http://drupal.org/node/1165306 <p>In particular, show which variables are made available by Fusion.</p> http://drupal.org/node/1165306#comments Sun, 22 May 2011 17:16:32 +0000 aquariumtap 1165306 at http://drupal.org opera font discrepancy when using subtheme http://drupal.org/node/1165070 <p>I always find myself using this rules<br /></p><div class="codeblock"><code>/* for opera */<br />.font-size-12 {font-size: 12px;}<br />.font-size-13 {font-size: 13px;}<br />.font-size-14 {font-size: 14px;}<br />.font-size-15 {font-size: 15px;}<br />.font-size-16 {font-size: 16px;}</code></div><br /> just to satisfy opera which renders the fonts to what it appears to be 2px larger fonts <p>is there any other workaround ?</p> http://drupal.org/node/1165070#comments Sun, 22 May 2011 09:24:45 +0000 GiorgosK 1165070 at http://drupal.org Clean up theme settings http://drupal.org/node/1159516 <p>The attached patch will move breadcrumbs up a level (de-nested), and move the layout settings out of "general settings". Anyone mind?</p> <div id="pift-results-1159516"><table class="sticky-enabled"> <thead><tr><th>Attachment</th><th>Size</th><th>Status</th><th>Test result</th><th>Operations</th> </tr></thead> <tbody> <tr class="pift-pass odd"><td><a href="http://drupal.org/files/issues/fusion-cleanup-settings.patch">fusion-cleanup-settings.patch</a></td><td>6.52 KB</td><td>Idle</td><td>PASSED: [[SimpleTest]]: [MySQL] 0 pass(es).</td><td><a href="http://qa.drupal.org/pifr/test/295803">View details</a> | <a href="/pift/retest/295803">Re-test</a></td> </tr> </tbody> </table> </div> http://drupal.org/node/1159516#comments Mon, 16 May 2011 21:25:47 +0000 aquariumtap 1159516 at http://drupal.org