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 :)
mhadmin
tagDiv Member

thanks Calin!

mhadmin
tagDiv Member

Dear Calin!

Thanks for your help, added your code.
One of my collages found the solution here https://themeforest.net/item/newsmag-news-magazine-newspaper/9512331/comments?page=136
I understand your list of plugins tested, but we cannot live w/o other addons.
my new problem is at posts the calendar starts at sunday not monday as its in my settings

https://www.screencast.com/t/Rhg50SRCm

mhadmin
tagDiv Member

well it was a plugin, its called tagdiv composer (cough cough)

after changed this:


jQuery('.td-retina').each(function(i) {
var lowres = jQuery(this).attr('src');
var highres = lowres.replace(".png", "@2x.png");
highres = highres.replace(".jpg", "@2x.jpg");
jQuery(this).attr('src', highres);

to this:


jQuery('.td-retina').each(function(i) {
var lowres = jQuery(this).attr('src');
if (typeof lowres != 'undefined') {
var highres = lowres.replace(".png", "@2x.png");
highres = highres.replace(".jpg", "@2x.jpg");
jQuery(this).attr('src', highres);
}

and it’s now working, all i ask why did i pay for support

Viewing 3 posts - 1 through 3 (of 3 total)