jpmerx
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Error establishing a database connection – DreamhostThank you for your answer.
Indeed on my side the issue is intermittent. I’m desperately trying to talk to Dreamhost with Lifechat… Not possible up to now.
I have a ticket opened since 12 hours… No answer.
What is your view on Dreamhost customer service level?
Forum: Fixing WordPress
In reply to: Viewing issue – site width on mobile devices with Twenty FourteenYes I did, but I haven’t get a response.
It is probably not so easy to analyze the problem. I tested on a local server with mathjax-latex plugin active and several other themes without having issues.
Forum: Fixing WordPress
In reply to: Viewing issue – site width on mobile devices with Twenty FourteenI was able to identify the issue which seems to come from twenty fourteen theme update from version 1.2 to 1.3. I rolled back to version 1.2 of the theme and everything is working fine again.
I tried to isolate the specific files that are the rootcause. It seems that the issue is coming from the modification that has been made in: content.php, content-aside.php, … , content-video.php.
The modification is visible at twenty fourteen changelog
The line:
the_content( __( 'Continue reading <span class="meta-nav">→</span>', 'twentyfourteen' ) );
has been replaced by following lines:/* translators: %s: Name of current post */ the_content( sprintf( __( 'Continue reading %s <span class="meta-nav">→</span>', 'twentyfourteen' ), the_title( '<span class="screen-reader-text">', '</span>', false ) ) );
I’m unfortunately not knowledgeable in PHP… and cannot analyze the impact of the modification.
It is probably a side effect as “the bug” is not visible if I disable the mathjax-latex plugin.