• Resolved jitterdew

    (@jitterdew)


    I’m having this odd problem where the page loads to the middle/location of the CDBT rather than the top of the page like it should. I have isolated the cause and it only occurs when this plugin is active. Can you help with this?

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author ka2

    (@ka2)

    Thank you very much for reporting.

    Sorry, I couldn’t understand your problem. I hope that you tell me more detail.

    Thank you,

    Thread Starter jitterdew

    (@jitterdew)

    Sorry, let me explain better with an image perhaps. The slightly transparent red color is where the sight loads to in a normal window. (normally, when you load a website you arrive at the header and if you want to move down you must scroll.) So for example, this is how it should load:Correct Loading

    Notice the correct way loads straight to the top/header. However, my website loads directly to the table when the CDBT plugin is activated:Incorrect Loading when CBDT is enabled

    This is not supposed to happen, and this has been tested in other systems and with a cleared cache. Has this ever occurred to you? Did I activate some sort of anchor option? Can you reproduce this? Sorry I wasn’t descriptive enough, hopefully I have better communicated my problem

    Plugin Author ka2

    (@ka2)

    Thank you for describe.
    I was able to understand that thanks to you.

    As you said, there has been navigated automatically to header of list component when displayed data list by using table layout in current version. Certainly, this action may be unhappy as common event.
    In current version, unfortunately you cannot disable completely that action. However you can avoid that action by doing as follows.

    
    [cdbt-view table="your_table_name" enable_repeater="true" ajax_load="false"]
    

    Also, there maybe occurs overflow memory of php if “ajax_load” option is false and you use large table that has many data.

    I’m going to improve this unhappy common action after rendering component at next version. Sorry, please wait for until releasing next version.

    Thread Starter jitterdew

    (@jitterdew)

    <3 /thread

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Site loads to location of table, have to scroll to top manually’ is closed to new replies.