I have had the standard Twitter timeline embed script setup for a good while, but today it started not displaying to which I thought it was only displaying when logged in as admin and not anyone else.
The code itself is just in a standard text block with "PHP code" source. With it being Drupal 7 I've been looking around for older threads for solutions - I've tried messing around with the CKEditor content filter, creating a new specific block to embed, something about cron jobs, dev tools isn't throwing up errors other than an issue with the preload.
Hopefully some one can help with this? I've taken over maintenance of a Drupal 7 website. I notice that all pages using a slider header image are slightly twisted clockwise, 1 or 2 degrees. Any idea what could cause this? There is a main menu overlaying the slider header image.
I wanted to include an image demonstrating the problem this, but it seems impossible as a new forum member to 'Add a new file' in order to add a pic.
Is there a views filter that would allow me to filter by a specific location in a long string. I am building a search for 15 digit SKU (product) codes.
An example:
The 5th character is a B
AND
The 9th character is a 7.
(I'm assuming I will need 15 filters, one per digit).
I can use ordinary filters by breaking each SKU into 15 x 1-character text fields, but perhaps there is a better way.