raozkardes
Forum Replies Created
-
Forum: Plugins
In reply to: [Gwolle Guestbook] admin bar removeThank you.
Forum: Plugins
In reply to: [Gwolle Guestbook] [gwolle_gb_write button = “true”] dont workresolved:
function my_gwolle_gb_button( $button ) {
// $button is a string
$button = ‘
<div class=”gwolle-gb-write-button”>
<input type=”button” name=”gwolle-gb-write-button” class=”button btn btn-default” value=”» ‘ . esc_attr__(‘Write a new entry.’, ‘gwolle-gb’) . ‘” />
</div>’;return $button;
}
add_filter( ‘gwolle_gb_button’, ‘my_gwolle_gb_button’, 10, 1 );Forum: Plugins
In reply to: [Contact Form 7] user permissions- This reply was modified 6 years, 2 months ago by raozkardes.
Forum: Plugins
In reply to: [Contact Form 7] user permissionsOther than the wp dashboard administrator should not see links.
Forum: Plugins
In reply to: [Easy Appointments] The emails error log was:Thank you.
Forum: Plugins
In reply to: [Easy Appointments] The emails error log was:Wordpress new install.
Forum: Plugins
In reply to: [Easy Appointments] The emails error log was:From the very beginning, I get the definitive solution by doing a clean WordPress installation. That’s the exact solution.
The problem was solved when I installed the old version add-on on the site which is located in another host. The actual site was not what I did.
It was not exactly what I did otherwise.Forum: Plugins
In reply to: [Easy Appointments] The emails error log was:I solved the problem like this. Fixed it by uploading the database to one of the old backups. The database must be corrupted.
Forum: Plugins
In reply to: [Easy Appointments] The emails error log was:TYPE: MAIL
ERRORS: {“wp_mail_failed”:[“You must provide at least one recipient email address.”]}after the last 2 updates I get the above error. E-mail notifications are not sent to appointment areas.
There is no trouble with the code. I adapted it to work. I will share the theme’s headr.php code. Could you customize the code that will run smoothly for this theme?
——————— header.php ———————-
[ redacted ]- This reply was modified 6 years, 7 months ago by Jan Dembowski. Reason: Redacted unreadable header.php
Forum: Plugins
In reply to: [Gwolle Guestbook] wordpress admin barThank you very much for your interest and your effort.
Forum: Plugins
In reply to: [Gwolle Guestbook] wordpress admin barI am using the latest version.
I do not mind if I use the old version of gwolle_gb-entry.php file. In the new version of gwolle_gb-entry.php the admin goes down the bar. I did not make any changes to the codes.- This reply was modified 6 years, 8 months ago by raozkardes.
Forum: Plugins
In reply to: [Gwolle Guestbook] wordpress admin barForum: Plugins
In reply to: [Gwolle Guestbook] Custom style of input fieldsI tested it with the new version 2.4. The problem continues. widget looks narrower
Ege Sümer
- This reply was modified 6 years, 8 months ago by raozkardes.
Forum: Plugins
In reply to: [Gwolle Guestbook] Entry formThank you.