• Resolved johannes999

    (@johannes999)


    Hello,

    I have finished this website but suddenly I see 1 problem.

    when you go to inspect element and open only the page contact and go to 361px untill about 440px. you see that animation text is deviating downwards.

    I checked contact-page.php everything is OK.

    I have looked in css but I could’t see any clue.

    it is working in every positions .it is only causing on contact page and only between and from 361 to about 440px .

    I don’t know if you can see much beter than me . I have checked everything but I couldn’t find any wrong?

    thanks

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • If you’re experiencing issues with animation text deviating specifically on the contact page and within a specific width range (361 to 440 pixels), it could be due to a problem with the CSS or JavaScript code responsible for the animation.

    Here are a few steps you can take to troubleshoot and fix the issue:

    1. Check CSS media queries: Look for any media queries in your CSS code that target the contact page or a specific width range. Make sure there are no conflicting rules or unintended overrides that might be affecting the animation.
    2. Inspect CSS properties: Inspect the CSS properties applied to the animation text on the contact page within the problematic width range. Look for any conflicting or incorrect properties, such as margin, padding, positioning, or width. Make sure these properties are set appropriately to ensure the desired animation behavior.
    3. Review JavaScript code: If the animation is controlled by JavaScript, review the relevant code that handles the animation. Look for any conditional statements or logic that might be triggered only on the contact page or within the specified width range. Check if there are any issues with the animation calculations or if there are conflicting JavaScript functions affecting the animation.
    4. Test in different browsers: Verify if the issue is specific to a particular browser. Test the contact page with the problematic width range in multiple browsers to see if the behavior is consistent. If the issue is browser-specific, there might be compatibility or rendering issues that need to be addressed.
    5. Debug and console logs: Insert console.log statements or use browser developer tools to debug the code and inspect any error messages or warnings related to the animation. This can help identify the specific point of failure or any errors occurring during the animation process.
    6. Seek community support or consult a developer: If you’re unable to identify and resolve the issue, consider seeking help from developer communities or forums where you can provide more specific details and receive assistance. Alternatively, consult with a professional web developer who can analyze your code and provide tailored solutions.

    By following these steps, you should be able to diagnose and fix the issue with the animation text deviating only on the contact page and within the specified width range.

    Thread Starter johannes999

    (@johannes999)

    thanks,

    it is pure css code no js . I took it from codepen few months ago . I wil follow your advice .

    if I can’t find the clue I wil write the same code with JS

    thank you again

    Welcome bro, anytime

    Thread Starter johannes999

    (@johannes999)

    thanks

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘animation text is deviating only on contact page and only between 361 to 440px?’ is closed to new replies.