Hey Alex,
Glad you are enjoying the theme on the whole..
I have noted the embedded media problem and will open a ticket to get this resolved, in the mean time it’s a quick fix. If you’re not interested in making a child theme right away it shouldn’t matter in this case as the next time Reboot is updated it should contain the change.
Firstly open reboot.php from the themes style folder, then locate the line:
#spMainContainer .spPostContent iframe
Remove the width: 100% and height: 100% so the rule should look like:
#spMainContainer .spPostContent iframe {
max-width:100%;
}
Also thanks for the info on the quotes within quotes. I’ve made another note here and again this will be fixed. All you need to do here is change the border rule in the stylesheet, or the colour associated with the $postQuoteBorder in the overlay – again this will be updated so it shouldn’t matter too much if you change the stock theme or make a child.
Again, in reboot.php, find the line:
#spMainContainer .spTopicPostSection .spPostSection .spPostContentSection .spPostContent blockquote
It’s probably easiest to change the border rule, so change it from:
border: <?php echo($postQuoteBorder); ?>;
To something like:
border: 3px solid #ffffff;
Or if your feeling adventurous, you can find $postQuoteBorder in the overlay you’re using and change the value associated with it. For the future, if you decide to make a custom or child theme of Reboot the latter is the correct way!
I’ve also made a note of the rate icons on mobile, although I don’t have time to look in to that one right now. If there is a straight forward fix like the above then I will add to this topic, if it’s a little more complicated it will probably have to wait until the next update.
As for the picture problem you mentioned, could you add one to the test thread you have there so we can take a look?
Really not sure what to say on the signatures, perhaps either Andy or Steve might know a good place to start looking, they are definitely working as you can see here!