
-
AuthorPosts
-
September 13, 2015 at 9:02 pm #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.
September 14, 2015 at 5:21 am #502460Hey 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,
RikardSeptember 14, 2015 at 2:21 pm #502739Yes, 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.
September 14, 2015 at 2:27 pm #502747This 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.
September 14, 2015 at 3:52 pm #502853Another 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).September 15, 2015 at 5:28 am #503115Hi,
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,
RikardSeptember 15, 2015 at 9:54 am #503148I 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.
September 15, 2015 at 7:04 pm #503612Hey!
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!
AndySeptember 16, 2015 at 9:54 am #503880Hey Andy,
I disabled all plugins, but the problem persists.
Cheers! Seb
September 16, 2015 at 3:20 pm #504182Hey!
I have added one more color section after 4th one and that fixed the markup. Can you now check your page please?
Regards,
YigitSeptember 16, 2015 at 3:26 pm #504195I 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?
September 16, 2015 at 3:30 pm #504197On this altaleo.com/new/ page, the footer is not responsive, while it is responsive on other pages like for example: altaleo.com/contact/
September 16, 2015 at 3:33 pm #504201Hey!
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.
September 16, 2015 at 3:38 pm #504207Why does a code block appear under the advanced editor? what can I do with it? why is the footer still not responsive?
September 16, 2015 at 3:40 pm #504210Hi!
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!
YigitSeptember 16, 2015 at 3:48 pm #504225The page altaleo.com/home still crashes on iPad
This page has no image anymore in section 4September 17, 2015 at 6:43 am #504526Hi,
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,
RikardSeptember 20, 2015 at 6:42 pm #506080No, 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;
}}September 20, 2015 at 11:35 pm #506154In 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.
September 21, 2015 at 2:30 pm #506435Hey!
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,
AndySeptember 21, 2015 at 4:41 pm #506509Hi 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.
September 22, 2015 at 4:41 am #506778Hey!
What happens when you place the columns inside a color section element?
Best regards,
IsmaelSeptember 22, 2015 at 7:08 pm #507302When I have too many colour sections, the page crashes on iPads, so that it’s not a solution.
September 22, 2015 at 7:09 pm #507303And there is no section that solves the CSS problem.
September 23, 2015 at 5:55 am #507470Hey,
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,
RikardSeptember 23, 2015 at 4:07 pm #507940This 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.
September 24, 2015 at 8:24 am #508199Hi!
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.jpgPlease 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,
IsmaelSeptember 24, 2015 at 12:06 pm #508317HI!
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.
September 24, 2015 at 5:08 pm #508625Your theme is not working. I’m changing to Avada.
September 25, 2015 at 9:05 am #508828 -
This reply was modified 9 years, 9 months ago by
-
AuthorPosts
- You must be logged in to reply to this topic.