Backgroung Image not removing

Posted in: Newsmag
Post count: 2

I added Background image. When I deleted image in background setting, It shows as deleted. After deleting, When I look at the homepage background image stands still. I removed the image from the media library after background image does not appear on homepage, but still stands as the background setting of the attached background image.

Although I removed the background image for the Homepage it stands out in this code and the site has slowed.

// if the theme has tdBackstr support, it means this already uses it
if ( ‘undefined’ !== typeof window.tdBackstr ) {

(function(){
// the site background td-backstretch jquery object is dynamically added in DOM, and after any translation effects are applied over td-backstretch
var wrapper_image_jquery_obj = jQuery( ‘<div class=\’backstretch\’></div>’ );
var image_jquery_obj = jQuery( ‘‘ );

wrapper_image_jquery_obj.append( image_jquery_obj );

jQuery( ‘body’ ).prepend( wrapper_image_jquery_obj );

var td_backstr_item = new tdBackstr.item();

td_backstr_item.wrapper_image_jquery_obj = wrapper_image_jquery_obj;
td_backstr_item.image_jquery_obj = image_jquery_obj;

tdBackstr.add_item( td_backstr_item );

})();
}

Post count: 6535

Hi

This could be a cache issue as the theme is tested and the option which remove the background image works fine. Try to deactivate all plugins except Visual Composer, clear all caches then test the site again.
If you still can manage to solve this issue please provide your site url so I can inspect it closer.

Thanks!

Post count: 2

Hi,
I solved my problem.
In fact, many of the settings did not work on the theme.
I viewed on SQL td_011 items in phpmyadmin so i understand that there are problems in the PHP version

My current version of PHP 5.6 on Apache 2.4

I built as Apache 2.4 PHP 5.5
Newsmag running stably on PHP 5.5 in Centos 7.2

Note: Also Nginx not working or not stable in Centos 7.2

Best regards,
Erdal Cakmakcı

Post count: 6600

Hi Erdal,

Glad to find you’ve managed to find the problem!
The theme was developed to work on php version 5.2.4 or greater: https://forum.tagdiv.com/newsmag-requirements-for-newsmag/ what version of php were you using?

If you have any info on this which might help us investigate this, please let us know.

Thanks

  • This reply was modified 10 years by Lucian.
Viewing 4 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic.