Forum Replies Created
-
AuthorPosts
-
FredrikParticipant
And I dont want to restore from older version though to malware…
FredrikParticipantHello and thanks for fast reply!
I activated parent theme and the error text was not there so its in the child theme but without child theme the website is useless. The person I had working with the child theme is lost and Im lost to with these things…:-)
Can I get help somewhere with that fix(pay someone)?
Thank you
/FredrikOctober 12, 2014 at 10:28 pm in reply to: How to make the home page look like about, service etc with the orange field? #17430FredrikParticipantAlso how can I get the menu in top of the header picture?
FredrikParticipantOK, to clarify better,
Im not sure of the terminology though Im new in web site creations.
As I understand, the theme Im using, interface pro, do have a responsive menu but there are options if you what something different you could get a plugin which I did and then I was using the original menu when showing the site on a big screen and when using a smartphone or small device I needed to disable the default responsive menu coming with the theme interface pro. If not I would se the two menus at the same time.
/fredrik
FredrikParticipantI decided to use the interface pro theme responsive menu but if you want to hide that when using un other plugin responsive menu you could do like this…
Go to
appearance
theme options
design options
custom cssand write the following lines where you can put any pixel value that works for you:
@media only screen and (max-width: 767px)
{
.menu-toggle {
display:none !important;
}
}FredrikParticipantjust to clarify…
and I need to fill in a field in the plugin settings for responsive menu
-
AuthorPosts