I am struggling with the settings to get a coherent layout throughout all my pages, without titles aligning differently in height positions on the page, as well as sidebars
1- The portfolio page title does not align at the same height as the portfolio item title.
2- The blog page title does not align on the same height as the blog single page title.
3- In single page there is the option to put the sidebar just like the blog page, however the position of this sidebar is not at the same height as the blog page (result of not aligning blog page title and single page title?...).
4- I can only put the featured image above the sidebar (boxed or full with), not next to the sidebar.
5- This can be circumvented by not putting a featured image on top of the single page, but then the sidebar moves to a higher position in the page, instead of the same height as the blog page. I would like to have the blog title stretching over the sidebar (just like the blog page), so that the sidebars stay at the same position between the blog page and the single page.
So in short I would like to be able to have titles and sidebars aligning at the same height for pages, portfolio items as well as blog page and single pages.
Can you please share your Wordpress credentials here, because I need to login to your site and test this issue. Your information is safe here (private) in this thread. To include your credentials click Insert Credentials button in editor toolbar. (See how)
Also please write URL of the exact pages that you are mentioning for each of your questions also consider sending us screenshot of your problems? On this way it will be much easier for me to help you.
3— Sorry but this option is not available on our theme.
If you're looking for professional help in this matter, there's always someone available for such tasks on the WP Kraken or Envato Studio. Pricing and timeline are always straightforward there and that's the main reason for recommending those services.
4— Please apply the second code on the answer number 2.
3: That is a shame. The blog options are limiting in this theme, while all the other stuff is so well thought out, portfolio, shop and all.
4. I do not understand your answerhere. The second code does not solve my problem. The image is still above my sidebar widgets like I describe i under 3.
i think I've got the solution! Or pretty close to it....
- In theme options the blog title and featured image are set not to show,
- In single blog item the heading title option is set to show.
- the featured image is (also) inserted in the post.
In this way the post title will spread over the sidebar widgets, and the featured image is positioned next to the sidebar widgets, not on top of it. See attached image.
The widgets do not align out perfectly between the blog page and the post, unfortunatly. See also attached image. The blog post widgets (and post itself) are a bit higher than the blog page, vertically.
Wouldn't this be a matter of adding a small piece of CSS? something like: post-title bottom margin 25px
- consistent aligning of titles in the theme (which we have sorted out with custom CSS now)
- option to put the featured image next to sidebars, not only above
- two colums or other options that break the length of sentences with full width blogs - like the portfolio and shop layout voor example. These are great.
4: I not sure we understand eatchother completely here, but never mind.
Hi,
I am struggling with the settings to get a coherent layout throughout all my pages, without titles aligning differently in height positions on the page, as well as sidebars
1- The portfolio page title does not align at the same height as the portfolio item title.
2- The blog page title does not align on the same height as the blog single page title.
3- In single page there is the option to put the sidebar just like the blog page, however the position of this sidebar is not at the same height as the blog page (result of not aligning blog page title and single page title?...).
4- I can only put the featured image above the sidebar (boxed or full with), not next to the sidebar.
5- This can be circumvented by not putting a featured image on top of the single page, but then the sidebar moves to a higher position in the page, instead of the same height as the blog page. I would like to have the blog title stretching over the sidebar (just like the blog page), so that the sidebars stay at the same position between the blog page and the single page.
So in short I would like to be able to have titles and sidebars aligning at the same height for pages, portfolio items as well as blog page and single pages.
How can I achieve this?
Best, Rob
Hi Rob,
Sorry for the late response.
Can you please share your Wordpress credentials here, because I need to login to your site and test this issue. Your information is safe here (private) in this thread. To include your credentials click Insert Credentials button in editor toolbar. (See how)
Also please write URL of the exact pages that you are mentioning for each of your questions also consider sending us screenshot of your problems? On this way it will be much easier for me to help you.
Thank you!
Hi Henkiedeboom,
1— Can you please add the code below to your Custom CSS area:
2— Just add the code below to your Custom CSS area:Other questions:
3— Sorry but this option is not available on our theme.
If you're looking for professional help in this matter, there's always someone available for such tasks on the WP Kraken or Envato Studio. Pricing and timeline are always straightforward there and that's the main reason for recommending those services.
4— Please apply the second code on the answer number 2.
Hi!
1: works: great!
2: Works: great!
3: That is a shame. The blog options are limiting in this theme, while all the other stuff is so well thought out, portfolio, shop and all.
4. I do not understand your answerhere. The second code does not solve my problem. The image is still above my sidebar widgets like I describe i under 3.
i think I've got the solution! Or pretty close to it....
- In theme options the blog title and featured image are set not to show,
- In single blog item the heading title option is set to show.
- the featured image is (also) inserted in the post.
In this way the post title will spread over the sidebar widgets, and the featured image is positioned next to the sidebar widgets, not on top of it. See attached image.
The widgets do not align out perfectly between the blog page and the post, unfortunatly. See also attached image. The blog post widgets (and post itself) are a bit higher than the blog page, vertically.
Wouldn't this be a matter of adding a small piece of CSS? something like: post-title bottom margin 25px
All the Best!
Rob
Hi Rob,
3— We will try to offer new layout for the blog pages on our future updates
4— That is happening because this single blog page http://o4rb.nl/construction-on-circle-of-life-has-started doesn't have a title.
If you want to move down the container of the single blog posts you can use this CSS code for example:
Hi!
3: great! my feature request would be:
- consistent aligning of titles in the theme (which we have sorted out with custom CSS now)
- option to put the featured image next to sidebars, not only above
- two colums or other options that break the length of sentences with full width blogs - like the portfolio and shop layout voor example. These are great.
4: I not sure we understand eatchother completely here, but never mind.
the solution below:
works to align the sidebar widget just fine (although I used 34, not 50..) and I changed :
.single-post article {
margin-top: 34px !important;
}
to make the top of the post page image/text aligning with the top of the widgets again.
So it is a bit of a workaround with the featured image and titles, but I got what I needed!
All the best!
Rob
Hi Rob,
Glad to hear that