Seperator - center

GK User
Wed Aug 19, 2015 11:01 am
Why isn't the seperator in the middle?
At default homepage the sepeartor is centered ...

Thank you in advance.
User avatar
Expert Boarder

teitbite
Thu Aug 20, 2015 12:32 pm
Could you please provide me with a URL to your website, either here or via PM (click the “Private Message” text underneath my avatar) so that I may analyze it? It is a lot easier for us to diagnose issues when we have a live site to examine.
User avatar
Moderator

teitbite
Mon Aug 24, 2015 9:05 pm
Hi

Got Your access, but I'm afraid I cannot see this part from Your screen on Your site or any other example of not even separator. Please guide me to where I will be able to see it.
User avatar
Moderator

GK User
Tue Aug 25, 2015 6:46 am
Sry - I have unpublished it for a few hours. Now it's publish. It's on bottom of welcome page (Spezialitäten)
User avatar
Expert Boarder

teitbite
Tue Aug 25, 2015 9:06 am
Hi

Please add this to override.css and make sure override is enabled in template settings:
Code: Select all
.gkNspPM-GridNews hr.separator {
    left: 50%;
    margin: 25px 0 0 -100px !important;
}
User avatar
Moderator

GK User
Tue Aug 25, 2015 10:03 am
Perfect - thank you very much!!
User avatar
Expert Boarder

teitbite
Fri Aug 28, 2015 8:54 pm
Hi

No problem, glad I could help :)
User avatar
Moderator

GK User
Fri Sep 25, 2015 10:38 am
I found out that the problem isn't solved!

With Mozilla Firefox everything looks greate but with IE it looks horrible.

Can you help me?

Thank you in advance!
User avatar
Expert Boarder

GK User
Fri Sep 25, 2015 2:19 pm
In addition the photos are pixelated.. At default homepage they aren't!
Is there any setting I have to change?
User avatar
Expert Boarder

teitbite
Mon Sep 28, 2015 12:45 pm
Hi

Please tell me which IE version is it and what operating system are You using exactly.

About images looks like You are adding small images, but K2 is configured to create big images, so it resizes it: http://www.gasthof-rothwangl.at/html/te ... 57a_XL.jpg please check K2 parameters and adjust image dimensions to the image size You are uploading.
User avatar
Moderator

GK User
Mon Sep 28, 2015 12:57 pm
I use Windows 8 and IE 11.

ok thanks - i try it.
User avatar
Expert Boarder

teitbite
Mon Sep 28, 2015 8:02 pm
Hi

Did You made any changes to template's css files directly ? I think You have not closed } somewhere. It looks ok in our demo when I look at it and in Your case a code to smaller devices messes it. I think easiest would be overwrite css files with files from clean installation.
User avatar
Moderator

GK User
Mon Sep 28, 2015 8:55 pm
Hmm .. i tried it - I replaced all css files at templates/gksteakhouse/css - but nothing happens.
Are there anywhere other css files I have to replace?

I also tried to configure K2 paramaters (pixelated pictures) - but I can't see an improvement... :/
User avatar
Expert Boarder

teitbite
Wed Sep 30, 2015 11:07 am
Hi

Images are already created so in order to see changes in image quality You have to upload them again. But check once again if settings for images widths in K2 are not bigger than the image You are uploading.

Please send me an access to ftp and joomla panel I'll find a way to fix the separators somehow.
User avatar
Moderator

GK User
Thu Oct 01, 2015 8:16 am
Hi,

These are the settings, and I have upload pictures again, delete cache - but the quality isn't better!

I can't give you access to ftp and joomla ! what would you do? Can you please tell me how to fix the seperator? (It isn't only at K2 Blog, it's also at the second module - on welcome page)
User avatar
Expert Boarder

teitbite
Mon Oct 05, 2015 10:53 am
Hi

I can see that the only blurry images are constructed from XLarge image which is still set to 900px, so please change this value as well.

I'm afraid I cannot help without an access to FTP. I need to disable section by section in code to figure out where is the code causing this issue.
User avatar
Moderator

GK User
Mon Oct 05, 2015 6:33 pm
Ok - I change this value .. but it's still the same problem :-/.
User avatar
Expert Boarder

teitbite
Thu Oct 08, 2015 10:01 am
Hi

And did You uploaded this images again to be sure they are replaced with the resized ones ? If yes than You may need to disable creating thumbnails in NSP module settings. So I will be able to see where the image for this is taken from. Right now I cannot even tell where blurry images are being made. If it's K2 or NSP module.
User avatar
Moderator

teitbite
Fri Oct 09, 2015 2:47 pm
Hi

With FTP it was super easy :) First I replaced all css with clean installation than in override.css I've removed the code we had as a fix for this issue before (this wrong one) and finally added this:

Code: Select all
.gkNspPM-GridNews hr.separator {
    margin: 25px auto !important;
    overflow: visible;
    width: 160px;
}
User avatar
Moderator

GK User
Sat Oct 10, 2015 5:42 pm
Thank you very much! I'm so happy now :-)
User avatar
Expert Boarder

teitbite
Tue Oct 13, 2015 9:04 am
Hi

I'm afraid an access You've send me is not working, so I cannot check this images.

Can You please explain where this separator needs centering ? I'm checking it right now and everything looks to be ok. Please try to show me what You have in mind, show screenshot if possible or a direct url to page with this problem.
User avatar
Moderator

GK User
Tue Oct 13, 2015 9:34 am
I have sent you a message.
Here you can see the problem - sepeartor is centerd but isn't showing correctly .. (with IE)
User avatar
Expert Boarder

teitbite
Wed Oct 14, 2015 1:15 pm
Hi

Och, You mean that the diamond is cut. Add this code to css:

Code: Select all
hr.separator {
    overflow: visible;
}
User avatar
Moderator

GK User
Thu Oct 15, 2015 8:50 pm
Ahh.. thank you very much!
Did you find a solution for the pixelated pictures?
User avatar
Expert Boarder

teitbite
Sun Oct 18, 2015 12:24 pm
Hi

There is nothing I can help for images. As You can see here: /html/index.php/de/component/k2/item/336-schwammerlwochen the image is blurry already. You will need to replace images for a bigger ones. At least 980px width so they will not loose the sharpness after resizing.
User avatar
Moderator

GK User
Fri Oct 23, 2015 10:36 am
I replaced one picture (/html/index.php/de/component/k2/item/336-schwammerlwochen) with 980 px and also 1000 px ...it's already blurry!
User avatar
Expert Boarder

teitbite
Sun Oct 25, 2015 5:11 pm
Hi

Image is much smaller as You can see on the screenshot. This means it's configured to be resized in K2 somewhere.

I have changed settings to 900px. Please try upload it again.
User avatar
Moderator


cron