Justin Givens
Forum Replies Created
-
Forum: Plugins
In reply to: [Mailchimp for WooCommerce] Missing Vendors folderHey Ryan,
It was our .gitignore issue!
Forum: Plugins
In reply to: [LiteSpeed Cache] BeaverBuilder issueEric,
I found the debug log this line:
CDN _process
Could I use CONST
LITESPEED_BYPASS_CDN
and define that when the builder is active?Here’s the full log:
10/18/17 11:47:57.001 [0.0.0.0:49589 1 6Ic] POST HTTP/1.1 /industries/industrial-waste-management/
10/18/17 11:47:57.001 [0.0.0.0:49589 1 6Ic] Query String: fl_builder
10/18/17 11:47:57.001 [0.0.0.0:49589 1 6Ic] Cookie _lscache_vary: admin_bar:1;logged-in:1;role:99
10/18/17 11:47:57.017 [0.0.0.0:49589 1 6Ic] X Cache_control -> no Cache ( logged in user )
10/18/17 11:47:57.017 [0.0.0.0:49589 1 6Ic] GUI init
10/18/17 11:47:57.235 [0.0.0.0:49589 1 6Ic] not cacheable before ctrl finalize
10/18/17 11:47:57.235 [0.0.0.0:49589 1 6Ic] X-LiteSpeed-Cache-Control: no-cache
10/18/17 11:47:57.235 [0.0.0.0:49589 1 6Ic] Optimizer bypass: Not frontend HTML type
10/18/17 11:47:57.235 [0.0.0.0:49589 1 6Ic] CDN _process
10/18/17 11:47:57.243 [0.0.0.0:49589 1 6Ic] End responseI can’t provide full SSH access sorry.
Forum: Plugins
In reply to: [LiteSpeed Cache] BeaverBuilder issueIf I switch back to W3TC the builder works fine. I’m providing both JSON respond data.
With LiteSpeed Cache Enabled: https://pastebin.com/bh9Maf0K
With W3TC Enabled: https://pastebin.com/TifH7akQ
Let me know if you need anything else.
Forum: Plugins
In reply to: [LiteSpeed Cache] BeaverBuilder issueYes I am. Sorry. Working on getting the two outputs now.
Forum: Plugins
In reply to: [LiteSpeed Cache] BeaverBuilder issueI will provide a link to it today.
Forum: Plugins
In reply to: [NS Cloner - Site Copier] Copies other Database TablesAfter using the Add-on Table selector, the only tables it copies and the ones we selected so that is good.
My issue above is when I do the first copy (without Table Selector Addon) that is copies all the tables in the database (include non-WP ones).
Also, feature request for Table Selector: Uncheck all / Check All.
I’m with Dave on this. No need to load it on all pages. One reason for me is because you are querying the database each time looking for the shortcode.
Dave, I did this:
//In my theme function file ///Removing store locater from the head. remove_action('wp_head', 'sl_head_scripts'); if( is_page() ) { add_action( 'wp_head' , 'sl_head_scripts' ); }
It now only loads on that specific page. I would not recommend anyone editing the plugin because when updates come out you will lose those.
Thanks,
JustinForum: Plugins
In reply to: [Display All Image File Path] 3.5 IssueThe release of 2.0 fixes this issue.
Hey guys, I apologize for the delay. My RSS didn’t update.
It works with specific address but only if Google can find the ending address. If it goes back to the homepage then you might have another plugin or theme removing jQuery.
Try disabling other plugins and see if it work.
Hey 1916,
I’m not sure about the printing the French. I’ll look into it. Have you
tried [simple_directions title="Home" lang="fr" address="your_address"]
Forum: Plugins
In reply to: [Current Location] [Plugin: Current Location] Changing Background BoarderHey Sean,
That map image comes from Google. So you’ll probably need some javascript or something to apply the CSS to remove the background-color. See https://stackoverflow.com/questions/217776/how-to-apply-css-to-iframe
Forum: Fixing WordPress
In reply to: code to display the current localtionHey glepage,
I think you are confused about my plugin. I just display a users current location based on their Google Latitude information.
have you seen : https://www.ads-software.com/extend/plugins/geoplugin-currency-shortcode/
It looks like it might do exactly what you want.
Forum: Fixing WordPress
In reply to: code to display the current localtionGlepage,
What do you use right now to display the currency for other countries?
Hey Robert,
Glad we got this cleared up on the phone. Just incase someone else has the same issue.
The shortcode works like this:
[simple_directions title="Whatever Here" address="New York City, New York"]
Title and Address are both required but lang isn’t. It will default to English.
Forum: Fixing WordPress
In reply to: how to Remove query strings from static resourcesI just ran across this post sharepointjohn.com and it has two filters you can add to remove stylesheets and javascript.