-
AuthorPosts
-
November 13, 2017 at 7:16 am #875981
Dear Kriesi,
i made a website with enfold. when i need to make a full width image, i use full width slider and put the image in it (for example at page 1). does it make my website slower? because i try to do speed test at https://tools.pingdom.com/ and the loading time is 20s. the performance insights said that there are 11 javascript files served and they should be combined into as few files as possible. do you have any advice to make the website faster?i search at the forum, and there is a way to make image full width by make a color section, give it an ID and add quick CSS. so i try at my page below (page 1), give the color section ID: abc, and add quick CSS:
#abc .container { width: 100%; }but the image still not full width. have i done something wrong? any code to fix it? thanks a lot
best regards,
tasyaNovember 13, 2017 at 12:51 pm #876094Hey natashainbox2016,
The image on the first link you sent is full width on my end, did you try using the same method on the other page as well?
Best regards,
RikardNovember 13, 2017 at 3:31 pm #876134dear Rikard,
the image on first link is full width because i make it with full width slider. but if i try to make it with color section and code #abc .container { width: 100%; } like in second link, cannot become full width. i want to make it full width with the 2nd way, because i think color section is not as heavy as slider, am I correct? if too much slider i’m afraid the website become slower. my question is:
– is there any mistake on my way with the color section and that code? do you have other code to fix it?
– can you advise how many sliders maximum i can have in one website so the website speed will be still good?thank you
best regards,
tasyaNovember 14, 2017 at 6:28 am #876451Hi,
If you want to use Color Section elements and custom CSS, the you would have to assign and ID to the them, in your example code it would be abc, did you do that? Otherwise the code won’t work. Also, maybe you could try to set the image as a background to the Color Section instead? I think that would be the easiest option for you.
Best regards,
RikardNovember 30, 2017 at 3:59 pm #883477Dear Kriesi,
already tried to set the image as a background to the color section and it works, become full width. thank you for your help, but now my problem is:– at some pages color section really become full width at the screen, full from the left to right. but at other pages, although i have the same setting, the color section only following container area (i set it 90% at enfold general layout). that also happen to full slider and masonry gallery. some of them really full width from left to right on screen, but at other pages it’s only 90% the width, so leaving white space on the left and right. do you know any setting that i can do wrong? i attach the page link. thank you
best regards,
natashaDecember 2, 2017 at 5:54 am #884058Hi,
It looks like you have this in Quick CSS:
.responsive .container { max-width: 90%; }
Please try to remove it. If that is not the case then please post admin login details in private so that we can have a closer look.
Best regards,
RikardDecember 3, 2017 at 2:58 am #884228Dear Kriesi,
no, i don’t have that code in quick CSS. but i ever have a problem with boxes that look messy in mobile layout like samsung note, and ask kriesi for codes to fix it like below:my question at that time:
i make box with text and button for link at my webpage (tempat wisata, transportasi, belanja etc). it is doing well at computer screen, tablet portrait layout, small iphone screen portrait and horizontal layout. but when i try to preview it at my samsung note 5.0 screen, horizontal, the 3 boxes in the middle become shorter than the leftest & rightest box, and also the text transportasi is cropped. can you help, maybe there is a way to make it automatically smaller? when it’s on tablet portrait, the boxes automatically become vertical composition. thank youand i got these codes, and it fixed my messy boxes:
@media only screen and (max-width: 990px) {
.responsive #top #wrap_all .flex_column {
margin: 0;
margin-bottom: 20px;
width: 100%;
}
}maybe that codes have effects ? i gave you my user and password also to look at the dashboard. thank you
best regards,
natashaDecember 3, 2017 at 1:50 pm #884338Hi Natasha,
I’m not sure I understand you question, could you post screenshots of the issue and highlight how you would like to change it instead maybe?
Best regards,
RikardDecember 4, 2017 at 3:30 am #884489Dear Kriesi,
i try to make my questions clearer yah. before i asked this above:– at some pages color section really become full width at the screen, full from the left to right. but at other pages, although i have the same setting, the color section only following container area (i set it 90% at enfold general layout). that also happen to full slider and masonry gallery. some of them really full width from left to right on screen, but at other pages it’s only 90% the width, so leaving white space on the left and right. do you know any setting that i can do wrong?
and then you replied:
It looks like you have this in Quick CSS:
.responsive .container {
max-width: 90%;
}i have checked, i don’t have that code at my quick CSS. but i do have code like this in my quick CSS, because at that time i make boxes for link, and the boxes look ok on computer screen, but become messy when at samsung note, so i ask how to fix it and Victoria gave me these code:
@media only screen and (max-width: 990px) {
.responsive #top #wrap_all .flex_column {
margin: 0;
margin-bottom: 20px;
width: 100%;
}
}maybe these codes made my color section/slider become 90% width? i attach also my screen shot and username password for wordpress dashboard. thank you
best regards,
natashaDecember 7, 2017 at 3:49 am #885878 -
AuthorPosts
- You must be logged in to reply to this topic.