Hi,
I have tested this again, using the same header style you are using. I set a background color for the menu when sticky
– https://www.screencast.com/t/a5DNdhcrpL
This color applies for me – https://www.screencast.com/t/yoZSZ47V
Do you maybe have caching installed? Clear the cache after setting the color, also clear the browser cache or try with a different browser.
That code you use would have no effect in this matter. Do you have a demo installed? demos may have custom code of their own.
Thanks
Hi,
Check if the tagDiv composer plugin is active. Did you update the theme recently? The composer should update automatically but sometimes that process fails. If that happens the composer plugin will remain deactivated and you have to update it manually.
So check in the plugins panel, I see you are using theme version 8.8.2, the composer should be like this
– https://www.screencast.com/t/POj7US4kmMAe
If that is not the case for you, delete it and reinstall it from the theme plugins panel
– https://www.screencast.com/t/avMb0Dgz
Thanks
Hi,
What shortcode would that be? That section will only display theme shortcodes, you cannot add your own in that section by a theme setting, maybe by theme modifications that would be possible.
Glad you found the problem, I thought of mentioning it but I though you tried this. There is a toggle there which extends the toolbar. Simply click on it to view all the options.
@Kanuj This topic may not be related to your problem. Try what is suggested in your other topic and let us know there.
@dumagroup Please specify this in the email conversation. My colleagues will keep investigating.
Some issues are hard to investigate and some rare situations cannot be solved at all.
Hi,
So when you activate that plugin there are errors, I couldn’t say why that happens. We have not made any tests with that plugin until now, sorry.
The mailer lite with our Newsletter plugin seems to have some problems currently, this is already on our list and it will be fixed. In the meantime you could embed the form in a text element, that would work.
Thanks
Hi,
Try to deactivate all you plugins, leave only the theme provided plugins active. If you can’t access the the admin plugins screen, disable theme by FTP
– https://www.wpbeginner.com/plugins/how-to-deactivate-all-plugins-when-not-able-to-access-wp-admin/
Also be sure to check the theme requirements here
– https://forum.tagdiv.com/requirements-for-newspaper/
Theme supports PHP versions up to 7.2, 7.1 or so would be best.
Also check some other similar topics online, like these ones
– https://docs.presscustomizr.com/article/196-warning-cannot-modify-header-information-header-already-sent-by
– https://www.hostinger.com/tutorials/fix-warning-cannot-modify-header-information-headers-already-sent
Thanks
Hi,
Use the suggestion provided by a theme user in this topic
– https://forum.tagdiv.com/topic/tip-how-to-easily-minify-your-css-without-breaking-your-site/
A minified js will be served by the theme by default.
For moving resources you need a render blocking plugin, such as the speed booster
– https://forum.tagdiv.com/how-to-make-the-site-faster/
Note that the speed booster will be deactivated if it detects plugins that are not part of this list
– https://www.screencast.com/t/TqHrzrA6y
This check could be disabled and the booster will always be active, you can then make check if everything works properly
– https://forum.tagdiv.com/topic/tinymce-advanced-and-other-various-disabling-speed-boster/
There would be other render blocking plugins or solutions online, maybe you can also test others.
Check the theme requirements here, we notice that for many users a 256M memory limit is sufficient, if allowed by the hosting
– https://forum.tagdiv.com/requirements-for-newspaper/
Use PHP versions up to 7.2 with the theme, 7.1 or so would be best.
Thanks
Hi,
That is a common issue with WordPress, there are many topics about it all over the internet. The easiest thing to do when encountering it, is to update the plugin by FTP. Unzip it and upload it in the plugins folder, in your WordPress install
– https://www.wpbeginner.com/beginners-guide/how-to-manually-update-wordpress-plugins-via-ftp/
Thanks
Hi,
Did this issue just started to appear? Did you maybe install a plugin just before? Deactivate all your plugins as a quick test, leave only theme plugins active.
Please also review the theme requirements a first, make sure there are enough resources
– https://forum.tagdiv.com/requirements-for-newspaper/
If no changes are needed, try these suggestions
– https://forum.tagdiv.com/topic/gray-page-tagdiv/
– https://forum.tagdiv.com/topic/javascript-error-td-composer-wont-load/
These worked for many users with composer issues. If there is still a problem, send us an email at contact@tagdiv.com and provide admin login ans well as cPanel if possible. We will take a look.
Thanks
Hi,
The theme will create thumbnails from images, so all those thumbnails would have to be compressed when displayed. The sizes that will be created can be disabled if needed, in the theme panel
– https://forum.tagdiv.com/theme-thumbs/
Each module uses a predefined thumbnail which cannot be changed unless code modifications are made.
The new flex blocks are becoming quite popular, because one can use the same block to achieve many results, while also selecting the thumb size
– https://demo.tagdiv.com/newspaper/flex-block/
For example this demo homepage is built with one block, the flex block
– https://demo.tagdiv.com/newspaper_crypto/
Thanks
Hi,
That would be the default color set by the theme
– https://www.screencast.com/t/XHGSIe5QS
There is a setting for the footer text but not for the links inside that text
– https://www.screencast.com/t/wlNP2HLw
So to color those links in white and also underline them try something like this
– https://www.screencast.com/t/sLjXaJ49Gq
.td-footer-info .footer-text-wrap a {
color: #fff;
text-decoration: underline;
}
Thanks
Hi,
WordPress does not have such a function, you could check out some online solutions like these for example
– http://onetarek.com/wordpress/publish-a-wordpress-post-with-a-future-date/
– https://bobwp.com/publish-post-time-stamped-future/
Thanks
Hi,
1. Where exactly is that displayed? The WP super cache plugin is compatible with the theme, in fact it is the recommended caching plugin to use with the theme.
Do you maybe use a different caching plugin also? Or maybe if you previously used one, and you did not uninstall it properly, please check if possible.
2. The mobile theme plugin is provided in the plugins folder, in the full theme package
– https://www.screencast.com/t/Zk8WRXuPh
– https://www.screencast.com/t/gVBPn2DLycMV
Note that the plugin is optional, find our more about how it works it here
– https://forum.tagdiv.com/the-mobile-theme/
3. I would have to take a look, to see the problem. Provide a link to you website as soon as possible so I can inspect it. Code should never be displayed on any page.
Thanks
The theme ads an og image in the head, by default
– https://www.screencast.com/t/qqMbc3LjiR
I believe that is a fix for when using featured videos, try to comment that code in that file and there would be no more conflict.
Hi,
I could give you a code for the discus comments section, something like this
– https://www.screencast.com/t/OhiJKssCrTi
Enter it in Theme panel->Custom CSS if you want to use it
#disqus_thread {
padding-left: 15px;
padding-right: 15px;
}
Thanks
Hi,
That was mentioned in a different topic and it will be fixed. I believe that is happening on lower resolution monitors, try to use the browser zoom function to adjust the page and maybe see the button. Sorry for the inconvenience.
Thanks
Hi,
@panjawut If you cannot activate the theme manually as well, send us an email at contact@tagdiv.com and provide admin access and your license key. We will take a look.
Try to deactivate all your plugins and check again, leave only theme plugins active. For me in all my tests the admin bar shows for all users (latest WordPress and theme, only theme plugins active).
Hi,
You can change the font and font properties, experiment with different fonts for example
– https://www.screencast.com/t/PMLwcHq2Ul
You can also color the menu in the theme panel, and set a background color maybe
– https://www.screencast.com/t/93PXYiHkpK
Or if you still need some additional modifications, you could use CSS to make modifications to the header
– https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/
Hi,
I see you are using theme version 8.1, Instagram and most other social capabilities will not work anymore with that theme version. Most socials made modifications on their side, so we made modifications in the theme and also social counter plugin to make theme work. For example Instagram was fixed in version 8.7.3 see the change log here (bottom of the page)
– https://themeforest.net/item/newspaper/5489609
– https://www.screencast.com/t/uxnsbn6BIg
It is important to try and update the theme as soon as available and possible, not just WordPress.
This is an update guide if you should decide to update
– https://forum.tagdiv.com/how-to-update-the-theme-2/
Thanks
Glad you could solve that. Try to set a global block header template in the theme panel, that should apply to those widgets as well
– https://www.screencast.com/t/CgSWH4BR8N
Hi,
The Home button will be active no matter where you place it in the menu, as long as you are on the website homepage. If you were to visit the Animals page, then that one will be active and so on
– https://www.screencast.com/t/l50L8lir
– https://www.screencast.com/t/P7wxEeYpy
Hi,
You cannot do that, the ticker will display posts not preferred texts. You could use a text element to display notices like that.