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

Did you done a backup of your files and database from V4 before you upgrade…

Steven
tagDiv Member

https://forum.tagdiv.com/how-to-update-the-theme-2/ very easy to do just follow the steps….

Steven
tagDiv Member

Mine working as entending,may be you need to cache your site to pick up the new settings etc with the V6…

Steven
tagDiv Member

The reason for that is because V6 is not a update it’s a UPGRADE THEME,you should done a backup and a fresh install and these problems will not happen..

Steven
tagDiv Member

For now don’t use the speed booster they going bring out a fix later this week…

Steven
tagDiv Member

@Radu the plugin All In One WP Security don’t work with speed booster plugin also…that’s a very important plugin to keep your WP site safe etc..

Steven
tagDiv Member

The theme is awesome and well put together and thank god no more whitespace and all that CSS Code i was using with V4,i’m very happy with the theme it look nice and easy to work with..Thanks Tagdiv

Steven
tagDiv Member

Finally i get my site back to normal and this theme is so nice,it’s the best work ever from the author, i’m happy with the update it’s even better then newsmag theme.. check my site out https://jahliveradio.com

Steven
tagDiv Member

Well mine as well,that NEW VC update is not working,all the blocks i choose i’m getting some kind of message that…

Elements within this list are deprecated and are no longer supported in newer versions of Visual Composer.

My static page is all messup it seem this theme not supporting static page any more,what happen to the V5 and why this theme have so many issues,i’ve delete V4 and done a new install removed all my CSS CODE etc and all i get is a messup static page and no settings is taking…is this a joke are what..

  • This reply was modified 11 years by Steven.
  • This reply was modified 11 years by Steven.
  • This reply was modified 11 years by Steven.
Steven
tagDiv Member

I like that,will there be a opition to not show words on the images like the titles of the post,because i run a music site and i don’t want no titles etc on my images, but so far i like what i see also i hope you correct all that whitespace that is a BIG problem with V4…

Steven
tagDiv Member

This VC plugin is a big pain in the moo,as fast you guys update to the new version,the author bring out another update,now it’s 4.5

Steven
tagDiv Member

@Chris S thanks for the tip,i used it and your right it did removed that font issue…


@AzharNadeem
i don’t have time to keep helping people with the same thing,they some topics of mine about helping you with the issue you facing that i posted last year,plus i don’t work here so i try not to give any more support.

Steven
tagDiv Member

I don’t have these issues,it’s how you set your site up it’s not the theme fault are the speedbooster..

Here is my site link with pagespeed https://developers.google.com/speed/pagespeed/insights/?url=https%3A%2F%2Fjahliveradio.com%2F

Steven
tagDiv Member

Oh if you choose to use that code you will need to Regenerate Thumbnails after to see any effect…

Steven
tagDiv Member

Look i have this same issue and after putting this lil info at the bottom of my function file it solve my issue…what this code does is sharpen all ur images… you can try it and see if it work for you…

function ajx_sharpen_resized_files( $resized_file ) {

$image = wp_load_image( $resized_file );
if ( !is_resource( $image ) )
return new WP_Error( ‘error_loading_image’, $image, $file );

$size = @getimagesize( $resized_file );
if ( !$size )
return new WP_Error(‘invalid_image’, __(‘Could not read image size’), $file);
list($orig_w, $orig_h, $orig_type) = $size;

switch ( $orig_type ) {
case IMAGETYPE_JPEG:
$matrix = array(
array(-1, -1, -1),
array(-1, 16, -1),
array(-1, -1, -1),
);

$divisor = array_sum(array_map(‘array_sum’, $matrix));
$offset = 0;
imageconvolution($image, $matrix, $divisor, $offset);
imagejpeg($image, $resized_file,apply_filters( ‘jpeg_quality’, 90, ‘edit_image’ ));
break;
case IMAGETYPE_PNG:
return $resized_file;
case IMAGETYPE_GIF:
return $resized_file;
}

return $resized_file;
}

add_filter(‘image_make_intermediate_size’, ‘ajx_sharpen_resized_files’,900);

Steven
tagDiv Member

I’ll never buy a theme like that,100 features is crazy and will make the theme run very slow…the more feature the slower the theme going too be plus with all the other crap ppl add too it after..lol

Steven
tagDiv Member

This one is very important for the V5,take all that white space out the theme and bring the images more closer…then we using a lot of CSS CODE just to removed it…because all this CSS CODE we using can really put a lot of stress on ur site and slow it down…

Steven
tagDiv Member

There was a topic on this same thing that got dead off…but for the fun of it here is mine again… 🙂

https://jahliveradio.com

Steven
tagDiv Member

I really love this theme,when you get to understand the css codes you can do a lot on ur own…


@Lucian
i was able to figure out the css code to removed the title from the slide…

.home .td_normal_slide .td-sbig-title {
display: none;
}

Steven
tagDiv Member

Ok i figure out the reason why it was not working for me as i want it too..

i had to use the css code like this…

.home .td_normal_slide .slide-meta-author {
background: none;
}

Steven
tagDiv Member

Also how you removed the title from the bottom as well…can’t seem to figure out the correct css code

Steven
tagDiv Member

No the code i’m using is hidding every thing,i only want hide where the date was …

Steven
tagDiv Member

@Lucian i can never get ur codes to work to removed that box on slider on my site..i’ve try this code you have above and still don’t work,any help with this for my site please…

Steven
tagDiv Member

I think there is a holiday in romania today,and this is why the staff not doing support also they don’t work on weekends..

Steven
tagDiv Member

@Lucian the v4.6 have bugs even with out the v3.0 speedbooster plugin the site still flicking on some loads,i also went back to v4.5 because that was more stable then this v4.6…

  • This reply was modified 11 years by Steven.
Viewing 25 posts - 126 through 150 (of 524 total)