Hi,
I am using the portfolio for my blog page. I want to implement the filters, but can’t figure out how to do it. I think I removed them at some point, but can’t remember which code shows them. Any help would be greatly appreciated. Thanks!
Hi,
I am using the portfolio for my blog page. I want to implement the filters, but can’t figure out how to do it. I think I removed them at some point, but can’t remember which code shows them. Any help would be greatly appreciated. Thanks!
Hi @Brad_B_1,
Thanks for writing in again.
I believe Brad, that it would be best that you will review the last thread of yours regarding this issue so you would know what you missed.
If still you can’t trace what happen, don’t bother to ask us again.
Thanks.
Thank you so much! I forgot I wrote that! Sorry for the repeated post.
No worries.
That thread helped, and I was able to implement the filters. I am now working on my staging site (info in secure note). A couple more questions:
Hi there,
jQuery('.page-id-2470 #x-section-1').prependTo('.x-header-landmark');
This will only work in the live page and not in builder preview.
Thanks!
Thank you so much!
I have also added a search bar. The bar is now appearing above the title.
How can I move it below the title, like I did for the filters?
I would like to make the search results page full-width (no sidebar) how can I do this?
Thanks again!
You just have to change the order of the rows in Cornerstone. Place the row that contains the title before the row that contains the search bar in Cornerstone.
Please add this code in the custom CSS:
.search-results aside.x-sidebar.right {
display: none;
}
.search-results .x-main.left {
width: 100%;
}
Thank you so much! Those both worked.
One more question:
Is there a way that I can make the search results look like the blog index page? In other words, have the image to the left and title and text to the right?
Thanks again!
Hi there,
Please try this:
.search-results .entry-featured {
width: 40%;
float: none !important;
box-shadow: none !important;
display: table-cell !important;
vertical-align: middle;
}
.search-results .entry-wrap {
width: 60%;
float: none !important;
box-shadow: none !important;
display: table-cell;
}
Thank you!
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.