Topic-icon Like box comment problem

Active Subscriptions:

None
13 years 7 months ago #27328 by scottadam34
After liking something i get the comment box but it needs to be ONTOP as it is now other things interfere with it..
I have tried the css Z index post on this forum but that did not help.. I tried code in my template.

Its on bottom of all pages on this site bit.ly/HIyPUn
I think i need a fresh pair of eyes as i could be missing something silly..
Any other suggestions..?

ADDED ...I AM EVEN OPEN TO NO COMMENT BOX IF THAT IS EASY...
The topic has been locked.
Support Specialist
13 years 7 months ago #27341 by alzander
Replied by alzander on topic Like box comment problem
Add the following to your CSS and it should fix the issue:
.rt-block {z-index:1000}
That seems to fix it for us. That's a very 'general' CSS declaration, so it may affect other positions that use .rt-block. you can make it much more specific to just target that Like button if necessary, but I'd start there.

Hope that helps!
Alex
The topic has been locked.
Active Subscriptions:

None
13 years 7 months ago #27349 by scottadam34
i tried this in main css + template css still no change.
Any other way to fix this in the module..


thanks for your time
The topic has been locked.
Support Specialist
13 years 7 months ago #27351 by alzander
Replied by alzander on topic Like box comment problem
Can you clear your Joomla cache? You look to have RokSprocket enabled which caches stylesheets and other assets. My guess is you're just not seeing the update because the old version is still being shown. If that doesn't work, please put the CSS change into a file and let me know the path to that specific file (/templates/rok_.....).

Thanks,
Alex
The topic has been locked.
Active Subscriptions:

None
13 years 7 months ago #27352 by scottadam34
Ok dumped the cache + turned it off + turned off gantry cache + turned off all ROCSPROKETS

so now its got to be just the template..

Code in both of these files below

/httpdocs/templates/rt_ximenia/css/main-light.css
/httpdocs/templates/rt_ximenia/css/template.css


NOTE just added a new test/ like at content top, all pages its having the same problem.
The topic has been locked.
Support Specialist
13 years 7 months ago #27364 by alzander
Replied by alzander on topic Like box comment problem
Something doesn't seem right then. If I go to those template files directly, for instance:
mallchick.com/templates/rt_ximenia/css/template.css

I don't see that code anywhere. Are you sure you edited the right file, saved it, and that no caching is enabled?

Thanks,
Alex
The topic has been locked.
Active Subscriptions:

None
13 years 7 months ago #27371 by scottadam34
Yes it was there but i removed it as i was trying to back track and see whats going on.. i have been trying that css all over the place but it will not change anything..
Its there now i left it at the top you can see it from that link..
Where else could i try..?
The topic has been locked.
Support Specialist
13 years 7 months ago #27391 by alzander
Replied by alzander on topic Like box comment problem
If I click on the link to the template.css file I posted above, I don't see the z-index style setting for the rt-block div anywhere. When you click that link, do you see it? I've searched the file for rt-block and z-index and in neither case can I seem to find the right combination.

Obviously, something funny is going on with your server (likely with caching), but I can't figure out what that is... hopefully if you can get the z-index setting to show, that will help narrow things down quickly.

Thanks,
Alex
The topic has been locked.
Active Subscriptions:

None
13 years 7 months ago #27392 by scottadam34
yes i keep putting it there testing no change where do you want me to put it in that file.?
The topic has been locked.
Active Subscriptions:

None
13 years 7 months ago #27393 by scottadam34
been getting the run around on rocket theme

see
new page with VOXEL mallchick.com/welcome-2 and like working here

Exact copy of this page on Ximenia mallchick.com/ and like not working.
The topic has been locked.