Viewing 14 replies - 1 through 14 (of 14 total)
  • Plugin Author Marventus

    (@marventus)

    Hello, TanHeart:
    How are you going about adding your page breaks? You should try to add them inside your post’s content, so that all the rest of the boxes (author and social media) that are being added by the template or a content filter (not sure, depends on your theme) is inserted after it.

    Thread Starter TanHeart

    (@tanheart)

    Yes, I am adding them inside the post and it’s doing that…any other ideas?

    Plugin Author Marventus

    (@marventus)

    I see. In that case, what must be going on is that your theme must be adding those boxes as post or content filters dynamically, instead of through the post template, and the next page breaks are being replaced by their corresponding HTML after your theme does its job.
    Since your template is premium, I can’t really help you find the function that is responsible for inserting those boxes in your code, but a good start would be to search for the ID (ts-fab-below) or class (ts-fab-wrapper) of that tabbed div.
    Once you find it, you would need to make a pastebin of the code so I can see it and tell you how to fix it.
    Thanks!

    Thread Starter TanHeart

    (@tanheart)

    Where do I need to search for the ID or class? I tried going to my Filezilla, plugins, but the only plugin folder that starts with “ts” is “ts-widget-pack” and that is part of the plugin but has to do with the plugin widget, not the posts as far as I can tell.

    I don’t see ID (ts-fab-below) or class (ts-fab-wrapper) in the actual plugin folder for ultimate-tiny-mcs css files. Lost!

    Thread Starter TanHeart

    (@tanheart)

    I just put a pg break into this post so maybe that can tell you something, the pg numbers are underneath the author box/social icons.

    Plugin Author Marventus

    (@marventus)

    You would need to look for this code inside each theme file. You are most likely to find it inside functions.php, but every theme is coded differently, so it could be somewhere else as well.

    There are many tools you can use for searching inside files, such as Notepad++, Dreamweaver, any decent code editor, and even default functionality in Windows 7 (link).

    If you are still having trouble locating the code, you can contact your theme vendor through their support system and have them either tell you where to look or contact us directly through our Contact Form or dedicated support forum.

    However, I would like to point out that the only thing our page break button is doing in the editor is inserting the <!--nextpage--> tag inside posts or pages. That comment is later replaced with the proper HTML code by WP’s setup_postdata() function, with which our plugin has nothing to do. What this means is that any permanent fix would have to come from your theme vendor, specially because any changes we might instruct you to make would eventually get overwritten during theme updates.

    Thread Starter TanHeart

    (@tanheart)

    :0( seems I won’t be able to use this plugin. #bummer

    Plugin Author Marventus

    (@marventus)

    Well, that is entirely your choice, of course. Like I said earlier, the plugin is not at fault here: it’s your theme that needs adjusting. You are going to have this problem with pagination regardless of UTMCE, since our plugin is just resorting to existing WP functionality.
    It is your theme that needs to conform with WP standards and be compatible with its functionality, not the other way around.
    Thank you for sharing your problem with us.

    Edit: FYI, your theme dev’s support forum is https://pexetothemes.com/support/. I suggest you go pay them a visit and let them know about this issue. Thanks.

    Thread Starter TanHeart

    (@tanheart)

    It’s just that it’s not only this site, it’s my other site too that this plugin won’t work on as well…is that a coincidence or what?!

    Plugin Author Marventus

    (@marventus)

    May I ask what aspect or function of the plugin is not working in your other site? Is it the same problem as in the first one?

    Thread Starter TanHeart

    (@tanheart)

    Yup! Everything else works fine except for the placement of the page numbers when using the page break on both my sites.

    Plugin Author Marventus

    (@marventus)

    That is strange. Since both of those plugins are premium, we are very limited as to what we can do from wp.org. Would you mind signing up to our support forum (it’s 100% free) and posting the issue you are experiencing with both these themes there? I shared a link to the forum further up.

    Edit: if you do post on our forums, in the case of your second site, love-life, could you also post a link to a post exhibiting the problem, please?

    Thread Starter TanHeart

    (@tanheart)

    …will do!

    Plugin Author Marventus

    (@marventus)

    Thank you!

Viewing 14 replies - 1 through 14 (of 14 total)
  • The topic ‘Page Numbers Under My Author Box’ is closed to new replies.