ravimane1991
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: siteurl value getting populated with junk in wp_options tablethis link lead you best solution
https://themehybrid.com/board/topics/urgent-catchable-fatal-error-site-down
Forum: Plugins
In reply to: Please help: Catchable fatal error… default-constants.phpjust go to phpmyadmin open table name wp_options , then check for site url entry , if you got below data
“O:8:”WP_Error”:2:{s:6:”errors”;a:1:{s:30:”wpdb_get_table_charset_failure”;a:1:{i:0;s:0:””;}}s:10:”error_data”;a:0:{}}”
change with your site url
i have same issue i solved by above way.
Thanks
how to confirm their subcruption before added into mailchimp
Forum: Plugins
In reply to: [MC4WP: Mailchimp for WordPress] Change the success texthello Imazed
the success message is not showing …. but on second time subcripation shows error message it fine.. but on first time subscribation shoes nothinghow it work seem like undirectional path .. please give us propare way to do this
Forum: Plugins
In reply to: [Newsletter - Send awesome emails from WordPress] how its workIf any other news letter or subscriber is thier for getting config fast then let me know ..
Forum: Plugins
In reply to: [Newsletter - Send awesome emails from WordPress] how its workdocument is too big to read .. just simple way to config the Newsletter .. just validation and alert message on success.. thanks for time
Forum: Plugins
In reply to: [Contact Form 7] Select required and include_blankfrom above code you need to understand elseif part
elseif ( $first_as_label ) {
$values[0] = ”;
}when you use first as label the first value you ara mention is taken as label for select box and having value null or zero
for required you just need to add * before select
<div class=”col-md-4 col-xs-12″>[select* selectBudget first_as_label “Monthly Budget” “$4000” “$5000” “$6000” “$7000” “$8000” “$9000” “$10000” “$11000” “$12000” “$13000” “$14000” “$15000”]</div>
Forum: Plugins
In reply to: [Contact Form 7] Select required and include_blankhey #eddiebouncer
please check select.php under contact-form-7/modules/
line number 71 , you gonna understand how it’s works
Forum: Plugins
In reply to: [Contact Form 7 Datepicker] setting date picker required doesn't worksame problem here ..plase help
Forum: Plugins
In reply to: [Contact Form 7] Select required and include_blanksimple use
first_as_labelfollowing example help you to understand
<div class=”col-md-4 col-xs-12″>[select menu-679 first_as_label “Monthly Budget” “$4000” “$5000” “$6000” “$7000” “$8000” “$9000” “$10000” “$11000” “$12000” “$13000” “$14000” “$15000”]</div>