• Dear Content Views,

    Your plugin is amazing, I keep finding more uses for it every day.

    Anyway, currently I’m using “Collapsible List” in combination with a “Tabbed” page layout view. When used in this combination clicking on a new list (this opens a post as full content) item the page view will randomly jump to another part on the page. I believe this may be a theme conflict but, I’m hopping you have some sort of work around 😀

    This issue is greatly apparent if you:
    1) Open a “view” of an item near the top of the list
    2) Try to open a new “view” more than one item below the one just opened (Without closing the current view)

    Any assistance in solving this strange behavior is greatly appreciated.

    • This topic was modified 5 years, 9 months ago by mrmarkh.

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter mrmarkh

    (@mrmarkh)

    One possible solution: is there a way to delay the anchor jumps or remove them altogether from the content view?

    Plugin Author Content Views

    (@pt-guy)

    Hi,
    Thank you for contacting us.

    Yes, that jumping effect is caused by Enfold theme JavaScript function to anchor tag.
    To prevent that impact, please add this javascript somewhere (such as the script file of the theme):

    $('a[data-toggle="cvcollapse"]').off('click');

    Does that work for you?

    Best regards,

    Thread Starter mrmarkh

    (@mrmarkh)

    Thanks for the response!

    Where exactly should this be added to be effective?

    Plugin Author Content Views

    (@pt-guy)

    Thread Starter mrmarkh

    (@mrmarkh)

    Thank you.

    It looks like a slightly improved result on opening views (Only a small movement). But, when closing any view on the List the screen still jumps to a random place.

    Got any ideas to improve that?

    Or is there a way to just remove the anchor links on the title?

    Cause it looks like the anchor links on content views can only scroll in the up direction when opening and down when closing. (Possible bug)

    • This reply was modified 5 years, 8 months ago by mrmarkh.
    • This reply was modified 5 years, 8 months ago by mrmarkh.
    • This reply was modified 5 years, 8 months ago by mrmarkh.
Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Display jumps to an unexpected Place’ is closed to new replies.