advancedgutenberg
Forum Replies Created
-
Hi @sunnyhova,
we appreciate your kind words!The editing process works fine in my end. May you share step by step details to reach the issue?
Important: please be sure you are using the last version of Advanced Gutenberg: 2.3.9
____
RegardsHi @brian_milnes,
this would be the ideal result: https://imgur.com/a/KjY4bx4 – I’m able to reproduce that same result in local using a native WordPress theme.Some CSS that doesn’t belong to your site either Advanced Gutenberg is creating margin and padding that is messing the end result. My guess tells me probably the HTML structure of your theme is related to this behavior:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head profile="http://gmpg.org/xfn/11">If you can change that to the code below through a child theme, may confirm my assumption:
<!DOCTYPE html> <html lang="en-US" class="no-js"> <head>Regards
- This reply was modified 5 years, 11 months ago by advancedgutenberg.
@edoardoghi Nothing has changed with our plugin. There hasn’t been a release for 3+ weeks.
– Look for other plugins or themes that have just updated on your site and may be causing problems.
– Disable any caching or optimization plugins.Hi @wordpresshat,
your theme is adding those bullets through CSS.
File: https://www.partnersbend.org/wp-content/themes/theme1721/css/normalize.css
Line: 303ul li { background: url(../images/marker.png) 0 12px no-repeat; }Regards
Hi @wordpresshat. Your theme is probably adding this bullet points. Do you have a test site or can you check to see if this happens with another theme?
Thanks @strarsis. That’s a good suggestion. We’ve added it to our to-do list.
@wagnerremote Do you see this on your staging site or any other sites with the Advanced Gutenberg plugin?
Hi @robertsara. Sorry, we don’t support this approach at the moment. It might be possible, but it would need a developer to login and do some detailed tests with your environment.
Thanks @berntlassen. We really appreciate you using the AG plugin
You’re welcome, @drunkfox. Thanks for using the AG plugin.
If you have a minute, please consider leaving a positive review. It really helps our support team here:
https://ww.wp.xz.cn/support/plugin/advanced-gutenberg/reviews/#new-postIf this is still an issue, please follow up with an email to [email protected]
@ajtruckle If this is still an issue after trying the spacer, follow up with an email to [email protected], please.
Hi @lawix. We can’t recreate this in our testing
If it’s still an issue could you email [email protected] a problem URL and a list of blocks on that page?
Hi @drunkfox
Thanks for using the AG plugin.
It look like your Astra theme is also loading this CSS
.post_description ul li {
padding: 0 0 0 24px;
background: url(../images/dot.png) 0 3px no-repeat;You can remove or update that CSS.
Thanks so much for using the AG plugin, @lotte2015