Forum Replies Created

Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter fredomack

    (@fredomack)

    The latest version of Puppet may not be supported with this plugin. I am curious if anyone else has a recommendation.

    Thread Starter fredomack

    (@fredomack)

    It has never worked for me, so I am not sure why a new CSS would cause the problem. I thought the theme was the Twenty Nineteen WordPress theme.

    I found “Additional CSS” associated with the theme. Here it is:

    .nav-links {
    margin-left: 0 !important;
    margin-bottom: 40px;
    }
    input.es_required_field.es_txt_email {
    border: 1px #ccc solid;
    background: none;
    border-radius: 2px;
    padding: 7px 5px !important;
    line-height: 1;
    width: 100%;
    max-width: 370px;
    margin-top: 10px;
    }.widget input.es_subscription_form_submit {
    margin-top: 10px;
    }

    .es-field-wrap label {
    font-size: 14px;
    line-height: 1;
    display: flex;
    flex-direction: column;
    }

    .es-field-wrap br {
    display: none;
    }

    input.es_subscription_form_submit {
    color: #fff !important;
    padding: 10px 20px;
    border-radius: 0;
    font: 500 18px ‘Open Sans’, sans-serif;
    height: auto;
    letter-spacing: 1px;
    background: #000;
    line-height: 1;
    font-size: 14px;
    }

    .es-field-wrap {
    margin-bottom: 0;
    }
    .nav-links > a {}

    .page-numbers {
    display: flex;
    align-items: center;
    }
    @media all and (max-width: 767px) {
    .has-sidebar .article_container, .has-sidebar section.no-results {
    padding-right: 0;
    }

    aside.widget-area {
    padding: 0 20px;
    }

    input.es_required_field.es_txt_email {
    width: 100%;
    }
    }

    Lines #6 and 9 have odd values for px in them; both of these lines have exclamation points in them when I use the WordPress web UI to examine the raw CSS code. Please let me know what I need to provide you to help me.

    Thread Starter fredomack

    (@fredomack)

    This page does not say that Prism is needed.

    If it is needed, I see these options.

    APH Prism Syntax Highlighter
    Prism Syntax Highlighter
    Prism Highlight
    Prism Syntax Highlighter for WordPress
    wp-prism
    WP Prism Syntax Highlighter
    Easy Prism Syntax Highlighter
    Prism WP

    If I need to install a Prism plugin, please tell me what to do.

    Thread Starter fredomack

    (@fredomack)

    I have no plugin installed with “Prism” in its name. How would I know if I was using a customized color scheme for Prism?

    I tried using the pre.wp-block-code class in the HTML. There was already a ‘pre class=”wp-block-verse”‘ tag. The pre.wp-block-code class did not seem to do anything. Maybe I don’t know how to properly implement this.

    If I could attach a picture or send you a picture, you could see that in the “Preview” view of the block of text in WordPress’ editor GUI, everything is fine. But when I see the whole page as a preview (that looks just like the website when it will be published), the first line is indented by about one space. I could send you file that shows the three different ways of viewing it (the raw HTML code, preview where it looks fine, and the real, full-page preview where there is a problem).

    Thread Starter fredomack

    (@fredomack)

    My website is not yet published. It is a child theme of the Twenty Nineteen WordPress theme. Does this help you?

    If I create a blank line, you see it in the syntax highlighting, but the first real line with code has no indent. When I go to edit the theme I see an alert on ” padding: 0 15px;”. I would prefer not make any changes except those that could fix this problem.

    Thread Starter fredomack

    (@fredomack)

    I believe that is the correct name. Here is the plugin that I am discussing: https://www.ads-software.com/plugins/code-syntax-block/

Viewing 6 replies - 1 through 6 (of 6 total)