I am new to wordpress and multisite, so this may not be the area to ask this question.
I have installed the enfold theme and a child theme on my root domain site and everything appears to be working fine.
I have installed the child theme on my first subdirectory site and most things appear to be working correctly, but I can not get images to upload. They appear to upload without an error, but the image appears a blank box in the media view.
Is this an enfold issue or a multisite issue?
http://www.insidepolk.org
http://www.insidepolk.org/inside
Hey scherpd,
I don’t think it’s theme related, but send us admin login details in private so that we can have a closer look at it.
Best regards,
Rikard
You were correct, the issue was not with the theme. It was an improperly written .htaccess file.
I am now having an issue with logo on http://www.insidepolk.org/inside
The temporary logo I am using is 600×140
I adjusted the height at Enfold Options > Header > Header size > Custom pixels to 150
I used the following code to change the logo display size, but it is still showing small.
/* Custom size logo
Update the width in the below code and height from the Enfold > Header > Header size */
#top .logo ,
#top .logo a {
width: 650px;
}
@media only screen and (max-width: 767px) {
#top .logo ,
#top .logo a {
max-width: 60% !important;
width: 60% !important;
height: auto;
}}
How do I get the log to display the size of the image I am using?
Hi,
Please remove all the custom code, so we can be able to see the correct options and we can take it from there.
Best regards,
Basilis