Hello, again long time no see, after many updates and stuff… I cant solve this puzzle with new flex blocks…
Oww site: https://sonsoz.com.tr
I need help, I still want to manage
1- Pagination between title and fiter categories…
2- For flex_block_3 and td_block_1
I already moved pagination over title
// block title wrap
$buffy .= '<div class="td-block-title-wrap">';
$buffy .= $this->get_block_pagination(); //get the ajax pagination for this block
$buffy .= $this->get_block_title(); //get the block title
$buffy .= $this->get_pull_down_filter(); //get the sub category filter for this block
$buffy .= '</div>';
Help me with CSS pls…
Can you pls help me?
Hi,
I don’t quite understand what you want to do. All blocks have the same forms of pagination, including flex blocks.
The pagination is displayed below the block, to not interfere with the block title and ajax filter menu if used
– https://www.screencast.com/t/L8Xa8WhOzP
Thanks
https://sonsoz.com.tr/wp-content/uploads/2018/10/Pagination-001.jpg
Please check what i mean via picture…
My Old Post: https://forum.tagdiv.com/topic/move-pagination-arrows-near-title/
but these method seems not working with newspaper i dont know cant solve it…
Need help…
-
This reply was modified 7 years by
Smanchi.
Maybe try it like this – https://www.screencast.com/t/td8WIZIrBi3
– https://www.screencast.com/t/4oEPC0t3qwi
.td_flex_block_3 .td-next-prev-wrap {
left: 200px;
top: 30px;
width: 65px;
z-index: 99;
}
Note that on mobile devices this modification will not look good however
– https://www.screencast.com/t/FZoR8RMMue
There is no design for the pagination in that location where the ajax filter is displayed.