Jump to content

bondimedical

Member
  • Posts

    177
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by bondimedical

  1. This issue has been fixed now thanks to Brian Smither. As he pointed out there was some kind of issue with the server so I contacted my hosting company. They made some changes to ModSec and I could then edit and create products.

    I am however still unable to enable caching?

  2. I just rolled a store back to a version from a month ago and received the following message.

    ----- Restore Log from files_5.2.17_08Nov15-161606.zip (09 Dec 2015 - 15:14:23) -----

    includes/global.inc.php - Extract Status: write_protected

    ------------------------------

    Is this something I should be concerned about?

  3. I have removed the height and width attributes and changed the iframe rule however some issues came up.

    The width of 90% is good however the 30px moves it over to the right too much on mobiles. How do I centre instead?

    Also, black bars have appeared on the top and bottom of the YouTube video?

  4. Thank you for your help.

    I have one other CSS issue. I am using the following code to have responsive YouTube videos.

    .videoWrapper {
    	position: relative;
    	padding-bottom: 56.25%; /* 16:9 */
    	padding-top: 25px;
    	height: 0;
    }
    .videoWrapper iframe {
    	position: absolute;
    	top: 0;
    	left: 0;
    	width: 100%;
    	height: 100%;
    }

    On Foundation however it looks a bit big because the video touches the left and right hand edges of the border. How can I put a space of 30px on the left and right hand sides?

×
×
  • Create New...