Comments Icon in Mobile

Create fresh and professional look of personal or blog websites with AppsPro Tech
GK User
Mon Sep 10, 2012 5:21 pm
Hi. The comments icon appears misplaced in the mobile with no apparent reason.

error.PNG
User avatar
Expert Boarder

Konrad M
Mon Sep 10, 2012 9:50 pm
Hi,
can you give us url to your site? It will be much easier to help you.
User avatar

GK User
Tue Sep 11, 2012 4:02 am
www.intotheweb.pt

If you acces from smartphone you will see it, right in front page
User avatar
Expert Boarder

Konrad M
Tue Sep 11, 2012 7:05 am
Please try add this code to css/mobile/smartphone.css at the bottom after last selector
Code: Select all
.itemContainer .itemView header ul{
position:realtive;
}
ul li.itemComments a {
    right: 50%;
}
User avatar

GK User
Wed Sep 12, 2012 1:03 am
Done, but still the same...
User avatar
Expert Boarder

GK User
Fri Sep 14, 2012 12:52 am
So...
User avatar
Expert Boarder

Konrad M
Fri Sep 14, 2012 12:51 pm
I checked your smarphone.css file and I don't see code I gave you inside. Did you clear cache after you add this code ?
User avatar

GK User
Fri Sep 14, 2012 1:03 pm
Yep. Done now
User avatar
Expert Boarder

GK User
Mon Dec 31, 2012 3:22 am
Hi. This is still happening. Can u see if the code its still there?

Thanks
User avatar
Expert Boarder

Konrad M
Mon Dec 31, 2012 9:18 am
It look's that isn't there. Did you update your template ?
User avatar

GK User
Tue Jan 01, 2013 4:21 am
Yep. I Think so. but i've included the code again...
User avatar
Expert Boarder

Konrad M
Wed Jan 02, 2013 1:19 pm
If you are using cache please check if you cleared it after update and added code.
User avatar

GK User
Thu Jan 03, 2013 3:07 am
Yes. I did.
In Joomla and in the mobile phone. Can you confirm that the code is there?

Thanks
User avatar
Expert Boarder

Konrad M
Thu Jan 03, 2013 8:42 am
I see this code:
Code: Select all
.itemContainer .itemView header ul{

}
ul li.itemComments a {
    right: 50%;
}

There is no first rule inside selector. So I think this is the reason why it doesn't work.
User avatar

GK User
Sat Jan 05, 2013 3:36 am
Hi

I did exactly as you said...

You said to add this code:

Code: Select all
.weblink-category tr:first-child td { border-top: 1px solid #eee; } /* fix for the table in weblinks */

.itemContainer .itemView header ul{
position:realtive;
}
ul li.itemComments a {
    right: 50%;
}


So i did...

The end turns like this...
Code: Select all
.weblink-category tr:first-child td { border-top: 1px solid #eee; } /* fix for the table in weblinks */

.itemContainer .itemView header ul{
position:realtive;
}
ul li.itemComments a {
    right: 50%;
}
User avatar
Expert Boarder

GK User
Sat Jan 05, 2013 3:38 am
Hi

I did exactly as you said...

You said to add this code:
Code: Select all
.itemContainer .itemView header ul{
position:realtive;
}
ul li.itemComments a {
    right: 50%;
}


So i did...

The end turns like this...

Code: Select all
.weblink-category tr:first-child td { border-top: 1px solid #eee; } /* fix for the table in weblinks */

.itemContainer .itemView header ul{
position:realtive;
}
ul li.itemComments a {
    right: 50%;
}


Still wrong

Wheres the selector goes?
User avatar
Expert Boarder

Konrad M
Sat Jan 05, 2013 8:05 am
Please change code to this one:
Code: Select all
.itemContainer .itemView header ul{
position:relative;
}
ul li.itemComments a {
    right: 50%;
}

Will work now.
User avatar

GK User
Fri Jan 11, 2013 3:01 am
:D You're kidding, right?

Thats exacly the same code that is already entered...
User avatar
Expert Boarder

Konrad M
Fri Jan 11, 2013 7:09 am
If you look at this rule:

Code: Select all
position:relative;

you will see that code isn't same. It was misspeling in word 'relative' and this rule wasn't read properly by browser.
User avatar

GK User
Sat Jan 19, 2013 2:23 am
What ca i say? Still the same...
How can i see the css code to mobile in chrome firebug?

Thanks
User avatar
Expert Boarder

Konrad M
Sat Jan 19, 2013 9:47 am
Please juse this plugin for Firefox https://addons.mozilla.org/en-US/firefo ... -switcher/
User avatar


cron