Enmanuel Corvo
Forum Replies Created
-
Forum: Plugins
In reply to: [Visual Slide Box Builder] Text in boxes is not centeredOK change the second code to add important like this:
span.textArea {
width: 100%!Important;
}Forum: Plugins
In reply to: [Visual Slide Box Builder] Text in boxes is not centeredI don’t see this one…
.squareDemo_production {
position:relative;
}Forum: Plugins
In reply to: [Visual Slide Box Builder] Text in boxes is not centeredDo you have some sort of caching? I don’t see the changes are live….
Forum: Plugins
In reply to: [Visual Slide Box Builder] Text in boxes is not centeredadd this to your css:
. squareDemo_production{
position:relative;
}span.textArea{
width:100%;
}Let me know….
Forum: Plugins
In reply to: [Visual Slide Box Builder] Refuses to workVersion of WordPress, theme and plugin version you are using please?
Forum: Plugins
In reply to: [Visual Slide Box Builder] Losing the 'tails' of letters – g, j, p, q, yCan you try to uninstall and install the plugin again please…
Forum: Plugins
In reply to: [Visual Slide Box Builder] Unable to add new slidesHello,
It seems like something is broken. This is not supposed to happen. Contact me directly through here and I can look further into it personally. http://wpvisualslideboxbuilder.com/contact/
Forum: Plugins
In reply to: [Visual Slide Box Builder] arrangement of the boxesYou will need to edit the boxes and choose the layout accordingly to how you want them to display. For example, 4 in a row, 3 in a row, 2 in a row etc…
Forum: Plugins
In reply to: [Visual Slide Box Builder] Unable to add new slidesHello. What browser are you using?
Forum: Plugins
In reply to: [Visual Slide Box Builder] Losing the 'tails' of letters – g, j, p, q, yLet’s try this… Edit that box, and simply click save, nothing else. Let’s see that first please.
Forum: Plugins
In reply to: [Visual Slide Box Builder] Losing the 'tails' of letters – g, j, p, q, yHey,
I really glad you are satisfied with the plugin. If you send me a link to your site I can look and try to debug what is going on.
Forum: Plugins
In reply to: [Visual Slide Box Builder] Installing Pro VersionHey,
Simply uninstall the free version. The boxes you had created won’t be deleted. Then install the pro version.
Forum: Plugins
In reply to: [Visual Slide Box Builder] arrangement of the boxesHi, you will need to wrap the shortcode inside a floating div. alternatives you could use the pro version which has reaponsive layout included
Forum: Plugins
In reply to: [Visual Slide Box Builder] Alignment issue w/ rest of websiteI see it working on my side…
Forum: Plugins
In reply to: [Visual Slide Box Builder] Alignment issue w/ rest of website.section{
height: auto!important;
}. wpvsbb_subWrapper .section{
height: 50px;
}add that to your stylesheet.