lenamtl
Forum Replies Created
-
I hope this will be fixed soon I need this plugin to work with any jquery plugins.
The css fix work ok with WP UI (paste code in custom css field) but I’m trying to use it with a more basic plugin Collapse-O-Matic and I can’t figure out what to change in the CSS.
Thanks a lot Josh.
This is working great for now using this plugin.When using SMTP it’s fix almost all problems.
I have found this in the FAQs
The form success popover is included in wp_footer.
If your theme does not call wp_footer(), it will not work.I second that, we should have the option to disable HTML.
I think this will fix a lot of compatibily problem.
Not received message content in Gmail.
Not able to view the message correctly with Hotmail.Ok finally the problem was a Gmail problem.
I don’t know how to fix it.
For now I use other mail account and I can see the message.For the fields you don’t want to use:
Using the latest version you can detach field you don’t need in Form Options see latest part Attached Fields:If you want to completely hide this field from the admin section,
check in the database and remove the entry from
customcontactforms_fields
You will probably need also to edit php files of the plugin so make sure you a have a full backup of the script and database before modifing this. The first solution should do the job.Forum: Plugins
In reply to: [Custom Contact Forms] Change text in custom-contact-forms-front.php?You don’t need to edit the custom-contact-forms-front.php, so revert to original file.
You will need Poedit https://www.poedit.net/ to create a new language file.
Open the plugin language file (located in lang directory of the plugin) custom-contact-forms.po with poedit, translate the strings you want and save it with your language code custom-contact-forms-de_DE.po
It will create a .mo file automatically so you will have 2 po and 2 mo files in the lang directory for this plugin.Refresh you form page then test the errors messages.
Forum: Plugins
In reply to: Identicons not displayed in the templateHi,
Ok I have fixed it
I have replaced
<?php echo get_avatar($comment,$size='48',$default='<path_to_url>' ); ?>
by
<?php if (function_exists('get_avatar')) { // Code pour version 2.5 ou sup echo get_avatar( get_comment_author_email(), '48'); } else { // Code pour version 2.3 ou inf: Necessite le plugin MBLA if (function_exists('MyAvatarsNew')) MyAvatarsNew(); } ?>
This code was located into function.php of Simplev template.
Forum: Plugins
In reply to: business directory Google mapNo, I decide to use Codeigniter framework instead of WP.
Forum: Fixing WordPress
In reply to: yellowpages/ directoryDid you found the way to do it?
Forum: Plugins
In reply to: business directory Google mapIs there any plugin that all create query and display table?
thanks
Forum: Plugins
In reply to: zeList can’t add a link (solved)ok I have found the link should be
wp-admin/admin.php?page=zelist/admin/link-add.php
instead of
wp-admin/zelist/admin/link-add.php&noheader=1