Daniel
Forum Replies Created
-
Hi, do you have news about the sidebar issue? On my website, it goes below the content when I use “Service Rich Snippets”. Thank you for the awesome plugin! ??
Forum: Fixing WordPress
In reply to: Post title in the EmailNo, unfortunately is a function inside the theme. Here is the section of the code that has the email form:
// Contact form submit ajax function cs_contact_form_submit() { define('WP_USE_THEMES', false); $subject = ''; $cs_contact_error_msg = ''; $subject_name = 'Subject'; foreach ($_REQUEST as $keys=>$values) { $$keys = $values; } if(isset($phone) && $phone <> ''){ $subject_name = 'Phone'; $subject = $phone; } $bloginfo = get_bloginfo(); $subjecteEmail = "(" . $bloginfo . ") Contact Form Received"; $message = ' <table width="100%" border="1"> <tr> <td width="100"><strong>'.__('Name:', 'dir').'</strong></td> <td>'.esc_html($contact_name).'</td> </tr> <tr> <td><strong>'.__('Email:', 'dir').'</strong></td> <td>'.sanitize_email($contact_email).'</td> </tr> <tr> <td><strong>'.esc_html($subject_name).':</strong></td> <td>'.esc_html($subject).'</td> </tr> <tr> <td><strong>'.__('Message:', 'dir').'</strong></td> <td>'.esc_html($contact_msg).'</td> </tr> <tr> <td><strong>IP Address:</strong></td> <td>'.esc_html($_SERVER["REMOTE_ADDR"]).'</td> </tr> </table>'; $headers = "From: " . $contact_name . "\r\n"; $headers .= "Reply-To: " . $contact_email . "\r\n"; $headers .= "Content-type: text/html; charset=utf-8" . "\r\n"; $headers .= "MIME-Version: 1.0" . "\r\n"; $attachments = ''; if( wp_mail( $cs_contact_email, $subjecteEmail, $message, $headers, $attachments ) ) { $json = array(); $json['type'] = "success"; $json['message'] = '<p>'.cs_textarea_filter($cs_contact_succ_msg).'</p>'; } else { $json['type'] = "error"; $json['message'] = '<p>'.cs_textarea_filter($cs_contact_error_msg).'</p>'; }; echo json_encode( $json ); die(); }
[Moderator Note: Please post code & markup between backticks or use the code button. Your posted code may now have been damaged by the forum’s parser.]
Forum: Plugins
In reply to: [SendPress Newsletters] [Plugin: SendPress] How to customise text fieldsOk, thank you!
Forum: Plugins
In reply to: [SendPress Newsletters] [Plugin: SendPress] How to customise text fieldsIs because I can’t insert links for some reason.
forumwellnessclub.it/tmp/before-after.jpgForum: Plugins
In reply to: [SendPress Newsletters] [Plugin: SendPress] How to customise text fieldsForum: Plugins
In reply to: [SendPress Newsletters] [Plugin: SendPress] How to customise text fieldsHi Targyro,
I would like to move the submit button after the email field. How can I do that? Thank you for your plugin!
Regards,
DanielThank you Josh, sorry about the delay ??
Forum: Plugins
In reply to: There is a plugin that "auto-scroll" instant messages in homepage?Maybe I will need to write one my self… right? ??
Thank you!
Forum: Plugins
In reply to: [WP-jScrollPane] [Plugin: WP jScrollPane] Thank you Feature RequestI have a problem on the gallery page and I don’t see the conflict. I need help, thank you! !!
The only page where the scrollbar is not working:
https://www.sappiche.com/wp/photo-gallery/Working:
https://www.sappiche.com/wp/spa/I have a similar problem, and I don’t see where is the bug.
I deactivated almost all the plugins and I tried to modify the css files but no results. Everything was just fine one week ago, now I have this “mask” and I can’t see all the image 240×143…
https://www.sappiche.com/wp/
Please help!!Forum: Plugins
In reply to: [WP-jScrollPane] [Plugin: WP jScrollPane] Thank you Feature RequestWow is working! Finally! Thank you very much “cornfeed” for your tutorial and also “fawkesblog2” for you time! ??
I have another interesting questions now ??
1. I have some extra space to delete now since the new scroll-bar is a little bit to the right, what can I do?
2. Then I don’t see the arrows, since i would like to change them to white.
It’s a good idea to change directly the file “jquery.jscrollpane.css”?3. Is possible to eliminate the “colored square” below the arrow and keep only the arrow with transparent background?
link
Sorry if I’m asking too much.. ??Thank you again!
Forum: Plugins
In reply to: [WP-jScrollPane] [Plugin: WP jScrollPane] Thank you Feature RequestHi there, I really like this scroll-bar and I need some help from you experts. Here is my wordpress website.
This is the screenshot of the plugin setting, I don’t understant what I need to write in the selector form.
Can you please explain step by step for a dummy beginner since I’m more a designer that a programmer ?? and I really don’t want to leave the actual scroll-bar like that. I tried for hours to insert the line codes with .js file in the php files and nothing happens. Obviously I’m far away from the reality ??