pbasaldua
Forum Replies Created
-
Forum: Plugins
In reply to: [xili-language] Add Flagsok, but does the theme include de flags png? or shall i upload my own flags?
Forum: Plugins
In reply to: [Google Forms] WordPress, theme and plugin updatemmmm how can I know what is the post id? Im writing you an email!
Forum: Plugins
In reply to: [Google Forms] WordPress, theme and plugin updatefor the moment the plugin is disabled. Just tell me if you want me to activate it again.
Forum: Plugins
In reply to: [Google Forms] WordPress, theme and plugin updateSure, im using Enfold, one of the most popular themes in themeforest http://themeforest.net/item/enfold-responsive-multipurpose-theme/4519990
Ive been using wpgforms with enfold since last year without problems. Things got troubled yesterday when i updated the plugin, the theme (updated for wp 3.9) and wp 3.9.
Forum: Plugins
In reply to: [Google Forms] WordPress, theme and plugin updateI’ve just disabled the wpgforms and the titles issue was solved. However I need the forms back!
Forum: Plugins
In reply to: [Google Forms] WordPress, theme and plugin updateTitles in my Dashboard fortunately didn’t change. The database was updated correctly. I asked the theme developer and he has no idea what can be going on.
Forum: Plugins
In reply to: [Google Forms] WordPress, theme and plugin updateNow I deleted that form titled “Bolson 2014 Querio” and all pages are now titled “Voluntarios por un dÃa – Inscripcion” which is the title of another google form I’m still using.
Forum: Plugins
In reply to: [Simple Calendar - Google Calendar Plugin] List in ColumnsAlso is there a way to add a “add to my calendar” button without need to leave my site?
Forum: Plugins
In reply to: [Simple Calendar - Google Calendar Plugin] List in Columns*In my first message I meant from LEFT to RIGHT
😉Forum: Plugins
In reply to: [Simple Calendar - Google Calendar Plugin] List in ColumnsI was thinking on a way to create a list shortcode that shows the very next event to come , another shortcode for the following event, other for the third, etc, and setting each of them in a different column.
Would that be possible?
Forum: Plugins
In reply to: [Google Forms] Asterisk in other lineThis is what I’m using right now at http://www.universitarios.org.ar/contacto and as you can see, everything is now working as I wanted: the box is white, the asterisk is in the same line next to the question, and the “required” message disappeared.
div.ss-item.ss-navigate table tbody tr td { background-color: #FFFFFF; border: 0px; }div.ss-required-asterisk { display:none; }div.ss-form-container label { display: inline !important; }span.ss-required-asterisk { display: inline; }Forum: Plugins
In reply to: [Google Forms] Asterisk in other lineIt actually didn’t hide the asterisk but the “required*” message.
Forum: Plugins
In reply to: [Google Forms] Asterisk in other lineGreat!
This worked:div.ss-required-asterisk {
display:none; }Regards,
PedroForum: Plugins
In reply to: [Google Forms] Asterisk in other lineThat solved the asterisk issue!
Thx!Can I now hide the word “required*” ?
Also can I change the text in the button for a specific form? I want it to say “Subscribe” in the newsletter form, and “apply” in other application forms.Thx for your great support!
Forum: Plugins
In reply to: [Google Forms] Asterisk in other lineI guess that may solve the box around the send button, not the asterisk issue 😉