Yanko
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: mobile blogs not showing main image and slider doesn’t workWhen you install it “smush it” all images
—
-To add “code” you go to your template and try to add custom css / I am not sure about the code but was working for iframe issues/:html, body {
height: 95%;
}
.center {
height: 95%;
}—
If not working and you need to edit files:
Do not put codes directly to your theme files. To do it install child theme and make the modifications thereForum: Fixing WordPress
In reply to: mobile blogs not showing main image and slider doesn’t workTry installing Smush for image optimizations.
img width=”2000″ height=”1300” are the dimensions of this image which is not resized for mobile devices
Forum: Fixing WordPress
In reply to: wordpress website loads only after refreshHello,
1.Clean browser cache if your browser is caching version that for example was in the development process or there is a conflict between plugin and browser.
2.Before disabling all plugins one by one please clean and disable first your cache plugin if you have.
3.If it works just change the cache plugin.- This reply was modified 5 years, 2 months ago by Yanko.
Forum: Fixing WordPress
In reply to: impossibile accedere a strumentiHola,
Vete a tu cuenta de hosting y busca “wp-content”- dentro esta la otra carpeta por ejemplo-“plugins”. Con el boton derecha del raton haz clic y cambia el nombre de la carpeta que no sea “plugins” por ejemplo “plugins_test1”. Ahora si es de un plugin vete de nuevo en tu administaración y deberias poder entrar. Si todo esta bien pon de nuevo el nombre correcto “plugins”. Ahora veras que todos estan presentes pero desactivados. Puedes activarlos uno por uno hasta encontrar el problema(de nuevo se te va a perder la administración pero esta vez sabes que hacer- otra vez lo mismo y luego borrar el plugin malo)Forum: Fixing WordPress
In reply to: WordPress and woo are working but…Hey,
Just disable plugins one by one First of all clean your website cache if you have and disable cache plugin first. When I have a problem with shops it is almost always woocommerce. Did you make any updates of the wp version or you insert new plugin recently?Forum: Fixing WordPress
In reply to: mobile blogs not showing main image and slider doesn’t workHello,
Your front image has absolute dimensions: “img width=”2000″ height=”1300” “. You can try resolving this with custom css. This is more related with the theme you use.
About the sliders-your mobile performance is just 3points ( from 100 )!
Imagine how is possible to display the slider.
A long time ago Google ranks the websites using mobile crawlers so before using any theme just check it to be mobile-friendly. Also, you can see “mobile usability errors” in the search console of google. I mean that you should concern more about your website visibility at this stage than the design.