Psst.. new poll here.
Psst.. new forums here.
Microsoft is blocking us again (TY IP Reputation!) so just use oauth login instead. :)
Paste
Pasted as HTML by registered user yshcherban ( 10 years ago )
Time: 2 hour
================================================
Problem 1
login-register
on the responsive view on mobile on the header, as you can see on the picture there are some spaces. i want you to remove them
http://joxi.ru/vAWK8DgTk4JgwA
----------------------------------------------------------------------------
templates/kosmovitrina_new/css/template.css
added the below:
/* custom styles */
@media screen and (max-width: 767px) {
header .bd-affix-1 {
margin-bottom: 0;
}
.bd-stretch-to-bottom > .bd-sheetstyles {
padding-top: 0;
}
}
----------------------------------------------------------------------------
----------------------------------------------------------------------------
Problem 2
We have this site in which we want you to change on the template, the images that it shows on the site on product categories
http://kosmovitrina.com/demo/index.php/el/metallika-stand/epipedia-metallika-stant/manufacturer/?categorylayout=0&showcategory=1&showproducts=1&productsublayout=0
here is a category view
http://joxi.ru/Y2LYajnunNpqKA
the images that it's using, are thumbnails http://joxi.ru/4Ako63dUM465kA
we want you to change the link and use the original size of image on both views categories and products, on product layout
----------------------------------------------------------------------------
templates/kosmovitrina_new/html/com_virtuemart/category
templates/kosmovitrina_new/html/com_virtuemart/virtuemart
find displayMediaThumb
replace with displayMediaFull
----------------------------------------------------------------------------
----------------------------------------------------------------------------
Problem 3
newsletter
at the bottom of the site, there is a position that we have enable an iframe. this should show on the screeen a newsletter. the position as you can see is position-10. can you pleace check the site if there is anything that prevents the iframe to be displayed?
----------------------------------------------------------------------------
Go to modules - newsletter modules, click edit and inside the editor
remove padding-top: 80px; from iframe
Revise this Paste
Parent: 81090