Hi,
You can do that in the Theme panel->Translations section
– https://www.screencast.com/t/RsdKpsim
– https://www.screencast.com/t/dqD3CwVbynFG
Most of the theme strings can be translated there.
Thanks
Hi,
That is currently the case. There are a few other topics mentioning this. We didn’t make any tests with disqus comments and the cloud templates, maybe in the future. I have added this on our list, best I can do. Sorry for the inconvenience.
Hi,
There is also a 404 on an image that is not found
– https://www.screencast.com/t/bTgFq0mxF
That could slow down the website quite significantly. Seems to be an image set as background, check in the theme panel in the background sections
– https://www.screencast.com/t/X1m0ID6MW7WY
Also check in the Header background and footer background. If you used a code to set a background somewhere, check that as well (custom code, child theme).
Hi,
I could take a look, provide a link to where this happens. Posts in the top category grid in category pages should not show in the loop below it.
Hi,
Unfortunately not. There are many issues, suggestions etc to take into account. This takes a lot of time, it will be available at some point. Sorry for the inconvenience.
The button font properties will be the same as the input bar, there is no dedicated setting just for it at the moment
– https://www.screencast.com/t/79DwOcFf8O
Maybe set it like that, or I could give you some CSS if you should consider using it for the moment. Sorry again.
That would be possible with some CSS, or manually removing it from the theme code. The CSS method is the easiest. Similar topic here
– https://forum.tagdiv.com/topic/how-to-remove-something-from-category-dropdown-menu/
The latest articles title is different, that happens because of the gadgets demo design. When installing a demo there will be a custom design imported.
That demo uses block header template 5 with some modifications. Also it uses a bigger font-size and line-height for the titles.
What happened is that in the demo stylesheet there is some customization that will apply to a few blocks, for the block title
– https://www.screencast.com/t/NHZRwuYCkz
If you remove the code it will not load anymore and the block titles will be as default.
Or edit the page with the composer and set the block title font properties manually, like this
– https://www.screencast.com/t/z5YVIIkR
The result should be like this – https://www.screencast.com/t/fuLyuz1a
The length can be changed, simply click in the field and enter your desired value.
Hi,
The theme doesn’t have a cache for it’s files. Are you sure the theme file is not modified in any way in the main theme? There are cases in the file you mention, depending on sidebar position
– https://www.screencast.com/t/7zbcxt1RuuF
If you only modified it in the child theme and now you removed the file from it, the “Tag” should appear as default.
Template 21 is somewhat similar to that
– https://cloud.tagdiv.com/what-do-i-need-to-make-it-in-business/
The title, then the subtitle of the post, the featured image and post content next. The image can be modified to not be full width if needed.
So that template with the subtitle I referred to above could be the solution for a similar result. Of course you can modify the template and modify it.
Hi,
Does that happen with all the pages when you use the composer? Try it with a new page.
Could be insufficient memory and other parameter values
– https://forum.tagdiv.com/requirements-for-newspaper/
Eventually memory could run out and problems may begin to happen. Or maybe you installed a plugin or made some modification before the issues started to happen, that is worth checking as well. Does the same happen if you deactivate all plugins except theme plugins?
In some cases when the composer failed to load, these solutions worked
– https://forum.tagdiv.com/topic/gray-page-tagdiv/
– https://forum.tagdiv.com/topic/javascript-error-td-composer-wont-load/
You could give these a try, let us know if one of these suggestions solves the problem or it’s still happening.
Hi,
The theme ad management and capabilities are simple, something like that with the current options is not possible. I will note this request however on our suggestion list. It will be considered.
You could use a plugin and manage ads with it, if this is required for you. Sorry for the inconvenience.
Thanks
On mobile it should look like this – https://www.screencast.com/t/sarTinxoX6
If you want no margin top for all devices this would be the code in addition to the previous one
– https://www.screencast.com/t/acOKLUFZi5Z
@media (max-width: 1018px) and (min-width: 768px) {
.td-header-style-5 .td-header-sp-recs {
margin: 0 auto 0 auto !important;
}}
@media (max-width: 767px) {
.td-header-sp-recs img {
margin: 0 auto;
}}
Hi,
As a theme provided forum there would be no feature at the moment. If you want to create a forum in your website, you could try the bbpress plugin. Quick and easy plugin to set up a forum
– https://forum.tagdiv.com/how-to-install-bbpress-forum/
– https://codex.bbpress.org/
Make some tests with the bbpress plugin, check it out. There would be also other forum plugins you could experiment with
– https://www.wpbeginner.com/plugins/5-best-forum-plugins-for-wordpress/
Thanks
Hi,
Posts protected with passwords should be displayed in blocks, grids etc. If the post is accessed it will require that the user enters a password
– http://prntscr.com/kkqs17
– http://prntscr.com/kkqscf
WordPress will make some changes to the post if protected by a password
– https://codex.wordpress.org/Using_Password_Protection
So the post will appear in page blocks for example, only when accessed there will be a password required.
Hi,
The ad comes with a 403 error – https://www.screencast.com/t/OgaCSnSZDxs
There are a few things you could check, I found a guide and some troubleshooters
– https://www.shoutmeloud.com/adsense-403-forbidden-error.html
– https://support.google.com/adsense/answer/1208336?hl=en
– https://support.google.com/adsense/troubleshooter/7049023?hl=en
Thanks
That is unusual indeed. Regarding the homepage post, that will be possible. The gradient was designed to place a darker tint over the image, this would be useful when the image used is lighter in color to make the post title and other meta more visible.
In the current case removing the gradient will have this result
– http://prntscr.com/kkqk9p
This is the code for that
.home .td-image-gradient-style8:after {
display: none;
}
.home .td-post-template-8 .td-post-header {
background-color: transparent;
}
Using only the first part of the code would have this result
– http://prntscr.com/kkqksa
For this result you only have to enter this one
.home .td-post-template-8 .td-post-header {
background-color: transparent;
}
Hi,
It should appear on mobile as well, the same content from desktop is displayed on mobile so the ad should be displayed. I could take a look, provide a link to your website where the ad appears.
Thanks
Hi,
– Those issues could be caused by insufficient resources, the theme has some requirements. If there aren’t sufficient resources for example, there could be problems
– https://forum.tagdiv.com/requirements-for-newspaper/
It is very important that everything is set as mentioned in the guide, WP memory can be set higher if possible. Usually the hoisting provider can take care of the modifications where needed.
– The Revolution slider is a demanding plugin, the cause for it not appearing could be related. Once it is placed in a page and the page is saved and viewed, the slider should appear (it will not load in the page edit screen)
– https://www.screencast.com/t/nTR3UXYRoZU
– Some footer templates come with predefined content, some are empty. Choose the one you want to use in the theme panel
– https://forum.tagdiv.com/footer-templates/
You can also use the Cloud footer templates – http://prntscr.com/kkpat9
– https://forum.tagdiv.com/tagdiv-cloud-library-plugin/
– The header will be the same in the whole website, not by page. It will be displayed as you configure it. The unique things about each page is it’s content and the page template
– https://www.screencast.com/t/XplVPginyw
– For previewing posts on difference view ports there would be no tool at the moment. Pages can be previewed in the composer, but posts don’t have such an option.
– https://www.screencast.com/t/ZfnN0BN5WvU
– AMP posts will be served by Google only, they are accessible through Google search. If the user does not visit the website from there, the mobile theme variant will be displayed if active. So they can be both active at the same time mobile theme and AMP.
Let me know if you have more questions.
Thanks
Hi,
You can limit the loop number of posts in it’s settings, but you can’t filter it by another parameter (in this case featured). The loop will show posts that belong to the currently viewed category, that is all when it comes to filtering.
If you require this for a category or a couple of them, maybe use a block instead of the loop. You can filter that as you want and apply it to that category. This would be impractical for more categories however. You would have to create many templates, one for each.
Thanks
Hi,
So you have problems using the composer. What exactly is happening when you try to edit a page? Does it happen with a new page or only with some specific pages?
The first thing to check would be the theme requirements, system status section
– https://forum.tagdiv.com/requirements-for-newspaper/
It is imperative that the parameters mentioned in the guide are configured properly. Insufficient resources can cause many issues with the theme or the plugins, if needed ask your hosting provider to increase them as specified. Then check if the issue is solved.
If there is no need for modifications in that matter, in some cases the solutions from these topics worked for composer problems, you could give them a try if possible
– https://forum.tagdiv.com/topic/gray-page-tagdiv/ (this worked in many cases)
– https://forum.tagdiv.com/topic/javascript-error-td-composer-wont-load/
Let us know if any of these suggestions fixed the problem and which one, or the problem remains.
Thanks
Hi,
Most of the theme elements and settings are meant to be used with posts. The block, grids etc main purpose is to display posts. If those questions would be posts, you could display them in pages, users could access them and leave replies (comments).
Or maybe you could use the bbpress plugin and create a forum, with topics and more
– https://codex.bbpress.org/
Thanks
Hi,
For me it does not load at all currently – https://www.screencast.com/t/ZkZaPrZjVd
Check with your hosting provider and ask them to investigate the problem. Something must have happened and the website is down.
Thanks
Hi,
I see some in the about page – https://www.screencast.com/t/FdWEWgJHvX
But where could they be coming from? If you check in the backend of the page or post do they show up there? – check the text tab when verifying the text
– https://www.screencast.com/t/r9FK2dfgx
Also does the issue happen only in tagDiv composer text elements? If you re-enter the text or fix it, does the issue re-appear in those places?
Hi,
So the theme panel is not functioning correctly? What exactly is happening? Do you get the continuous loading animation and theme panel is not responding or opening the sections you are accessing?
If that is the case, the first thing to do would be to follow this guide
– https://forum.tagdiv.com/requirements-for-newspaper/
Insufficient resources can cause problems like that. Increase them as mentioned, or contact the hosting provider and ask them to make the necessary modifications if required.
Or it could be caused by a security module or plugin. If you use Wordfence set it on learning more
– https://www.wordfence.com/help/firewall/options/
Similar topic here – https://forum.tagdiv.com/topic/cant-save-theme-options-2/
Let us know if there is still a problem or I misunderstood something.
Thanks
Hi,
With the cloud library you can design post templates, breadcrumbs are part of the post template in that case.
The row in which you place the breadcrumbs can be stretched if needed
– https://www.screencast.com/t/c3RtTGpp
Also the breadcrumb text length limit can be customized
– https://www.screencast.com/t/B8y7j6mt68FU
Other than this, the breadcrumbs would have no setting to stretch them like the header for example.