Hello,
I can't input anything into the loop fields. Installed the latest one available on chrome extensions. I'm with Chrome 10 and snow leopard.
Help.
Thanks
Bob
Can't see loop fields (Chrome 10, Mac, screen shot )
Forum rules
Before asking a question or reporting an issue:
1. Please review the list of FAQ's.
2. Use the search box (at the top of each forum page) to see if a similar problem or question has already been addressed.
3. Try searching the iMacros Wiki - it contains the complete iMacros reference as well as plenty of samples and tutorials.
4. We can respond much faster to your posts if you include the following information: CLICK HERE FOR IMPORTANT INFORMATION TO INCLUDE IN YOUR POST
Before asking a question or reporting an issue:
1. Please review the list of FAQ's.
2. Use the search box (at the top of each forum page) to see if a similar problem or question has already been addressed.
3. Try searching the iMacros Wiki - it contains the complete iMacros reference as well as plenty of samples and tutorials.
4. We can respond much faster to your posts if you include the following information: CLICK HERE FOR IMPORTANT INFORMATION TO INCLUDE IN YOUR POST
Re: Can't see loop fields (Chrome 10, Mac, screen shot )
Edit the following CSS that iMacros uses. I'm not sure if it will be a slightly different location for different versions. Make sure you change the <your username> part.
C:\Documents and Settings\<your username>\Local Settings\Application Data\Google\Chrome\User Data\Default\Extensions\cplklnmnlbnpmjogncfgfijoopmnlemp\1.1.1\skin\panel.css
Edit the following class from:
.loop-value {
width: 20px;
font-size: 9px;
border: 1px solid black;
}
to:
.loop-value {
width: 40px;
font-size: 9px;
border: 1px solid black;
}
C:\Documents and Settings\<your username>\Local Settings\Application Data\Google\Chrome\User Data\Default\Extensions\cplklnmnlbnpmjogncfgfijoopmnlemp\1.1.1\skin\panel.css
Edit the following class from:
.loop-value {
width: 20px;
font-size: 9px;
border: 1px solid black;
}
to:
.loop-value {
width: 40px;
font-size: 9px;
border: 1px solid black;
}
- Tech Support
- Posts: 4947
- Joined: Tue Sep 20, 2005 7:25 pm
- Contact:
Re: Can't see loop fields (Chrome 10, Mac, screen shot )
Thanks for this hint! We will fix this with the next update in 1-2 weeks.