webdorado
Forum Replies Created
-
Dear user,
The HTML field works with the standard editor. You can select the text and turn it into red with the help of color options within the field editor.
Dear user,
Unfortunately we do not have that option. Thank you.
Forum: Plugins
In reply to: [Photo Gallery by 10Web - Mobile-Friendly Image Gallery] Responsive lightboxDear user,
The Photo Gallery lightbox is responsive and it gets resized based on the device in use. That’s the reason we have 100% instead of having a fixed dimension. If you face responsiveness issue, that might be caused by a conflict with another plugin or your theme. Please provide us link to your gallery and the device you use for viewing the page. We will check it out. Thank you.
Dear user,
Thank you for your note, we will make the corresponding changes.
Dear user,
The option is available only with the Pro version of the product.
Dear user,
You might have the limitation based on your server, since we do not have file upload limitations. Please check out your maxupload_size in main php.ini. Thank you.Dear user, if you plan to keep both plugins in that case you will have to repeat the process when updating the plugin.
Dear user,
With the latest version, we use the large image link within the
<a href>tag for search engine indexing. You can remove it going to the file photo-gallery\frontend\views\BWGViewThumbnails.php find the following line:<a style="font-size: 0;" <?php echo ($params['thumb_click_action'] == 'open_lightbox' ? ('href="' . ($is_video ? $image_row->thumb_url : site_url() . '/' . $WD_BWG_UPLOAD_DIR . $image_row->image_url) . '" onclick="spider_createpopup(\'' . addslashes(add_query_arg($params_array, admin_url('admin-ajax.php'))) . '\', ' . $bwg . ', ' . $params['popup_width'] . ', ' . $params['popup_height'] . ', 1, \'testpopup\', 5); return false;"') : ($image_row->redirect_url ? 'href="' . $image_row->redirect_url . '" target="' . ($params['thumb_link_target'] ? '_blank' : '') . '"' : '')) ?>>and replace that line with the following:
<a style="font-size: 0;" <?php echo ($params['thumb_click_action'] == 'open_lightbox' ? ('onclick="spider_createpopup(\'' . addslashes(add_query_arg($params_array, admin_url('admin-ajax.php'))) . '\', ' . $bwg . ', ' . $params['popup_width'] . ', ' . $params['popup_height'] . ', 1, \'testpopup\', 5); return false;"') : ($image_row->redirect_url ? 'href="' . $image_row->redirect_url . '" target="' . ($params['thumb_link_target'] ? '_blank' : '') . '"' : '')) ?>>Forum: Plugins
In reply to: [Photo Gallery by 10Web - Mobile-Friendly Image Gallery] Changing FontDear s.meen79
Here is the link to our forum- http://web-dorado.com/forum/index.html. As a hint, we should state that the changes should be done within the corresponding section in Themes section.
Dear adeizasama,
There is an opportunity of using MySQL mapping option within the Form Options for making the data to get filled into another database. The details can be found in the corresponding section of the user manual in our website.
Dear user,
Please tell us what views do you use with our product. It will be best if you provide us a link. Thank you.
Forum: Plugins
In reply to: [WDSocialWidgets] outstanding features for this superb plugin – my whishlistDear say_hello,
We have answered your requests and questions via e-mail. Thank you.Dear user,
The second lightbox is not coming from our plugin. Most likely you have another plugin, which uses a lightbox or theme uses an additional plugin and thus upon click two lightboxes are being called. If you contact us, we will help to resolve the conflict.Forum: Plugins
In reply to: [WDSocialWidgets] shortcodes for adding spider-facebook in themesDear user,
Actually after creating the Facebook buttons, you can go to Appearance>Widgets and select the added button/timeline and add it to a widget area. Sorry for the miscommunication. As for the your user account in our Forum, please provide us your username, we will activate it manually.
Dear woodson1975,
Please try the suggestion below. This might be an issue with php image libraries on your hosting. If the problem persists, please contact info[at]web-dorado.com providing the list of the plugins installed. Thank you.