Eugen Oprea
Forum Replies Created
-
Forum: Plugins
In reply to: [Premise iDevAffiliate Integration] membership plugi with iDevAffiliateRegarding this, please get in touch with me here: https://www.eugenoprea.com/contact/
Forum: Plugins
In reply to: [Premise iDevAffiliate Integration] Technical ErrorHey Hamidu, I am sorry to hear that you had issues with this.
You will have to deactivate the plugin or even delete it via FTP from your WordPress installation. You can find it in wp-content/plugins.
Once you do that please try again the newest version and let me know how it goes.
Forum: Plugins
In reply to: [Premise iDevAffiliate Integration] membership plugi with iDevAffiliateYes, this plugin actually integrates iDevAffiliate with Premise, which is a membership plugin. Hope this helps.
Forum: Plugins
In reply to: [Digg Digg] [Plugin: Digg Digg] exclude from pageHere is the code that worked for me:
/** Exclude DiggDigg from specific pages */ function eo_exclude_digg_digg() { if(is_page(array(1, 2, 3, 4))) { remove_filter('the_excerpt', 'dd_hook_wp_content'); remove_filter('the_content', 'dd_hook_wp_content'); } } add_action('template_redirect', 'eo_exclude_digg_digg');
…where 1, 2, 3, 4 are the ids of the pages you want to exclude DiggDigg from.
More details here: Exclude DiggDigg From Specific Pages
Forum: Plugins
In reply to: [Digg Digg] [Plugin: Digg Digg] floater can't disable on post pages?Here is the code that worked for me:
/** Exclude DiggDigg from specific pages */ function eo_exclude_digg_digg() { if(is_page(array(1, 2, 3, 4))) { remove_filter('the_excerpt', 'dd_hook_wp_content'); remove_filter('the_content', 'dd_hook_wp_content'); } } add_action('template_redirect', 'eo_exclude_digg_digg');
…where 1, 2, 3, 4 are the ids of the pages you want to exclude DiggDigg from.
More details here: Exclude DiggDigg From Specific Pages
Here is the code that worked for me:
/** Exclude DiggDigg from specific pages */ function eo_exclude_digg_digg() { if(is_page(array(1, 2, 3, 4))) { remove_filter('the_excerpt', 'dd_hook_wp_content'); remove_filter('the_content', 'dd_hook_wp_content'); } } add_action('template_redirect', 'eo_exclude_digg_digg');
…where 1, 2, 3, 4 are the ids of the pages you want to exclude DiggDigg from.
More details here: Exclude DiggDigg From Specific Pages
The plugin works fine after you update to the latest version and select the source of your thumbnail.
I will send him an email to let him know about the changes we’ve made.
Eugen
Forum: Fixing WordPress
In reply to: Unable login adminI encountered the same error while updating through ManageWP.
But this can be solved by manually uploading the “wp-admin” directory.
Alex, thank for your update!
I really like the plugin, but it looks like we need to find a different solution.
CW Image Optimizer looks promising, but unfortunately it doesn’t work on shared hosting.
Thanks again!
More details about the issue here:
https://www.ads-software.com/support/topic/plugin-wp-smushit-http-error-on-image-upload
More details about the issue here:
https://www.ads-software.com/support/topic/plugin-wp-smushit-http-error-on-image-upload
Drew, you can read more about this issue here:
https://www.ads-software.com/support/topic/plugin-wp-smushit-http-error-on-image-upload
Forum: Plugins
In reply to: [AgentPress Listings] [Plugin: AgentPress Listings] Change "Listings"@thedirector227 you need first to register on the forums and then upgrade your forum membership.
Read more about it on this page, especially #5:
https://www.studiopress.com/support-faqs
Hope this helps.