Enmanuel Corvo
Forum Replies Created
-
Forum: Plugins
In reply to: [Visual Slide Box Builder] Notice has-capSeems like an issue with something else not VP VSBB. Since it is mentioning users and roles. This plugin doesn’t use any of that. When did you noticed this issue?
Forum: Plugins
In reply to: [Visual Slide Box Builder] Remove Link CompletelyUpdate to latest version.
Forum: Plugins
In reply to: [Visual Slide Box Builder] Slide title disappearsCan any of you provide link to your site?
Forum: Reviews
In reply to: [Visual Slide Box Builder] Very nice but not 100% working…Thats is a great suggestion. I will try to add something on the upcoming versions.
Forum: Plugins
In reply to: [Visual Slide Box Builder] Delete Title LinkThis will be fixed on the next version. Which should be release early next week.
Forum: Plugins
In reply to: [Visual Slide Box Builder] Centering boxHi,
I will suggest you check out this post.
http://wpvisualslideboxbuilder.com/boxes-placement/
But basically you can do whatever you want to the box using your own css. LMK if you need specific instructions I will be more than glad to help. If you do I will need a link to your site to provide you with better help.
Forum: Plugins
In reply to: [Visual Slide Box Builder] Virtual Slide Box Builder responsiveUnfortunately the boxes are not responsive. And this is because it makes sense for the boxes to not be responsive since it could contain an image as a background and resizing the image could ruin the resolution, and other factors. However, if you wrap the boxes inside divs that use a column system they will act as responsive, stacking on top of each other when the window width becomes smaller.
Forum: Plugins
In reply to: [Visual Slide Box Builder] Save feature not working on multisiteI will work on adding this feature on the next version release.
Forum: Plugins
In reply to: [Visual Slide Box Builder] LIT Background Image Size and PositionThe new version allows you to position the background image as you wish.
Forum: Plugins
In reply to: [Visual Slide Box Builder] Can Not Use Menu BoxThe new version should fix this issue.
Hello,
Sorry for the delayed response. I have the plugin running with WP 3.9.1 fine, no issues. Could you provide more information about the issue your having. Perhaps if any errors are shown or anything that could help debug your problem?Forum: Plugins
In reply to: [Visual Slide Box Builder] Underline/Hyperlink in the titleadd this to your style sheet:
.title_2 title_link_out{
text-decoration: none !important;
}Forum: Plugins
In reply to: [Visual Slide Box Builder] Underline/Hyperlink in the titleHello,
You can add your own styles in your CSS class to overwrite the plugins styles for the title.
Forum: Plugins
In reply to: [Visual Slide Box Builder] Top Level Menu Not WorkingAdd this to your css file and the problem should be fixed:
nav.site-navigation.main-navigation {
z-index: 99999999!important;
}Forum: Plugins
In reply to: [Visual Slide Box Builder] Can Not Use Menu BoxCan you provide a screenshot?