Unable to add the logo in Customize Branding Section in Windows Azure Active Directory - windows-store-apps

I have been trying to add a logo for a windows azure active directory account.
I have added a banner logo, square logo and sign in text, when I tried to save the logo it returning an error like below.
I have followed the logo guidelines and still facing this issue. Is the issue from Microsoft or any other issue?
Few days ago I uploaded the logo I faced the same issue and now I tried to add the logo still im facing the same issue.
Anybody can please help me out in this.
Thanks in advance

I can replicate the error - if you add a banner logo, a square logo, a Sign-In Page Text Heading and then on the next page a Sign-In Page Illustration it will throw out that error.
If you either remove the Sign-In Page Text Heading, or add Sign-In Page Text it will apply the settings happily.
Hope that helps!

Related

Icons for Drop-down Menu and Sidebar Minimizer disappeared

So I'm not the most familiar with HTML, but I know enough to make very minor tweaks.
I had this issue all of a sudden where I updated my github page website, and a few icons were missing.
Sidebar toggle(top right of pic) and sub-menu dropdown chevrons:
Envelope icons next to email addresses:
The little icons for the sidebar minimizer, dropdown menu, and the "envelope" icons used to represent emails disappeared.
I redownloaded the template I built my website on just to check if I did something wrong: https://html5up.net/editorial
But even in the newly downloaded file, those icons were missing, whereas when I first downloaded them, they weren't
Given that this issue also happened in a freshly downloaded template (but as you see on the website preview the icons are fine), I'm baffled as to what the issue might be.
Thanks in advance for any help!!
The icons missing are F0C9, F078 and F0E0.
These icons are includes via FontAwesome, so either you forgot to include FontAwesome or moved the files. Make sure there is a fontawesome-all.min.css in your /css folder and the corresponding webfonts folder exists and contains the FontAwesome-files

Google Site Links showing the H3 class in front

Google has generated site links from my page to display when you search, but it shows 'H3' in front of the text on the site link, i'll show a screen shot below
Picture of problem
If someone could help me out on ways to fix this, then that would be great!
Thanks :)

Need to identify element on Home Page - Wordpress

I am developing a Wordpress website for our rugby league team.
At the home page there are two annoying border lines that are in the header but I cannot seem to get rid of them and have tried inspecting element to try and locate it but I just can't.
Can someone please try and point me in the right direction on how to get rid of it
I am using the rookie theme.
Link to my website
Try this:
.header-area-custom .site-branding {box-shadow:none;}

Missing icons in opencart 2.0.1.1

I have opencart 2.0.1.1 version and it was working fine. Suddenly I found that the icons like contact us, wish list, search were missing. I tried to find the icons in images folder but couldn't find it out.
The first image is the header image where the contact us and other icons are missing.
In the second image the search icon and the cart icon in add to cart button is missing
The third image is the search result and the home icon is missing and the arrow is misplaced.
Even the arrow in the slide bar is missing.
Should I upload the images again. If I should upload where should I do that.
Can somebody help me? Thanks
The easiest way to debug missing images is take a look in your browser's web inspector as the page loads and you should be able to see which assets are missing and where they should be located.
The Firebug extension for Firefox is extremely helpful for this and many other basic client side debugging tasks.
I guess your are missing the "font awesome" font.
Please check your folder: OPENCART ROOT->catalog/view/javascript/font-awesome/fonts
And check if you have 5 files named:
FontAwesome.otf
fontawesome-webfont.eot
fontawesome-webfont.svg
fontawesome-webfont.ttf
fontawesome-webfont.woff
If not, download opencart again and copy over those files.
Fixing FontAwesome issue in open cart
// HTTP
define(‘HTTP_SERVER’, ‘https://www.blazingcoders.com‘);
// HTTPS
define(‘HTTPS_SERVER’, ‘https://www.blazingcoders.com‘);
config.php – OpenCart admin folder
// HTTP
define(‘HTTP_SERVER’, ‘https://www.blazingcoders.com/admin/‘);
define(‘HTTP_CATALOG’, ‘https://www.blazingcoders.com/‘);
// HTTPS
define(‘HTTPS_SERVER’, ‘https://www.blazingcoders.com/admin/‘);
define(‘HTTPS_CATALOG’, ‘https://www.blazingcoders.com/‘);
Detail Explanation is given in the below article
https://www.blazingcoders.com/how-to-fix-opencart-missing-icons-problem

unable to see the image in the frontend, joomla website

My website is running on joomla 3.0 and I have created a customHTML module type on the about us page of the website www.earthandwaterpictures.com. My problem is updating the text of this particular module is getting reflected on the frontend, but when i'm trying to insert an image, left aligned with the text, everything but the image is getting displayed properly. In short, I'm able to make changes to the text, but not the the image.
Here is the link to the about us page http://earthandwaterpictures.com/index.php/about-us.
I have tried clearing the cache of the browser and also from the joomla system menu.
If you right click and inspect element on the browser itself, you'll see the tag without any syntax error or anything.
Your picture has display: none.
You should probably get rid of the fav-breadcrumbs id on the container element: