It does look like it would take some effort, and it seems that hosting in that platform requires advanced dev skills ...not the majority of our target audience 🤔
I`m use JS:
var path = window.location.pathname.substring(1);
var noindex = ['user','search'];
noindex.forEach(el => {
if (path.indexOf(el) > -1) {
...
If you are talking about the progress bar shown by batch processes (for example, the one shown when you update your site), that seems to be themed by theme_progress_bar() and the css is defined...
Posted18 hours 13 min ago by Alejandro Cremaschi (argiepiano) on:
In case anybody comes back to this, I think I found the problem. The dropdowns disappear only on pages that do not have any images in the image gallery field. That's because mosaic_grid's JS was...
Some themes have a dedicated spot in the settings that you can add a few bits of custom CSS for the element you want or you could use CSS Injector
I'm not sure which progress bar you mean...
Posted2 days 14 hours ago by Martin Price | System Horizons Ltd (yorkshirepudding) on:
Comments
Hmm, it seems that it'd be best to put something in https://github.com/cloudfoundry-samples
...I see that there are ready-made example configurations for Drupal7 and Wordpress (although outdated).
Here's an article with instructions on how to get it done for WordPress: https://tanzu.vmware.com/content/blog/getting-started-with-wordpress-on-cloud-foundry
It does look like it would take some effort, and it seems that hosting in that platform requires advanced dev skills ...not the majority of our target audience 🤔