• Ferdy S

    (@ferdysopian)


    Hi @fauzanjegstudio,

    I found a small issue in class/elements/options/class-post-block-option.php.

    The st_pagination_typography control uses this selector:

    .jeg-elementor-kit.jkit-postblock .jkit-block-pagination .jkit-pagination-button button

    In my setup, Typography settings do not affect the pagination button text because the styles are applied to .jkit-pagination-button rather than the nested button.

    Changing the selector to include .jkit-pagination-button fixes the issue:

    'selectors' => '.jeg-elementor-kit.jkit-postblock .jkit-block-pagination .jkit-pagination-button button, {{WRAPPER}} .jeg-elementor-kit.jkit-postblock .jkit-block-pagination .jkit-pagination-button',

    After applying this locally, the Typography control works as expected.

    Thanks.

Viewing 1 replies (of 1 total)
  • Plugin Author Fauzan Jegstudio

    (@fauzanjegstudio)

    Hello Ferdy,

    We sincerely apologize for the delay in our response and for the inconvenience you have experienced. We would also like to thank you for taking the time to report this issue to us.

    After investigating the problem, we identified that it is related to the Autoload pagination feature.

    Our team has already implemented a fix on our side, and it will be included in a future update.

    We appreciate your patience and understanding while we prepare the release.

    Thank You

Viewing 1 replies (of 1 total)

You must be logged in to reply to this topic.