Kev5
Forum Replies Created
-
Forum: Plugins
In reply to: [Polylang] String Translation of Site Title not working + 404 pageI still haven’t gotten it to work.
If this information can be of some use, for some reason, the checkbox for Site Title can’t be clicked and is greyed out.
Regards.
Hi Gioni,
I was planning on taking all the code and redoing the website completely, but for some reason everything got fixed by iteself. Everything is working fine now.
Kind regards.
No, I didn’t enable WP_DEBUG or anything. I had just finished my website and the final thing I did is that I installed Cerber Security plugin.
Now, for some reason, I can’t make changes to half of my website. If I try to save something, it just continues saving, but never saves. 🙁
Forum: Fixing WordPress
In reply to: Brand new WP installation, same bug with 2 different themesCode with line numbers:
Forum: Fixing WordPress
In reply to: Brand new WP installation, same bug with 2 different themes/** * * @param string $title */ public function after($title = '') { echo '</p></div>'; if ( $this->error || ! $this->result ) { if ( $this->error ) { echo '<div class="error"><p>' . sprintf($this->upgrader->strings['skin_update_failed_error'], $title, '<strong>' . $this->error . '</strong>' ) . '</p></div>'; } else { echo '<div class="error"><p>' . sprintf($this->upgrader->strings['skin_update_failed'], $title) . '</p></div>'; } echo '<script type="text/javascript">jQuery(\'#progress-' . esc_js($this->upgrader->update_current) . '\').show();</script>'; } if ( $this->result && ! is_wp_error( $this->result ) ) { if ( ! $this->error ) { echo '<div class="updated js-update-details" data-update-details="progress-' . esc_attr( $this->upgrader->update_current ) . '">' . '<p>' . sprintf( $this->upgrader->strings['skin_update_successful'], $title ) . ' <button type="button" class="hide-if-no-js button-link js-update-details-toggle" aria-expanded="false">' . __( 'Show details.' ) . '</button>' . '</p></div>'; } echo '<script type="text/javascript">jQuery(\'.waiting-' . esc_js($this->upgrader->update_current) . '\').hide();</script>'; } $this->reset(); $this->flush_output(); }- This reply was modified 8 years, 10 months ago by Kev5.
Forum: Plugins
In reply to: [Multi-column Tag Map] Sidebar Goes at the Bottom of the PageThanks for the reply. However, the tag table started working fine again without any change. 🙂
Forum: Plugins
In reply to: [Contact Form 7] Styling Different for Added FieldResolved.
Forum: Plugins
In reply to: [Contact Form 7] Styling Different for Added FieldThank you!
Hi,
Thanks for the response. That would not be a problem at all. I already do this for other plugins, as well as WordPress. I compile all the changes in a text file and re-add the changes when there is an update.
What code would I need to change?
Forum: Fixing WordPress
In reply to: Remove Placeholder Text From WordPress Search FunctionI tried to change the text on line 133 at wp-content/plugins/subscribe-to-comments-reloaded/langs/subscribe-reloaded.pot to
“You have requested to manage your subscriptions to the articles on [blog_name]. You should receive an email with a subscription management page link.”
…to say that the person will receive the link by email, but nothing changes.
Hi. I have the same problem. It says “Follow this link to access your personal page:”, but there is no link.
Forum: Fixing WordPress
In reply to: Remove Placeholder Text From WordPress Search FunctionHi sterndata. Thank you for the response. I tried removing all the code between the double quotes, but it gives me an error. What part of the code do I need to change?
Forum: Fixing WordPress
In reply to: Remove Placeholder Text From WordPress Search FunctionHi sdavis. Thank you for the response. I already tried those things you mentioned (I even used your website 🙂 ), however, it didn’t work for some reason. Thanks for the suggestions anyway.
Forum: Fixing WordPress
In reply to: How to change arrows on the WordPress calendar widget?It worked! Thank you, Micheal.