Code Monkey home page Code Monkey logo

acf-section-styles's People

Contributors

ractoon avatar treyssatvincent avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

acf-section-styles's Issues

Contact-Form 7 and IE 11, 10, 9, ... not compatible with ACF-Section-styles.

Hi

if I use a fieldgroup without using acf-section-styles the placeholder of the form are shown. If I use
a fieldgroup with acf-section-styles and place a form mit placeholders inside it, the placeholder are
not shown in internet explorer. I think that the color is overwritten.
I tried to overwrite the color in the style with !important, but that doesn't work.

Have you any idea why the placeholder or the placeholder-color make problems in ie?

Thanks, Daniela

Formatting alignment issue inside ACF 5 tabs

Hey there,

For some reason I am having alignment issues of the flexbox for the section styles. See screenshot attached. Any help appreciated. No special theme stylesheets activated.
download

Undefined index: background_image

Hi your plugin have error in

Error in Notice: Undefined index: background_image in /home/web/vallenevado/sitio/wp-content/plugins/acf-section-styles-master/fields/acf-section_styles-v5.php on line 451

Your add isset in line 451

if ( isset($field['value']['background_image'] )) {
        // update vars
	$url = wp_get_attachment_image_src($field['value']['background_image'], 'medium');
         // url exists
	if ( $url ) {
	  $url = $url[0];
	  $div['class'] .= ' has-value';
	}
}

CSS in admin

in the input.css file, the class at line 16 « .acf-section-styles-box-model label » need a z-index

acf-section-styles-css-bug

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.