Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author advanpix

    (@advanpix)

    Hi,

    The border has nothing to do with plugin :).

    The theme on your site is pretty aggressive, as it forces its own CSS styles on all images, ignoring co-existing plugins.

    To fix this, please comment out lines 366 and 367 in the following file:
    https://markus-und-sarah.de/wp-content/themes/twentytwelve/style.css

    Here is corresponding code:

    Now:

    img.wp-post-image {
    	/* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */
    	border-radius: 3px;
    	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    }

    Change to:

    img.wp-post-image {
    	/* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */
    	/* border-radius: 3px; */
    	/* box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2); */
    }
    Thread Starter Hirshy

    (@hirshy)

    And done. Awesome, thanks!

    Plugin Author advanpix

    (@advanpix)

    Great. If you like the plugin (or support:)) – you can always rate it on plugin page: https://www.ads-software.com/plugins/wp-quicklatex/

    ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Border around formulas’ is closed to new replies.