Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter Rena

    (@renlong)

    Hi Malihu,

    I am very grateful to your reply. The js code I used before (after <?php wp_footer(); ?> before </body>):

    <script>
        (function($){
            $(window).on("load",function(){
                $.mPageScroll2id("scrollTo","#post-temp-main-1");
            });
        })(jQuery);
    </script>

    Currently, I have updated the code by adding the delay rule, I will now make a test carefully.

    I will update your message later. Thanks again.

    Best regards

    Thread Starter Rena

    (@renlong)

    This looks a better workaround, I will have a try. Best

    Thread Starter Rena

    (@renlong)

    @thaikolja

    Dear thaikolja, I am much grateful for your patient reply, I know that the spirit of selfless dedication is priceless.

    One of the most important issues I found in use, the %title%%secondary_title% in plug-in Secondary Title automatically turn the subtitle into part of the title in HTML structure. In my case, this output result will have an HTML tag. This nature causes some problems when sharing the article (I have sent an email to you, I believe the screenshot above may explain more clearly.).

    If after using the code get_the_title() (Or other similar code), the plugin outputs the original title, instead of the conversion title (which combined %title% and %secondary_title%), this problem may be alleviated. (HTML code should not appear in the title of sharing articles). Are you interested in implementing the feature get_the_original_title()?

    Anyway, thank you for your dedication and time. Take care, and I hope you have a pleasant day.

    Best regards,
    Renlong

    • This reply was modified 3 years, 6 months ago by Rena.
    • This reply was modified 3 years, 6 months ago by Rena.
Viewing 3 replies - 1 through 3 (of 3 total)