cwgservices
Forum Replies Created
-
@stevejburge, I edited the review since you have convinced me the issues with the description are not intentional. I can’t judge the quality of the plugin, only its usefulness for me, so I didn’t change the rating, but I updated the title and content.
The screenshot is at https://www.awesomescreenshot.com/image/55839092?key=44bcc8a06a726068f3f6b7ffcc7275f3
If the link disappears when I submit, I don’t know how to get it to you 😉
I marked up a screenshot showing several places where you imply that the product slider is part of the free version. Upon extremely close re-reading of the entire description, I do see that you mention the restriction, but it’s carefully hidden in the hope that people will purchase the pro version after they find out the free one is inadequate to their needs. My review stands as written unless you update your description to make it clear.
I am still having this issue. Please advise.
Actually I removed it and reinstalled. I also found some hacked files that I repaired with Defender, and some extra files that I removed. Scan completed after I reinstalled…
As I recall you need to specify the https:// protocol in your redirect url.
We stopped using this plugin due to some anomalies, and switched to https://ww.wp.xz.cn/plugins/multiple-domain/Forum: Plugins
In reply to: [Multiple Domain Mapping on Single Site] not workingfyi it’s an nginx server, is that a problem?
Forum: Plugins
In reply to: [Multiple Domain Mapping on Single Site] Mapped Domain Doesn’t ShowThat worked! Thank you!
Forum: Plugins
In reply to: [View Admin As] Need to switch to another adminWow thank you for all the work to solve my bug! I’m glad to know it wasn’t something I did… I’ll install new version shortly. Probably won’t report result here till morning. Thanks again
Forum: Plugins
In reply to: [View Admin As] Need to switch to another adminOk, I made my account a ‘superior’ user and left others alone. Still can’t switch to another admin, only to lower level accounts.
add_filter( 'view_admin_as_superior_admins', 'my_superior_admins' ); function my_superior_admins() { // Get your user object $user = get_user_by( 'email', '[email protected]' ); if ( isset( $user->ID ) ) { // Return your user ID return $user->ID; } }Forum: Plugins
In reply to: [View Admin As] Need to switch to another adminOHHH. I used 1 and 2 because the two permanent admins have those ids, i.e. my client and I… but that means I made him same as me and still can’t see it the way he does. If I keep just mine in this function, that should do it. And if I use the email as you suggest, I can use it on any site. Thanks for clarification…
My plan had been to have a user meta field, visible only for admins, that I could use to enable / disable ‘switch to any’ capability. That was based on my misunderstanding the way your security worked.
Forum: Plugins
In reply to: [View Admin As] Need to switch to another adminSorry, didn’t see your reply. Here’s the code:
add_filter( ‘view_admin_as_superior_admins’, ‘my_superior_admins’ );
function my_superior_admins() {
// Give user ID’s 1 and 2 superior access (future: check superadmin user field)
return array( 1, 2 );
}Forum: Plugins
In reply to: [View Admin As] Need to switch to another adminIt’s not a network setup. I tried this anyway but it did not work. Any suggestions?
Forum: Plugins
In reply to: [WP Featured Screenshot] (Still) does not work on current versionI added this yesterday to a site that is running latest versions of everything. It’s working fine, pretty cool plugin.
Results here: http://cwgservices.com/website-portfolio/
Forum: Fixing WordPress
In reply to: Styling an embedded spreadsheetSolved this.
Turns out you can’t apply styles to embedded content from another domain.
For my specific issue, I set ‘nowrap’ on the sheet that is being embedded, and that took care of my problem.
Forum: Fixing WordPress
In reply to: Styling an embedded spreadsheetUpdate…turns out that plugin is only for non-google-drive docs. go figure.