Pagination near Title :)

Posted in: Newspaper
Post count: 83

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?

  • This topic was modified 7 years by Smanchi. Reason: Misspelling
  • This topic was modified 7 years by Smanchi. Reason: Entered Web URL
Post count: 20685

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

Post count: 83

İ want to show pagination between title and ajax filter i want to move the pagination buttons near the title as inline…

Post count: 83

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.
Post count: 20685

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.

Post count: 83

is it possible to not show pagination in mobile devices at all… And just for Desktops?

SOLVED… TY for helping…

  • This reply was modified 7 years by Smanchi. Reason: SOLVED
Post count: 20685

You could hide it with some CSS, enter a code like this in the Advanced CSS code phones section

.td_flex_block_3 .td-next-prev-wrap {
display: none;
}

Viewing 7 posts - 1 through 7 (of 7 total)
You must be logged in to reply to this topic.