I have checked on a fresh theme install using only the theme plugins and the Yoast SEO plugin. The meta tags are only displayed once in the between the head tags
– https://www.screencast.com/t/uISF1qGD5Rh
Duplicate tags may suggest that you are using an additional SEO plugin or implementation. You should only use one such plugin or service to avoid confusion or problems, if that is the case.
Hi,
Glad you could solve the issue. Most image related problems are caused by plugins, so deactivating them all (except theme plugins) should be the first step to take. Occasionally there could be other causes or conflicts.
If you would like to post an image, you could upload it on a free image upload website and paste the link here.
Thanks
Hi,
If you are referring to the color of the icons, there seems to be custom code affecting a few of the socials
– https://www.screencast.com/t/cihMgytAS
If you will remove that code, they will display normally
– https://www.screencast.com/t/At9gggP3U8
Check for such codes in the theme custom CSS section of the theme panel.
Thanks
Hi,
As a post sharing option Xing is not available at the moment, this social can only be displayed in the header and footer social links (social networks section in the theme panel)
– https://www.screencast.com/t/HdpE0hMm5s
Maybe it will be added among the post sharing options in the future, I believe it is already added on our list.
Thanks
Hi,
That will be the case. The theme can produce a total of 19 thumbnail size, when they are enabled in the theme panel
– https://forum.tagdiv.com/theme-thumbs/
These thumbs are used on blocks/modules. They can be disabled and they will not be created anymore. Disable the ones that are not needed. Next to each size it is specified which elements use it
– https://www.screencast.com/t/8YKI4tcR
WordPress also creates 3 sizes, you could disable those like this
– http://www.wpbeginner.com/wp-tutorials/how-to-prevent-wordpress-from-generating-image-sizes/
Note that the WordPress thumbnail size may be used by the theme in some cases, module 16 uses it for example.
Thanks
That post has no more errors, I tested some more posts but they are all AMP validated
– https://www.screencast.com/t/p1j5XbJM9p
If you can provide a link to a post that has those errors I will take a look. Note that most of the errors AMP detects are related to elements entered by users in the post content. Our plugin is tested and does not provide such errors.
Hi,
I have inspected the website you provided but I don’t seem to be able to locate these boxes you mention. At the moment there are no problems with the homepage and post pages from what I can see.
Please specify where exactly are they appearing and I will take a look.
Thanks
Hi,
I should mention that you should try to provide all the details in a single post if possible. If you keep replying in your own topic it will delay our answer. We always answer from oldest to newest. So replying in your own topic will renew it.
So you want the links in the post content to have the same color as the paragraphs, and they should be underlined with a color at all times. That could be done with some CSS.
This is a default link I created in a post
– https://www.screencast.com/t/kdBq9NWf
Then I used a code such as this one – https://www.screencast.com/t/YLYuJwPG3PE
It will remove the link color and also add an underline that will not change when hovered. If that is what you want enter this code in the Theme panel->Custom CSS section
.td-post-content a {decoration-color: yellow;
color: #222;
text-decoration: underline;
text-decoration-color: yellow;
}
.td-post-content a:hover {
text-
}
Thanks
Hi,
I don’t believe that is possible. That data can be controlled with the Yoast SEO plugin for each post, but it cannot be removed as far as I know
– https://www.screencast.com/t/5WTMVwu4t01
Maybe there are solutions online as to only display the article title when sharing, I did not find any however.
Thanks
Hi,
1. The new design for the socials is different from the previous one. The style you select in the theme panel will apply to all of them.
Maybe that could be done with some CSS. For example you choose this style
– https://www.screencast.com/t/l31lbrCPDXCu
The socials will look like this – https://www.screencast.com/t/mhclJ7iTg
Now with some CSS make them look like this
– https://www.screencast.com/t/Tbt4s6dG8Ffz
This is just an example, the code can be modified if needed. If you decide to use it enter it in Theme panel->Custom CSS
.td-social-googleplus .td-social-but-text,
.td-social-pinterest .td-social-but-text {
display: none;
}
.td-social-googleplus,
.td-social-pinterest {
border-top-right-radius: 2px;
border-bottom-right-radius: 2px;
}
2. That is not possible by a theme setting. The socials will only be displayed in their predefined place in the post structure. The posts can be shared, but not specific images inside the post. I believe there are plugins for that.
Thanks
Hi,
At the moment the category pages can only be customized through the theme panel settings. These pages cannot be edited with the page builder.
In coming updates this will change, there will be a considerable amount of functionality added to how the post pages and category pages are created.
If you want to place a block for example in the category page now, this could only be done by manually entering it in the category template files. This is a similar topic
– https://forum.tagdiv.com/topic/category-top-posts-style-featured-posts/
Thanks
Hi,
That code seems to have an extra “}” from what I can see, maybe that is why it is causing problems. Valid code entered in the theme or child theme functions file should not cause any issues.
As a side note, if you bump or reply in your own topic after the initial post, this will delay our answer. We answer from oldest to newest, so doing this will renew the topic.
Thanks
Hi,
The paragraph font properties in the post content can be customized with this setting
– https://www.screencast.com/t/DXafyxWp8A
Change the properties you want with the available settings and the paragraphs will be affected.
Thanks
Hi,
Regardless of header style used the top bar background color can be customized in the theme panel
– https://www.screencast.com/t/TkDzWQfuRmw
So you can set a background color of your choosing with those settings.
Using header style 10 you can set any logo size, there is no limit. For example this theme demo uses header style 10 as well, with a big logo
– https://demo.tagdiv.com/newspaper_cars/
It uses this logo size – https://www.screencast.com/t/sEsuQzSwNbg1
Let us know if you have more questions.
Thanks
Hi,
So you have that sidebar set for also the initial page where the menu widget is displayed, and also in the destination pages. Maybe that would be possible with some CSS. For example I have this menu widget in a page
– https://www.screencast.com/t/KZfXj3YXrkDJ
The “test” is a post for example, when it is clicked it directs to the post page which also displays that menu in the sidebar. A code like this will color the “test” link
– https://www.screencast.com/t/6dZxvMTfyV
That would work also for categories in the menu or other elements.
There could be other solutions as well, this is the first thing I thought about.
Thanks
Hi,
1. From what I can see The news ticker element is affected by the font settings you have set for the body
– https://www.screencast.com/t/8GD3g1LI
The news ticker seems to be affected by the general body font settings. I will add this issue on our list and it will be fixed as soon as possible. In the meantime use a code like this in Theme panel->Custom CSS
– https://www.screencast.com/t/qqWbn6P68LQ
.td_block_trending_now {
font-size: 14px;
line-height: 21px;
}
2. For the big grid it seems that the font family is applied, only the font-size and line height is not working. I believe this is already added on our list, it will be fixed as well. Use this code to set the font size and line height of your choosing
– https://www.screencast.com/t/ysK3JeAz
.td_block_big_grid_fl_3 .td_module_mx20 .td-module-title {
font-size: 40px;
line-height: 40px;
}
These issues will be solved as soon as possible, sorry fro the inconvenience caused.
Thank you!
Hi,
Adding a hover color inline would not be possible. Try a code like this, it is more general and will affect all links in HTML elements
– https://www.screencast.com/t/ZzyyxUiN
.custom-html-widget a:hover {
color: #9acd32!important;
}
Or to make it more specific add a class to the raw HTML widget
– https://www.screencast.com/t/n6zSgn79PTgw
Then refer to it
.myclass a:hover {
color: #9acd32!important;
}
This would be one way of doing it, maybe there are others.
Thanks
Hi,
We could take a look, please provide a link to a post that has this problem on your website.
Thanks
This is the code that does that – https://www.screencast.com/t/DbIS29ISUshv
The desktop menu should be hidden on mobile, but that code makes is visible
– https://www.screencast.com/t/sbtlcpqO5Y
If you remove it or add it to the Advanced CSS, the default theme condition will apply.
Hi,
That would happen if the tagDiv composer plugin is also active. Basically if you use WPBakery page builder for pages and posts, the tagDiv composer must be deactivated. Then there will be no problem.
Thanks
Hi,
That is why it is always better to save the previous theme versions, only the latest theme version is available for download on themeforest. Or as it is recommended, make backups before updating in case something goes wrong
– https://forum.tagdiv.com/how-to-update-the-theme-2/
Some users keep testing domains (clones of the live website for testing purposes), and install the update there. This is helpful to spot eventual problems.
However the previous two theme updates contained mostly fixes, there were no major changes or additions that would cause the website to be damaged. Could be caching or CDN that needs clearing after the update. Or it has not been updated properly, in general the FTP method is recommended.
If you want the previous theme version, contact us at contact@tagdiv.com and we will provide it to you by email.
Thanks
Hi,
You can test your posts with this tool provided by Google
– https://search.google.com/structured-data/testing-tool/u/0/
The theme ads the necesarry post markup by default, this is a post on the live theme demo
– https://demo.tagdiv.com/newspaper/
– https://www.screencast.com/t/cqT5VpefJzKt
There is no problem from what can be seen. These are some related topics in the forum
– https://forum.tagdiv.com/topic/hentry-crawled-data-only-shows-detected-fields-and-may-be-different-than-live/
– https://forum.tagdiv.com/topic/updated-author-and-entry-title-search-console-markup-microformats-org/
Thanks
Hi,
All the demo sliders are included in the theme package, you can import the one you like. This is a guide – https://forum.tagdiv.com/import-revolution-sliders-on-demos/
Once imported, configure it to display the posts you want. Enter the slider ID in the tagDiv composer
– https://www.screencast.com/t/aGqPtqnd
Save the page and view it, the slider should look exactly as in the demo. Unless you use a general background, then the website will be boxed
– https://forum.tagdiv.com/background-introduction/
Let us know if you have more questions.
Thanks
Hi,
That would mean that you are using an older version of the theme. That flicker is caused by Chrome and it happens as you edit a page with the tagDiv composer. This is fixed in the latest theme version. Please see the changelog here
– https://themeforest.net/item/newspaper/5489609
– https://www.screencast.com/t/27GcQbuF
Update the theme and the problem will be solved
– https://forum.tagdiv.com/how-to-update-the-theme-2/
After making the update check if the theme plugins have been updated automatically, these should be their versions
– https://www.screencast.com/t/nTL9B9VF
They should be updated, but in some cases it fails. You will have to update them manually if that is the case. Deactivate and remove them and install them from here
– https://www.screencast.com/t/FN4eArjXzQO6
Thanks
Hi,
It may not be the ad that is causing this issue. I cannot seem to find what exactly is creating that white space to the right of the page. Seem to also affect the menu or search modal when opened, but only on posts.
Is this happening if you create a new post? is it happening if you deactivate all plugins except theme plugins? let us know.