b...b
Forum Replies Created
-
Forum: Plugins
In reply to: [ICS Calendar] ICS calendar and AutoptimizeI 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.
Thanks for the input. I’ll post the code if I get things working.
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. ??
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
In reply to: [VS Event List] Create a PDFThanks. I’ll try it on a new page.
Forum: Plugins
In reply to: [Inline Google Spreadsheet Viewer] Timeout errorThanks for the quick reply.
I’ll start by reducing the Google sheet.
Forum: Plugins
In reply to: [Connections Business Directory] Error: Warning: array_map()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
In reply to: [Vega] Child Theme – ColorsThanks.
Can I use a child theme: vega-child/color-schemes/somefile.css ?
Forum: Themes and Templates
In reply to: [Vega] Child Theme – ColorsDoes 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
Forum: Themes and Templates
In reply to: [Vega] Probelms after migration http to httpsYou 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
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 https:// 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 https://.
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).
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 https:// to https://
– Plugin URL: https://themepacific.com/
– Author URI: https://themepacific.com/Is there any other changes?
- This reply was modified 7 years, 6 months ago by b...b.
Forum: Themes and Templates
In reply to: [Vega] Probelms after migration http to httpsCan you try the plugin. HTTP / HTTPS Remover By CONDACORE ?
This plugin will try to make all of your references relative (using // instead of https://).
One way to check the resources that are not loaded securely is using: 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: https://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/Insecure URL: https://www.labevents.it/wp-content/plugins/sitepress-multilingual-cms/templates/language-switchers/menu-item/style.css?ver=1
Found in: https://www.labevents.it/Insecure URL: https://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/Insecure URL: https://www.labevents.it/wp-content/uploads/2017/04/fotografo-verona-google-reviews.png
Found in: https://www.labevents.it/Insecure URL: https://fonts.gstatic.com/s/carme/v7/IGQFaxr6QFntFZmYFeQEew.ttf
Found in: https://fonts.googleapis.com/css?family=Carme%3A400%2C700%2C400italic&subset=latin%2Ccyrillic-ext%2Cgreek-ext%2Ccyrillic&ver=4.7.4You 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
In reply to: [MailChimp Forms by MailMunch] Add to MC list segment with checkboxLiz,
I have submitted a request to https://mailmunch.zendesk.com/hc/en-us/requests/new
Is this correct?
Forum: Plugins
In reply to: [Master Slider - Responsive Touch Slider] Load OK, scroll not workingI 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.