Enmanuel Corvo
Forum Replies Created
-
Forum: Plugins
In reply to: [Visual Slide Box Builder] Free version is not responsive?!?I meant to say 3 columns sorry about that. This is really strange I see it fine on my browser. Let’t talk directly via email and see how we can resolve this issue. Contact me to my email through here http://wpvisualslideboxbuilder.com/contact/
Forum: Plugins
In reply to: [Visual Slide Box Builder] Center the gridHmmm try this:
#text-26 .textwidget {
padding-left: 60px;
}No sorry, each box only allows for one entrance effect (The Lit)
Forum: Plugins
In reply to: [Visual Slide Box Builder] Free version is not responsive?!?Note: I see two rows of three boxes, not four and I see you are using the 2 layout.
1) boxes look fine of firefox on my side. Can you share screenshot, also make sure you clear cache.
2)I see the text centered fine again make sure you clear cache, and share screenshot if issue persists.
Forum: Plugins
In reply to: [Visual Slide Box Builder] Free version is not responsive?!?Oh I see you are using the free version, free version is not responsive.
Is there a reason why I can’t right click on your site?
Forum: Plugins
In reply to: [Visual Slide Box Builder] Free version is not responsive?!?What layout option are you using? I don’t see you are using any…
Forum: Plugins
In reply to: [Visual Slide Box Builder] Center the gridYou mean the space between the boxes?
Forum: Plugins
In reply to: [Visual Slide Box Builder] Title color does not changeIt looks like your theme is using important in the stylesheet thus overwriting the styles of the plugin. Try this:
h3.title {
color: #ffffff;
}Replace #ffffff with the color you like.
Forum: Plugins
In reply to: [Visual Slide Box Builder] Color TitleIt looks like your theme is using important in the stylesheet thus overwriting the styles of the plugin. Try this:
h3.title span {
color: #ffffff;
}Replace #ffffff with the color you like.
Forum: Reviews
In reply to: [Visual Slide Box Builder] No supportStill waiting for you to send me the refund request through PayPal 🙂
Forum: Plugins
In reply to: [Visual Slide Box Builder] Color TitleOk, sounds like a CSS conflict. I will be more than happy to help, can you share a URL where I can see this live. Then I can suggest a fix 🙂
Forum: Reviews
In reply to: [Visual Slide Box Builder] No supportIts not my fault you cannot follow simple instructions. IN order to refund you you need to initiate a refund request via paypal, once you do that I will refund you.
Forum: Reviews
In reply to: [Visual Slide Box Builder] No supportI will be more than glad to refund you. I hate working with people like you. Have a nice day 🙂
Forum: Plugins
In reply to: [Visual Slide Box Builder] Losing the 'tails' of letters – g, j, p, q, ytry this:
a.title_2 h3.title{
margin-top: -10px important;
}Let me know…