iaddic
Forum Replies Created
-
Forum: Reviews
In reply to: [Auto Post Scheduler] 5 could be 10Very Nice! I’ll look forward to putting it to use! The power of this is incredible! I was looking for a CLEAN way to re=publish branded products for a non-profit and your plugin did just that! Now I can have a constant feed of products hitting social media at a steady rate, Again, BRILLIANT!
Forum: Plugins
In reply to: [Transposh WordPress Translation] PHP7 compatabilityOfer:
I have been using your plugin for about 7 years. Over the years I have contemplated others and have even tried a couple, but I ALWAYS come back to your clean and well performing plugin.
I went through the ups and downs along the way but always felt your product, your solution, was the best and I still do.
Thanks for great plugin
Rich
Forum: Plugins
In reply to: [Heartbeat Control] Is this still alive? Does it work with WordPress 4.4.2?Doesn’t work. throws this message: Plugin could not be activated because it triggered a fatal error.
The update profile is not working for new users. I have an existing user where I can edit my profile and save the edits. However, a new registered user can not edit the profile text. Images can be uploaded but not the text field. This applies to all profile fields.
chriiss95 —
did you get this resolved? I would like the same functionality but this ticketing system UM uses keeps other users from seeing and implementing things they may have already answered. Seems they need to open a UM forum…
Anyhow, I’d like to hear if you were helped and how! Thanks, Rich
I am in need of the exact same thing…also did you see this snippet?
It syncs the UM role to a WP role…I think we need someone who can help reverse this to trigger on a WP role change and if a user exists in UM then change the corresponding role in UM.
Hello;
I have the exact same problem…
I have seen the snippet of code to be placed in the themes functions.php file for syncing when a UM role changes. I think all we need is to reverse that.
here is the snippet from your old forums.
add_action(‘um_after_user_is_approved’, ‘sync_um_and_wp_role’, 99 );
function sync_um_and_wp_role( $user_id ) {
$role = get_user_meta( $user_id, ‘role’, true);
if ( $role == ‘member’ ) {
$wp_user_object = new WP_User( $user_id );
$wp_user_object->set_role( ‘student’ );
}
}I think the this would help many people requesting this help
Forum: Fixing WordPress
In reply to: WP to Ultimate Member syncOk..I’ll post there also….But where can I get help with the first part of the equation?
I am seeking to create a something that looks for a particular user role to be set. When it is, I need to capture it…
That is a WP action I need help with.
So when a WP user role, “name a role” changes in WP, I need to capture that so that I can wite/change the Ultimate member role…
I am not too keen to have to play around with my themes functions.php file for this as I am not a programmer. But I am in need of some help on this…
Thanks…
Forum: Fixing WordPress
In reply to: reveal Author in Product Page Equick Edit ScreenThanks I’ll give it a try … it looks promising.
Forum: Plugins
In reply to: [WooCommerce] Disable a Payment Gateway for a Specific productsUpdate: A bit of clarity: scenario
Scerio:
product 1: payment gateway 1
product 2: payment gateway 2
Product 3: payment gateway 1 OR 2Now: upon order processing of cart with product 1 and product 2 and product 3
1.) split the cart by payment gateways and let the customer purchase items through each gateway selectively.
So, product 1 may be first with notation to purchase from Amazon,
product 2 may be second with notation to order through paypal.
product 3 may be in either (or either the store admin or the user can select which gateway to use.)I can’t believe I’m the first person to have this scenario so I am hoping someone can point me in the right direction. Thanks
Forum: Plugins
In reply to: [Yoast SEO] No sitemap, plugin says present but not on serverSame problem…sort of..no sitemaps. none, nowhere. I can not generate new sitemaps nor find the old ones. WP SEO had generated them in the past butno longer
Forum: Plugins
In reply to: [wp-greet] Cards (images) not included in emailHi Tuxlog: I have deactivated the stamp but the image still does not show on the email sending page see here:
The plugin was working until recently so I am not certain what changes.
When you say the stamp was remote I am not sure what that means since it was in the plugin folder. However removing it does not change the error.
Any other ideas?
Thanks, Rich
Forum: Plugins
In reply to: [Transposh WordPress Translation] Bots keep parsing old languages URLsOfer: Ignore them isn’t a solution. It is a hope we will not be penalized when Google is showing us exactly what they do not like. I’m struggling with a couple of issues I’ve mentioned elsewhere and just need a little help understanding what exactly goes on when. If we purge the translations using the utilities page then where does google get the notion that translations exist if the plug in is not integrated into the sitemaps (I’m using WP SEO by Yoast) and the pages are not in my sitemap. If I disable a translation I end up with a bunch of 404 errors on google webmaster notices. So knowing how to connect to WP SEO – other than the statement about finding the instructions in the code someplace – removing translation engines I do not want and cleaning up google
I think this is all one task interconnected and needing to be understood a little bit better
I’ve got a similar issue. Seems in the latest version there is some encrypted message by the author to see the code for instruction on integrating transposh with WP SEO by Yoast. I found the instructions which were to be a simple copy and past but when I implemented it I got a white screen. I’ve asked in these forums and on transposh.net but never get a response.
Is there a manual for this plug in — detailed documentation… crawling through forum posts 3 and 5 years old does little good ??
Forum: Hacks
In reply to: How to pass user name and timestamp in urlhello @bcworlz: Here is what I have so far: I am afraid this is a little over my head. After reading and attempting maybe 100 cmbinations of coding attempts I have resorted to a form asking the user to enter a value, I pass the value to the PHP and output the url like this:
<?php $id = $_POST['id']; $date = date("Y-m-d"); $time = time(); //$user = global $display_name; if(empty($id)){ echo "Please press the back arrow and fill in the text box, $date, $time, "; // echo "test $user"; } else{ header("Location: https://iaddic.info/webs/cis/config/Configurator.aspx?cid=$date-$id-$time&mid=c06b50fe-e087-40b0-8434-d763fabd1515&src=C"); } ?>
the page button code looks like this:
[raw] <form action="shelterconfig.php" method="post"><input type="text" name="id" /> <input type="submit" /></form>[/raw]
I never could seem to get the user data after following maybe 10 different examples. It would always give me a 301 error…always!
So now…is a pointer could be had to get username that would be great otherwise i’ll next need to ask for help in creating a filter that only allows the user to enter numbers and letter…i tried that a bunch of time with no success.
Thanks for your feedback.
Forum: Fixing WordPress
In reply to: Front page OK — Can't connect to server on posts and wp-adminok…this was strange but the solution was to delete the premium theme I am using, and reinstall it.