Enmanuel Corvo
Forum Replies Created
-
Forum: Plugins
In reply to: [Visual Slide Box Builder] Delay on hoverI will work on this soon but I do not have an ETA. I can email you once its done if you like..
Forum: Plugins
In reply to: [Visual Slide Box Builder] Delay on hoverCould be done… but not a current feature.
Forum: Plugins
In reply to: [Visual Slide Box Builder] Grid with same width of the other componentsTry adding this CSS to your theme styles and LMK if it works…
#text-26 .textwidget {
padding-left: 5px;
}#text-26 .textwidget .squareDemo_production.sd_production_4 {
width: 24%!important;
margin: 0 3px;
float: left;
position: relative;
}Forum: Plugins
In reply to: [Visual Slide Box Builder] Free version is not responsive?!?Im sorry, as you can imagine I get tons of support request and some unfortunately get lost through the cracks. I have not received that email with subject “uforobic” as soon as you send it please let me know to make sure I don’t miss it this time.
Forum: Plugins
In reply to: [Easy Bubble Menu] Center middle locationJust add that to your theme main style sheet, that will be enough.
Forum: Plugins
In reply to: [Visual Slide Box Builder] text not centered & how to use HEX values?.shape{
position:relative;
}.shape.squareDemo > .textArea, .shape2.squareDemo > .textArea2{
width: 100%!important;
}Let me know if that works
Forum: Plugins
In reply to: [Visual Slide Box Builder] Free version is not responsive?!?Did you contacted me?
We are resolving this via email so I will close this ticket ok.
Forum: Plugins
In reply to: [Easy Bubble Menu] Center middle locationHmmm thats a good one… not as of now but I will definably add this. In teh mean time you can accomplish this with these styles:
.wpcm-preview-display.wpcm-top-middle {
position: fixed;
top: 50%;
left: 0;
right: 0;
width: 50px;
float: none;
margin: 0 auto;
z-index: 999999999999;
}The only drawback is that it will default the top middle to middle of the page….
Forum: Plugins
In reply to: [Easy Bubble Menu] Trigger Icon image not showing upOh, OK thats good news that you managed to get it working!
Forum: Plugins
In reply to: [Easy Bubble Menu] Trigger Icon image not showing upI see the images. but I am not able to replicate the not being abel to save issue unless I log in to the admin. Could you set a temp access for me and email it to enmanuelcorvo(at)gmail.com
Forum: Plugins
In reply to: [Easy Bubble Menu] Trigger Icon image not showing upNo… there must be something else, perhaps some js conflict. I can offer to look at your site and try to find the issue, can you provide a URL where the plugin is being displayed currently?
Forum: Plugins
In reply to: [Easy Bubble Menu] bubble menu not workingHello,
are you sure that you did not uploaded the icons mistakenly?
Forum: Plugins
In reply to: [Easy Bubble Menu] Trigger Icon image not showing upHmm, what version of WP are you running?
Oh I see, you can definably do this, I think… but it must be done by code unfortunately, the plugin does not support this functionality. Have you tried using a carousel plugin that allows you to put shortcode for the content?