Gabriel
Forum Replies Created
-
Forum: Plugins
In reply to: [Report Content] Translation to spanishI translated the text that appear in the form.
Forum: Plugins
In reply to: [Swift SMTP (formerly Welcome Email Editor)] Password Reset Email not workingHi,
Any news regarding this subject?
Regards,Forum: Plugins
In reply to: [WP Super Cache] .htaccess file may need to be movedHi,
Any suggestion?Thanks.
Forum: Plugins
In reply to: [Feedburner Email Subscription] Form languageThank you! 🙁
Forum: Plugins
In reply to: [Feedburner Email Subscription] Form languageHi zourbuth,
Thank you for your answer! I’ll wait for the new feature.
Meantime I changed the template.php to “es_ES”.
Do you know if I can change the messages at the top of the form that are in English? See
http://tecnobiz.com.ar/ftp/FBErr.JPGThanks, greetings.
Forum: Plugins
In reply to: [Advanced iFrame] The sub menu under the iframe with Firefox and IEHi Michael,
I found out who is causing the problem! I added the following in my Child Theme, in order to make transparent the drop down menus:
.main-navigation li {
opacity: 0.90; /* da transparencia */
}Without this, the problem disappears (as you can see). Now I have to find a way to make the submenus transparent avoiding this problem.
Ouch! Not in IE. Now is Ok in Firefox and Chrome.
Thank you for your help, regards.
Forum: Plugins
In reply to: [Advanced iFrame] The sub menu under the iframe with Firefox and IEI added it but nothing changed:
[advanced_iframe securitykey=”b8fb79f546e021779e10e0aac5cb6865599b7319″ src=”http://tecnobiz.com.ar/Web2013/wp-content/uploads/articulate_uploads/Impacto_y_necesidades/story.html” wmode=”transparent” width=”100%” height=”580″]Thank you, regards.
Forum: Plugins
In reply to: [Advanced iFrame] The sub menu under the iframe with Firefox and IEI think is in “transparent”.
Please see: http://tecnobiz.com.ar/ftp/Transparency.JPGThank you, regards.
Forum: Plugins
In reply to: [Advanced iFrame] The sub menu under the iframe with Firefox and IEHere is my testing site: http://tecnobiz.com.ar/Web2013/
Under “Necesidades” (were the iframe is)there is a drop down menu. Please compare “Inicio” with “Necesidades”.Thank you, regards.
Forum: Plugins
In reply to: [Advanced iFrame] The sub menu under the iframe with Firefox and IEThank you Michael,
I tried but it doesn’t work.
Regards,
Forum: Plugins
In reply to: [Advanced iFrame] The sub menu under the iframe with Firefox and IEHi Michael,
Thank you for your answer.
Yes, I tried a z-index for the menu and the iframe, with the same result, it work fine with Chrome and not with Firefox and IE:
(I’m using the theme Twenty Twelve with a child theme).main-navigation {
position: relative;
z-index: 500;I tried your Plugin because I can give a Class name to the iframe, in my case “pluto”
.pluto {
position: relative;
z-index: 0;
}In the iframe I have a Articulate Storyline presentation (I have the same problem with the plugin for Articulate).
I tried a flash presentation with the same problem.
Thnank, regards.
Forum: Themes and Templates
In reply to: Twenty Twelve: Change link colorleejosepho,
Thanks for your answer.
I tried the solution of RossB and for me, apart of the content area, also is working in the footer, that was added by me. Not in the rest.Cheers,
GabrielForum: Fixing WordPress
In reply to: Twenty Twelve: how to change hyperlink color on pagesHi RossB,
Thank you for your post.
I tried your solution and for me, apart of the content area, also is working in the footer, that was added by me. Not in the rest.See: http://wordpress.org/support/topic/twenty-twelve-change-link-color?replies=5
Cheers,
GabrielForum: Themes and Templates
In reply to: Twenty Twelve: Change link coloralchymyth,
Thank you for your answer, I tried:a:link {
color:red;
}
a:visited {
color:blue;
}
a:hover {
color:green;
}
a:active {
color:grey;
}It doesn’t work: the red for links is only taken for the categories, the links for # content # primary # secondary are not changed.
Please see: Sample2It worked (without red) for the links that worked before.
Thank you!
Hi Tom,
Sorry, you are right. Now it is working fine.
Thank you! Saludos.