Imran Malik
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Telegram Login & Register] Redirect optionsWow very much appreciated the fast response and update. 5 stars.
- This reply was modified 7 months ago by Imran Malik.
Thanks for the confirmation, that answer my question. Appreciate it.
thanks for your respond. maybe not ideal solution, but figured to hide those using css.
at the form’s Appearance > Custom CSS, i added below to hide them.
div.wp-editor-tabs {display:none;}
div.mce-top-part.mce-container.mce-stack-layout-item.mce-first {display:none;}ok thanks for your respond
Forum: Themes and Templates
In reply to: [GeneratePress] Customize distortedI have the same issue
ok thanks, appreciate it
thanks! its look like this now https://paste.pics/S44H2, the tab still black but its better than before, appreciate your help
this is interesting. my question is there a way to show the other way around? show affiliate how many users he already referred? show list of users that registered into the website from his affiliate link
Forum: Plugins
In reply to: [My WP A/B Testing] Goal URLssss neededActually, your link should be inside the reusable block first. The plugin will automatically detect it from there then will show/appear as options under the “Select target URL to track Conversion”.
Thanks for the guidance. I dont have background in coding. But with your information, google and chatgpt, managed to create custom shortcodes. Just sharing it here for everyone else reference.
I use WPCode plugin>Add Snippet>PHP Snippet>Add below code>Run Everywhere>Activate/Update
function custom_lifterlms_my_grades_shortcode() { if (!is_user_logged_in()) { return 'You need to be logged in to see your grades.'; } ob_start(); // The following function sets up the necessary variables for the template lifterlms_template_student_dashboard_my_grades(); // Include the LifterLMS template file include plugin_dir_path( __FILE__ ) . 'wp-content/plugins/lifterlms/templates/myaccount/my-grades.php'; return ob_get_clean(); } add_shortcode('my_grades', 'custom_lifterlms_my_grades_shortcode');Then can use [my_grades] as the shortcodes.
If anyone has better workaround or method, please share here. Thanks
Forum: Plugins
In reply to: [Affiliates] [affiliates_referrals] shortcode issueThanks! appreciate it.
Forum: Plugins
In reply to: [AddToAny Share Buttons] Modifying the share URLMany thanks! it worked. Based on your input, what i did was, updated as below
<meta name="affiliates-id" content=[affiliates_id]>then include this in every post by using separate plugin and insert after content.
Forum: Plugins
In reply to: [Membership 2] How to make $1 trial?noted with thanks!
Forum: Plugins
In reply to: [Membership 2] How to show New Drip Content?Thanks, is the pro version has the function?
Tried redirect for logged out user, editing the plugin, but still no success
- This reply was modified 9 years, 3 months ago by Imran Malik.