Forum Replies Created

Viewing 15 replies - 1 through 15 (of 20 total)
  • Plugin Author Croover.inc

    (@ryota0101)

    Hi sayandutta ,

    After checking, we have recognized that this is clearly a problem with this plugin and will release a corrected version soon.

    We apologize for the inconvenience, but we would appreciate it if you could wait a little longer.

    Best regards,
    Ryota

    Plugin Author Croover.inc

    (@ryota0101)

    @radiationvscancer

    Hi,

    Thanks for sharing the code.
    We have been receiving inquiries about Rank Math SEO for some time now and are considering addressing them as soon as possible.

    It is on our list for the next upgrade, so we hope you can wait a while now.

    Best Regards,
    Ryota

    Plugin Author Croover.inc

    (@ryota0101)

    Thanks for sharing.
    I checked the site, and RTOC is basically a table of contents generation plugin with hierarchical structure in mind, so it won’t generate a table of contents for pages that start with h3 tags out of the blue.
    So I think you need to create the content from h2 tag first to get it to show up.

    This may be none of my business, but is a table of contents really necessary for this page?
    From the user’s point of view, if this is the only content on this page, then it may not need a table of contents.

    Our definition of a table of contents is as follows

    ?What is written in the article?
    ?Is there information that the reader is looking for in the article?
    ?Where to find it.

    We believe that the role of a table of contents is to intuitively show the reader these things.
    If the amount of content is going to increase in the future, it makes sense to display a table of contents, but if not, I don’t think it’s necessary.

    Best Regards,
    Ryota

    Plugin Author Croover.inc

    (@ryota0101)

    Hi @gauravbhardva !

    Thank you for using our plugin!
    I haven’t used WPBakery Page Builder before, so I can’t test it in detail, but can you share the actual page with me?

    I’d be happy to take a look at it and validate the code for you!

    Best regards.
    Ryota

    • This reply was modified 2 years, 9 months ago by Croover.inc.
    Plugin Author Croover.inc

    (@ryota0101)

    @testwp75

    Hi,

    Basically, we don’t provide individual support, but if you really need it, can you give a rough idea of what it is?

    We’ve been working on WordPress 5.9 support for the past few days, but are there any other critical issues?

    Best Regards,
    Ryota

    • This reply was modified 2 years, 10 months ago by Croover.inc.
    Plugin Author Croover.inc

    (@ryota0101)

    Hi @uprate,

    Thank you for using our plugin!

    I visited your site, but the articles didn’t have a table of contents to begin with.

    Do you have Rich Table of Contents (RTOC) disabled now?
    If so, I would like to check your site with it enabled, so can you please take care of this for me?

    I’ d be happy if you could give me a few days to implement and test Rank Math SEO on my end.

    Ryota

    Plugin Author Croover.inc

    (@ryota0101)

    Dear Peter,

    I’m glad to hear that you were able to solve the problem safely.
    If you have any problems, please feel free to ask me anytime. We are always here to help.

    I don’t have any plugins or sites to share with you, so if you continue to use Rich Table of Contents, I’ll be happy.
    I’ll be happy if you continue to use Rich Table of Contents.

    I will continue to upgrade as much as I can and add new features as well.

    It would be a great honor to be a developer if you could look forward to those features and designs.

    I can’t say it well enough, but I’m glad we were able to work it out together.
    Keep up the good work!
    (I’ll mark this topic as resolved!)

    Ryota

    Plugin Author Croover.inc

    (@ryota0101)

    Ok,Thanks Peter!

    https://swisscryptostrategies.com/workspace/

    Hmmm, when I checked this page, the page id was “23”, but when I enter this number into the “Page ID to exclude” in the RTOC settings page, it is not reflected?

    I also tried to make my environment match Peter’s site, but it’s reflected correctly and I can’t confirm the problem.

    https://gyazo.com/3bc8fcc04ac6f8996fef84092a69b186

    Please refer to the URL I sent you and check if it is set correctly again.

    Ryota

    • This reply was modified 2 years, 11 months ago by Croover.inc.
    Plugin Author Croover.inc

    (@ryota0101)

    Dear Peter,

    Thanks for sharing the URL.

    When I tried to visit the page, I couldn’t see it because it seemed to require a password.
    It would be great if you could temporarily remove the password lock.

    Thank you very much.
    I’m very happy to know that people are using it too. I’ll keep working on it!

    Best regards,

    Ryota

    Plugin Author Croover.inc

    (@ryota0101)

    Hi Peter!

    I’m very happy to hear that because I put a lot of time and effort into the look.

    Could you please share the top page where the table of contents is actually displayed?
    I think I can reproduce the same problem if I know how to make it, and if I know the cause, I may be able to share the solution.

    I can’t see the first URL you shared because it jumps to 404.
    I know it’s a lot of work, but I’d appreciate it if you could help me out.

    Best regards

    Ryota(Your site design very nice)

    Plugin Author Croover.inc

    (@ryota0101)

    Hi @peteraloha !

    Thank you for using our plugin!
    I’m not sure I understand the situation. Do you want to prevent the RTOC table of contents from being displayed on the top page?

    Best Regards!
    Ryota

    Plugin Author Croover.inc

    (@ryota0101)

    Hi @asta141592 !

    Thank you for using our plugins!
    I’m ryota!

    jQuery('body').append('<div id="rtoc_return"><a href="#rtoc-mokuji-wrapper">'+ rtocBackText.rtocBackText +'</a></div>');
    $('a[href^="#rtoc-mokuji-wrapper"]').click(function(){
    	var speed = 400;
    	var href= $(this).attr("href");
    	var target = $(href == "#" || href == "" ? 'html' : href);
    	var position = target.offset().top;
    	$("html, body").animate({scrollTop:position}, speed, "swing");
    	return false;
    });

    Put this code in place of the return in lines 16 and 18 of rtoc_return.js and I’m sure it will show up!
    (The position of the code has been checked in version 1.2.2.)

    All that’s left is to adjust the position and size of the buttons using CSS, but I can’t share the correct CSS without actually seeing the site, so you’ll have to deal with that yourself.

    Also, please note that modifications are solely at your own risk.
    If there’s anything else you don’t understand, I’ll help you as much as I can, so please say anything.

    Best regards!

    Plugin Author Croover.inc

    (@ryota0101)

    Hi @qogwarp

    Thank you for using our plugin!

    Is the “Heading to be displayed” setting set to “Display up to H2”?
    This may be because the heading is set to “Display up to H2” and other headings (H3 and H4) are not being displayed.

    I’d like you to review the RTOC settings and see if that solves the problem.

    Best regard!
    Ryota.

    Plugin Author Croover.inc

    (@ryota0101)

    Hi mrsmith11!

    I am sorry for the delay in contacting you.

    Hmm, even if you could set the font size, I think you’d be limited to choosing large, medium, or small.
    I’ll see if I can accommodate that in the next version!

    Also, if you want to customize it freely, I suggest you don’t load the plugin’s CSS, but write your own!

    Best Regards!

    Plugin Author Croover.inc

    (@ryota0101)

    Hi wnfor!

    I’m sorry it took me so long to reply.

    I’ve tried it in my environment and it’s showing up fine.
    Please make sure you have the latest version of RTOC.

    Best regards!

Viewing 15 replies - 1 through 15 (of 20 total)