Giter VIP home page Giter VIP logo

wp-plugin-info-card's People

Contributors

alexclassroom avatar ronaldhuereca avatar ronalfy avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

wp-plugin-info-card's Issues

Align Center in Shortcode Broken: [BUG] Adds "align_center" CSS but no matching CSS

#23

What is the desired behavior?

Using shortcode:
[wp-pic type="plugin" slug="pretty-simple-popup-builder" layout="large" scheme="scheme2" align="center" ajax="yes" ]

It should center the large layout.

What is the actual behavior?

It does not center, the CSS I see is:
class="wp-pic-wrapper align_center large"

align_center is not in the plugin's CSS. I do see .wp-pic-wrapper.aligncenter.large and .wp-pic-wrapper.alignfull.large etc in the CSS, but it's not applied via the shortcode it seems.

Steps to reproduce undesired behavior:

Try using the shortcode with align="center".

Screenshots or Video

I've added custom CSS to resolve the issue:

.wp-pic-wrapper.align_center {
text-align: center;
}

You can see my live page here, centered because of the above CSS, uncheck that CSS to view it not centered:
https://5starplugins.com/pretty-simple-popup-builder/

Additional Comments

Hope you can fix it, I'm sure it's affecting other sites.

[BUG] JS UI Strings display incorrectly

What is the desired behavior?

Even if I fully localized this plugin, the UI strings in JS files cannot display correctly.
What I do:

  1. Fully localize all UI strings, there are 293 UI strings in the current language package.
  2. I upload all UI strings to the official GlotPress site, please refer to this link.
  3. GlotPress generates zh_TW language pack and push to the site that is installed WP Plugin Info Card plugin.

What is the actual behavior?

All UI strings should display correctly when language pack files are ready (MO and JSON).

Additional Comments

There are some UI strings that cannot be localized because these kinds of strings are missing their I18N code.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.