Few things:
1.How do i make my site in incognito or private mode?
2. I have Super cache plugin. Do you recommend another delete cache pluging less strong? Like w3 total cache…
3. How can i post photos in vertical and horizontal with the same widht? (Right now the horizontals get bigger than the verticals).
4. Can you recommend a pluging against spams and hackers? Better WP security or wordference?
5. Recommend a back up plugin also please.
6.Important. Everytime I add a widget to the side bar for some reason there is not much space between them (see the welcome widget I just added with the photo and text and facebook widget are to close together). For some reason there is less space. I don’t understand why that happens even though I clear cache.
Please help.
Many thanks,
Susana.
Hello,
1. Not your site, your browser to make it in private, means that have no cached stored when you visit pages. Here is for Firefox browser: http://screencast.com/t/eY99Gncfc
2. W3 total cache
3. Crop the images at the same size using an external editor or from wordpress crop when edit a photo(i think should work)
4. I don’t know which is the best, sorry, search on Google about that
5. We don’t use any backup plugin, i can’t recommend one, sorry, try on google hope there you find which is the best.
6. Use <br> or <p>...</p> for better spacing
Thanks
Hello,
Add this to style.css to fix the Welcome widget space
.widget_sp_image {
margin-bottom: 43px;
}
Go to Theme customizer -> Post settings and there you have this option http://screencast.com/t/qRr37ej4Sk
Thanks