leanstartupperu
Forum Replies Created
-
Forum: Plugins
In reply to: [wpLike2Get] Tweet counts remain in 0Hi Markus
my site is https://www.agiland.pe/blog
Im temporarily using another plugin with limitations
until having some clues about the issue, thanksForum: Plugins
In reply to: [Easy Responsive Tabs] Active tab selected based on current pageHi,
First of all thanks for your plugin. I believe I have the same problem, I have a contact form in the 4th tab of my page, when theere is an error on submision (ie. wrong email) page reloads to show error message, but focus is back to first tab so user might think form was sent. Can you please be more specific on how to approach this issue? thanks
Forum: Plugins
In reply to: [Quick Event Manager] Controlling Registration FormHi, it is out of the box Responsive Theme from Cyberchimp. THe only page giving me trouble customizing is the Event page, any ideas please thanks
Forum: Plugins
In reply to: [Quick Event Manager] Controlling Registration FormYour contact form looks great and I just installed it. Thanks.
How can I expand the event screen and place the contact form besides the tab headers at the rightHere is the link for you to see what I mean, currently form is at the bottom of event and it doe not look right since it is a registration form, thanks
https://agiland.pe/worldpress/event/mejore-la-gestion-de-proyectos-con-lean-kanban/Alignment issue, you can arrange like this using the script above,
.wp-email-capture-submit
{
margin-left:auto;
margin-right:auto;
width:160px;
height:35px;
}
#wp_email_capture input.wp-email-capture-name
{
margin-left:auto;
margin-right:50px;
width:160px;
height:22px;
}
#wp_email_capture input.wp-email-capture-email
{
margin-left:auto;
margin-right:50px;
width:160px;
height:22px;
}