Home User profile
tagDiv Member
This user did not write anything. So we are just showing here some random text to make the profile page look nice :)
Jens H.
tagDiv Member

CLOSED: the update must have changed the way you handle iframes. It was an ad.

Jens H.
tagDiv Member

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.

See example here

  • This reply was modified 10 years by Jens H..
Jens H.
tagDiv Member

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?

Jens H.
tagDiv Member

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

Jens H.
tagDiv Member

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

Jens H.
tagDiv Member

OK.

I’ve done all you asked for. I will digg a little deeper.

Thanks for your answers.

/Jens

Jens H.
tagDiv Member

I have tried to disable all other plugins.

I run Newsmag in a child-theme.

/Jens

Jens H.
tagDiv Member

Hi

http://jmp.sh/dmXDqhn

I have linked to media image, and the error is only when you upload new content !

/Jens

Jens H.
tagDiv Member

Hi – How to combine it with category tags ?

/Jens

Jens H.
tagDiv Member

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..
Jens H.
tagDiv Member

I updated to WP 4.3 on 2.1 – It worked without problems.

Jens H.
tagDiv Member

Please do.

thank you.

/Jens

Jens H.
tagDiv Member

Hey.

It’s interfering.

Look at this

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 !

Jens H.
tagDiv Member

SOLVED.

Jens H.
tagDiv Member

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);
*/

}

Jens H.
tagDiv Member

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

Jens H.
tagDiv Member

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 🙂

Jens H.
tagDiv Member

https://www.dropbox.com/s/ncg9oovcvw0lcxi/Screenshot%202015-06-23%2022.19.02.png?dl=0&#8243;

Here’s an example. When running fullscreen

  • This reply was modified 11 years by Jens H..
Jens H.
tagDiv Member

Thanks a mill.

Your my knight in shining amour 🙂

/Jens

Jens H.
tagDiv Member

I run this theme on a site with much traffic. I run CloudFlare + Varnish in front of it. It performs very well.

Jens H.
tagDiv Member

Thanks in advance. Since we use Template 7, the featured image is not in play for us

/Jens

Jens H.
tagDiv Member

Thanks

Jens H.
tagDiv Member

What files were updated ???

Jens H.
tagDiv Member

If you upgrade to 1.7.1 – It’s a switch in theme panel to disable Lazy Load

Jens H.
tagDiv Member

I also got a second update message. Has anything changed?

Viewing 25 posts - 26 through 50 (of 76 total)