Insert Shortcode Tool doesn't work

  • Posted in : Readme
  • studhio
    Participant

    Hi Pixelwars, I’m customizing Readme. I’ve some problems:

    1. Insert Shortcode Tool doesn’t work: When I try to use it, the window remains completly white.
    2. I’m trying to insert the shortcodes for social icons on the header, just as you say, but it appears innacurate.
    3. I’ve custom the CSS several times for change the size of the texts, not of the page’s body, but just the content of the post or pages. But it seems not to work. I’ve used some css plugins, but they don’t seem to work either.

    Thank you very much.

    http://www.studhio.it

    studhio
    Participant

    Problem 2, it’s resolved.

    It remains 1 and 3. And a new one:

    I’d like to remove the button SHARE that appears in every post aligned at the right top.

    Thank you again!

    studhio
    Participant

    It’s already removed the SHARE button.

    I don’t know what happen with the font size, in some post it’s smaller as I want it, but in the main pages remains big. What can I do?

    I also would like to give some space between the content and the sidebar. What can I do?

    And don’t forget about the Shortcode Tool.

    Thanks

    ahmetsali
    Keymaster

    Hi, you can try this custom css code to change the font size on blog posts;

    .post .entry-content > p {
        font-size: 16px;
        line-height: 1.6;
    }
    

    and try this custom css for sidebar space;

    @media screen and (min-width: 1200px) {
        .sidebar { padding-left: 2em; }
    }
    

    and please create a new topic about shortcode generator issue. Thanks.

Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register