juliereader
Forum Replies Created
-
I tried the post smtp plugin but this plugin isnt working
i remove the code from functions.php and still receiving wordpress default registration email
email log shows that registration welcome email was sent
i think issue is WP Mail SMTP plugin as they are trying to sell their pro version which control these notifications frequency. So to make it difficult, they have enforced some settings that no one can tweak anything that their pro version is trying to sell.yes they are using the wordpress default registration ..no plugin
I have disabled the register notification email to admin via functions.php so faras for how > i created a new Notification and select “New User Registration – For User” as notification type…
Forum: Fixing WordPress
In reply to: Custom Field in USER REGISTERcant we add it via some code in functions.php ?
i really would like to avoid piling up plugins pleaseForum: Plugins
In reply to: [Dynamic Visibility for Elementor] Error on activationyour plugin gave the same error 🙂
WooCommerce add-on for LearnPress = Version 4.1.8
WooCommerce: Version 10.0.4
LearnPress = Version 4.2.8.7.5Its coming on checkout page. Here is the screenshot
https://i.ibb.co/206sV4HC/error.pngForum: Plugins
In reply to: [WooCommerce] fatal error on activating woocommercehey Frank,
thanks for the reply.
- i cant see the stautus because when i activate the plugin, site crashes and shows the mentioned error
- i increased the memroy from php options in cpanel..still didnt work
- i have decativated and activated whole plugin folder. Even deleted woocommerce and then reinstall it..but its the only plugin that causes this issue.
- already worked with hosting provider for 2 hrs and he recommended getting help from.you guys.
can you share a screeshot of where it says how many attempts are left? I have the gradebook plugin but i cant find these details.
got it. thanks.
Forum: Plugins
In reply to: [Comments - wpDiscuz] Read More Limit In Commentsthank you very much
Forum: Networking WordPress
In reply to: Same Permalink Structure for all blogsAny update or tips please
Forum: Hacks
In reply to: Specify USER_ID range for each ROLE in wordpress@bcworkz
I want to contact you.
Please email me over here: juliereader(at)gmail(dot)comForum: Hacks
In reply to: Specify USER_ID range for each ROLE in wordpressP.S. What if I add a custom field to each role’s registration form and add a sequential numeric value? Where can I find such script? And how to tell optional content to show content based on my “custom-id” instead of user-id now?
Forum: Hacks
In reply to: Specify USER_ID range for each ROLE in wordpressWhat I am trying to do:
Let’s suppose I am selling unique articles to my customers. I need them to be my member on my site.
I have 3 membership level/roles and 1500 unique articles in inventory:
S2Memberlevel1 (Silver)-> 500 articles of 400 words each
S2Memberlevel2 (Gold) -> 500 articles of 800 words each
S2Memberlevel3 (Platinum) -> 500 articles of 1200 words eachEach (500) set of articles are placed in a separate folder for level identification.
Right now what I am trying to do is to place (manually) 1500 downloadable links on the CUSTOMER CLIENT DASHBOARD page. It should display only ONE DOWNLOADABLE LINK at a time based on following conditional:
i) Role
ii) Specific USER-IDBut since WordPress doesn’t make different sequential user IDs for each role that’s why I am not able to execute this idea. : (
===========
Another idea may be is to install new wordpress for each role in different folders. This way it will create new database each time each having its sequential IDs… But for that I’d need someone to design and a universal LOGIN PAGE for each blog. I don’t know if it is a good idea?
===========
Do you have anything in your mind as an alternative to execute my need?NO.. Ultimately I found that it could be done based on USER_ID. Can you please reply my thread over here: 🙁
I am really in need of this solution!