Header Logo Size etc - by Panasan - on WordPress WooCommerce support

This topic has 16 replies, 2 voices, and was last updated 6 years, 1 months ago ago by Rose Tyler

  • Avatar: Panasan
    Panasan
    Participant
    March 6, 2018 at 15:36

    Hi

    There are some minor things I guess its easy to fix but that I just cant seem to solve:

    1. Header logo 18: How can I make the header logo larger? I tried some codes to increase size of logo, and it works fine, but the logo stops being centered. How can this be solved? It has a fixed width I guess (340px something), but it should be possible to make it larger right? Seen a lot of posts about this but not a definite fix.

    2. On mobile menu logo ends up slightly to the left even though its a centered menu.

    3. How can I change the colors on mobile menu?

    4. Last but not least, the contact form. Where can I edit this? I know Ive done it before, but just cant seem to find where its located.

    5. Copyright footer doesn’t seem to handle html. Is this correct or is there something Im missing?

    Many thanks!
    / Pana

    15 Answers
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 6, 2018 at 16:15

    Hello,

    1. Please add this code in Theme Options > Custom css:

    .header-type-18 .tbs, .header-type-18 .navbar-right {
        width: 20%;
    }
    .header-type-18 .header-logo{
        width: auto;
    }
    .header-type-18 .header-logo img {
        max-width: 450px;
    }

    2. Theme Options > Custom css > Custom css for mobile:

    .header-type-18 .header-logo img {
        margin-left: 0;
    }

    3.

    .mobile-nav-heading {
        color:  white;
    }
    .mobile-nav .menu >li.current-menu-item >a {
        color: red;
    }
    .et-mobile-menu li a {
        color:  white;
    }

    4. You can edit our default form only in the file https://www.8theme.com/demo/docs/royal/#!/5_contacts_page
    Or you can create your custom contact form using “Contact Form 7” plugin.
    5. Please provide temporary wp-admin access, so we can take a closer look.

    Regards

    Avatar: Panasan
    Panasan
    Participant
    March 6, 2018 at 17:30

    Hi

    Thanks for a very quick fast reply!

    1. Works perfect!
    2. Works perfect!
    3. Works good for the text. Can I change background color of mobile menu as well?
    4. Got it!
    5. Done.

    Some new questions appeared:

    6. Can I get the logo for fixed header in the center, or is it supposed to be on the left side but in small size?
    7. Every time I save something, the Top Bar, Cart Widget and Search Form gets activated. Which means I have to go back and deactivate it again.
    8. Since I don’t have Cart Widget and symbols in the menu, is there a way to add text or logo on the right of the menu where these are usually shown?

    Many thanks!
    / Pana

    Please, contact administrator
    for this information.
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 7, 2018 at 09:07

    Hello,

    You’re welcome!
    3.

    .st-menu {
        background-color: red;
    }
    .mobile-nav-heading.close-mobile-nav {
        background-color:  black;
    }

    6.

    .fixed-header-area .header-logo {
        margin-left:  0;
        float:  none;
        left:  auto;
        transform:  none;
        text-align:  center;
    }
    .fixed-header-area .header-logo img {
        margin-left:  0;
        float:  none;
    }
    .fixed-header-area #st-trigger-effects {
        left: 15px;
    }

    7. Please describe the problem in more details.
    8. Header structure you can edit in php files. 18 header type = /royal/headers/header-structure-2.php file.
    We recommend you to make changes in a child theme.

    Regards

    Avatar: Panasan
    Panasan
    Participant
    March 7, 2018 at 22:13

    Hi

    3. Solved.
    4. Contact form seem to have some issues with the captcha. Only a question mark is showing up.
    5. Not solved. Footer does not accept html links.
    6. Solved.
    7. Solved.
    8. Is this a service I can order from you so I don’t mess up anything?

    Many thanks!

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 9, 2018 at 09:28

    Hello,

    4. Please describe the problem in more details. Maybe provide a screenshot for better understanding
    5. I do not see the problem, for example, http://prntscr.com/iot7up > http://prntscr.com/iot7xi
    Also, you can create a static block using VC and add this into an appropriate widget area http://prntscr.com/iot8dz
    https://www.w3schools.com/tags/tag_a.asp
    8. Sorry, but customizations are not covered under our Support Policy.
    If you need help with additional customization contact WP-Kraken team.

    Regards

    Avatar: Panasan
    Panasan
    Participant
    March 9, 2018 at 11:16

    4. Its only a field to enter the code, but the captcha logo or code does not show up, just a question mark. See attached.

    5. Solved.

    8. Gort it. Thanks!

    9. Last question. I have different favicon on Home page compared to all other pages. It seems like it fetched an image from my contact page. You have any idea why this is happening?

    Thanks!
    / Pana

    Avatar: Panasan
    Panasan
    Participant
    March 9, 2018 at 11:18

    4. Its only a field to enter the code, but the captcha logo or code does not show up, just a question mark. See attached: https://imgur.com/a/tqZzP

    5. Solved.

    8. Gort it. Thanks!

    9. Last question. I have different favicon on Home page compared to all other pages. It seems like it fetched an image from my contact page. You have any idea why this is happening?

    Thanks!
    / Pana

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 9, 2018 at 12:51

    Hello,

    4. Please provide page URL so we can take a closer look.
    9. I do not see the problem http://prntscr.com/iov73n Could you please provide a screenshot for better understanding?

    Regards

    Avatar: Panasan
    Panasan
    Participant
    March 9, 2018 at 13:13

    4. Enclosed.
    9. Seems to be a Safari issue with Yoast. Solve it with them. Thanks!

    Please, contact administrator
    for this information.
    Avatar: Panasan
    Panasan
    Participant
    March 9, 2018 at 13:14

    4. Enclosed.
    9. Seems to be a Safari issue with Yoast. I solve it with them. Thanks!

    Please, contact administrator
    for this information.
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 9, 2018 at 14:03

    9. Give 777 root on really-simple-captcha folder (wp-content/themes/royal/framework/inc) and for all files and folders in it.

    Regards

    Avatar: Panasan
    Panasan
    Participant
    March 15, 2018 at 14:12

    9. Great thanks!

    10. Ive got some typography issues as well. When choosing fonts in Theme Options everything works out well on desktop, but on mobile device its a mess. For example: Choosing Tahoma sans serif the font are showcased as Tahoma Serif Upper Cases on mobile device. See attached!

    Please, contact administrator
    for this information.
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 15, 2018 at 15:33

    Hello,

    9. You’re welcome!
    10. Please provide a page URL.

    Regards

    Avatar: Panasan
    Panasan
    Participant
    March 21, 2018 at 10:02

    Hi

    Sent an answer as private content some days ago. Attached again.

    Thanx!
    / Pana

    Please, contact administrator
    for this information.
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 21, 2018 at 14:16

    Hello,

    I do not see the problem with font http://prntscr.com/iuao3z What mobile devise and browser do you use?
    Please try to add this text using Headings element http://prntscr.com/iuaotw that allow using different font size settings on different devices http://prntscr.com/iuap8v

    Regards

  • Viewing 16 results - 1 through 16 (of 16 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.