Code Monkey home page Code Monkey logo

drupal-tweme's People

Contributors

tonystar avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

drupal-tweme's Issues

Image don't show on header_background region

hi tony!!!! I'm trying to put an image in header_background region, but nothing occurs.....
I've created a block named "gdo-bg-img" and put it in header_background region.
Any idea?????

My scroll spy doesn't scroll

Dear Tony, I cannot understand why my block does not scroll down in page. It remains up and when the page scrolls down the block remains up. And when it jumps to the anchor the title of the section
it remains too high and not visible. In your site it works totally correct! why?
I cannot find the region "Sidebar first Affixed".

Could be any malfunction in bootstrap 3?
I tried this scroll spy and it doesn't work too!
http://www.w3schools.com/bootstrap/bootstrap_scrollspy.asp

I try changing with firebug the class … affix and the block scrolls!

I've installed the latest Bootstrap and the dev version of TwemX
jQuery version 1.9

Thank you so much!

Stefano

http://www.circb.info/test7/?q=project

I also got this error:
screenshot_block

Site layout breaks theme completely by uploading a new logo on a fresh install

Hi there,
Like we discussed on the Discuss forum:

To reproduce:
-Install the sandbox.
--Don't change anything.
---Go to Appearance--> Disable default logo --> Choose custom logo --> Save

Go back to the home page and it will be grey and the page/layout will be broken.

It seems to NOT be reversable, not even when removing the theme files and reinstall the theme, so basicly the site is, to say it neatly, screwed

So this error is very core related and has a high priority because i can imagine people that have had their site set up completely before installing Tweme to find their site broken with Tweme after to not be so amused.

Thanks in advance.

Footer Sitemap does not work

I created a new menu, named it Footer Sitemap. I edited the machine name to footer_sitemap however i get an error message "The machine-readable name must contain only lowercase letters, numbers, and hyphens.". It will not allow the _ character, only a hyphen. When i set the machine name to footer-sitemap, nothing is generated in the footer. Am I doing something wrong or missing something?

webform progress bar does not work.

Not sure if this is a bootstrap or tweme issue. weboforms are all really wonky btw. would be great if they looked nice using bootstrap defaults right out of the box :)

Support Image Fields in Header Background via "DS Block to Region"

It would be useful to have a way to leverage Display Suite's blocks to region ability to allow a custom image field to populate the background header. For reference, something following the steps outlined here: https://swsblog.stanford.edu/b...,where the resulting block, could be used in "Header Background".

For reference, currently it will appear if located in the "Header" region, but not if the block is moved to "Header Background."

what is the Header background block region and how to use it...

I can use the Header region, but I was trying to use the background Header file... like a picture that would span then entire region of the header... So I created some blocks, but I am not having much luck getting it to display... can I get some assistance on how this is done please.
vince

How to change sidebars order?

How do I modify the structure? I want to have this: content | sidebar first | sidebar second
The section is this but I has not succeeded there. How to do? Thanks

<section class="main zone">
  <div class="container">
    <div class="row">
      <?php $_content_cols = 12 - 3 * !empty($page['sidebar_first']) - 3 * !empty($page['sidebar_second']) ?>
      <section class="main-col col-md-<?php print $_content_cols  ?><?php print !empty($page['sidebar_first']) ? ' col-md-push-3' : '' ?>">
        <?php print $messages ?>
        <?php print render($page['help']) ?>
        <?php print render($page['highlighted']) ?>
        <?php print render($page['content']) ?>
      </section>
      <?php if (!empty($page['sidebar_first'])): ?>
      <aside class="main-col col-md-3 col-md-pull-<?php print $_content_cols  ?>">
        <?php print render($page['sidebar_first']) ?>
      </aside>
      <?php endif ?>
      <?php if (!empty($page['sidebar_second'])): ?>
      <aside class="main-col col-md-3">
        <?php print render($page['sidebar_second']) ?>
      </aside>
      <?php endif ?>
    </div>
  </div>
</section>

formatting issues

I'm seeing odd behaviors like:

  • Top bar covering content
  • Menu content not appearing
  • Items being odd sized or in the wrong position

See the attached images.
screen shot 2015-08-11 at 12 06 04 am
screen shot 2015-08-11 at 12 06 43 am
screen shot 2015-08-11 at 12 07 53 am

H1, H2 and H3 tags disabling hyperlinks

I know this sounds crazy but it appears that the theme is somehow disabling the hyperlink functionality in body content that is wrapped in H1, H2 and H3 tags.

H4 and H5 tags allow links as does block level H1, H2 and H3 tags.

Switching the theme in Drupal from Tweme allows the hyperlink in the tags to work in the body content.

Changing CDN (Content Delivery Network) does not seem to work

Hi Tony,

I am unable to switch the CDN (Content Delivery Network) from jsDelivr to "none" or a custom path (jsDelivr always sticks) in admin/appearance/settings/tweme

In order to support respond.js and other features I need to disable this CDN for bootstrap.

WSOD

Ok, I disabled some modules to get tweme to work, however, I get a php error now when disabling modules. I tried to clear cache. php error log shows:
/**

  • Preprocesses variables for theme_links().
    */
    function tweme_preprocess_links(&$vars) {
    $vars['attributes']['class'][] = 'list-unstyled';
    }

and error is: [] operator not supported for strings in /sites/all/themes/tweme/template.php on line 93

Anchors and smooth scrolling

In Theme Settings, when "Fix anchor scrolling" is enabled (Appearance > Settings > Javascript > Anchors), anchors used throughout the content don't work at all. When this is disabled the anchors work again, but they won't scroll smoothly to their destination.

Is there a solution to get the anchors to work with smooth scrolling?

favicon

Здравствуйте, ни как не хочет работать favicon, перепробовано все - использование значка по умолчанию, адрес значка в общедоступной папке, закачка значка. Но его как не было, так и нет, т.е. в коде нет ссылки link rel="shortcut icon" где искать иконку. Подскажите как поправить.

Chrome’s body rem font-size bug

I have tweme installed. The font in my menu shows up extremely large like I've zoomed in on the browser but its set to 100%, if I zoom out then go back to 100% it is fine. Any thoughts?

screen shot 2015-07-29 at 11 37 36 am
screen shot 2015-07-29 at 11 39 24 am

Disable responsive

How to disable responsive design? Maybe add that option in theme settings?

Host Tweme on the community owned Drupal.org?

Hi there project maintainer(s) :)

Our team is currently evaluating the possibility of making a large investment in time and energy into Tweme. Mostly in form of free contributions, such as suggested patches, documentation. And also sponsorships without strings attached.

But the main blocker we're facing is that Tweme project, documentation, and issues/tickets are currently hosted on Github :(

As you know Github is owned by a Corporation. Compare to Drupal.org which is owned by you the community users and the not-for-profit Drupal Association (DA). The DA first priority is to serve you the users. Drupal.org is not owned by a Corporation. So no interference from Corporations. Corporations are really welcome but as contributors. Not owner.

More benefits of hosting your project on drupal.org at https://www.drupal.org/node/648898

Have you considered hosting your project on drupal.org?

Cheers,

Francewhoa

community_owned-corporation_owned-comparison-v02

Notice: Uninitialized string offset: 0

I've got an error "Notice: Uninitialized string offset: 0 в функции tweme_navbar_menu_link() (строка 80 в файле \includes\theme.inc)."

there is a code

if ($title[0] == '#') {

seems like this is wrong condition because $title is a UTF-8 string and can contain multibyte symbols if, for example, we will write title in Russian.
Solution can be to use drupal_substring() function

if (drupal_substr($title, 0, 1) == '#') {

Panels In-Place Editor Crash

When we enable Panels
Panels In-Place Editor
7.x-3.5 when we go to any page which has the panels, we get error 500/white screen. Any ideas?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.