raizen84
Forum Replies Created
-
Forum: Plugins
In reply to: [Comment Reply Email Notification] I’ve found a bugHi any news regarding this issue?
Many thanks
Forum: Plugins
In reply to: [OnePress Social Locker] Not unlocking after clicking like buttonHi I’ve upgraded the plugin to version 5.0.7 but the problem stil persist. It is only with facebook and not with twitter.
Many thanks
Yes i hope it will be helpful even if it’s not working 100% :))
Thanks also to Andrew Hodges who optimized the code and wrote in this post:
https://www.s2member.com/forums/topic/updating-page-meta-data/
Hi,
I think i found where the problem could be. s2member save the custom capability for the page in a serialized array, so basically when the admin edits the page with some contents and then updates the page, s2member will store the capability with the correct array and everything will work fine ??
Your idea is great but i’m scared it could cause confusion when the admin (will not be me but my client) has to update the page with personal user contents ??
Thanks for your time and your suggestion anyway ??
Hi, thank for your reply.
I’m using the username to create a specific capability for each user as you can see:
$user->add_cap(“access_s2member_ccap_$username”);
update_post_meta($post_id, ‘s2member_ccaps_req’, “$username”);And it works, it actually populate the fields correctly, but when i’m logged in the website as user1 and i type url for the user2 page i can see it even if the capability is set up ?? and i can’t really understand why ;(
Protecting the content is great but what i’m trying is to make everything automatic at the registration process ??
Have you got any idea on how to make it working?
Thanks for your helpIt is possible if you put level 0 in the page and specify the same custom cap for the user and the page, as described in this video made by the plugin’s author:
My problem is: how i can populate them automatically ??
Forum: Themes and Templates
In reply to: How to remove sidebar on mobile devicesHi, thanks for sharing this piece of code. I’m new with genesis and i found a solution combining two plugins but i’m interested to integrate it in the code and avoid using plugins. Could you explain to me how i can integrate this php code into genes? Do i need to write it in the functions.php file?
Many thanks for your help
vincenzoForum: Plugins
In reply to: [Rename wp-login.php] Google CDNHi,
Thanks for your answer. Ok i’ll try and let you now ??
Thanks for your hard work on the plugin ??
Forum: Plugins
In reply to: [Rename wp-login.php] Google CDNYes Google CDN is for page caching it works like cloud flare. I was wondering if your plugin would work.
Thanks
Forum: Plugins
In reply to: [WP-Invoice - Web Invoice and Billing] Localization in italianWhat you guys can do in the meantime is just deleting all the language files and leave just the two files wp-invoice.mo and wp-invoice.po it will show the plugin in english ??
Forum: Plugins
In reply to: [WP-Invoice - Web Invoice and Billing] Localization in italianHi,
I’ve got the same problem ??
Forum: Plugins
In reply to: [Download Monitor] Remove download countSolved removing (<?php printf( _n( ‘1 download’, ‘%d downloads’, $dlm_download->get_the_download_count(), ‘download_monitor’ ), $dlm_download->get_the_download_count() ) ?>) from the file content-download.php
Forum: Plugins
In reply to: [Download Monitor] Want to show latest download in a category in a widget[downloads category=put here the category name]
Forum: Plugins
In reply to: [Download Monitor] Member only not workingSolved. The problem was a wrong configuration of S2Member plugin ??
Forum: Plugins
In reply to: [Page2cat: Category, Pages & Posts Shortcodes] Read more postOk no worries, i though it could be a bug.
I’ll find a solution for it. Thanx for your help ??