Viewing 30 posts - 1 through 30 (of 30 total)
  • Author
    Posts
  • #502395

    I can’t understand why the last section in this page makes that all of the sudden the advanced styling of the theme is not taken into account anymore. I dupplicated the previous blocks, but it seems that from section 5 on, it’s just impossible to get this CSS applied.

    #502460

    Hey eurobc,

    Could you please provide us with a temporary admin login so that we can take a closer look? You can post the details in the Private Content section of your reply. Also, what CSS is not applying?

    Best regards,
    Rikard

    #502739

    Yes, the admin is hereunder.

    The following CSS:

    This code appears in colour section 4 :
    <h2 style=”text-align: center;”>ALTALEO vous fait bénéficier de son expérience dans les problématiques comptables transfrontalières.</h2>

    it uses the following CSS coming from the advanced CSS customisation panel of your template:

    media=”all”
    #top #wrap_all .header_color h2, #top #wrap_all .main_color h2, #top #wrap_all .alternate_color h2, #top #wrap_all .footer_color h2, #top #wrap_all .socket_color h2 {
    font-size: 28px;
    line-height: 1.7em;
    font-family: ‘proxima-nova’, ‘Helvetica Neue’, Helvetica, Arial, sans-serif;
    text-transform: none;
    }

    The following block is in colour section 5 at the bottom of the page, it is generated via template builder, as a copy of the section 4, but it uses another CSS:

    <h2 style=”text-align: center;”>ALTALEO vous fait bénéficier de son expérience dans les problématiques comptables transfrontalières.</h2>

    uses the following CSS:

    media=”all”
    .template-page .entry-content-wrapper h1, .template-page .entry-content-wrapper h2 {
    text-transform: uppercase;
    letter-spacing: 1px;
    }

    The result is that the letters are capitalised and the line-heigth changes.

    • This reply was modified 9 years, 9 months ago by eurobc.
    #502747

    This happens when I dupplicate the 4th colour section (not before), or when I create a 5th colour section from scratch. It seems independant of the options choosed in the 5th coulour section, just the fact of creating a 5th colour section seems to change the CSS used. But I don’t find which selctors are different from this 5th selection.

    #502853

    Another strange thing happening from 5th section on:
    I created also two 1/2 boxes containing text in section 5 (the same as in section 4) – and the responsiveness is lost:

    Boxes in section 4 are one below the other (responsive as it should).
    The same boxes in section 5 stay one beside the other (responsiveness is lost).

    #503115

    Hi,

    Not sure why that happens, the only difference I can see is that you have used a containing 1/1 section for the first one. Could you try that for the second one as well?

    Regards,
    Rikard

    #503148

    I didn’t use a containing 1/1 section for the first one.

    I tried putting the second one in a 1/1 section, but nothing changes.

    Please log in my website and you can test yourself whatever you want on this page, it’s just a test page.

    #503612

    Hey!

    you are using quite a lot of plugins. Can you try to deactivate all of them, to check which one is causing this issue please?

    Cheers!
    Andy

    #503880

    Hey Andy,

    I disabled all plugins, but the problem persists.

    Cheers! Seb

    #504182

    Hey!

    I have added one more color section after 4th one and that fixed the markup. Can you now check your page please?

    Regards,
    Yigit

    #504195

    I don’t understand what you did. On the altaleo.com/new page, that fixes the bug, but on altaleo.com, the bug is still there, altough I have many more color sections. What should I do exactly to fix this problem?

    #504197

    On this altaleo.com/new/ page, the footer is not responsive, while it is responsive on other pages like for example: altaleo.com/contact/

    #504201

    Hey!

    I have saved your “new” page as template and loaded on your homepage – http://i.imgur.com/pkv1y7C.jpg
    On your new page, i put the content below 4th color section into a color section.

    Edit: Please add following code to Quick CSS to fix footer issue

    @media only screen and (max-width: 768px) {
    #footer .flex_column {
        width: 100%!important;
        margin-left: 0!important;
    }}

    Cheers!
    Yigit

    • This reply was modified 9 years, 9 months ago by Yigit.
    #504207

    Why does a code block appear under the advanced editor? what can I do with it? why is the footer still not responsive?

    #504210

    Hi!

    I turned debug mode on – http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/
    You can go to Appearance > Editor and remove the code to turn off debugging mode.

    Please see my edited reply above

    Cheers!
    Yigit

    #504225

    The page altaleo.com/home still crashes on iPad
    This page has no image anymore in section 4

    #504526

    Hi,

    I wrote in your other thread as well, your site is not crashing anymore on my end using ipad mini/chrome, could you verify please?

    Thanks,
    Rikard

    #506080

    No, I didn’t resolve the crashing problem, sorry.

    Now I’m trying to overcome this by using Revolution Slider instead of colour sections. But I have a problem that you can see on the page which is attached.

    The problem is that the columns are not responsive after the 3rd image on iPhones. What should I change in the css in order to make it responsive?

    The following code worked only for the footer:
    @media only screen and (max-width: 768px) {
    #footer .flex_column {
    width: 100%!important;
    margin-left: 0!important;
    }}

    #506154

    In iPhone size:
    The container after the second image applies this CSS:

    media=”all”
    @media only screen and (max-width: 767px)
    .responsive #top #wrap_all .container {
    width: 85%;
    max-width: 85%;
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
    float: none;
    }

    The following containers seem to apply another CSS. It seems they are not able to detect that their size because they are not taking the right CSS:
    media=”all”
    .container {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 0px 50px;
    padding-top: 0px;
    padding-right: 50px;
    padding-bottom: 0px;
    padding-left: 50px;
    clear: both;
    }

    Where does the problem come from?
    All my 1st columns are set on “individual height”, “space between columns”.

    • This reply was modified 9 years, 9 months ago by eurobc.
    #506435

    Hey!

    I checked your site on mobile and it looked fine for me. Could you fix it?
    If not please provide us a mockup showing what you want to achieve, so we can get a clear idea about which kind of CSS code is necessary to fulfill your wishes.

    Regards,
    Andy

    #506509

    Hi Andy,
    Please find attached the explanation of the problem in PDF format. But, I found also the solution :-)
    The problem is due to a div with ID called “wrap_all” that ends too soon, so that it doesn’t wrap it all… Your theme inserts one superfluous “closing div” somewhere after these 1/2 columns, each time these 1/2 columns are created.

    In debug mode:
    I add a <div id=”wrap_all”> after the 1/2 columns and before the slider revolution shortcode.
    I don’t insert any </div>, since there is already one superfluous each time.

    This solves the problem, but I think it is a bug in your theme that should be addressed in a future update.

    #506778

    Hey!

    What happens when you place the columns inside a color section element?

    Best regards,
    Ismael

    #507302

    When I have too many colour sections, the page crashes on iPads, so that it’s not a solution.

    #507303

    And there is no section that solves the CSS problem.

    #507470

    Hey,

    You have debug mode activated, right? Please try to copy the shortcode to a new page to see if that helps, if not then I think rebuilding the whole page would be your best option unfortunately.

    Regards,
    Rikard

    #507940

    This is already a page rebuilt. The problem comes from your theme : there is a div with ID called “wrap_all” that ends that closes to soon, so that it doesn’t “wrap all”… Your theme inserts one superfluous “closing div” somewhere after these 1/2 columns, each time these 1/2 columns are closed. I have to enclose the following code into a newly opened div “wrap_all” in order to make it work again. And I have to insert a div “wrap_all” after each second closing 1/2 column. And I don’t close these div.

    #508199

    Hi!

    It’s not surprising that the site crashes on iPad. Most of the images are not fully optimized. A few of them have dimensions larger than 3000px which is quite heavy for mobile devices. Example:

    http://altaleo.com/wp-content/uploads/2015/06/comptabilite-franco-allemande-v1.jpg
    http://altaleo.com/wp-content/uploads/2015/08/traduction.jpg
    http://altaleo.com/wp-content/uploads/2015/06/assurance-versicherung5.jpg
    http://altaleo.com/wp-content/uploads/2015/06/contactez-nousv4.jpg
    http://altaleo.com/wp-content/uploads/2015/08/marketing-franco-allemand1.jpg

    Please try to resize these images to decrease the file size. I was able to cut the file size to half by decreasing the width of the first image to 1800px which is quite enough to cover most screen sizes.

    Please create a test page of the color section issue. Where do you add the “wrap_all” div? All sections should be wrapped inside the wrap_all container including the header, footer and socket.

    Best regards,
    Ismael

    #508317

    HI!

    The page is not crashing anymore, and it’s not because my images are bigger or smaller, but because I use revolution slider instead of colour sections. I have to add my first wrapp all after the first time there is 2 columns on the page, and before starting a new revolution slider. All that is due to something that generates a superfluous </div> somewhere after each the 1/2 columns are finished.

    Thank you for the suggestion of optimising images.

    #508625

    Your theme is not working. I’m changing to Avada.

    #508828

    Hi,

    Sorry to hear that, good luck with Avada though.

    Regards,
    Rikard

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