luigsm
Forum Replies Created
-
@gabelivan from what I can tell, I can not replicate the issues with 1.3.4.1 . It might only been happening with 1.3.4.0 . thank you for your time to look at it and work on it!!!!!!!
I love your plugin!
THANK YOU AGAIN!
Mike@gabelivan – making the changes now.
thanks,
Mike@gabelivan – checking if we are doing this at 14:00 today and what you are needing.
thanks,
Mike@gabelivan – Sounds good. do you want me to update the code to the 1.3.4.0 or the 1.3.4.1 . Guessing the 1.3.4.1 and turn off my cdn and dump all of my cache. Is that what you are looking for? do you wnat or need anything else? Not sure if I can give you my number on here, if you need me to do anything for you right away.
thanks,
Mike@gabelivan – please let me know you would like a window opened coming up.
thanks,
Mike@gabelivan – no its a live production url. late night hours have much lower volume and I would love to help you make your awesome plugin better. Would a window starting at 10pm to midnight CST be good for you. I can make that happen most days.
Thank you again for all your hard word.
Mike@gabelivan – if you are interested I can turn the setting on to show you what is breaking. Otherwise I am going to go with the setting off.
Please let me know if that will help you at all.
thanks,
Mike@gabelivan – I just made that fix. That was an interesting find. thanks. Did not fix my issue, but it makes my code better. thanks
MikeThanks for the @import issue. I will look at fixing that.
MikeI have found a feature you have in the setting that fixed my issue, but not sure why it broke it. Looks like it was css not the jquery
settings – optimize css –
Combine loaded CSS (Stylesheets) into fewer files
I turned this off and everything is working now.Thanks for any information.
Mike- This reply was modified 6 years, 9 months ago by luigsm.
Forum: Plugins
In reply to: [Media Library Assistant] centering a MLA responsive gallery on a pageTHANKS DAVID!!!! THAT WORKED PERFECT!!!! LOVE THE PLUGIN AND THE SUPPORT!!!!
Thanks again!
MikeForum: Plugins
In reply to: [Media Library Assistant] centering a MLA responsive gallery on a pagesizing update looks to have worked great!
Thank you!
if you wanted to see it, its on this page
https://curedesigngroup.com/wordpress/antique-interior-design-gallery.htmlstill working on the centering. lots of rows of 1 image.
thanks again!
Mike- This reply was modified 6 years, 11 months ago by luigsm.
Forum: Plugins
In reply to: [Media Library Assistant] centering a MLA responsive gallery on a pageThanks David!!!! Happy 4th weekend!!!
I hope everything is going amazing for you!!!!
I attempted to make the changes you are mentioning and it centers it into a column of 1 and each image is center down the page. I am trying to keep the same amount of images per line that it is creating, but center how ever many images they are.
example if there are 6 they are centered on the 6. and then responsive drops it down to 5 – center the 5.
My guess is that is what is happening on your screen and I mist have some css stopping it from working. Is that what you are seeing? Any suggestions?
Thanks,
Mike- This reply was modified 6 years, 11 months ago by luigsm.
Forum: Plugins
In reply to: [Media Library Assistant] centering a MLA responsive gallery on a pagedefault MLA code is this
<style type=’text/css’>
#[+selector+] {
margin: auto;
width: 100%;
}
#[+selector+] .gallery-item {
float: [+float+];
margin: [+margin+];
text-align: center;
width: [+itemwidth+];
}
#[+selector+] .gallery-item .gallery-icon img {
border: 2px solid #cfcfcf;
}
#[+selector+] .gallery-caption {
margin-left: 0;
vertical-align: top;
}
/* see mla_gallery_shortcode() in media-library-assistant/includes/class-mla-shortcode-support.php */
</style>Forum: Plugins
In reply to: [Media Library Assistant] centering a MLA responsive gallery on a pageAlso, is there an easy way to increase the size of the images I am using in the gallery. I believe there is, but I am not finding it. Have tried a few different ways, but not successful.
thanks,
Mike[mla_gallery type=”default” mla_caption=”{+template:({+empty+})+}” attachment_category=”Vintage” orderby=date link=”file” size=”portfolio-category” order=DESC]
- This reply was modified 6 years, 11 months ago by luigsm.