Problem : Tag Listings Image not show and other 2 question.

Feel free to talk about everything related to our Joomla Products
Rate this topic: Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.
GK User
Thu Nov 21, 2013 2:59 pm
I'm using Game News Template. I pretty new in joomla and I try to learn everything myself. I can solve some problem but now I got 3 problem that I can't fix it yet maybe I miss something, please guide me. (I currently edit my joomla webpage on localhost)

1. Tag Listings Image not show : when I choose tag in tags clound or K2>tags. The tags list not show items image event using with quick start
tags imagee.jpg


but in demo page it do show item image
(http://demo.gavick.com/joomla25/gamenew ... Itemid=450)

I try to change option here but still not work.
tags imagee opt.jpg



2. How can I change tag icon color and can I change the shape?
Tags item.jpg


3.About comment avatar. I already register to gravatar but avatar still not show. Do I need to use proper domain name to have my avatar from gravatar show? Or I need to set something. (Avartar from quickstart not show too)
tags imagee.jpg
User avatar
Fresh Boarder

teitbite
Fri Nov 22, 2013 12:57 am
Hi

Please tell me an example url to each of Your problems I'll be able to check the code and tell what needs to be done.
User avatar
Moderator

GK User
Fri Nov 22, 2013 8:08 am
Thank you for reply. First of all I edit my webpage on localhost so I try to config(httpd-vhosts.conf and hosts) to make other pc connect to my localhost but some error occur and they can't connect to my localhost. So I decided to save source code from the url page into html


from 1st question about Tags item list image not show and this page also for my 3rd question about gravatar too.
This is untouch gavick quick start html from my localhost /index.php/en/k2/tag : http://goo.gl/9ZffSZ
tags imagee.jpg

(The red one is how image not show. Yellow one is how gravatar not show)

This is url from gavick demo and it show the tags items list : http://goo.gl/MFt6db





from 2nd question how can I change tag icon color (the yellow one)
This is untouch gavick quick start html from my localhost /index.php/en/k2/categories/action/item/50-spec-ops-the-line-on-steam : http://goo.gl/ekb9rZ
Tags item.jpg


This is url from gavick demo : http://goo.gl/eqpgbX


And sorry about how newbie I am. m(_ _)m
User avatar
Fresh Boarder

teitbite
Sun Nov 24, 2013 8:18 pm
Hi

About tags look You can override this class in override.css file:

Code: Select all
.itemTags li a, .k2TagCloudBlock a, .moduleItemTags a {
    background: url("/joomla25/gamenews/templates/gk_gamenews/images/style1/tags.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #FFFFFF !important;
    display: block;
    font-size: 11px;
    height: 19px;
    line-height: 19px;
    margin: 2px 8px 2px 0;
    padding: 0 8px 0 20px;
}


as You can see the look is mostly thankt to the image, so please download rest_files package and You will find a psd with this element to change color or shape.

Unfortunately I cannot help with the image problem. I need to check the code not only of this page, but alos folders of where it leads to. Please ignore it for now and show me the site when it will be online.
User avatar
Moderator

GK User
Sun Nov 24, 2013 10:45 pm
Thank you very much I will ask for your advice again in the future when my site come online.
User avatar
Fresh Boarder

teitbite
Mon Nov 25, 2013 6:26 am
Hi

No problem. I'll be waiting.
User avatar
Moderator


cron