Forum Replies Created
-
Mod
Press F12 and check the console. I am getting this message:
Quote:Mixed Content: The page at ‘https://www.harmonyhomeimprovements.co.uk/doors/’ was loaded over HTTPS, but requested an insecure resource ‘http://www.wbgateway.co.uk/retail/designer/harmony.home@btconnect.com’. This request has been blocked; the content must be served over HTTPS.Your clien’ts site is secure (https), but the source of the embedded iframe is not.
BTW, iframes are notoriously difficult to make responsive. There’s this:
https://benmarshall.me/responsive-iframes/
which is older, but works (or at least it did the last time I tried it). But just because the iframe itself is responsive does not mean that the content will be all that responsive, or even be usable on smaller devices.
Mod
Do you have a link to the page in question so we can take a closer look?
Mod
Again, what do you mean by “form”? Color, size, shape, etc?
Mod
It is not linked to the home page on the front page. That would simply cause a page refresh. It should be on all other pages.
If your issue remains, please post a link to your site and we’ll take a look.
Mod
I am seeing this as your favicon:
Mod
Quote:all I did was copy the exact codes from the template file:Template Name: Two columns, sidebar on the left
Did you change the template’s name within the file itself? It’s located in a php comment.
See this page for more details:
Mod
Try adding this to custom CSS:
input[type="text"] {
height: auto;
}Mod
The red box is a WordPress thing. AFAIK, Graphene doesn’t do anything on the admin side except for editor styles.
You might want to try leaving the array out altogether. (Just a shot in the dark; if that doesn’t work, I’ll play around with it over the weekend.)
I honestly had no idea why you wanted to do this, but then I thought about how many times I’ve been annoyed by that feature of WordPress. This idea is rather brilliant.
Mod
I believe it’s because you left the single quote marks in.
Try
'empty' => __( ),
Mod
There are many:
Try disabling plugins to rule out a plugin issue.
Delete unused plugins and themes.
Make sure WordPress core and all themes and plugins are up to date.
Check your server error logs to see what errors are being thrown.
Enable WP_DEBUG in wp-config.php to see if any errors are indicated.