grandwp
Forum Replies Created
-
Dear @kidsgames
Are you receiving the submissions in the website dashboard? Sumissions tab?
Dear @aager,
Please, also check the following:
find this file: photo-gallery-image\resources\assets\js\frontend\unitegallery.jssearch for this line:
var htmlThumb = "<div class='ug-thumb-wrapper" + classAddition + "' " + thumbStyle + "></div>";must be line 2848
and replace it with this one:
var htmlThumb = "<div class='your_class ug-thumb-wrapper" + classAddition + "' " + thumbStyle + "></div>";
You can add any class here in the beginning.And add the CSS rules below to this file:
photo-gallery-image\resources\views\frontend\view-0.css.php.your_class { width: 350px !important; height: 350px !important; float: left !important; position: relative !important; left: 0px !important; margin: 5px !important; }.your_class img { width: 350px !important; height: 350px !important; float: left !important; position: relative !important; left: 5px !important; }By doing so, it will work in the way you want it to, besides you can make other CSS changes here as well.
Hope this helps
If any help needed let me knowDear @aager,
Please, name the device you are using for us to understand how to do it. We have checked on IOS devices and the images you have are listed under each other.
Forum: Plugins
In reply to: [Simple Responsive Lightbox - Popup Lightbox for WordPress] Related videosDear @ladron24
The plugin has an option to enable and disable related videos. If you are using the free version, the option is disabled by default.
Hope this helpsWe will discuss the possibility of integration. Thank you
Dear @gmarting93,
The year view is designed in that way. It displays the events but those are not clickable. This view is displaying all the events during the year in general. This is the reason they are not clickable. To check the initial event, the calendar needs to be switched to month view.
Hope this helps
Dear @pradl82
The plugin allows setting the alignment for each checkbox you add. Simply check the checkbox alignment of the particular field. Those alignments can be different for all the checkboxes you add.
Hope this helps
Dear @mhoney
To fix the issue, please, update the PHP version you have now or
replace this line of the codeif(!empty(get_adjacent_post(false,'',true))){with this line
$adjacentPost = get_adjacent_post(false,'',true); if(!empty($adjacentPost )){Dear @lukeart
The plugin functionality is not allowing to enable or disable Lightbox for particular images within a gallery. What you can do is enable both Lightbox and Image as Link options. Both of the buttons will be active on all of the images. Or create a separate gallery and change the settings (you will need to choose another layout in this case.)
Hope this helps
Dear @lukeart
Sorry but the functionality is not yet included to the plugin. Most likely we add it to updates.
Forum: Plugins
In reply to: [Responsive Photo Gallery - Images Gallery for WordPress] Hide title?Dear @degdam
Almost all of the layouts have a title display option. The title can be completely hidden and displayed on hover. You can check in views/styles section. The late version title is set to always on. There is an alternative as well, you can increase the image size. The title will spread and will require less space.
Hope this helps
Dear @bluesynergy
The plugin does not have the functionality to sync Google Calendar data. We are discussing the possibility of integration. Thank you
Dear @conrado8
The option to change thumbnail width and height values are included in the advanced version of the plugin. And yes, the width and height values are set 100px. Anyway the image will not be cut even if you leave if to 100px.
Hope this helpsDear @designdiaz
The fields have a Help Text field to add additional information. Depending in the field you choose, the added text will be added under the main field so there is no need to add additional fields and make the whole form bigger.
Hope this helps.