Forum replies created
Hi Christian,
Thanks for writing in!
You can see it here:
The provided link in not seem to be working at our end. 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.
Thank you!
Hi Emillio,
get rid of “previous/next posts links” on blog posts
Please add the following code under your custom CSS field:
.single-post .navigation-links {
display: none;
}
Hope this helps.
Thanks!
Hi Antony,
We’d refer you to the following post:
I’ve looked up for errors in your website where still I found a java-script error (see: http://prntscr.com/9vwu10)
I’ve searched this conflicting script through my code editor into the theme files as well as Theme4Press core Plugin; I presume that doesn’t belong to the theme.
Thank you!
Hi Emilio,
Would you please provide us with the link of your website so that we can take a look into it and provide you with a possible solution.
Thanks!
Hi Emilio,
Thanks for writing in!
I would like to get rid of “previous/next posts links” on blog posts
Please add the following code under Appearance -> Theme Options -> Custom CSS:
.blog .navigation-links.page-navigation {
display: none;
}
Hope this helps.
Thank you!
Hi Antony,
Regretfully, this customization request would fall outside the support we provide, we can just assist by providing custom codes. You may wish to consult with a developer who can assist you with this.
Thank you!
Hi fabilo,
I would like to know how I can put on any given page, a parallax animation full screen (left to right)
In regard to activate the full wide parallax slider; please go under Appearance -> Theme Options -> Parallax Slider -> General. Please select the page you want to show the slider (see:
http://prntscr.com/9vu9qz).
Hope this helps.
Thank you!
Hi Elvis,
Thanks for writing in!
Adds the alt attribute in the images of the logo
Regarding logo of the website; you can just add the image under Theme Options -> Header -> Logo.
Adds the alt attribute in the images of the logo, and the contents of the box
As far as content boxes; we’ve used font awesome icons, so there are no images which would need an alt attribute.
Thank you!
You’re welcome! 🙂
Hi Fanita,
Thanks for writing in!
How to make it to all four boxes the same size regardless of the amount of text.
Please add the following code under your Admin Panel -> Appearance -> Theme Options -> Custom CSS or Appearance -> Customize -> Custom CSS:
.home-content-boxes .content-box {
min-height: 412px !important;
}
Hope this helps.
Thanks!