Title: andyux's Replies | WordPress.org

---

# andyux

  [  ](https://wordpress.org/support/users/andyux/)

 *   [Profile](https://wordpress.org/support/users/andyux/)
 *   [Topics Started](https://wordpress.org/support/users/andyux/topics/)
 *   [Replies Created](https://wordpress.org/support/users/andyux/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/andyux/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/andyux/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/andyux/engagements/)
 *   [Favorites](https://wordpress.org/support/users/andyux/favorites/)

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 29 total)

1 [2](https://wordpress.org/support/users/andyux/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/andyux/replies/page/2/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Media Cloud for Bunny CDN, Amazon S3, Cloudflare R2, Google Cloud Storage, DigitalOcean and more] imgix and buddypress?](https://wordpress.org/support/topic/imgix-and-buddypress/)
 *  [andyux](https://wordpress.org/support/users/andyux/)
 * (@andyux)
 * [6 years ago](https://wordpress.org/support/topic/imgix-and-buddypress/#post-12788458)
 * Di you resolve imgix/buddypress?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WC Vendors - WooCommerce Multivendor, WooCommerce Marketplace, Product Vendors] Link in profile to related vendor](https://wordpress.org/support/topic/link-in-profile-to-related-vendor/)
 *  Thread Starter [andyux](https://wordpress.org/support/users/andyux/)
 * (@andyux)
 * [6 years ago](https://wordpress.org/support/topic/link-in-profile-to-related-vendor/#post-12736472)
 * Done thanks
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[The Events Calendar] How to change the accent colors](https://wordpress.org/support/topic/how-to-change-the-accent-colors/)
 *  [andyux](https://wordpress.org/support/users/andyux/)
 * (@andyux)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/how-to-change-the-accent-colors/#post-12643821)
 * Hi Deblyn, thanks. I cant figure out some of the colors (blue) in the month view
   for mobile. Todays date, and the blue dot where days there are events for:
    [https://share.getcloudapp.com/eDuxm4YE](https://share.getcloudapp.com/eDuxm4YE)
   Also, the 3 dots progress bar when switching views. Thanks a lot
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[The Events Calendar] How to change the accent colors](https://wordpress.org/support/topic/how-to-change-the-accent-colors/)
 *  [andyux](https://wordpress.org/support/users/andyux/)
 * (@andyux)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/how-to-change-the-accent-colors/#post-12641024)
 * btw this is to remove the white box, spacing look weird, so i made it the same
   color as the grey background
 *     ```
       background-color: #FAFBFD;
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[The Events Calendar] How to change the accent colors](https://wordpress.org/support/topic/how-to-change-the-accent-colors/)
 *  [andyux](https://wordpress.org/support/users/andyux/)
 * (@andyux)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/how-to-change-the-accent-colors/#post-12641017)
 * Glad to help, I was doing the exact same thing at the same time!
    SO to change
   the text in the alert you would have to modify some of the calendar core files,
   its not hard, but you would have to google it, and update the file using ftp.
   Always keep a copy! Also when the theme updates, you would have to do it again
   if that file gets replaced. Another option is to hide it, we can do that using
   css, and it will continue to work through updates. I just tried it, so that you
   for bringing that up. If you want to go that way, add this to your theme css
 *     ```
       /* remove alert */
   
       .tribe-events .tribe-events-header__messages {
           display: none;
       }
   
       .tribe-events .tribe-events-header {
           background-color: #FAFBFD;
       }
       ```
   
 * When you have some down time, learn some css, thats what i had to do and i been
   doing this for a looong time, its really worth knowing. Keep asking if you need
   help, always learning!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[The Events Calendar] How to change the accent colors](https://wordpress.org/support/topic/how-to-change-the-accent-colors/)
 *  [andyux](https://wordpress.org/support/users/andyux/)
 * (@andyux)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/how-to-change-the-accent-colors/#post-12639876)
 * These are all my css color corrections, and im still missing a couple. You can
   try this in your css, and change the color to yours after (so you can verify 
   its working, i am using orange)
 *     ```
       /* ----------- THE EVENTS CALENDAR -------------  */
   
       /* Fix padding */
   
       .tribe-common--breakpoint-medium.tribe-events .tribe-events-l-container,
       .tribe-events .tribe-events-l-container,
       .content-area bb-grid-cell {
           padding-top: 0px;
           padding-bottom: 0px;
       } 
   
       /* Fix color */
   
       .tribe-common a {
           color: #ff5e3a;
           outline: 0;
           text-decoration: none;
       } 
   
       .tribe-common .tribe-common-c-btn, .tribe-common a.tribe-common-c-btn {
           background-color: #ff5e3a;
       }
   
       .tribe-events .tribe-events-calendar-month__day--current .tribe-events-calendar-month__day-date {
           color: #ff5e3a;
       }
   
       .tribe-common a, .tribe-common a:active, .tribe-common a:focus, .tribe-common a:hover, 
       .tribe-common a:visited {
           color: #ff5e3a;
       }
   
       .tribe-events .tribe-events-c-ical__link:active, .tribe-events .tribe-events-c-ical__link:focus,
       .tribe-events .tribe-events-c-ical__link:hover {
           color: #fff;
           background-color: #ff5e3a;
       }
   
       .tribe-events .tribe-events-c-ical__link {
           color: #ff5e3a;
           border: 1px solid #ff5e3a;
           margin-bottom: 16px;
       }
   
       .tribe-events .tribe-events-c-ical__link:before {
           display: none;
       }
   
       .tribe-events .datepicker .day.active, .tribe-events .datepicker .day.active.focused, 
       .tribe-events .datepicker .day.active:focus, .tribe-events .datepicker .day.active:hover, 
       .tribe-events .datepicker .month.active, .tribe-events .datepicker .month.active.focused, 
       .tribe-events .datepicker .month.active:focus, .tribe-events .datepicker .month.active:hover, 
       .tribe-events .datepicker .year.active, .tribe-events .datepicker .year.active.focused, 
       .tribe-events .datepicker .year.active:focus, 
       .tribe-events .datepicker .year.active:hover {
           background: #ff5e3a;
       }
   
       .tribe-events .tribe-events-calendar-month__day--current .tribe-events-calendar-month__day-date {
           color: #fff;
           background: #ff5e3a;
       }
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[The Events Calendar] How to change the accent colors](https://wordpress.org/support/topic/how-to-change-the-accent-colors/)
 *  [andyux](https://wordpress.org/support/users/andyux/)
 * (@andyux)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/how-to-change-the-accent-colors/#post-12639594)
 * [https://yootheme.com/support/question/130045](https://yootheme.com/support/question/130045)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[The Events Calendar] How to change the accent colors](https://wordpress.org/support/topic/how-to-change-the-accent-colors/)
 *  [andyux](https://wordpress.org/support/users/andyux/)
 * (@andyux)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/how-to-change-the-accent-colors/#post-12639589)
 * Not stupid question!
 * You can insert css via your theme. In your theme settings, see if it has an insert
   code/css section.
 * > To add custom CSS in YOOtheme Pro open the Customizer navigate to Settings 
   > > Custom Code and insert your CSS into the field “CSS/LESS”.
 * I am not sure what LESS is… shouldnt need that i guess.
 * Nice website!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Email Before Download] Email before download error php](https://wordpress.org/support/topic/email-before-download-error-php/)
 *  [andyux](https://wordpress.org/support/users/andyux/)
 * (@andyux)
 * [7 years ago](https://wordpress.org/support/topic/email-before-download-error-php/#post-11473540)
 * Erem change didnt fix it for me.
 *  This did. Replace line 56 with
 * `if (is_array($query) && count($query) > 0) {`
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Photonic Gallery & Lightbox for Flickr, SmugMug & Others] flickr album (photoset)](https://wordpress.org/support/topic/flickr-album-photoset/)
 *  Thread Starter [andyux](https://wordpress.org/support/users/andyux/)
 * (@andyux)
 * [7 years, 10 months ago](https://wordpress.org/support/topic/flickr-album-photoset/#post-10485348)
 * sent you $25 for your awesome work and quick support – thank you
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Photonic Gallery & Lightbox for Flickr, SmugMug & Others] flickr album (photoset)](https://wordpress.org/support/topic/flickr-album-photoset/)
 *  Thread Starter [andyux](https://wordpress.org/support/users/andyux/)
 * (@andyux)
 * [7 years, 10 months ago](https://wordpress.org/support/topic/flickr-album-photoset/#post-10485247)
 * YES! thank you, im sending you coffee moneys!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Photonic Gallery & Lightbox for Flickr, SmugMug & Others] flickr album (photoset)](https://wordpress.org/support/topic/flickr-album-photoset/)
 *  Thread Starter [andyux](https://wordpress.org/support/users/andyux/)
 * (@andyux)
 * [7 years, 10 months ago](https://wordpress.org/support/topic/flickr-album-photoset/#post-10485169)
 * i see per page, and it works for thumbnails, but also limits the images in the
   lighbox. Show more works but… I only one to show 1 thubnail, but all the photos
   in the lightbox, i am not seeing that function, thanks
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Photonic Gallery & Lightbox for Flickr, SmugMug & Others] flickr album (photoset)](https://wordpress.org/support/topic/flickr-album-photoset/)
 *  Thread Starter [andyux](https://wordpress.org/support/users/andyux/)
 * (@andyux)
 * [7 years, 10 months ago](https://wordpress.org/support/topic/flickr-album-photoset/#post-10485085)
 * OK very close! i am not finding how to display only one thumbnail to click and
   then will lightbox all the images; limit 1 i guess is for something else
 * [flickralbum type=”flickr” view=’photos’ photoset_id=’72157698383423774′ media
   =’all’ tag_mode=’any’ layout=’square’ limit=’1′]
 * [http://lagniappe.live/2018/07/reno-101/](http://lagniappe.live/2018/07/reno-101/)
 * thank youuuuuuu
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Photonic Gallery & Lightbox for Flickr, SmugMug & Others] Flckr – album shows photostream](https://wordpress.org/support/topic/flckr-album-shows-photostream/)
 *  Thread Starter [andyux](https://wordpress.org/support/users/andyux/)
 * (@andyux)
 * [7 years, 10 months ago](https://wordpress.org/support/topic/flckr-album-shows-photostream/#post-10484740)
 * thanks, go it!
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Break post into 3 linkable categories](https://wordpress.org/support/topic/break-post-into-3-linkable-categories/)
 *  Thread Starter [andyux](https://wordpress.org/support/users/andyux/)
 * (@andyux)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/break-post-into-3-linkable-categories/#post-5588799)
 * Thanks Suis, exactly. This one seems to be similar, but up to date [https://wordpress.org/plugins/cp-related-posts/screenshots/](https://wordpress.org/plugins/cp-related-posts/screenshots/)

Viewing 15 replies - 1 through 15 (of 29 total)

1 [2](https://wordpress.org/support/users/andyux/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/andyux/replies/page/2/?output_format=md)