webdorado
Forum Replies Created
-
Dear IslandReb,
Please go to your form theme and replace
input[type="text"]{ border-radius: 7px; height: 30px; border: 1px solid #ccc; padding:0 3px !important; }with
input[type="text"]{ border-radius: 7px; border: 1px solid #ccc; padding:0 3px !important; }Dear alessandrofoglia,
First of all please make sure the email is not filtered to the spam or junk email folder.
– Try using another email address (preferably one with the same domain as your site)
– WordPress uses PHP mail. Perhaps your hosting does not have sendmail enabled. Please contact your hosting provider.
– Alternatively, you can use SMTP, which should always work.You can use this plugin for example: http://wordpress.org/plugins/webriti-smtp-mail/
Setting up an external SMTP server, such as GMail should work. But GMail requires authentication.Mailer: smtp
SMTP Authentication: yes
SMTP Security: SSL
SMTP Port: 465
SMTP Username: your gmail full address
SMTP Password: your gmail password
SMTP Host: smtp.gmail.comDear sanirang,
The changes you have made might impact on the gallery functionality. Please provide us full Admin access to info@web-dorado.com so that we willl fix the product files. Thank you.
Dear rosetrees,
Could you please provide us link to the page, where you have the contact form posted?
Forum: Plugins
In reply to: [Slider by 10Web - Responsive Image Slider] add image still brokenDear crosswaysnet,
Please try deactivating Turn SliderWD Media Upload setting it to no from Global Options settings and uploading the images by the standard uploader. If this option will not work for you please contact us at info@web-dorado.com. Thank you.
Dear sanirang,
Please open the photo-gallery\frontend\views\BWGViewAlbum_extended_preview.php file and here find
<a href="<?php echo str_replace("/thumb/", "/", $preview_url); ?>"
and remove the
href="<?php echo str_replace("/thumb/", "/", $preview_url); ?>"
part.
Thank you.Forum: Plugins
In reply to: [WDContactFormBuilder] Captcha required log-in in wordpress to showDear tobeplus,
Please contact the support team of the stated plugin. If the issue doesn’t get resolved, please contact us again. Thank you.
Dear Master_T,
Unfortunately there is no way of moving the photos of the Photo Gallery since the thumbnails are being generated while creating the gallery. Most likely something have gone wrong while the update, e.g. the connection. In any case if you have update issues, please contact us and we will fix them, though the issues are not likely to occur again. Thank you.
Dear maninomax,
Thank you for the information. We will include it within the updates.
Forum: Plugins
In reply to: [WDContactFormBuilder] Captcha required log-in in wordpress to showDear tobeplus,
Please try using ReCaptca instead. This way the protected pages will not impact on the Captcha display.
Dear sanirang,
For the jQuery, you will have to do the update contacting either your theme or the plugin developer team. As for the <a href then this should be removed from the code of the product and we will suggest you to contact us since improper removal might cause malfunctioning of the pop-up display. Thank you.
Dear maninomax,
Have you removed our plugin, since on the provided page you use another plugin. Thank you.
Forum: Plugins
In reply to: [Slider by 10Web - Responsive Image Slider] can only add images by urlDear crosswaysnet,
Please try deactivating Turn SliderWD Media Upload setting it to no from Global Options settings and uploading the images by the standard uploader. If this option will not work for you please contact us at info@web-dorado.com. Thank you.
Dear pollet mohsen,
Please open the time field on the back end. Here press on + sign for Additiona Attributes. In name field fill in onchange for value val_time() . Then go to Form Options>Javascript and here fill in the following in before submit part
function val_time(){ if(document.getElementById('wdform_1_hh11').value>12) { alert('Please insert a value smaller or equal to 12'); document.getElementById('wdform_1_hh11').value=""; } }