Enmanuel Corvo
Forum Replies Created
-
Forum: Plugins
In reply to: [Visual Slide Box Builder] format textI must advise you thought… there is a bug with adding HTML to the box, when you go to edit it will be malformed. I plan to fix this very soon.
Forum: Plugins
In reply to: [Visual Slide Box Builder] format textYes, you can put HTML inside the box
Forum: Plugins
In reply to: [Visual Slide Box Builder] Opacity of Lit Backgroundopacity only works for some effects not all. since some effects have their own default opacity and cannot be overwritten.
Forum: Plugins
In reply to: [Visual Slide Box Builder] Grey boxes on Safari and Androidfixed?
Forum: Plugins
In reply to: [Visual Slide Box Builder] Spacing between slider boxes on pageYou can find this class in your theme main css file
Forum: Plugins
In reply to: [Visual Slide Box Builder] Fade Effect slowed down considerablyit looks like a CSS conflict with your Theme. You see your theme uses this class:
.animated {
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}which is also use by VSBB and what is slowing it down is the 1s duration. A quick fix is to add this to your theme styles:
.squareDemo .animated {
-webkit-animation-duration: 0.5s;
animation-duration: 0.5s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}Forum: Plugins
In reply to: [Visual Slide Box Builder] Images not showing in background boxI haven’t heard from you and it looks like the image show fine so I am going to close this.
Forum: Plugins
In reply to: [Visual Slide Box Builder] Images not showing in background boxHello diesel43,
I took a look at your site and I do see the image in the background… is it on an specific page?
Forum: Plugins
In reply to: [Visual Slide Box Builder] Title LinkOK good news, it is fixed! 🙂 Update people
Forum: Plugins
In reply to: [Visual Slide Box Builder] Title LinkSorry guys… update has been delayed till next monday.
Forum: Plugins
In reply to: [Visual Slide Box Builder] Grey boxes on Safari and AndroidDo you have this live? Can I see it?
Forum: Plugins
In reply to: [Visual Slide Box Builder] Spacing between slider boxes on pageThere is this class “so-pane” on your theme that pushes things down 35px. I don’t want to recommend to overwrite this since it might be use elsewhere and might make things worse, but you could use some sort of wrapper and force the margin to 0
Forum: Plugins
In reply to: [Visual Slide Box Builder] Grey boxes on Safari and AndroidHi,
This is a well known issue with older versions of androids. Unfortunately nothing concrete yet as to how to fix this 🙁
Forum: Plugins
In reply to: [Visual Slide Box Builder] Title LinkThis was caused due to the most recent update. I will be fixed on next update. The next update should come on Oct 19. A week from today.
Forum: Plugins
In reply to: [Visual Slide Box Builder] box size issueHi,
Could you share a link to your site?