• Resolved bwhitemm

    (@bwhitemm)


    For some reason when I install this plugin all the body text on my site changes to a smaller font size. The font can still be changed but not the size. It looks like it has been changes to about 8pt. This happens right after installation. I played with the plugin and it works perfectly for what I need it for but can’t be used with this font issue.

    I have gone through the settings of this plugin as well as my site and theme settings and nothing seems to help. I am curious what is within this app that could ever cause a change in appearance to the site.

Viewing 6 replies - 1 through 6 (of 6 total)
  • I have a similar problem since upgrading to version 2.5.0.

    The text on almost ALL my content pages has been affected on the frontend in 2 ways:
    1. Line/paragraph spacing has increased
    2. Bullet points no longer show (only the raw text without the bullets)
    There are no problems in the backend.

    I’ve disabled the plugin and everything is OK now.

    My site is being built with the WP Classic Editor and ‘Beaver Builder’ for most of my layouts and pages. I’m also using ‘Advanced Custom Fields’ and Hookturn’s ‘Advanced Custom Fields: Custom Database Tables’ plugins. There must be a compatibility issue somewhere. Fortunately I’m not reliant on WPDA (yet).

    Plugin Author Passionate Programmer Peter

    (@peterschulznl)

    Hi guys,

    That’s bad news! I am on a holiday and have no laptop with me. I will be back on tuesday and try to fix this issue asap.

    In the mean time you could give me a helping hand by locating the faulty stylesheet. You just need to switch to debug mode and disable some stylesheets untill you find the one causing this issue. Just if you want to. I’m not trying to push you….

    Best regards,
    Peter

    Plugin Author Passionate Programmer Peter

    (@peterschulznl)

    I might have found the problem!

    With my cell phone I was able to look through the source on bitbucket, but I cannot release a new version before tuesday. Here is a quick fix:
    – Use the WordPress code editor to locate the plugin
    – Go to folder public
    – Edit file class-wp-data-access-public.php
    – Copy line 73 and then remove it: wp_enqueue_style( ‘wpdadiehard’ );
    – Paste that line somewhere below line 324: wp_enqueue_style( ‘wpdataaccess’ );
    – Save your changes and your css problem should be solved

    Hope this works! You can of course wait for the next release as well…

    Best regards,
    Peter

    Thread Starter bwhitemm

    (@bwhitemm)

    @peterschulznl

    Thank you so much for your quick responses! Your suggested solution worked great.

    Thread Starter bwhitemm

    (@bwhitemm)

    @peterschulznl When you push the update with this change will I need to do anything or will it just overwrite the changes I made today (copying that line and moving it down)?

    Plugin Author Passionate Programmer Peter

    (@peterschulznl)

    Good to read it worked! ??

    Don’t worry about the update B. Just update and you’ll be fine.

    Thank you for your helping hand!!! ??

    Best regards,
    Peter

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘After Install Body Text/Font is Smaller’ is closed to new replies.