Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #2517900
one of external plugin's pagination not working
Closed

Comments

  • chafolks started the conversation

    Hi  ,

    I have installed an external plugin called Affiembed and it has its own pagination. However  the plugin shows it has multiple pages , pages are not selecting. Also pagination style of it looks like having clashes with the theme pagination style.

    Are you able to help me with this?

  •  2,699
    PenciDesign replied

    Hi,

    Have you contact with author of that plugin and ask them about those issues?

    Because by default we don't provide support for 3rd party plugins.

    Best Regards,

    PenciDesign

  • chafolks replied

    Hi, 

    Actually I didn't ask your support to fix if the issue is with the 3rd party plugin. But I need your support the fix the style conflict. So far I was managed to fix the issue which I had with content loading when click on a page number. But now the issue is, style of the pagination. 

    https://prnt.sc/uam46f

    However this plugin don't have any problems with the other themes I have used before. I can give you a link to access of another web site which has the same plugin installed.

    https://shop109.online/blazer-suits/ --> go to the bottom of the page. You will see the pagination. Click one of page number. For example; 3

    https://shop109.online/blazer-suits/?mypage=3

    Then go down and you will see the clicked page has been selected.(different color)

    https://prnt.sc/ualsxi --> selected page number has black color and the rest of the page numbers are in blue.

    https://prnt.sc/uam1o3 --> plugin's block.css doesn't have a conflict. 

    Actually I have checked with the plugin developers as well. They have tested and verified by testing with some premium themes and the plugin is working correctly.

    As I stated a couple weeks ago, your theme has a conflict with this plugin. Looks like the conflict is with the theme's style.css and plugin's block.css

    https://prnt.sc/uam17n

    Appreciate if you can help me to fix this issue.


    Thanks

    Chandana

  •  2,699
    PenciDesign replied

    Hi,

    What's the URL of page you have this issue? Please show me that URL to I can take it a look.


    Best Regards,

    PenciDesign

  • chafolks replied

    Hi,

    This is the web site which has the particular issue.

    https://109sports.online/

    For example you can go to the following post;

    https://109sports.online/gym-clothing/ --> scroll down , you will see the pagination

    -------------------------------------------------

    In this theme, I have installed the same plugin and which doesn't have that issue.

    https://shop109.online/

    https://shop109.online/blazer-suits/?mypage=3


    Br

    Chandana


  •  2,699
    PenciDesign replied

    Hi,

    Please try add more this code to Customize > Custom CSS to fix it:

    .post-entry #page-numbers li{ list-style: none !important; }
    .post-entry #page-numbers li a{ padding: 2px 0; }
    .post-entry #page-numbers li a.selected { color: #000; }

    I just checked and I see this issue can be fixed and control from plugin by use !important attr on CSS. But, they didn'tsmile.png

    Best Regards,

    PenciDesign

  • chafolks replied

    Thanks a lot. Issue has been fixed.