CLOSED: the update must have changed the way you handle iframes. It was an ad.
Hi Catalin.
What I mean is, that I can resize the homepage on iPhone. It couldn’t be done on previous versions, and on articles it works correct.
-
This reply was modified 10 years by
Jens H..
It’s the TYNT script that fails. It must have changed. Can you do me a favour and dig into what the conflict between Newsmag and TYNT js is?
Hi.
I’m running NewsMag on WP 4.4.2 and PHP 7.0.3-5+deb.sury.org~trusty+1 / 64Bit OS.
Been doing that for more than 6 months now. No problems what so ever.
PURE PERFORMANCE GAINS
Digged alot deeper and heres the solution.
Don’t use “Rocket Loader” on Cloudflare.
It fucks up the js loading.
Have a great new year
Jens
OK.
I’ve done all you asked for. I will digg a little deeper.
Thanks for your answers.
/Jens
I have tried to disable all other plugins.
I run Newsmag in a child-theme.
/Jens
Hi
I have linked to media image, and the error is only when you upload new content !
/Jens
Hi – How to combine it with category tags ?
/Jens
Hi.
Here’s http://www.recordere.dk. We’re running a +200-300 concurrent users site on WP/Newsmag.
The setup is Nginx->PHP 5.6->Wordpress->Varnish->Cloudflare
We have setup a child-theme, and made our own comments.php to use the Disqus module without any integration with WordPress except the embedcode. Commentcount is customized by our self.
We have quad-core CPU / 8GB Ram but load is usually 0.5 in HTOP.
We used alot of energy making the site answer rapidly.
-
This reply was modified 10 years by
Jens H..
I updated to WP 4.3 on 2.1 – It worked without problems.
Please do.
thank you.
/Jens
Hey.
It’s interfering.
You have changed the normal disqus_thread code to disqus_thread_td in the dom.
I can fix it myself, but I think you should only change your own doms / id not 3’rd part 🙂
btw: the issues is worse in 2.1 since you now also does it allthough smoothscroll is disabled !
SOLVED.
Have you smooth scrooll enabled.
Here’s the code in you js file (tagdiv_theme.js)
It happends when you link to the /#disqus_thread from frontpage to article 🙂
/**
* if we have link.php#hash we search the document for elements with that name or id so we can rename them to avoid the default screen scrolling
*/
if ( document.location.hash) {
if( jQuery(document.location.hash).length != 0 ) { //we have elements that match the id
//prepare a new name for the hash
var new_target_hash = window.location.hash.substring(1) + ‘_td’;
//get the target element
td_hash_scroll_to_dom_element = jQuery(document.location.hash);
//change the element id
td_hash_scroll_to_dom_element.attr(“id”, new_target_hash);
//scroll to element
td_util.scroll_into_view(td_hash_scroll_to_dom_element);
/*
// do not rename the hash back! bug in firefox after comment submition + an enter in the nav bar
setTimeout(function(){
//put the hash back after the rename
td_hash_scroll_to_dom_element.attr(“id”, window.location.hash.substring(1));
}, 2000);
*/
}
Your javascript adds _td to the <div id=”disqus_thread”> so the ID becomes disqus_thread_td.
I have made a workaround, but why do you alter none-newsmag ID´s
It’s in line 1501 in the js file
/Jens
The problem is the use of z-index on the menu.
Well. I have dropped the Royal Slider galery again, but I then hope you soon will revist your own gallery since it needs some love 🙂
https://www.dropbox.com/s/ncg9oovcvw0lcxi/Screenshot%202015-06-23%2022.19.02.png?dl=0″
Here’s an example. When running fullscreen
-
This reply was modified 11 years by
Jens H..
Thanks a mill.
Your my knight in shining amour 🙂
/Jens
I run this theme on a site with much traffic. I run CloudFlare + Varnish in front of it. It performs very well.
Thanks in advance. Since we use Template 7, the featured image is not in play for us
/Jens
Thanks
What files were updated ???
If you upgrade to 1.7.1 – It’s a switch in theme panel to disable Lazy Load
I also got a second update message. Has anything changed?