Title: b...b's Replies | WordPress.org

---

# b...b

  [  ](https://wordpress.org/support/users/bb-4/)

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

 Search replies:

## Forum Replies Created

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

1 [2](https://wordpress.org/support/users/bb-4/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/bb-4/replies/page/3/?output_format=md) [4](https://wordpress.org/support/users/bb-4/replies/page/4/?output_format=md)
[5](https://wordpress.org/support/users/bb-4/replies/page/5/?output_format=md) [→](https://wordpress.org/support/users/bb-4/replies/page/2/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[ICS Calendar] ICS calendar and Autoptimize](https://wordpress.org/support/topic/ics-calendar-and-autoptimize/)
 *  Thread Starter [b…b](https://wordpress.org/support/users/bb-4/)
 * (@bb-4)
 * [4 years, 4 months ago](https://wordpress.org/support/topic/ics-calendar-and-autoptimize/#post-15241919)
 * I was able to get the calendar to update correctly.
 * I changed (2) settings:
 * (1) Autoptimize Settings -> JS, CSS & HTML -> Exclude scripts from Autoptimize:
   plugins/ics-calendar/
    (2) LiteSpeed Settings -> Excludes Settings -> Do Not 
   Cache URIs: /calendar/$
 * seems to be working now.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Data Access – App Builder for Tables, Forms, Charts, Maps & Dashboards] Bulk Edit and Quick Edit](https://wordpress.org/support/topic/bulk-edit-and-quick-edit/)
 *  Thread Starter [b…b](https://wordpress.org/support/users/bb-4/)
 * (@bb-4)
 * [5 years, 10 months ago](https://wordpress.org/support/topic/bulk-edit-and-quick-edit/#post-13139722)
 * Thanks for the input. I’ll post the code if I get things working.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Data Access – App Builder for Tables, Forms, Charts, Maps & Dashboards] WHERE with BETWEEN](https://wordpress.org/support/topic/where-with-between/)
 *  Thread Starter [b…b](https://wordpress.org/support/users/bb-4/)
 * (@bb-4)
 * [5 years, 11 months ago](https://wordpress.org/support/topic/where-with-between/#post-13014005)
 * I’m making progress.
 * I created a view combining the salesparent and saleschild tables (v_salesparent_saleschild).
   I then set a parent/child 1:n relationship on salesparent for a new field (I 
   called it storeNo), this field is fake, but gives me the parent/child view.
 * On the v_salesparent_saleschild I set the Default WHERE BETWEEN statement with
   a few more AND’s.
 * Presto… All seems to be working. I lost the ability to make changes from the 
   child table, since it is now only a view. But, that is OK, I only need to make
   changes in the parent table, and get information from the child.
 * Probably not how you intended for using the plugin (but it seems to be working
   great for my project).
 * Now onto option sets. 🙂
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Data Access – App Builder for Tables, Forms, Charts, Maps & Dashboards] WHERE with BETWEEN](https://wordpress.org/support/topic/where-with-between/)
 *  Thread Starter [b…b](https://wordpress.org/support/users/bb-4/)
 * (@bb-4)
 * [5 years, 11 months ago](https://wordpress.org/support/topic/where-with-between/#post-13010658)
 * Peter,
 * I reviewed how to make option sets. Looks like I will need this after I get the
   WHERE statement working.
 * I have tried a few different syntaxes with no success. I have (2) tables: salesparent
   and saleschild.
 * I tried the following in the default WHERE of the saleschild table. All give “
   No data found”
 * WHERE salesparent.saleDay BETWEEN saleschild.startDay AND saleschild.endDay
    
   WHERE salesparent.saleDay BETWEEN saleschild.startDay AND saleschild.endDay; 
   WHERE ‘salesparent’.’saleDay’ BETWEEN ‘saleschild’.’startDay’ AND ‘saleschild’.’
   endDay’ WHERE ‘salesparent’.’saleDay’ BETWEEN ‘saleschild’.’startDay’ AND ‘saleschild’.’
   endDay’;
 * Any ideas?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[VS Event List] Create a PDF](https://wordpress.org/support/topic/create-a-pdf-2/)
 *  Thread Starter [b…b](https://wordpress.org/support/users/bb-4/)
 * (@bb-4)
 * [7 years, 2 months ago](https://wordpress.org/support/topic/create-a-pdf-2/#post-11260461)
 * Thanks. I’ll try it on a new page.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Inline Google Spreadsheet Viewer] Timeout error](https://wordpress.org/support/topic/timeout-error-9/)
 *  Thread Starter [b…b](https://wordpress.org/support/users/bb-4/)
 * (@bb-4)
 * [7 years, 2 months ago](https://wordpress.org/support/topic/timeout-error-9/#post-11236832)
 * Thanks for the quick reply.
 * I’ll start by reducing the Google sheet.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Connections Business Directory] Error: Warning: array_map()](https://wordpress.org/support/topic/error-warning-array_map-2/)
 *  Thread Starter [b…b](https://wordpress.org/support/users/bb-4/)
 * (@bb-4)
 * [7 years, 2 months ago](https://wordpress.org/support/topic/error-warning-array_map-2/#post-11228227)
 * Thanks for the quick reply and the link about hiding PHP warnings.
 * My timing was bad. I’ll try the update later today.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Vega] Child Theme – Colors](https://wordpress.org/support/topic/child-theme-colors/)
 *  Thread Starter [b…b](https://wordpress.org/support/users/bb-4/)
 * (@bb-4)
 * [8 years, 12 months ago](https://wordpress.org/support/topic/child-theme-colors/#post-9157982)
 * Thanks.
 * Can I use a child theme: vega-child/color-schemes/somefile.css ?
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Vega] Child Theme – Colors](https://wordpress.org/support/topic/child-theme-colors/)
 *  Thread Starter [b…b](https://wordpress.org/support/users/bb-4/)
 * (@bb-4)
 * [8 years, 12 months ago](https://wordpress.org/support/topic/child-theme-colors/#post-9157339)
 * Does not answer my question.
 * Why does code on the left side use the blue color scheme?
 * [https://www.currentinspiration.com/temp/Vega-child_functionsBluevsfunctions.JPG](https://www.currentinspiration.com/temp/Vega-child_functionsBluevsfunctions.JPG)
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Vega] Probelms after migration http to https](https://wordpress.org/support/topic/probelms-after-migration-http-to-https/)
 *  [b…b](https://wordpress.org/support/users/bb-4/)
 * (@bb-4)
 * [9 years ago](https://wordpress.org/support/topic/probelms-after-migration-http-to-https/#post-9123077)
 * You can make the change to https:// without a plugin.
 * Most is done when you change General -> Settings -> WordPress Address (URL) &
   Site Address (URL) to [https://yoursite.com](https://yoursite.com)
 * Be careful. This changes the URL for the site. You will lose any SEO juice and
   Social network stuff (likes, etc..). There is probably a way to save the SEO 
   rank (but I don’t know it).
 * In case something goes wrong, you can change back to http:// via the wp_Options
   table using your cPanel -> phpMyAdmin.
 * After the change you will most likely still have some insecure items remaining,
   giving mixed content (no green lock) on some of your pages.
 * The insecure items can come from the wordpress core, your theme, any plugins,
   links you have added to your content, javascrits etc.. Any item hardcoded with
   [http://](https://wordpress.org/support/users/bb-4/replies/?output_format=md).
 * I don’t want to be negative, but its a lot of work to manually chase down all
   of the hardcoded links.
 * I started manually, but eventually gave up and went to a plugin (it was worth
   it).
    -  This reply was modified 9 years ago by [b...b](https://wordpress.org/support/users/bb-4/).
    -  This reply was modified 9 years ago by [b...b](https://wordpress.org/support/users/bb-4/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Tiled Gallery Carousel Without JetPack] Update causes Galleries to fill only 1/2 page](https://wordpress.org/support/topic/update-causes-galleries-to-fill-only-12-page/)
 *  Thread Starter [b…b](https://wordpress.org/support/users/bb-4/)
 * (@bb-4)
 * [9 years ago](https://wordpress.org/support/topic/update-causes-galleries-to-fill-only-12-page/#post-9120805)
 * I have been comparing files from V2.1 to V2.2 of your plugin in an effort troubleshoot
   the problem. I only see (1) difference in the tiled-gallery.php file whereby,
   the protocol was changed from http:// to https://
 * – Plugin URL: [https://themepacific.com/](https://themepacific.com/)
    – Author
   URI: [https://themepacific.com/](https://themepacific.com/)
 * Is there any other changes?
    -  This reply was modified 9 years ago by [b...b](https://wordpress.org/support/users/bb-4/).
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Vega] Probelms after migration http to https](https://wordpress.org/support/topic/probelms-after-migration-http-to-https/)
 *  [b…b](https://wordpress.org/support/users/bb-4/)
 * (@bb-4)
 * [9 years ago](https://wordpress.org/support/topic/probelms-after-migration-http-to-https/#post-9112899)
 * Can you try the plugin. HTTP / HTTPS Remover By CONDACORE ?
 * This plugin will try to make all of your references relative (using // instead
   of [http://](https://wordpress.org/support/users/bb-4/replies/?output_format=md)).
 * One way to check the resources that are not loaded securely is using: [https://www.whynopadlock.com/](https://www.whynopadlock.com/)
 * Currently the following resources are not loaded securely on you home page:
 * Total number of items: 99
    Number of insecure items: 5 Insecure URL: [http://www.labevents.it/wp-content/plugins/sitepress-multilingual-cms/templates/language-switchers/legacy-list-horizontal/style.css?ver=1](http://www.labevents.it/wp-content/plugins/sitepress-multilingual-cms/templates/language-switchers/legacy-list-horizontal/style.css?ver=1)
   Found in: [https://www.labevents.it/](https://www.labevents.it/)
 * Insecure URL: [http://www.labevents.it/wp-content/plugins/sitepress-multilingual-cms/templates/language-switchers/menu-item/style.css?ver=1](http://www.labevents.it/wp-content/plugins/sitepress-multilingual-cms/templates/language-switchers/menu-item/style.css?ver=1)
   
   Found in: [https://www.labevents.it/](https://www.labevents.it/)
 * Insecure URL: [http://fonts.googleapis.com/css?family=Carme%3A400%2C700%2C400italic&subset=latin%2Ccyrillic-ext%2Cgreek-ext%2Ccyrillic&ver=4.7.4](http://fonts.googleapis.com/css?family=Carme%3A400%2C700%2C400italic&subset=latin%2Ccyrillic-ext%2Cgreek-ext%2Ccyrillic&ver=4.7.4)
   
   Found in: [https://www.labevents.it/](https://www.labevents.it/)
 * Insecure URL: [http://www.labevents.it/wp-content/uploads/2017/04/fotografo-verona-google-reviews.png](http://www.labevents.it/wp-content/uploads/2017/04/fotografo-verona-google-reviews.png)
   
   Found in: [https://www.labevents.it/](https://www.labevents.it/)
 * Insecure URL: [http://fonts.gstatic.com/s/carme/v7/IGQFaxr6QFntFZmYFeQEew.ttf](http://fonts.gstatic.com/s/carme/v7/IGQFaxr6QFntFZmYFeQEew.ttf)
   
   Found in: [http://fonts.googleapis.com/css?family=Carme%3A400%2C700%2C400italic&subset=latin%2Ccyrillic-ext%2Cgreek-ext%2Ccyrillic&ver=4.7.4](http://fonts.googleapis.com/css?family=Carme%3A400%2C700%2C400italic&subset=latin%2Ccyrillic-ext%2Cgreek-ext%2Ccyrillic&ver=4.7.4)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Tiled Gallery Carousel Without JetPack] Update causes Galleries to fill only 1/2 page](https://wordpress.org/support/topic/update-causes-galleries-to-fill-only-12-page/)
 *  Thread Starter [b…b](https://wordpress.org/support/users/bb-4/)
 * (@bb-4)
 * [9 years ago](https://wordpress.org/support/topic/update-causes-galleries-to-fill-only-12-page/#post-9108819)
 * You don’t see it, because I restored the website from backup to the previous 
   version, (please read original question).
 * I am stuck. If I update, the gallery changes to fill only 1/2 of the page.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[MailChimp Forms by MailMunch] Add to MC list segment with checkbox](https://wordpress.org/support/topic/add-to-mc-list-segment-with-checkbox/)
 *  Thread Starter [b…b](https://wordpress.org/support/users/bb-4/)
 * (@bb-4)
 * [9 years, 3 months ago](https://wordpress.org/support/topic/add-to-mc-list-segment-with-checkbox/#post-8744707)
 * Liz,
 * I have submitted a request to [https://mailmunch.zendesk.com/hc/en-us/requests/new](https://mailmunch.zendesk.com/hc/en-us/requests/new)
 * Is this correct?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Master Slider - Responsive Touch Slider] Load OK, scroll not working](https://wordpress.org/support/topic/load-ok-scroll-not-working/)
 *  [b…b](https://wordpress.org/support/users/bb-4/)
 * (@bb-4)
 * [9 years, 4 months ago](https://wordpress.org/support/topic/load-ok-scroll-not-working/#post-8613564)
 * I made many changes and got the slider to wok correctly. I believe turning off
   minify in W3TC did the trick.
 * There are several different minify settings in W3TC. Do you know if any of the
   settings will work with your plugin? or if CloudFlare’s minify will work? or 
   possibly another minify cache?
 * Just looking for some additional speed.

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

1 [2](https://wordpress.org/support/users/bb-4/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/bb-4/replies/page/3/?output_format=md) [4](https://wordpress.org/support/users/bb-4/replies/page/4/?output_format=md)
[5](https://wordpress.org/support/users/bb-4/replies/page/5/?output_format=md) [→](https://wordpress.org/support/users/bb-4/replies/page/2/?output_format=md)