abelwang
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Photo Album Plus] Front end album allow edit by anyone?oh thanks!!
Forum: Plugins
In reply to: [Indeed Job Importer] Post to Custom Post Typei need to know too. pls explain
Forum: Plugins
In reply to: [OnePress Social Locker] Facebook button does not appearcan you assist me, because the facebook button and google button on mobile cant be open. only the twitter work. all 3 buttons work fine on computer browser.
Forum: Plugins
In reply to: [UpdraftPlus: WP Backup & Migration Plugin] Urgent!! Db Restore errorThank you, i think i have solve the problem by replace this line
$data = array_merge( $this->defaults, get_option( $this->key, array() ) );
With
$data = array_merge( $this->defaults, (array)$data );
But the themes options has been reset. other than that all data remains the same. after i set up the theme options i replace back the line again, the error gone away.. very weird error..
Forum: Plugins
In reply to: [UpdraftPlus: WP Backup & Migration Plugin] Urgent!! Db Restore errorHi the fact is the debug message is already been turned off.. and it does not have problem with restore db from exported using phpmyadmin.
Forum: Plugins
In reply to: [iQ Block Country] its not block any country i listed.i had confirmed not working with with selected pages, however it does work with block the front end.. any ideas?
Forum: Plugins
In reply to: [WP Responsive Menu] Menu does not openhi my site here facing the same problem. i added the line but console show more error.. https://jobs.streetclassifieds.com/ please help.. it works fine with your previous version.. this happened after updated.
i m unable to check SMTP Autentication to yes. i click yes but nothing happened. i checked my database it shown as SMTP Autentication true but not show yes in my website. please help..
after i delete the line from source code and it work;
<label for=”swpsmtp_smtp_autentication”><input type=”radio” id=”swpsmtp_smtp_autentication” name=”swpsmtp_smtp_autentication” value=’no’ <?php if( ‘no’ == $swpsmtp_options[‘smtp_settings’][‘autentication’] ) echo ‘checked=”checked”‘; ?> /> <?php _e( ‘No’, ‘easy_wp_smtp’ ); ?></label>Forum: Plugins
In reply to: [Social Deals Engine] plugin width on resposive themeyes its using other name instead of sidebar.php. where can i amend the name in the plugin?
Forum: Plugins
In reply to: [Social Deals Engine] plugin width on resposive theme