Consultancy website questions - by irish

This topic has 18 replies, 2 voices, and was last updated 5 years, 10 months ago ago by Rose Tyler

  • Avatar: irish
    irish
    Participant
    February 6, 2018 at 11:03

    Good morning!

    Building a website but have an issue at the homepage that i really can’t find…
    The header overlaps the content (i think), because the content at the top of the page is not visible.

    Can you help me with this?

    Please, contact administrator
    for this information.
    17 Answers
    Avatar: irish
    irish
    Participant
    February 6, 2018 at 11:49

    Sorry, other Question about the home page:
    I used 4 info boxes at the top of the page. How can i make those the same height? Padding seems not working…

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 6, 2018 at 15:49
    Avatar: irish
    irish
    Participant
    February 7, 2018 at 13:42

    Yeaaaah perfect :D!

    Other:

    1. See logo fixed header; how can i get this any bigger?
    2. See fixed header; how can i edit the font size?
    3. See fixed header; the dropdown menu of “hoe kan ik je helpen” has an other font + color then the normal header. How can i edit this?
    5. How can i remove copyright area?
    6. See http://zachtekracht.nl/over-mij/; Custom heading are used here. But when the words goes to the next line, like on mobile version, there is no space between the words (vertical). This is over the whole website. Can you fix this?
    7. I translated most Woocommerce/theme words with Loco Translate, but they don’t show. For example; “categories”, “View cart

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 8, 2018 at 08:08

    Hello,

    1. You may change this code http://prntscr.com/ibq8yp
    2. http://prntscr.com/ibq99w
    3. This is effect of custom css code in your Theme Options https://prnt.sc/ibq9yp
    5. I do not see “copyright area” on your home page, this is your margin-bottom http://prntscr.com/ibqarw > http://prntscr.com/ibqb3z and a default padding-bottom for page content https://prnt.sc/ibqbdb which you may remove using this css code:

    .content-page, .page-content {
        padding-bottom: 0;
    }

    6. You need to set 1 in Line height filed – http://prntscr.com/ibqcld
    7. Titles of widgets you may change in Appearance > Widgets – http://prntscr.com/ibqd77
    Also, please create a separate topic for the translation problem.

    Regards

    Avatar: irish
    irish
    Participant
    February 8, 2018 at 11:48

    Hello Rose,

    Thanks for your feedback.
    Client is happy :). Although some other questions;

    1. Homepage -> blog carousel-> Is it possible to have those containers in equal height?
    2. Homepage -> blog carousel -> Can we change the color of the text “Continue reading”
    3. On single blog like: http://zachtekracht.nl/nieuwe-blog/ there is at the bottom of the page a message “comments closed”. Can we remove this message?

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 8, 2018 at 13:22

    Hello,

    1. Please add this code in Theme Options > Styling > Custom css or in style.css file of child theme:

    .home .posts-slider article > div {
        min-height: 509px;
    }

    2.

    .home .blog-post .read-more {
        color: red;
    }

    3.

    .single-post .no-comments {
        display: none;
    }

    Regards

    Avatar: irish
    irish
    Participant
    March 12, 2018 at 16:39

    Hello!

    A quetsion about the fixed header.
    On a smaller device like an iPad, the menu-items can’t be on 1 row. Is it possible to have the grid in more width? So all the menu-items fits in 1 row
    Or do you have an other idea?

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 13, 2018 at 09:49

    Hello,

    Please add this code in Global custom css:

    @media only screen and (max-width: 1400px) and (min-width: 992px){
    .fixed-header .menu-wrapper .menu > li > a {
        padding-left: 3px;
        padding-right: 3px;
        padding-top: 15px;
    }
    .global-header-center .fixed-header .navbar-header {
        width:  auto;
    }
    }

    Regards

    Avatar: irish
    irish
    Participant
    March 13, 2018 at 10:08

    Perfect!!!! Thanks 😀

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 13, 2018 at 10:14

    You’re welcome!

    Regards

    Avatar: irish
    irish
    Participant
    June 19, 2018 at 11:26

    Hello!

    Is it possible to show the website on mobile version as a desktop version? I see the option in the footer but I don’t want the option, I just want to show it in desktop version.

    Like to hear from you!

    Avatar: irish
    irish
    Participant
    June 19, 2018 at 12:11

    Sorry , other en samen question.
    There is something wrong on the mobile version. See print screens.
    You’ll see the standard blue wordpress menu, the footer don’t work…
    Never see this before.

    How can we fix this?

    https://zachtekracht.nl/wp-content/uploads/2018/06/IMG_4631.png

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    June 19, 2018 at 14:19

    Hello,

    1. Please describe the desired result in more details.
    2. Is this screenshot was done with our theme activated on your site? We are theme support and we are able to help you only with issues related strictly to our theme.

    Regards

    Avatar: irish
    irish
    Participant
    June 19, 2018 at 15:41

    Hello Rose

    2. Yes this is made with 8theme X Store. Never seen this before but the client want to go online en this is not the good mobile version.

    Please, contact administrator
    for this information.
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    June 19, 2018 at 16:08

    Hello,

    It looks like another theme apply for mobile http://prntscr.com/jws3h3 Which plugin do you use to achieve this? Check your settings or contact support of the plugin.

    Regards

    Avatar: irish
    irish
    Participant
    June 19, 2018 at 16:35

    Hi rose,

    So strange this. I see in Theme’s only your theme and the standard wordpress themes. Not this theme. Never heard about it.
    Also checked all plugin and deactivated it. Problem is not solved.

    What can this be?

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    June 20, 2018 at 08:14

    Hello,

    I’ve temporarily deactivated Jetpack door WordPress.com plugin and all works fine on mobile, so check settings or contact support of the plugin.

    Regards

  • Viewing 18 results - 1 through 18 (of 18 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.