margheritaf
Forum Replies Created
-
Hi,
Thanks. I checked and the support should be enabled. Still, I cannot translate the template.
Forum: Plugins
In reply to: [The Events Calendar: Category Colors] Long error message shown at activationOuch! Not much to do then. Many thanks anyway!
Forum: Plugins
In reply to: [The Events Calendar: Category Colors] Long error message shown at activationOK, thanks. What could be the reason why the plugin works with no issue in the other website, whose OS server is still Linux?
Forum: Plugins
In reply to: [The Events Calendar: Category Colors] Long error message shown at activationThanks for your quick message: I am not an expert, but I think my OS server is Linux and the weird thing is that I am using the same plugin at the same time on a text version of the website on another domain, which uses the same server: well, it works correctly there.
Thanks a lot, in fact I have tried with another theme and social icons are correctly displayed. Do you know if there’s any workaround to keep on using the theme I have chosen (Ashe)?
Forum: Themes and Templates
In reply to: [Head Blog] Header heightI have a similar problem as I would like to set the header height for different devices, but it turns out that for large screens (e.g. 1600*900 or more) the image is not shrank enough to fit the header area, and the header gets messed up.
Here is my css, I would really appreciate some help on this matter!
***
@media only screen and (max-width: 1200px)
{.site-header { max-height: 740px;
} }@media only screen and (max-width:768px )
{.site-header { max-height:250px
} }@media only screen and (max-width: 500px)
{.site-header { max-height:120px
} }