A few small questions

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Sat Apr 13, 2013 9:43 am
Reply with quote
Report this post
Hi. I was hoping to ask a few (but very quick) questions if I may.

My site is at http://gpjdev.com/ and if you log in using
User: tester
Pass: tester 123

(this is only front end access and I'll delete the account after this post so not to worry about security).

1. Under the dropdown menu services I've put creative and design. You'll notice the icon and text don't line up. The icon is 32x32 and I've tried a smaller icon but it's the same. Is there some css please to make these line up?

2. On this page http://gpjdev.com/index.php/services/cr ... -face-time is there a way to have the related items so the main image too please?

3. Also on this page (and for all item views) what the css code be to just float the print and email icon to the right please but leaving the published in the same?

4. Still on the item page under the social icons at the bottom but before the related it's like there's an empty div showing. Do you know how to remove this please?

5. Still on the item page you'll notice that if you click on the main image sometimes it displays in a modal and others it displays in the browser? Is this a bug or can I make it always in a modal?

6. On the homepage I'd like to center the module title 'featured projects' and have put some css in for this. However it also centers the other text within the news show pro module. Any ideas how I can center just the module title please?

7. On the homepage at the bottom where it shows the partner agencies - how would I center the center the contents of the module please as the logos don't look right?

Thanks so much for your help.
User avatar
Senior Boarder

Konrad M
Mon Apr 15, 2013 8:43 am
Reply with quote
Report this post
Hi,

1. Unfortunetly I don't see any icon.

2. Can you explain a litle more ?

3. Try add to override.css
Code: Select all
article#k2Container.itemView header li.itemPrint,
article#k2Container.itemView header li.itemEmail {
    float:right;
}


4. There is no empty div. Just container for item links has top and bottom margins set. To decrease them just try add to override.css
Code: Select all
.itemLinks {
    margin: 38px 0;
}

and decrease first value.

5. Please try go to /html and change com_k2 folder name for a moment. Then check if issue with modal still exist and let me konow.

6. Remove your code from override.css for class title and try add
Code: Select all
.box.title h3.header {
text-align:center;
}


7. Images aren't center becasue the don't have same width.
User avatar

GK User
Mon Apr 15, 2013 12:11 pm
Reply with quote
Report this post
Hi.

Thanks for your reply.

1. Sorry I removed the image so have replaced it again. You should see it now.

2. Sure. What I mean is at the bottom of an item when it shows the related stories - it is possible that as well as showing the title of the related story that it also shows the main image associated with the story?

3. Thanks works great.

4. OK thanks.

5. I tried changing the name but it still happens. It's like the modal display only works every other time. Any other ideas please?

6. I removed the .title class from my override.css file and it centers the clients heading but not the featured projects. Any ideas please?

7. Cool thanks.
User avatar
Senior Boarder

Konrad M
Tue Apr 16, 2013 7:28 am
Reply with quote
Report this post
1. Please add to override.css
Code: Select all
.gkMenu > ul li div.childcontent a img {
float:left;
margin-top:-7px;
}

2. I think yes, try switch on this option in category settings.
5. If issue still exist it means that is related with k2. So please try ask on their forum community.
6. Please refresh your cache browser. Becasue on my both are centered.
User avatar

GK User
Wed Apr 17, 2013 12:33 pm
Reply with quote
Report this post
Thanks so much for your help.

I've also noticed that whenever the clients or partner agencies logos scroll to the next slide (next set of logos) the whole website seems to flicker (or slightly move to one side and then back again)?

You can really tell when looking at the featured projects boxes. Do you know what might be causing this please as Yootheme say it's a template issue and not with their widgetkit? It happens on all pages the widgetkit is present on.

Thanks so much.
User avatar
Senior Boarder

Konrad M
Thu Apr 18, 2013 4:18 pm
Reply with quote
Report this post
Hi,
in which browser you have this issue ?
User avatar

GK User
Fri Apr 19, 2013 10:06 am
Reply with quote
Report this post
Hi.

Mainly in Chrome but I've also seen it in firefox. Chrome is the one it seems to be all the timein though.

Thanks.
User avatar
Senior Boarder

Konrad M
Fri Apr 19, 2013 3:00 pm
Reply with quote
Report this post
I checked your site in Firefox and I didn't see any issue.
User avatar

GK User
Fri Apr 19, 2013 11:01 pm
Reply with quote
Report this post
Hi. It's Chrome that the problems are in. Did you check it in Chrome?

Thanks.
User avatar
Senior Boarder

Konrad M
Mon Apr 22, 2013 8:39 am
Reply with quote
Report this post
Yes I checked it and I didn't see them.
User avatar


cron