webdorado
Forum Replies Created
-
Dear user,
There is no need of creating separate tables. There are two options, you can either add an image, then the form description and the form shortcode, or add the image and description within the form, as a form field using custom HTML field. Thank you.
Forum: Plugins
In reply to: [SpiderCalendar] How do I change the language in my calendar?Dear user,
The calendar display language depends on your website language. If you have it set to Brazilian Portuguese in Settings>Language option, then the calendar will be translated automatically. You can make the changes within the language folder of the Spider Calendar. Thank you.
Dear user,
The form maker display language depends on your website language. If you have it set to the desired language in Settings>Language option, then the contact form will be translated automatically.
Dear april20,
The issue can be related to the fact that the Photo Gallery hasn’t been installed properly. Could you please check out what SQL error occurs when the Photo Gallery is installed?
Dear Dimitris,
It is due to the setting within your theme css img { width: 100%;}. To solve the issue please add the following code to your theme css or photo-gallery\css\bwg_frontend.css file:
div[id^="bwg_container"] img { width: inherit !important; }Dear Gabriel,
Please open the post/page where you have the gallery inserted in back end, click on the camera icon, the shortcode will open up. Here in the second column you should set the Full Width lightbox to Yes.
Dear DEV-91,
Please provide us more details on where you are planning to display the forms, if you want to include multiple forms within a page/post, you should have the form shortcodes included within the page, if that’s something else, we need details. If you want to display the submissions, then this can be done using front-end submissions option, only with form maker pro version. If you want to include text within the form or image, this can be done using custom HTML field type. Thank you.
Forum: Plugins
In reply to: [WDContactFormBuilder] Bug with emails, and confirmation oneDear user,
Instead of using %name% option you should provide the identical name of the field, that is %Your Name%, so that the user name will be included within the email. Thank you.
Dear Gabriel,
You can change the color and size of the close button within Themes>Lightbox section, where you will options for Close button. As if you plan to include the full-screen image, then you should also enable the Full width lightbox option within the shortcode. Thank you.
Dear user,
Please use the following code in Form Options>Javascript> before_submit part filling in the IDs and alert message
var date_from = jQuery("#id_of_from").val(); var date_to = jQuery("#id_of_to").val(); if(new Date(date_to) <= new Date(date_from)) { alert('something'); return false; }Dear user,
You can change the dimensions (maximum dimensions) of an image in Options>Global Options>Image Dimensions. Whereas for the lightbox you are setting the maximum dimensions of the lightbox within the shortcode, as well as the dimensions of a thumbnail, based on the set dimensions changes might apply. Thank you.
Forum: Plugins
In reply to: [WDContactFormBuilder] Bug with emails, and confirmation oneDear Andy,
Could you please provide us link to your form? We will check it out. Thank you.
Forum: Plugins
In reply to: [WDSocialWidgets] can't share other articleDear user,
Please make sure that you have added share buttons for each article individually (or have set the share button applicable for all articles). If this doesn’t fix the issue please contact us at info@web-dorado.com, we will check it out. Thank you.
Dear Gabriel,
The color, dimensions of the close button can be only customized when using the Pro version of the gallery. As for the images. Our standard option is opening them in a lightbox. To make the images display in another window can only done whenever making modifications within the code.
Dear efrc78,
The social media buttons cannot be used with slideshow view. You should either use the image browser or masonry/thumbnail views, where the buttons can be placed within the lightbox.
Thank you.