l0gan0
Forum Replies Created
-
Forum: Plugins
In reply to: [Yoast SEO] TypeError: i is not a function | Unable to edit site contentHi Devnihil – Thanks for your response and the link to this tool. I can confirm the server environment meets the plugin requirements.
I re-updated to the latest version of WP and was able to edit the site content in Troubleshooting mode. I could edit the content on both my theme and the TwentyTwentyThree theme with all plugins enabled except Yoast. Once I enabled Yoast, it gave the same error on both themes.
Strangely enough, this doesn’t happen when I roll back to WP 6.3.2.
Forum: Plugins
In reply to: [Appointments] 2.4.1 breaks start time (?Unknown?)I am having the exact same issue, so there’s definitely something going on with this version. Is there a place I can download the older version (2.4)?
I am using multisite, so I’m not sure if that helps diagnose the problem?
- This reply was modified 5 years, 11 months ago by l0gan0.
Same question. I am assuming the previous person changed their default page layout. However I do not want to do that. Is there another way to set the default page layout for job descriptions?
Forum: Plugins
In reply to: [NS Cloner - Site Copier] More Capitalization WoesOkay got it figured out in case anyone else has this issue. Still not sure if this was caused by the plugin, but here’s the solution.
Go into your database and edit the wp_blogs table of the sites that you are having issues with. The function dropdown should be blank, but you want to select “LOWER” and save. I’m no SQL expert, but I believe this forces the database to format the subfolder in lower case letter format.
Not sure why this started happening all the sudden, but I hope this saves you some time if you run into similar issues.
Cheers,
LoganForum: Plugins
In reply to: [NS Cloner - Site Copier] More Capitalization WoesBit more info here… I just created a site from scratch and did not have the same problem. So I am assuming that the Cloner is indeed responsible for this glitch.
Forum: Plugins
In reply to: [Store Locator Plus? for WP] Styled MapsHi Dawn,
Check in the core folder:
core > js > csl.js@tgl_curt – thanks! It took me a long time to figure out, and thought I could save you guys the time!
Cheers,
LoganForum: Reviews
In reply to: [Lightbox Gallery] Doesn't workIt was the HTML5 WordPress Boilerplate, working locally. I tried all three light/color/thickbox, none worked. It was placing the js on the page, but working for some other reason. Not sure what the problem was, but I just used a different plugin.
Thanks for the follow up.Forum: Networking WordPress
In reply to: 'My Sites' list brokenWhew! That one had me baffled.
Thank you so much! I had W3TC Installed, but not activated – so I didn’t even think that would be the issue.@xcellence – I had the same problem. You need to go to your W3 Cache settings and specify that you don’t want the q-and-a js/css files to be combined or minified. Then empty your cache/cdn and try again.
I recommend disabling cache/minify for logged in users/admins so that you can identify problems spurring from that.
Forum: Plugins
In reply to: [Store Locator Plus? for WP] Styled MapsYou put it with the rest of the map’s options:
if (this.gmap == null) { this.options = { mapTypeControl: this.mapTypeControl, mapTypeId: this.mapType, overviewMapControl: this.overviewControl, scrollwheel: !this.disableScroll, center: center, zoom: parseInt(this.zoom), scaleControl: this.mapScaleControl, overviewMapControlOptions: { opened: this.overviewControl }, styles: [ { "featureType": "water", "elementType": "geometry", "stylers": [ { "color": "#169da3" } ]
Forum: Plugins
In reply to: [Diamond MultiSite Widgets] Duplicate post on cross-postingI get the same thing. Also, once deleted, a post never disappears to from the blogs it copied to. So if I copy to 3 blogs, it lists 3 posts. Even after I delete the posts, the link remains on every blog it broadcast to. Any known solution?
Forum: Plugins
In reply to: [Store Locator Plus? for WP] Styled MapsGoogle Maps Wizard allows you to do some pretty cool customizations to the map itself, beyond what you could do in V2. If you’re not familiar with it you can check it out here: https://gmaps-samples-v3.googlecode.com/svn/trunk/styledmaps/wizard/index.html
To customize a map in Store Loctor Plus, I added the JSON it generated to the csl.js file under options:
styles: [ { "elementType": "geometry.stroke", "stylers": [ { "hue": "#ff0000" } ] } ]
I’m not sure if this will be overwritten when you update the plugin or not, but you can always keep a backup and quickly restore your styles. Hope that helps clarify!
Forum: Plugins
In reply to: [Store Locator Plus? for WP] Styled MapsI think he was asking where to paste the generated JSON from the Google Map Wizard.
example:[ { "elementType": "geometry.stroke", "stylers": [ { "hue": "#ff0000" } ] } ]
Forum: Plugins
In reply to: [Business Hours Plugin] Feature Requests: Table-less layoutOne other thing I just thought of:
When viewing a list of all days/hours, could you add a conditional css class to the table row or list item as “current day” then you could highlight the current day.
Solved: To create a custom template, name your page single-qa_faqs.php
Cheers!