Forum replies created
Hi Kedzioorek,
Thanks for writing in!
The sliders accept any size of images, though the width shouldn’t be less then 800px and the height 500px for full with sliders; Theme4Press and Elastic Slider.
Thank you!
Hi there,
Thanks for the link!
how to remove the difference in height
Please add the following code under your custom CSS field:
.team-container {
margin: 0;
}
.page-id-101 .post-101 .entry-content.article {
margin-top: 0;
}
How can I change the height of the main menu of the website?
Please add the following code to your custom CSS:
@media only screen and (min-width: 768px) {
.link-effect a {
height: 3.5em!important;
line-height: 2.5em!important;
}
}
You can adjust the ‘height’ and ‘line-height’ values as required.
Hope this helps.
Thank you!
Hi Beniamin,
Thanks for writing in!
You are referred to the following link. Please follow the instructions:
https://theme4press.com/docs/setting-up-the-sliders/
Thank you!
Hi Juan,
We’d refer you to the following link. Please follow the instructions:
https://theme4press.com/docs/setting-up-the-sliders/
Thank you!
Hi Cyrille,
I’ll consider it a featured request and will forward to our development team. This way it can be taken into consideration for future development. All of these items are discussed with our team internally and prioritized based on the amount of interest a particular feature might receive.
Thank you!
You’re welcome! 🙂
Hi Juan,
Thanks for writing in!
Is it possible to control the size of postslider?
Please add the following code under your Appearance -> Theme Options ->
Custom CSS:
.t4p-flexslider {
max-height: 635px;
}
As a side note, there’s one very large image is uploaded into your slider; its recommended to post slider suitable sized images in order not to face conflicts. However, the additional post slider’s options can be found under Appearance -> Theme Options -> Posts Slider.
Thank you!
You’re welcome! 🙂
Hi there,
Thanks for writing in!
Please provide us with the link of your website so that we can take a look into your setup and provide you with a possible solution. Please mark the reply as private if you don’t want to share the site publicly.
Thank you.
Hi there,
Thanks for writing in!
How to remove/hide author, date, category on the post ?
Please add the following code under your Appearance -> Theme Options -> Custom CSS:
.entry-meta.entry-header {
display: none;
}
.entry-categories {
display: none;
}
Hope this helps.
Thank you!