Via
(@dezodorantov)
I had a same problem.
Thank you, jab788!
Thank you for the link !
Same problem, I lose 2 hours of my saturday afternoon !!!
Same problem, lost a few hours of my saturday too :@
Luckily, the problem seems to be this bit of css in the foundations.css file, which conflicts with the style.css of Onetone theme (that’s what i’m using)
/* Grid HTML Classes */
.row {
width: 100%;
margin-left: auto;
margin-right: auto;
margin-top: 0;
margin-bottom: 0;
max-width: 62.5em;
*zoom: 1; }
I commented this block out, and my layout got working again! Hope it helps
Hi,
@rishavmania I’ve got exactly the same problem.
I found out the above mentioned string in foundations.css but how did you comment the block out so it won’t conflict…I’m a complete HTML/CSS newbie…
Thanks.
Gil
Hi @gilgallad,
no worries. the step-by-step method would be (you’ve done most!):
- download the zip of the plugin (v1.4.0)
- extract the contents to a convenient location
- open foundations.css
- replace the following block
-
/* Grid HTML Classes */
.row {
width: 100%;
margin-left: auto;
margin-right: auto;
margin-top: 0;
margin-bottom: 0;
max-width: 62.5em;
*zoom: 1; }
-
/* Grid HTML Classes */
/*
.row {
width: 100%;
margin-left: auto;
margin-right: auto;
margin-top: 0;
margin-bottom: 0;
max-width: 62.5em;
*zoom: 1; }*/
Note: to comment in css we add the code between /* .. */
- save the foundations.css file
- now zip the extracted folder (with the now modified foundations.css)
- in wordpress,deactivate and delete the current version of the plugin
- now upload this zip to install the plugin
Should work, all the best!
Hi there,
The issue has been fixed, please update to the latest version.
wp_enqueue_script( 'bootstrap', get_template_directory_uri() . '/plugins/bootstrap/js/bootstrap.js' , array( 'jquery' ), null, true)
but when it is open receive^ in-line style <body>
display: block;
padding-right: 17px;
see all Alhem demo site with open modal
Open modal fix it, but now, tormented by this problem