Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
1. How to rewrite static image in amp which have given path in global-custom text(View as block). I want to change this Static image in AMP image in sub theme without changes in Custom theme or view.
2. In which theme preprocess we get data of slider in footer address
3. How to change webform attribute action To action-xhr with post method through custom code
4. Can I get menu array separately in theme preprocess So that customize in AMP
I've been coding sites locally with Bootstrap outside of Drupal. Once I have the site at a point that I deem to be complete (visually behaving how I want), I then setup a localhost Drupal 8 build and start 'twigging' things together in conjunction with my Bootstrap ready css.
One thing I keep noticing within my Drupal builds is that I have to add "float:left;" to my .col css.
Bootstrap (pre-Drupal) behaves correctly without me having to do that, but once inside the Drupal environment I have to specify it in my custon .css in order for it to work correctly.
I deployed a Drupal 7.x installation time ago, for a webradio.
For the theming, I used Boot Press 7.x than I customized it
Now, the owner of the radio asked me whether is possible to create a sticky footer as Tuneine site, in order to avoid that changing the page, the audio is cut-off each time.
The only one method I know is with frames, but sicne HTML5 doesn't support them anylonger, I'm wondering if there is any alternative to them, to get the same result
I tested some tutorial like this : https://www.youtube.com/watch?v=4W8RGfMpVQ0 with no success and even worse, it had the effect of breaking the site (administration pages are no longer accessible). mytheme.info and mytheme.libraries files tree has changed...