Rena
Forum Replies Created
-
Forum: Plugins
In reply to: [Page scroll to id] Scroll to ID at paga loadingHi 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
Forum: Plugins
In reply to: [Secondary Title] Solution to removing HTML / DIV characters in social shareThis looks a better workaround, I will have a try. Best
Forum: Plugins
In reply to: [Secondary Title] Solution to removing HTML / DIV characters in social shareDear 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 featureget_the_original_title()
?Anyway, thank you for your dedication and time. Take care, and I hope you have a pleasant day.
Best regards,
Renlong