Hi,
In order to do that you need to replace the css from that demo, so in order to edit the demo file you need to go in Newspaper>includes>demos>fast>demo_style.css
on line 15
https://www.screencast.com/t/IbKm1xAoc3h
https://www.screencast.com/t/GYqLtetMzTp
Hope this will help you.
Thank you.
Hi,
Please add this custom css in Newspaper>Theme panel>Custom code>Custom css
@media (max-width: 767px){
.td-scroll-up {
display: block;
}
}
-> https://www.screencast.com/t/cJzUrG1O
Thank you.
Hi,
In order to change the post that appear in Latest Articles you need to go in homepage, click on edit and look for Latest Articles, change from general to posts loop settings and look for limit post number.
-> https://forum.tagdiv.com/page-templates-2/
Thanks.
Hi,
Unfortunately I do not quite understand what you mean when you say “But is there a module (without having to hardcode everything) that does the same in Newspaper 9 you would recommend?”
If you are referring to inline single images -> https://www.screencast.com/t/jDsYbxpK -> https://www.screencast.com/t/jDsYbxpK -> https://www.screencast.com/t/2z9Qq3xbIwa please set the inline single image in the same row/column
Hope this is will help you better.
Thanks.
Hi,
You can try this for a bigger font size and height ->
https://www.screencast.com/t/yXyNj66kTobx
.td_ajax_load_more {
width: 100%;
height: 36px;
}
.td-load-more-wrap a {
background-color: #000;
color: white;
font-size: 18px;
}
Also you can change those values.
For the second question for add after each 7 blocks, unfortunately our theme do not have this option yet, and in order to do this you need to make some changes in theme files.
Thank you for your understanding!
Hi,
Yes there is this option, please look for page break, here is an example -> https://www.screencast.com/t/D1Ige4l4G -> https://www.screencast.com/t/cLaRx7MYQY
Hope this will help you!
Thanks.
Hi,
1. here you can see look the post that do not have a feature image set and the place holder for it is disable -> https://www.screencast.com/t/nuT5YWcNX and it’s look like this when that option is enable -> https://www.screencast.com/t/KrygGGla
Unfortunately the theme do not have any option in order to change the feature image of placeholder, so if you want to do that you need to do it manually, you need to go in wp-content/themes/Newspaper/images/no-thumb and replace the images but do not forget to set the same name and size
https://www.screencast.com/t/Rv4uQZiHW9
Also maybe you can find some plugins that can do this for you.
2. When the the feature image is set on lightbox -> https://www.screencast.com/t/rN8JzzHz4O you can click on it on post and will appear like this -> https://www.screencast.com/t/7m5TrpcLG6j
Thank you.
Hi,
Please provide some screenshots with the mobile problem, and some links to that problems, in this way I will be able to provide you the right answer.
Thank you.
Hi,
Please provide some screenshots with the mobile problem, and some links to that problems, in this way I will be able to provide you the right answer.
Thank you.
Hi,
1. So if you want to add this form in header you can do that by set the embed code from mailchimp
-> https://www.screencast.com/t/D4uFPmAhz6w -> https://www.screencast.com/t/XYdfaw9StR -> https://www.screencast.com/t/mRvc7j4K also you can add some custom css if is need.
2. When you create the forum please check only the settings you need to have in mailchimp -> https://www.screencast.com/t/pIZ7vAb96hIk
Thank you.
Hi,
Please notice that the theme only take the AdSense code which is delivered on your side and also, the theme does not change anything on ads.
This can be a plugin conflict, please try to deactivate all non theme plugins , clear all cache and see if this is happen again; also please check if you have any errors in console, and try to correct them -> https://www.screencast.com/t/xdomfJUwoLz
Thank you for your understanding.
Hi,
Unfortunately there is no option to translate the theme panel -> https://www.screencast.com/t/p59kAljc
Sorry for the inconvenience.
This can be achieve only if you make some changes manually in the theme files and replace the words from English in Korean, but after theme update you’ll need to do this again.
here is the path -> wp-content/themes/Newspaper/includes/wp_booster/wp-admin/panel/views
https://www.screencast.com/t/2lMkB0yS
Thank you for your understanding
Hi,
Please make sure that the theme system status is configured as mentioned in the requirements guide. Please follow the guide carefully
– https://forum.tagdiv.com/requirements-for-newspaper/
and please increase all requirements that are lower, and follow all steps.
WP_MEMORY_LIMIT try to increase it to a value of double you already have if possible.
Please add this code in the .htaccess , file at the end of the file:
<IfModule mod_substitute.c>
SubstituteMaxLineLength 10M
</IfModule>
Also here is our documentation for tagDiv Composer -> https://forum.tagdiv.com/tagdiv-composer-tutorial/
Let us know the results!
Thanks you.
Hi,
If I understand correctly you want to change the header size on the mobile version.
here is an example -> https://www.screencast.com/t/2VdUfrX8
In order to do that you need some custom css, if you need help with that please provide me a link were I can take a closer look to your header.
Create custom code with the browser’s Inspector or the Live CSS Box -> https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/
Thank you.
Hi,
If you are referring on this -> https://www.screencast.com/t/EnEyws6qdc if is so you can use this custom css
add the css in Newspaper>theme panel>Mobile theme >Custom code
-> https://www.screencast.com/t/HqSTf7TfzZ7W
.td-category-header{
display: none;
}
-> https://www.screencast.com/t/Cw4otHJOi3lZ
Also I note that your thumbs do not have the proper size please try to regenerate the thumbs -> https://forum.tagdiv.com/thumbnails-fix-strange-looking-images-on-blocks/ , also is possible that you have some plugins that made that happen
-> https://www.screencast.com/t/Dgm3oZAGS8
-> https://www.screencast.com/t/4MZdvmKa
Thank you.
Hi,
You can set the custom post in all blocks/flex that have have post type
-> https://www.screencast.com/t/FHfeJb1YNlJ
-> https://www.screencast.com/t/siE5UOzYOr
Hope this will help you to achieve what you need!
Thanks.
Hi,
Unfortunately this demo have set a strong custom css, and in order to change this you need to make changes in demo style sheets, if you want to do that please go in wp-content/themes/Newspaper/includes/demos/retro/demo_style.css
-> https://www.screencast.com/t/Ns32mwZArbYI
Hope this will help you!
Thanks.
Hi,
I did some researches and I found some documentation that may help you
-> https://css-tricks.com/finding-and-fixing-slow-wordpress-database-queries/
-> https://wordpress.org/support/topic/slow-database-queries-from-mariadb-slow-query-log/
-> https://www.rackaid.com/blog/wordpress-slow-speed-up/
– https://forum.tagdiv.com/cache-plugin-install-and-configure/
– https://forum.tagdiv.com/how-to-make-the-site-faster/
– https://www.infophilic.com/get-almost-100-pagespeed-newspaper-theme/
– https://forum.tagdiv.com/topic/score-100100-pagespeed-with-newspaper-wordpress-theme/
– https://forum.tagdiv.com/topic/newspaper-theme-speedify-your-website/
– https://forum.tagdiv.com/topic/tutorial-chriss-custom-optimizations-for-functions-php-etc/
– https://forum.tagdiv.com/cloudflare-cdn/
– https://forum.tagdiv.com/topic/theme-causing-high-cpu-usage-2/
– https://forum.tagdiv.com/topic/sql-querys-high-cpu/
– https://forum.tagdiv.com/topic/newspaper-theme-slow-to-respond/
– https://premium.wpmudev.org/blog/optimizing-your-wordpress-database-a-complete-guide/
– https://underconstructionpage.com/optimize-wordpress-database/
– https://crunchify.com/better-optimize-wordpress-database-all-in-one-guide/
Hope this will help you.
Thank you for your understating.
Hi,
Please make sure that the theme system status is configured as mentioned in the requirements guide. Please follow the guide carefully
– https://forum.tagdiv.com/requirements-for-newspaper/
and please increase all requirements that are lower, and follow all steps.
If there is still a problem, you can send us an email at contact@tagdiv.com and provide admin login, as well as cPanel or FTP if possible. We will take a look. Include a link to this topic in the email.
Thanks.
Hi,
Unfortunately our theme do not have an option to change the size of thumbs from mega menu, but this can be achieve if you have the proper skills and you make some changes in theme files, and after that you regenerate all thumbs to fit with the new size.
Thank you for your understanding!
Hi,
Usually this is a cache problem, please make sure that you clear all cache, and try again.
If the problem please provide some screenshots with the side bar in widget when you are log in and when you are log out, also please provide a link were I can inspect this problem.
Thank you.
Hi,
You have on old version of theme and we recommend you to make a full backup to your website and and make and update on theme.
Please notice that you need the last version of theme in order to have full compatibility with WordPress 5.0.3
https://www.screencast.com/t/gxuGvNDp5X – you can see what feature have the last version of theme here -> https://themeforest.net/item/newspaper/5489609?s_rank=1
In order to make an update to the theme you need to go on themeforest, log in with your credentials, go in downloads and get the theme with all files and documentation https://envato.com/blog/install-themeforest-wordpress-theme/
Also you can check this too -> https://forum.tagdiv.com/whats-included/
Also please provide some more details and some screenshots about the problem you have with SNS Share error.
Thank you for your understanding!
Hi,
Our theme have filters and that can be apply on blocks/modules, in this way you can display all you want on homepage or other pages too.
Please check our Block settings guide -> https://forum.tagdiv.com/block-settings-guide/
Also you can check our documentation for Homepage too – How to build and set it -> https://forum.tagdiv.com/homepage-how-to-build-and-set-it/
Thank you for your understanding.
Hi,
Please send us an email at contact@tagdiv.com and provide admin login, as well as cPanel or FTP if possible. We will take a look. Include a link to this topic in the email.
Thanks.
Hi,
In order to do that you need to use custom css
-> https://www.screencast.com/t/WhAOXxg5C
In this way you can add all the css on the feature class; this is the easiest way.
Also you can try to add a class with JavaScript, please check this documentation -> https://www.w3schools.com/howto/howto_js_add_class.asp
Hope this will help you!
Thanks.