I recently use your theme but now i have a big problem and i dont know what can i do. I have a lot of images (40000) and when i use the Regenerate plugin to fix the Thumbnails, i got a warning messages from my host. Now i have 1.000.000+ inotes and i have to do something about it. I cant upload another image, i cant do anything. Is there a easy way to delete the Thumbnails i dont need? Thank you
Hi,
Please try this plugin: https://wordpress.org/plugins/force-regenerate-thumbnails/ Use it and see if it also removes the not needed thumbs.
You could also try to comment the images sizes you don’t plan to use and that the theme creates in theme’s functions file: http://screencast.com/t/iA5FdUdGw2 and regenerate thumbs again.
Hope this helps!
Thanks
Thank you for your answer! Problem solved for now. I have another question. Can i put some text to the ad box under articles (Theme panell)?
Now i have one ad after every post. I want before the ad to write something and i want this to appear in all of my posts. When i put the text to your ad system (theme panel) everything are ok. But when i put the text and the adsense ad, i can see only the ad. The text are gone! Is there any way to fix this?
-
This reply was modified 11 years by
dimitrikfs.
-
This reply was modified 11 years by
dimitrikfs.
I am planning to use
745px ? 483px
326px ? 159px
326px ? 235px
100px ? 65px
700px ? 357px
What shoud i do now? Go to function.php and delete the lines with the other dimensions or change “true” to “false”?
//the small thumbnails
set_post_thumbnail_size( 100, 65, true );
add_image_size(‘art-thumb’, 100, 65, true);
//small height, 1 col wide
add_image_size(‘art-wide’, 326, 159, true);
//medium height 1 col wide
add_image_size(‘art-big-1col’, 326, 235, true);
//the slides
add_image_size(‘art-slide-small’, 326, 406, true);
add_image_size(‘art-slide-med’, 700, 357, true);
add_image_size(‘art-slide-big’, 1074, 483, true);
//gallery slide 2 column
add_image_size(‘td_0x357’, 0, 357, true);
add_image_size(‘td_0x483’, 0, 483, true);
//big slider – big image
add_image_size(‘art-slidebig-main’, 745, 483, true);
//the gallery
add_image_size(‘art-gal’, 210, 210, true);
//the gallery
add_image_size(‘td_198x143’, 198, 143, true);
Can you tell me also please where i have to put some text to appear after every post? Thank you in advance
Hi,
Just go the function file and comment the ones you don’t need then regenerate thumbnails again: http://screencast.com/t/iWbNtt8l2O
You can add text to the module file which you use like this: http://screencast.com/t/SRDWojVQCi7
Result: http://screencast.com/t/sEeZsPIWA
Hope this helps!
Thanks
Thank you for your answer! When I said after the posts i mean at the end of every article. Exactly before the ad unit and the social shares. Is there any way to do this? I want to add a facebook like button and a text that tells people to like the page on facebook and I want it to be one line after the last sentence of every article.
Like this: 
Hi,
Please edit the td_module_blog.php file and add your text like this: http://screencast.com/t/S3lunleIeD
Result: http://screencast.com/t/hfhGw6veO
Use this line and add you text: $content = $content . '<p>Your text here</p>';
Thanks
-
This reply was modified 11 years by
Lucian.
Hi,
td_module_blog.php is included in the last update: http://tagdiv.com/td_deploy/Newspaper/changed_files_4.5_4.6.html
You should have it if you use the newspaper theme, please follow this path ..NewspaperTheme\includes\modules\module_modifier\td_module_blog.php: http://screencast.com/t/z0ERmxU6
Thanks!
i got you… however i can not see any kind of file or folder
please see the screen
http://screencast.com/t/cZRme9Xuo
Hi,
I the newsmag theme the file you need to edit id this: http://screencast.com/t/EnGISZ9xNY
Sorry about this!
Thanks