ResolvedHow to speed up site loading?
- This topic has 25 replies, 2 voices, and was last updated 2 years, 11 months ago by
Althemist.
- AuthorPosts
- September 29, 2020 at 8:37 pm #26076
oleg
ParticipantTell me. How to speed up site loading? Plug-ins do not help significantly speed up the site. We need effective ways to speed up site loading.
September 29, 2020 at 8:41 pm #26077oleg
ParticipantOnly write specific actions and where these settings are located. I installed optimizers plugins, hosting on my SSD disks.
September 29, 2020 at 8:43 pm #26078oleg
ParticipantI understand that when loading the horse logo, it happens on a white background, the main content of the site is hidden. Google considers this as a delay in loading. How do I make the horse load on a transparent background?
September 30, 2020 at 12:20 pm #26091Althemist
KeymasterHello oleg,
The site loading optimization is not theme related, so we can’t give you any “specific actions and where these settings are located”. The first and most important factor is the hosting quality and server location. Also, on the pagespeed test pages there are instructions on what exactly you need to improve.
There are tons of information on the Internet on that matter. I am afraid it’s far beyond the scope of theme support. We do offer site optimizations services starting from $249, but the end results are no guaranteed as they would mostly depend on your hosting quality.
Regards,
DimitarSeptember 30, 2020 at 2:23 pm #26101oleg
ParticipantHow do I make the horse load on a transparent background?
October 1, 2020 at 10:41 am #26121Althemist
Keymaster.mask { background-color: transparent; }
However, it would be better to simply disable the preloader under Theme Options > General if you expect to see a difference in Google performance report.
October 1, 2020 at 10:05 pm #26147oleg
ParticipantTell me. How do I move the pop-up menu to the right side in the mobile version?
October 1, 2020 at 10:07 pm #26148oleg
ParticipantOctober 2, 2020 at 3:37 pm #26155Althemist
KeymasterNot really sure what do you mean. Move it on the right side OR make it fullwidth (from left to the right edge)?
October 3, 2020 at 11:03 pm #26168oleg
ParticipantI would like the promotion to take place from right to left. Although your option to fully cover the entire page was also not bad. Can I try both options? Also tell me how to change the color of this window to another? The whole site is in beautiful colors and the dark one somehow stands out from the overall design.
October 3, 2020 at 11:07 pm #26169oleg
ParticipantI also can’t find where these images change. I can change the text but not the image.
October 5, 2020 at 5:49 pm #26188Althemist
KeymasterHello Oleg,
Moving it to the right would require some serious modifications, so it goes beyond the scope of the technical support. It’s not just a simple snippet to give you so you can copy and paste.
If you want to make it fullwidth, it should be something like this:
#menu_mobile { width: 100%; left: -100%; }
The background can only be changed with CSS too, so you can change the above code to:
#menu_mobile { width: 100%; left: -100%; background: #your-color!important; }
The images are assigned as background images to the columns of the Row element containing the left and right parts. Just click on the edit button (pencil icon) for each column and go to the Design tab.
regards,
DimitarOctober 5, 2020 at 10:59 pm #26202oleg
ParticipantThe images are assigned as background images to the columns of the Row element containing the left and right parts. Just click on the edit button (pencil icon) for each column and go to the Design tab.
I understand how to change the design , but the problem is that the buttons are not displayed, I can’t change anything there except the text.
October 6, 2020 at 1:43 am #26203oleg
ParticipantThe images are assigned as background images to the columns of the Row element containing the left and right parts. Just click on the edit button (pencil icon) for each column and go to the Design tab.
I understand how to change the design , but the problem is that the buttons are not displayed, I can’t change anything there except the text.
https://yadi.sk/i/3O8GjlBj4kphTg
Got it sorted out, thank you.
October 6, 2020 at 1:46 am #26204oleg
ParticipantHelp with this. In mobile view, the sort buttons are very large. How do I reduce it so that everything looks proportional? Also, how do I reduce the category logo? It is also very large.
- AuthorPosts
You must be logged in and have valid license to reply to this topic.