Tagged: 

Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #837015

    Hi guys,

    I’m working on a client’s website using Enfold and the script from their booking site is not rendering like their site suggests. It seems as if it’s following the scheme of the color section where it is located. How do I by-pass the color scheme and render the script as it is supposed to be rendered?

    Cheers.

    #837334

    Hey iannox1,

    Thanks for the login details, though I’m not sure what it’s supposed to look like?

    Best regards,
    Rikard

    #837480

    Hi Rikard,
    The service provider is currently working on a fix and will probably update you if they can’t.
    My question though is, can I put a script on a section without the script following the themes scheme? Display online scripts as they are.
    Cheers!

    #837851

    Hi,

    Sure, you can do that. Though you have to make sure that your CSS targets the correct classes and ID’s of course.

    Best regards,
    Rikard

    #838252

    Hi Rik,

    It’s supposed to look like item 1 but is rendering way off from what you can see on item 2.

    Cheers.

    #839278

    Hi iannox1,

    Could you please disable caching and minification, so that we can test the css.

    Best regards,
    Victoria

    #839652

    Hi Vic,
    Disabled Autoptimize.
    Cheers!

    #839859

    Hi iannox1,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    
    div .av_one_fourth.avia-builder-el-2 {
        margin-left: 1%;
        width: 25.5%;
    }
    #top .input-text, #top input[type="text"], 
    #top input[type="input"], #top input[type="password"], 
    #top input[type="email"], #top input[type="number"], #top input[type="url"],
     #top input[type="tel"], #top input[type="search"], #top textarea, #top select {
           padding: 6px !important;
               margin-bottom: 5px;
     }
    #res_r_box input {
        padding: 4px !important;
    }
    #tmpCheckOutDate2 + a, #anchorA {float: right; margin-left: 5px;}
    
     
    #res_adult_selection td {
      width: 10px !important;
    }
    #tmpCheckOutDate2,  #res_r_box input#tmpCheckInDate2 {
     float: left;
    }
    #res_r_box input#tmpCheckInDate2 {
           border: 1px solid #0f81a1 !important;
    }
    #res_r_box_a a img {
      position: relative !important;
      width: 80%;
    }
    

    Does it look better?
    If you need further assistance please let us know.
    Best regards,
    Victoria

    #840197

    Hi Vic,
    This looks better than the first one. However, I noticed that everytime that script is present I can’t seem to save the changes I do with anything inside that color section.
    Cheers.

    #840489

    Hi guys,
    I added the script in a 1/4 element and it looks awful in tablet view both in landscape and portrait. Isn’t there a way to display the widget as it is and not follow the theme’s formatting?
    Cheers.

    #840900

    Hi iannox1,

    Most of the styles, like 98% of styles applied to it are the styles of that widget, not the theme. It’s just the skin that it has, that maybe can be changed. Or not? We can try to make further adjustments, just please specify the specific changes.

    Best regards,
    Victoria

Viewing 11 posts - 1 through 11 (of 11 total)
  • You must be logged in to reply to this topic.