svadore
Forum Replies Created
-
Sure! Here: https://ibb.co/X7ysRxP and https://ibb.co/cv7cdnZ
I managed to fix the font issue, it was incompatible with a piece of code! But for the button, when I mock it up in Brave plugin, it centers it for me!
I just fixed this using CSS as well, but it’s just temporary… :
.ugb-container {
box-shadow: none;
padding-top: 4px;
padding-bottom: 4px
}.ugb-container__content-wrapper {
padding-right: 20px;
padding-left: 20px;
}Forum: Plugins
In reply to: [Stackable - Page Builder Gutenberg Blocks] Notification FeatureI just fixed it by adjusting the CSS padding, but again that is just a temporary fix. My CSS to fix it:
.ugb-notification {
background-color: #aed6ee;
padding: 10px 17.5px;
}It was originally 35px 17.5px, but that’s not what I was told I would get in the preview.
Forum: Plugins
In reply to: [Stackable - Page Builder Gutenberg Blocks] Notification FeatureSo this article went live today. You can see that my CSS is helping solve the issue, this is the CSS I added:
.ugb-notification {
background-color: #aed6ee;
}.ugb-notification.ugb-notification–type-info {
background-color: #aed6ee;
}But the notification is still displaying incorrectly. Look at the height/padding above and below the text. It’s huge, but that’s not how I set it and that’s not what the preview looks like. It just looks that wide when published and the colors are only correct because of my CSS: https://www.svadore.com/best-things-do-courmayeur-winter/.
Forum: Plugins
In reply to: [Stackable - Page Builder Gutenberg Blocks] Notification FeatureIt looks fixed now, but yesterday night it was all wonky. I added some of my own personal css to “fix” the issue temporarily though so that may be why. I have a post going live on Saturday so I can screenshot and send it to you then and we can see if the issue is still occurring. Stay tuned!
Forum: Plugins
In reply to: [LiteSpeed Cache] Posts Not Publishing Correctly@stanleylitespeed unfortunately mine was already turned off so that’s not the cause!
Forum: Plugins
In reply to: [LiteSpeed Cache] Posts Not Publishing CorrectlyMine was already on off @henkbekker :/ I’m happy it worked for you though!
Forum: Plugins
In reply to: [LiteSpeed Cache] Posts Not Publishing Correctly@henkbekker do you use a cache plugin? Try deactivating it, unposting your post and then reposting. It should work then. That’s what I did for my litespeed plugin since that was the issue.
Forum: Plugins
In reply to: [LiteSpeed Cache] Posts Not Publishing Correctly@stanleylitespeed I’m not sure what that error means. Can you decipher it for me or help me figure out how to fix that possible error? Either way, all I did was remove your plugin and it now works. I don’t think it has to do with the layout of my site since it’s always worked with litespeed. I think it has to do with the new wordpress 5.3 update and the fact that litespeed wasn’t tested for compatibility with the updgrade.
Forum: Plugins
In reply to: [Gutenberg] Social IconsIt’s actually been resolved! ?? I was confused between the “cover image” option and the “featured image” on the right hand side. They are 2 different things but I’ve figured it out now! On the other hand though, I do want to note that in the old wordpress format I used to be able to edit how these posts would go live on my social feeds. Now, I don’t have the option to edit how they are posted on my Facebook and Twitter. It must be a feature the Gutenburg team forgot to add? Thanks!