This topic has 18 replies, 2 voices, and was last updated 6 years, 5 months ago ago by Rose Tyler
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?
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…
Hello,
Please check now https://prnt.sc/iaxefn + https://prnt.sc/iaxemx > https://prnt.sc/iaxer0
Regards
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
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
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?
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
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?
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
Perfect!!!! Thanks 😀
You’re welcome!
Regards
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!
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
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
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.
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
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?
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
You must be logged in to reply to this topic.Log in/Sign up