bildakid
Forum Replies Created
-
Forum: Plugins
In reply to: [Loggedin - Limit Concurrent Sessions] Force Session Logout after X timeis there a way to auto log out user if they close the browser…
Forum: Plugins
In reply to: [Playlist Player for YouTube] video heightSorry I found the fix, it was my error, your app is putting the video on the screen with 360% padding to the top but I just moved my css rule to the top of my page and it worked…
.fluid-width-video-wrapper[style] {
padding-top:55%!important;
}Forum: Plugins
In reply to: [Master Slider - Responsive Touch Slider] Images cut off in mobileI switched to another slider
wd slider
but it too had the same problem, the display area was right but the background image didn’t scale, so I applied this extra css to my code and now it works fine. Use google chrome and inspect the slider, keep opening the code until you find the element with background image…..wds_slideshow_image_0{
width:100% !important;
height:100% !important;
background-size:contain !important;
}Forum: Plugins
In reply to: [Master Slider - Responsive Touch Slider] Images cut off in mobileI had the same thing, I had to remove it from the project cause I couldn’t make it display the full image, it just showed a cropped center piece.
Forum: Plugins
In reply to: [WooCommerce] Ajax add to cart is not workingI’m having the same issue, the site worked perfectly but about a month ago the ajax stoped working now, when a customer adds and item to the cart the entire page refreshes…. it makes it a poor shopping experience for the visitor… how did you fix this?