The effects of alcohol on sustanon 250 leucine for – real weight loss & bodybuilding benefits?
Inline Comment form...
 
Share:
Notifications
Clear all

Inline Comment form is cut off

16 Posts
3 Users
0 Likes
1,650 Views
Posts: 29
Topic starter
(@stanbrid)
Eminent Member
Joined: 4 years ago

Hello, my form for inline comments is cut off. Please help soon! We are on a time crunch. Were supposed to go live last night....

Screen Shot 2020 08 17 at 4.40.21 PM

 

15 Replies
Posts: 29
Topic starter
(@stanbrid)
Eminent Member
Joined: 4 years ago

Here is what I have under custom CSS:

.wpd-inline-shortcode.wpd-active {
color: #000000 !important;
}

.wpd-inline-shortcode {
color: #000000 !important;
}

#et-boc .et_builder_inner_content .et_pb_row:first-child {
z-index: 99999 !important;
}

.comments-area {
width:auto !important;
}
Reply
Posts: 29
Topic starter
(@stanbrid)
Eminent Member
Joined: 4 years ago

Here is a post that showing where the inline comment form is getting cut off: https://www.cindyjonesassociates.com/gift-shop-newsletter-aug-15-2020/

Thanks!

Reply
5 Replies
Asti
 Asti
Support
(@asti)
Joined: 6 years ago

Illustrious Member
Posts: 7098

@stanbrid,

The issue mostly comes from the active theme. However, we've found some workaround, try to use the CSS code below. It should solve the issue. 

.single .blog-meta {
display: none;
}
.wpd-inline-form-wrapper {
margin-left: 36px;
}

Put the code in the Top Admin Bar > Customize > Additional CSS > "Additional CSS" textarea, save it, delete all caches and check again. 

Please don't forget to press Ctrl+F5 (twice) on the frontend before checking.

Reply
(@stanbrid)
Joined: 4 years ago

Eminent Member
Posts: 29

@asti Unfortunately, that code did not work. It only expanded the width of the page content to full-width. Inline comment forms landing along the left column still get get cut off. 🤔

Screen Shot 2020 08 18 at 10.57.20 AM

 

 

Reply
(@tussbaby)
Joined: 4 years ago

New Member
Posts: 2

@asti This code solved my same problem perfectly. Thanks!

Reply
(@tussbaby)
Joined: 4 years ago

New Member
Posts: 2

But now my smartphone view is cut off a bit on the right. Could be my theme, but your code worked great on desktop view. Any thoughts? Also, my inline comment box has a light backgrnd with a light font that you can't really see for name and email.  Which css file should I dig into? Thanks!

Reply
Asti
 Asti
Support
(@asti)
Joined: 6 years ago

Illustrious Member
Posts: 7098

@tussbaby,

Please open a separate support topic and leave some example URL to allow us to check the issue. 

Reply
Posts: 29
Topic starter
(@stanbrid)
Eminent Member
Joined: 4 years ago

My problem appears to be similar to this forum question, so I had added the CSS provided in the answer.

#et-boc .et_builder_inner_content .et_pb_row:first-child {
z-index: 99999 !important;
}

Still not working, though. : /

 

Reply
Asti
Posts: 7098
 Asti
Support
(@asti)
Illustrious Member
Joined: 6 years ago
Posted by: @stanbrid

My problem appears to be similar to this forum question, so I had added the CSS provided in the answer.

#et-boc .et_builder_inner_content .et_pb_row:first-child {
z-index: 99999 !important;
}

Still not working, though. : /

 

This issue doesn't have any relation to yours. Besides the CSS selectors are also different. Please remove that code it doesn't help you. 

Unfortunately, that code did not work. It only expanded the width of the page content to full-width. Inline comment forms landing along the left column still get get cut off. 

Please watch the video I've recorded: https://www.screencast.com/t/07HLvJ1KEbn

Reply
1 Reply
(@stanbrid)
Joined: 4 years ago

Eminent Member
Posts: 29

@asti That made the page full-width, which is fine. But, now cuts off on left column. : /

 

Screen Shot 2020 08 19 at 10.22.15 AM
Reply
Posts: 29
Topic starter
(@stanbrid)
Eminent Member
Joined: 4 years ago

Hello, any update on a solution for this. Thanks!

Reply
1 Reply
Asti
 Asti
Support
(@asti)
Joined: 6 years ago

Illustrious Member
Posts: 7098

@stanbrid,

I may suggest you change the width of the Inline commenting box:

.wpd-inline-form-wrapper {
width: 342px;
}

The CSS code above should help you to solve the issue. 

The red marked value can be changed as you like. 

Reply
Posts: 29
Topic starter
(@stanbrid)
Eminent Member
Joined: 4 years ago

This did not fix it. Only made the box bigger. It's still disappearing under the left side column. Cut off and Not visible. With my limited knowledge, seems like the Z-index or something isn't working.

Reply
Page 1 / 2
Share: