Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #33719
    Arnold Erickson
    Guest

    I’m using the Grid One theme with the post and page builder. I am trying to find out if there is an easy way of inserting footnotes. I have been using use a third party plugin as a widget to insert a footnote – but I have also have had my footnotes disappear or be replaced by a text referring to a reference container. Is there is a recommended way to format and insert footnotes?

    I would like to modify the way that Blockquotes are displayed. Call me old fashioned, but I just want Blockquotes up be indented on both sides with no further formatting. I can do this by editing paragraph margins but it would be easier to use the Blockquote button in the editor to ensure that everything is uniform.

    Any advice would be appreciated.

    #33723
    Jesse Owens
    Keymaster

    Hi Arnold-

    Thanks for reaching out, and thanks for choosing the Grid One WordPress Theme.

    It looks like you’re currently using the Footnotes Plugin, which has a solid installation base at 6000+ active users and a 4.5-star rating. The only other footnotes plugin I could find with a comparable installation base and rating is the Easy Footnotes plugin.

    Both plugins utilize Shortcodes, which is what I think you’re describing when you say “reference container.” Please correct me if I’m wrong about that. Beyond those I don’t really have many better recommendations, although if you have a specific example of a page that has missing footnotes we might be able to take a look and troubleshoot.

    As for styling your Blockquotes, that can be easily accomplished with a little Custom CSS. Navigate to Customize > Advanced > Custom JS & CSS and paste this code into your Custom Theme CSS:

    blockquote, blockquote p {
    	font-size: unset !important;
    	border-left: 0px !important;
    }
    

    This code will make your blockquotes’ font size remain the same as normal text, as well as eliminate the black vertical bar on the left side, while preserving the extra margin.

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘How to add Footnotes and format Blockquotes in WordPress’ is closed to new replies.