• Resolved MMQz

    (@mmqz)


    Hi,

    thanks for the nice theme. I’ve got two questions.

    1. I’ve made a child theme. In this child theme, when I switch to mobile view, the menu button shows a question mark instead of the hamburger. (when I switch to the original theme, this doesn’t happen). What do I do wrong?

    2. When I hover over portfolio items (homepage), a white overlay including title and excerpt shows up. Only title and excerpt are clickable. How do I make the entire white overlay clickable?

    url https://www.memoryquiltsbyklasien.nl

    Thanks in advance for the answer.

Viewing 6 replies - 1 through 6 (of 6 total)
  • Theme Author GavickPro

    (@gavickpro)

    Hello,

    1. Are you using a different font in your child theme?

    2. We will include an option to do it in Portfolio v.1.4.1 which will be released maybe even in this week.

    Thread Starter MMQz

    (@mmqz)

    Thank you for the fast reply.

    I am indeed using a different font in the child theme. Might this be the cause?

    Looking forward to the next release ??

    Theme Author GavickPro

    (@gavickpro)

    I’ve thought that you are using some non-standard font which doesn’t contain the menu icon char, but now I see that you are using Arial, so your issue is caused by a file encoding – please try to save your CSS file in the child theme as UTF-8 encoded and please pase again the following fragment:

    .main-navigation:before {
    		border: 1px solid #777;
    		border-radius: 2px;
    		content: "≡ Menu";
    		cursor: pointer;
    		font-family: Arial, sans-serif;
    		font-size: 16px;
    		font-weight: bold;
    		padding: 8px 16px;
    	}
    Thread Starter MMQz

    (@mmqz)

    Works like a charm! Thanks! Just had to change the ? into a ≡ in the CSS.

    Looking forward to 1.4.1. Keep up the good work.

    Theme Author GavickPro

    (@gavickpro)

    Thank you – when you finish your website based on our theme it would be great if you rate our theme here

    Thread Starter MMQz

    (@mmqz)

    I will ??

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Question mark on mobile menu button’ is closed to new replies.